/********************** Tabs */
.tabs { margin: 15px 0px; overflow:hidden; border-bottom:1px solid #a66a31;  zoom: 1;}
.tabs li                {
float:left;
border-top:1px solid #a66a31;
border-right:1px solid #a66a31;
background: #333333; 
font-size: 12px;
line-height:1em;  
font-family: Arial, Helvetica, sans-serif;
}
/*
.tabs li.first          { border-left:0; }
*/
.tabs li.first           { border-left:1px solid #a66a31; }

.tabs a                 { display:block; padding:10px 10px; color:#99cc66; text-decoration: none;}
.tabs a:hover           { background-color: #464646; text-decoration:none; color:#ffedb0; ; text-decoration: none;}
.tabs li.active a,
.tabs li.active a:hover { background: #464646;  font-weight:bold; color:#ffedb0; }

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{ width: 300px; float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents li	{ float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}