/* specific page div's*/

	
#detailProductBody {
	position:relative;
	float:left;
	width:470px;
	border-right:1px solid #b3b3b3;
	}
	
#detailProductBody img {
	margin-left:-157px;
	}
#detailProductBody p {
	margin-left:162px;
	padding-right:15px;
	text-align:justify;
	}		
#detailProductBody h3 {
	font-size:13px;
	color:#000050;
	margin-left:156px;
	}
		
#detailProductBody li {
	margin-left:162px;
	}		
#detailProductBody table {
	margin-left:162;
	}	
#detailProductSpecs {
	float:right;
	width:320px;
	}
#detailProductSpecs img {
	padding-right:8px;
	}
#detailProductSpecs p {
	padding-right:3px;
	}		
	
#detailProductSpecs ul {
	margin:0;
	padding-left:0;
	width:300px;

	list-style-type:none;
	}
	
#detailProductSpecs li {
	border-bottom:1px solid #666666;
	padding-top:3px;
	padding-bottom:3px;
	}
	
#detailProductHilightTitle {
	background-image:url(../images/separator-long.jpg);
	color:#ffffff;
	width:300px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:20px;
	font-weight:bold;
	}	

.productImageLabel {
	color:#666666;
	font-weight:bold;
	padding-left:5px;
	}	
	
#detailBottomArea {
	position:relative;
	margin-left:162px;
	width:646px;
	background-image:url(../images/Gradient_4_Col_646.gif);
	background-repeat:repeat-y;
	}

		
