@charset "utf-8";
/* Product Details styles */

#bfbanner{
	background-image: url(/grfx/bf/bf_productbanner_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
}
#ctdwn{
	padding: 0 5px 5px 10px;
}
#timer{
	display: none;
	font-weight: bold;
}

#product_information{ /* contains the product image div and basic details div */
	padding: 0 10px 10px 10px;	
	float: left;
	width: 771px;
}

#product_image{ /* contains the product image and zoom anchor*/
	float: left;
	width: 400px;
	background-color: white;
	text-align: center;
	position: relative;
}
#product_image #product_image_cntnr{
	zoom: 1;	
	overflow: hidden;
	padding: 0;
	margin: 5px 0;
	width: 400px;
	height: 444px;
	display: table;
	#position: relative;
	/* #border: solid 1px black; */
}
#product_image #product_image_cntnr #bulbs_included{
	zoom: 1;
	position: absolute;
	left: 100%;
	margin-left: -105px;
	z-index: 10;
}
#product_image #product_image_cntnr #product_image_cell{
	vertical-align: middle;
	display: table-cell;
	#position: absolute;
	#top: 50%;
	#left: 0;
	#margin: 0;
	#padding: 0;
	/* #border: solid 1px black; */
}
#product_image #product_image_cntnr #product_image_cell #product_image_ie{
	#position: relative;
	#top: -50%;
}

#product_image #image_opts{
	background-color: white;
	background-image: url(/grfx/nav_chain.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: solid 1px #dfdfdf;
	-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
}
#product_image #image_opts a{
	font-size: 11px;
	text-decoration:none;
	color: #5d7ca5;
	font-weight: bold;
	display:block;
	padding: 6px 10px 8px 10px;
	vertical-align: middle;
	border-right: dotted 1px #ccc;
}
#product_image #image_opts a.left:hover{
	background-color: #E4EBF1;
	-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
}
#product_image #image_opts a:hover{
	background-color: #E4EBF1;	
}
#product_image #image_opts a.grayout{
	filter:alpha(opacity=40)!important;
	-moz-opacity:0.4!important;
	-khtml-opacity: 0.4!important;
	opacity: 0.4!important;
	cursor: default!important;
}
#product_image #image_opts a.grayout:hover{
	background-color: transparent!important;
}

#purchase_info{
	float: left;
	padding-left: 10px;
	width: 360px;
}
#purchase_info h1{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 4px 0 2px 0;
}
#purchase_info h2{
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 0 0 5px 0;
}

#gray_cover{
	padding: 10px;
	background-color: #ececec;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	margin: 8px 0;
}
#rating{
	padding: 6px;
	background-color: white;
	border: solid 1px #cfcfcf;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	margin: 0;
	color: #555;
}
.badge{
	padding: 3px;
	background-color: white;
	border: solid 1px #cfcfcf;
	-moz-box-shadow: 0px 0px 8px #ddd; -webkit-box-shadow: 0px 0px 8px #ddd; box-shadow: 0px 0px 8px #ddd;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	margin: 0 4px 10px 4px;
	float: left;
	height: 55px;
}
.badge_long{
	padding: 6px 8px;
	font-size: 11px;
	color: #444;
	background-color: white;
	border: solid 1px #cfcfcf;
	-moz-box-shadow: 0px 0px 8px #ddd; -webkit-box-shadow: 0px 0px 8px #ddd; box-shadow: 0px 0px 8px #ddd;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	margin: 0 0 10px 0;	
}
.stock{
	font-size: 11px; 
	color: #528F53; 
	font-weight:bold;
	width: 55px;
	margin: 0 6px 12px 0!important;
	text-align: center;
}

#price_tbl_stf{
	zoom: 1;
	padding: 8px;
	background-color: white!important;
	border: solid 1px #cfcfcf!important;
	-moz-box-shadow: 0px 0px 8px #ddd; -webkit-box-shadow: 0px 0px 8px #ddd; box-shadow: 0px 0px 8px #ddd;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#purchase_info table{
	font-size: 11px;
	font-weight: normal;
}
#purchase_info table .price{
	font-weight: bold;
}
#purchase_info table .you_save{
	color: #77AF74;
	font-weight: bold;
}
#purchase_info table .total_cost{
	font-size: 20px;
	color: #C54141;
	font-weight: normal;
	border-bottom: dotted 1px #999;
}

