/********************** Tabs */
.product-view .tabs { margin: 15px 0px; overflow:hidden; border-bottom:1px solid #009900;  zoom: 1;}
.product-view .tabs li                { float:left; border-right:1px solid #ffffff; border-left:2px solid #fff; font-size:1.1em; line-height:1em;  background: #ddd; border-top-left-radius: 0.8em; border-top-right-radius: 0.8em; }
.product-view .tabs li.first          { border-left:0; }
.product-view .tabs li.last           { border-right:0; }
.product-view .tabs a                 { display:block; padding:6px 10px; color:#000; text-decoration: none;}
.product-view .tabs a:hover           { background-color:#C4C2C1; text-decoration:none; color:#000; ; text-decoration: none; border-top-left-radius: 0.8em; border-top-right-radius: 0.8em;}
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover { background:#009900;  font-weight:bold; color:#fff; border-top-left-radius: 0.8em; border-top-right-radius: 0.8em; }

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