/*style for headerarea*/
#HeaderArea{
	position: fixed;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(#cccccc, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
stop(50%, rgba(255,255,255,0)), to(rgba(255,255,255,0)));
	width: 100%;
}

#HeaderArea p#HeaderLogo{
	margin: 0;
	padding: 5px 0;
}
#HeaderArea ul{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0 0 10px;
	width: 700px;
	
}
#HeaderArea ul li{
	display: inline-block;
	line-height: 150%;
}

#HeaderArea ul li a{
	background: -moz-linear-gradient(#eeeeee, #999999);
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#999999));
	padding: 10px 20px;
	border-radius: 0 0 5px 5px;
	font-size: 75%;
	color: #333333;
}

#ContentArea{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}


#FooterArea{
	background: #cccccc;
	width: 100%;
	margin: 0;
	padding: 0;
}



#pageIndex{
	font-size: 80%;
	text-align: center;
	margin: 10px 5px;
}



/*style for prodpage*/
h1{
	border-bottom: 3px double #5B5D99;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #14164C;
}

h2{
	background: #14164C;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 120%;
}

* html h2{/*for IE6*/
}


/*style for specTable */
table.specTable{
	border: 1px solid #14164C;
	border-collapse: collapse;
	width: 725px;
}
table.specTable th{
	border: 1px solid #14164C;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: 9em;
	min-width: 7em;
	font-size: 90%;
	background: #9FA1E5;
	color: #14164C;
}
table.specTable .prodNameArea th{
	width: auto !important;
	background: #666666;
	background: -moz-linear-gradient(#5B5C99, #14164C);
	background: -webkit-gradient(linear, left top, left bottom, from(#5B5C99), to(#14164C));
	color: #ffffff;
	text-align: center;
	padding: 7px;
}

* html table.specTable .prodNameArea th{/*for IE6*/
	background: #14164C;
}



table.specTable td{
	color: #333333;
	border: 1px solid #14164C;
	padding: 5px;
	vertical-align: top;
	width: auto;
	font-size: 80%;
	text-align: center;
}



table.specTable td.specOption{
	width: 5.5em;
	text-align: left;
}



#sideNavi{
	float: left;
	width: 170px;
	border: 1px solid #333333;
	margin-top: 20px;
	padding-top: 10px;
}

#mainContent{
	float: right;
	width: 725px;
	margin-top: 20px;
}

#mainContent dt{
	font-weight: bold;
}


#sideNavi ul{
	padding-left: 0.8em;
	margin-left: 0.8em;
	margin-top: 0;
	padding-top: 0;
}

#sideNavi ul li{
	font-size: 95%;
}

#pageTitleArea p.caption{
	margin: 0;
}

#sideNavi li .current{
	/*font-weight: bold;*/
}