/* add to cart box */
#product_information form{
	margin: 1px;	
}
.discontinued{
	color: #888;
	font-size: 16px;
	padding-top: 6px;
}
.discontinued p{
	font-size: 11px;
	padding: 0;
	margin: 5px 0 0 0;
}
#qty_add{
	background-color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
}
#qty_add table tr td{
	padding-bottom: 7px;	
}
#qty_add h2{
	font-size: 18px;
	font-weight: bold;
	background-color: #3D70A3;
	color: white;
	margin: 0 10px 0 0;
	padding: 3px 10px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
select{
	font-size: 11px; 
	padding: 3px;
	border: solid 1px #aaa;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
#add_to_cart{
	color: white;
	background-color: #F00;
	background-image:url(/grfx/add_to_cart.png);
	background-position: top;
	background-repeat:repeat-x;
	border: #9B2424 solid 1px;
	padding: 4px 10px;
	*width: 200px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #900;
	cursor: pointer;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
#add_to_cart:hover{
	background-color: #F88;	
}

#trade_pricing{
	zoom: 1;
	background-color: white;
	border: solid 1px #cfcfcf;
	/*-moz-box-shadow: 0px 0px 8px #ddd; -webkit-box-shadow: 0px 0px 8px #ddd; box-shadow: 0px 0px 8px #ddd;*/
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	font-size: 11px; 
	padding: 4px;	
}

#trade_pricing h2{
	margin: 0 0 4px 0; 
	font-size: 14px; 
	font-weight: bold; 
	color: #900;	
}
#trade_pricing p{
	padding-left: 4px; 
	margin: 0;	
}

/* right side: relative products */
#relative{
	float: left;
	padding: 0;
	margin: 5px;
	width: 195px;
	border: solid 1px #ccc;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;	
}

#relative #relative_products{
	border-bottom: solid 1px #e0e0e0;
	font-size: 11px;
}
#relative #relative_products a{
	font-size: 11px;	
}
#relative #relative_products a:hover{
	text-decoration: none!important;	
}

#relative #relative_products div{
	padding: 4px;
	clear: both;
}
#relative #relative_products div:hover{
	background-color: #CEDAF0!important;	
}
#relative #relative_products .related_price{
	color: #D70909; 	
}

#relative h1{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 2px 4px 0 4px;
}
#relative div.desc{
	background-image:url(/grfx/search_button_bg2.png);
	border-bottom: solid 1px #e0e0e0;
	padding: 3px 5px 5px 5px;
	font-size: 11px;
}
#relative div.desc2{
	background-image:url(/grfx/search_button_bg2.png);
	padding: 3px 5px 5px 5px;
	font-size: 11px;
}
#relative div.desc a{
	font-size: 11px;
	color: #305BA5;
}

#relative a{
	font-size: 12px;
	font-weight: bold;
	color: #305BA5;
	text-decoration: none;
}
#relative a:hover{
	text-decoration: underline;
}

#relative img{
	border: solid 1px #ccc;	
	margin-right: 5px;
	float: left;
}

/* Details tabs */
#pdopt{
	border-bottom: solid 1px #ccc;
	height: 32px;
}
#pdt1, #pdt2, #pdt3, #pdt4{
	display: block;
	height: 20px;
	padding: 5px 10px;
	height: 21px;
	margin-right: 0;
	background-color: white;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	text-decoration: none;
	color: #333;
	background-image: url(/grfx/cs/cs_tab_gradient.png);
	_background-image: none!important;
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
}
#pdt1{
	-moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px;
}
#pdt4{
	-moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px;
}

.fill{
	display: block;
	height: 21px;	
	width: 2px;
	padding: 5px 0 5px 0;
	float: left;
}

#optContainer{
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	-moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
	padding: 7px;
}
#optContainer #padding{
	height: 400px;
	overflow: auto;
	overflow-x: hidden;	
}
#pd1, #pd2, #pd3, #pd4{
	display: none;
}
#optContainer div h2{
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #3D619C;
}

#optContainer div a{
	text-decoration: none;
	color: #D53737;
}
#optContainer div a:hover{
	text-decoration: underline;	
}

#optContainer div .spec_feat_icons .spec_feat{
	float: left;
	padding-right: 10px;
	position: relative;
	/* border: solid 1px black; */
}

