/********************** Tabs */
.product-view .tabs { margin: 0px; overflow:hidden; zoom: 1;}
.product-view .tabs li                { float:left; font-size:0.9em; line-height:1em; }
.product-view .tabs li.first          { border-left:0; }
.product-view .tabs li.last           { border-right:0; }
.product-view .tabs a                 { text-transform: lowercase; display:block; padding:6px 10px; color:#444; text-decoration: none;}
.product-view .tabs a:hover           { text-decoration:none; color:#999; }
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover { background:#fdf1f4; border: 1px solid #e5e5e3; border-width: 1px 1px 0 1px; }

#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-view .padder { border: 1px solid #e5e5e3; padding: 10px; }
