/*Blue Raven Home Page CSS Document 
	-Styles specific to the Blue Raven Product Detail Pages
*/

#product_table{}
	#product_table td.product_info{width:450px;}
	#product_table td.right_panel{width:157px; margin:0; padding:0; font-size:11px}
	#product_table div.panel_wrap{background-color:#E6EADB;}
	#product_table table.buy_form{background-color:#F7F2EC; font-weight:bold; font-size 0.8em;}
			  	   table.buy_form input.text{width:17px; border:1px solid black;}
	
				   
					td.right_panel ul{
						list-style-type:none;
						padding:0;
						margin:0px 0px 0px 0px; 		
					}
					td.right_panel ul li{
						margin:0px;
						padding:0px;
						border:1px solid #E6EADB;
					}
					td.right_panel ul li a{
						display:block;
						background-image:url(/BlueRavenResource/Rev1Images/nav/leftNav_greenSquare.gif);
						background-position:top left;
						background-repeat:no-repeat;
						padding:3px 3px 3px 8px;
						margin:0px 0px 0px 4px;
						color:black;
						font-weight:bold;
						font-size:1em;	
					}
					
	#product_table #product_details, #product_overview{padding-right:10px;}
	
		#product_overview img.product_img{float:left; border:1px solid #DCDCDC; margin-right:6px;}		
		#product_overview p.mfr_details{ font-weight:bold; font-size:1.2em;}
		#product_overview p.product_availability{ font-weight:bold; font-size:1em;}
		#product_overview a.send_to_assoc, a.vol_pricing, a.detail_view{ display:block; padding:3px 0 5px 24px; color:#1152B4; font-weight:bold;}
		#product_overview a.send_to_assoc{background:url(/BlueRavenResource/Rev1Images/icons/icon_sendToAssociate.gif) 0 0 no-repeat;}
		#product_overview a.vol_pricing{background:url(/BlueRavenResource/Rev1Images/icons/icon_getVolPricing.gif) 0 0 no-repeat;}
		#product_overview a.detail_view{background:url(/BlueRavenResource/Rev1Images/buttons/btn_orangeBall.gif) 0 0 no-repeat; color:black; margin:6px 0px 15px;}
		
		#product_overview table.works_with{border:1px solid #DCDCDC; margin-top:5px;}
	
	#product_details{clear:both;}
		#product_details div{ border:1px solid #DCDCDC; }
		#product_details ul{margin-top:0;}
		#product_details #tab_desc{width:135px; text-align:center;}
		#product_details #tab_spec{width:98px; text-align:center;}
		#product_details #tab_warn{width:98px; text-align:center;}
		#product_details div.on{margin:0 1px 0 0; background-color:white; border:1px solid #DCDCDC;}
			div.on a{display:block; color:white; font-weight:bold; background-color:#FF9334; margin:2px; padding:2px 6px;; text-decoration:none;}
			div.on a:hover{text-decoration:none;}
			div.inactive{visibility:hidden; display:none; height:0; overflow:hidden;}	
		
		#product_details div.off{margin:0 1px 0 0; background-color:#DCDCDC; }
			div.off a{display:block; color:#656565; font-weight:bold; background-color:#DCDCDC; margin:2px; padding:2px 6px;; text-decoration:none;}
			div.off a:hover{color:black; text-decoration:none;}
			div.inactive{visibility:hidden; display:none; height:0; overflow:hidden;}	
			
			
		
		#desc, #spec, #warn{overflow:auto; height:175px; width:416px; padding:15px 10px 3px 6px;}
			div.active{visibility:visible; display:block; height:175px; overflow:auto;}
			div.inactive{visibility:hidden; display:none; height:0; overflow:hidden;}	