#optContainer .detail_tbl{
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
#optContainer .detail_tbl th{
	border-bottom: solid 1px #CCD7E6;
	background-color: #E3EAF2;
	color: #5B88B9;
	font-weight: bold;
	
}
#optContainer .detail_tbl td{
	border-bottom: solid 1px #ddd;
}
#optContainer .detail_tbl td table.dim_tbl tr td{ 
	border-left: solid 1px #ddd;
	border-bottom: none;
	text-align: center;
}
#optContainer .detail_tbl td table.dim_tbl tr.hdr td{
	border-bottom: solid 1px #ddd;
	background-color: #eee;
	color: #888;
	font-size: 9px;
}

#optContainer .bulb_tbl tr.hdr td{
	background-color: #eee;
	color: #888;
	font-size: 9px;
}
#optContainer .bulb_tbl tr td.rt{
	border-left: solid 1px #ddd;
	text-align: center;
}

#optContainer #mfg_img{
	padding: 5px;
	border: solid 1px #ddd;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	margin: 5px 10px 10px 0;
}
#optContainer #mfg_cats{
	margin-top: 10px;
	border-top: dotted 1px #ccc;
	padding-top: 10px;
}
#optContainer #noreviews{
	padding: 8px;
	background-color: #e7e7e7;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	color: #444;
	font-size: 11px;
	text-shadow: 1px 1px 0 #f7f7f7;
}
#optContainer #mfg_cats .column{
	float: left;
	margin-right: 12px;
}
/* reviews */
.review_cntnr{
	padding: 2px;
	border: solid 1px #eee;
}
.review_hdr{
	padding: 2px 4px;
	background-color: #B9C4D7;
	color: white;
	font-size: 11px;
	margin-bottom: 2px;
}
.review_hdr a{
	color: #686FA6!important;	
}

.review{
	padding: 4px;
	font-size: 11px;
	border-bottom: solid 1px white;
}
.review .hdln{
	font-size: 11px;
	font-weight: bold;
	color: #444;
}
.review .athr{
	color: #666;
}
.gray{
	background-color: #eee!important;	
}

#alt_txt{
	position: absolute;
	z-index: 10;
	margin-top: -30px;
	background-image: url(../grfx/alt_txt.png);
	width: 100%;
	font-size: 11px;
	color: #900;
	width: 400px;
	text-align: center;
	padding: 5px 0;
}

.mkOffr{ /* button */
	width: 120px!important;	
	background-image: url(/grfx/checkout_btn.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 4px!important;
	font-size: 12px!important;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #98C18C;
	color: white!important;
	text-align: center!important;
	border: solid 1px #759B5E;
	cursor: pointer;
	text-shadow: 1px 1px 0 #759B5E;
}
div#mkOffr{
	padding: 6px;
	margin-top: 5px;
	border: solid 1px #ddd;
	background-color: #f8f8f8;
	font-size: 11px;
	display: none;
}
div#mkOffr input[type='text']{
	font-size: 12px;
	position: relative;
	border: solid 1px #ccc;
	border-top: solid 1px #aaa!important;
	-moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;
	padding: 4px;
	margin-top: 1px;	
}

#offrSent{
	margin: 8px;
	padding: 8px;
	border: solid 1px #b4cfab;
	border-bottom: solid 1px #9ab393!important;
	color: #333;
	background-color: #C7DEC0;
}
#mkOffr_a{
	padding: 3px!important;
	font-size: 11px!important;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #4578AB;
}

#socialbanner{
	padding: 4px 0;
}
#socialbanner .twitter-share-button{
	padding-right: 5px!important;
	margin-right: 0!important;
	width: 100px!important;
}

#nonrtrn{
	margin-top: 6px;
	border: solid 1px #8EA4CA;
	color: #334575;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	background-color: #D6E0EF;
	text-align: center;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
#rebate{
	margin-top: 6px;
	border: solid 1px #F2A8A8;
	background-color: #FBE3E3;
	font-size: 11px;
	padding: 5px;
	color: #444;
	text-align: center;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
#rebate a{
	color: #444;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 4px;
	margin-left: 6px;
	border: solid 1px #ccc;
	-moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;
	background: white; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f0f0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #f0f0f0); /* for firefox 3.6+ */
}
#rebate a:hover{
	background: white!important;	
}
