@charset "UTF-8";
/* CSS Document */

#productContent{width:100%; position:relative; overflow:hidden;}

#productCategory
{
	float:left;
	background:url(../_images/bg_category_main.png) repeat-y;
	padding:0 20px 30px 10px;
	width:166px;
	min-height:700px;
}

#productCategory ul
{
	list-style-type:none;
	margin:15px 0 0 10px;
}

#productCategory ul li{display:block; margin-bottom:5px; font-size:12px; line-height:1.5em;}

#productCategory ul li a{color:#fff;}
	#productCategory ul li a:hover{color:#999999;}
	
#products{float:right; width: 720px; overflow:hidden; position:relative; padding: 0 20px;}
	#displayBreadcrumbs{float:left;width:763px; height:30px; background:url(../_images/bg_breadcrumb.png) no-repeat; margin-bottom:20px;}
	
	#displayBreadcrumbs ul {list-style-type:none; margin-left:20px;}
			#displayBreadcrumbs ul li{line-height:30px; text-transform:uppercase; font-size:13px;float:left; margin-right:10px; color:#013446;}
				#displayBreadcrumbs ul li a{color:#013446;}
					#displayBreadcrumbs ul li a:hover{color:#999999; text-decoration:underline;}
.productHolder{clear:left; float:left;  width:420px; padding:15px 0;}
	img.mainThumbnail{float:left; margin-right:25px; width:75px; height:75px; overflow:hidden; border:solid 1px #013446; padding:10px;}

#productDetails{float:left; width:400px;}

#pdfHolder{float:left;margin:40px 0 25px 0;}
	#pdfHolder  img{float:left; margin-right:15px;} 
	#pdfHolder p.downPDF{width:310px; font-size:16px; line-height:56px;}


#productSideImage{float:right;width:255px; border-left:solid 1px #cd8585; padding:0 0 0 20px;min-height:670px;}
	#productSideImage img, #rightColumn img{border:solid 2px #c4e0e6; padding:10px; display:block; margin-bottom:10px;}
#productSideImage h3, #rightColumn h3{font-size:14px;}
#productSideImage h5, #rightColumn h5{font-size:12px;}

#photometrics{width:100%;}
	#photometrics td{padding:3px; font-size:12px;}
	#photometrics tr{background:#c4e0e6;}
		#photometrics tr.even{background:#d6ddde;}

.viewBtn{float:left;width:137px; height:18px; background:url(../_images/btn_view_over.jpg) no-repeat;}
	.viewBtn:hover{background:url(../_images/btn_view_over2.png) no-repeat;}

#pagination{float:left;margin-bottom:15px; width:400px;}
.pageNumber{float:left;width:24px; height:20px; font-size:11px;  padding:3px 1px;background:url(../_images/bg_pagination.png) no-repeat; text-align:center;}
	.pageNumber:hover{background:url(../_images/bg_pagination_over.png) no-repeat;}
	.pageNumber a{color:#fff;}
		.pageNumber a:hover{text-decoration:underline; color:#999999;}


