@charset "utf-8";
/* CSS Document */

/*-- PRODUCT DETAIL PAGE TABS --*/
/* get rid of those system borders being generated for A tags */
a:active {outline:none;}
:focus {-moz-outline-style:none;}

/* root element for tabs  */
ul.productDetailTabs {  
	float: left; display: inline;
	margin:0 !important; 
	padding:0;
	width: 100%;
	height:38px;
	border-bottom:1px solid #CCCCCC;	 	
}

/* single tab */
ul.productDetailTabs li {  
	float: left;	 
	padding: 0; 
	margin: 0;  
	list-style-type: none;	
}

/* link inside the tab. uses a background image */
ul.productDetailTabs a { 
	float: left;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 9px 20px;	
	text-decoration: none;
	border-left: 1px solid #F4F4F4;
	border-top: 1px solid #F4F4F4;
	border-right: 1px solid #F4F4F4;	
	border-bottom:0px;
	height:18px;
	background-color:#f4f4f4;
	color:#0066cc;
	margin-right: 6px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.productDetailTabs a:hover {
	background-color:#f4f4f4;
	color:#333333;
}
	
/* selected tab */
ul.productDetailTabs a.current {
	background-color:#FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #FFFFFF;		
	color:#333333;	
	cursor: default;
}

	
/* tab pane */
div.productDetailPanes div {
	float: left;
	display:none;
	border: 0;
	min-height: 50px;
	margin: 0 0 20px 0;
	background-color: #FFFFFF;	
}

div.productDetailPanes div h1 {font-size: 30px; font-weight: bold; color: #75a308; line-height: 1.2em; margin: 0;}
div.productDetailPanes div h2 {font-size: 18px; font-weight: bold; color: #75a308; line-height: 1.2em; margin: 1em 0 0.5em 0;}
div.productDetailPanes div h4 {font-size: 16px; font-weight: normal; color: #333333; line-height: 1.5em;}
div.productDetailPanes div h5 {font-size: 14px; font-weight: bold; color: #cc0000; line-height: 1.5em;}
div.productDetailPanes div p {font-size: 14px; color: #666666; line-height: 1.5em;}
div.productDetailPanes div p strong {font-weight: bold; color: #333333;}
div.productDetailPanes div ul {margin: 0.5em 0 0.5em 0;}
div.productDetailPanes div li {list-style: none; background: url(/consumer/images/bullet_content.gif) 0 0.4em no-repeat; margin: 0 0 10px 0; font-size: 14px; color: #666666; line-height: 1.5em; padding: 0 0 0 16px;}
div.productDetailPanes div li strong {font-weight: bold; color: #333333;}
div.productDetailPanes div a:link {text-decoration: underline; color: #0066cc; background-color: transparent;}
div.productDetailPanes div a:visited {text-decoration: underline; color: #0066cc; background-color: transparent;}
div.productDetailPanes div a:hover {text-decoration: none; color: #0066cc; background-color: transparent;}
div.productDetailPanes div h6 {font-size: 12px; font-weight: normal; color: #666666; line-height: 1.5em; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic;}
div.productDetailPanes div h6 em {color: #CC0000;}

