/********************** Tabs */
.tabs { 
border-bottom:0 solid #496778;
margin:15px 0 0 3px;
overflow:hidden;
}
.tabs li                { 
float:left; 
border-right:0px solid #ffffff; 
border-left:0px solid #fff; 
font-size:0.9em; 
line-height:1em;  
background: none; 
}
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { 
display:block; 
padding:6px 10px; 
color:#444; 
text-decoration: none;
height:44px;
}

.tabs a:hover           { text-decoration:none; color:#444; ; text-decoration: none;}

.tabs li.active a,
.tabs li.active a:hover {  font-weight:bold; color:#fff; }



#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}

#product_tabs_description_tabbed{
width:160px;
height:44px;
background-image:url(../images/btn_product_description_off.png);
background-repeat:no-repeat;
}
#product_tabs_description_tabbed.active{
background-image:url(../images/btn_product_description_on.png);
background-repeat:no-repeat;

}

#product_tabs_additional_tabbed{
width:160px;
height:44px;
background-image:url(../images/btn_product_spects_off.png);
background-repeat:no-repeat;
}
#product_tabs_additional_tabbed.active{
background-image:url(../images/btn_product_spects_on.png);
background-repeat:no-repeat;
}