/********************** Tabs */
.tabs { clear: left; margin: 15px 0px; overflow:hidden; border-bottom:1px solid #000; }
.tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:0.9em; line-height:1em;  background: #ccc; }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { display:block; padding:6px 10px; color:#444; text-decoration: none;}
.tabs a:hover           { background-color:#dd0000; text-decoration:none; color:#fff; ; text-decoration: none;}
.tabs li.active a,
.tabs li.active a:hover { background:#000;  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 p { margin-bottom: 1em; }
#product_tabs_related_tabbed_contents li { float:left; margin: 0 6px 6px 0; padding: 6px; width: 120px; height: 120px; border: 1px dotted #ccc; }
#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; }

#product_tabs_review_tabbed_contents li { margin-bottom: 0.5em; }