/********************** Tabs */
.tabs { margin: 15px 0px; overflow:hidden; border-bottom:0px solid #ccc;  zoom: 1; background:#f6f6f6; padding:5px; }
.tabs li                { float:left; border-right:1px solid #ccc; border-left:1px solid #f6f6f6; font-size:0.9em; line-height:20px; }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { display:block; padding:0px 10px; color:#444; text-decoration: none;}
.tabs a:hover           {  text-decoration:none; color:#444; ; text-decoration: none;}
.tabs li.active a,
.tabs li.active a:hover {   font-weight:bold; color:#444; }

.tabs li.first a {  padding:0 10px 0 0;}

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