/********************** Tabs */
.tabs { margin: 15px 0 0 0; overflow:hidden; border-bottom:3px solid #000;  zoom: 1;}
.tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:0.9em; line-height:1em;  background: #f2f2f2; }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { text-align: center; font-weight:bold; width: 126px; display: block; height: 19px; padding:10px 0 0 0; color:#444; text-decoration: none; background:transparent url(../images/tabs_off.jpg) no-repeat; }
.tabs a:hover           { background-color:#ddd; text-decoration:none; color:#444; text-decoration: none;}
.tabs li.active a,
.tabs li.active a:hover { background:#000 url(../images/tabs_on.jpg) no-repeat; text-align: center; font-weight:bold; color:#fff; width: 126px; display: block; height: 19px;}

#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}
div.product-collateral div.padder {
    padding:10px 15px;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    background: #fff url(../images/tabs_bg.jpg) repeat-x;
}
