﻿@charset "UTF-8";


/*index================================================*/



a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.headerline {
	height: 8px;
	background: -moz-linear-gradient(top, #d8753a, #5d270d);
	background: -webkit-gradient(linear, left top, left bottom, from(#78D2FF), to(#3CA4FF));
}
#headnav {
	float: left;
	display: block;
	height: 21px;
	line-height: 21px;
	background: -moz-linear-gradient(top, #5d270d, #d8753a);
	background: -webkit-gradient(linear, left top, left bottom, from(#78D2FF), to(3CA4FF));
	border-radius: 4px;
	margin: 6px 0 6px 4px;
	padding: 4px 6px;
}

h1 {
	clear: both;
	background: -moz-linear-gradient(top, #5d270d, #d8753a);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));       /*  from green to red color but now was change into white color  */

	height: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 6px;
}


#contents {
	background-color: #fff;
	width: 86%;
	margin: 12px auto;
	padding: 12px 0 0 12px;
	border-radius: 6px;
}
.detail {
	clear: both;
}
.cakeimage {
	clear: both;
	float: left;
	margin: 0 0 12px 0;
}
.cake {
	margin: 0 0 0 118px;
}
.cake h2 {
	color:#ec6718;
}
.cake p {
	font-size: 10px;
}
nav ul {
	clear: both;
}
nav li {
	height: 34px;
	line-height: 40px;
	background: url(../images/arrow_orange.png) no-repeat 95% center;
	background: url(../images/arrow_orange.png) no-repeat 95% center;
	border-bottom: 1px solid #682e11;    /*control the divided line of extended button*/
   
	color: #682e11;                  /*deep red color*/

	padding: 0 0 0 10px;
}
	
	

	
	
	
	
	
	
