/********************** Tabs */
.tabs { /* margin: 15px 0px; */ overflow:hidden; /* border-bottom:1px solid #496778; */  zoom: 1; margin-bottom: -11px;}
.tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:0.9em; line-height:1em;   position:relative; }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { display:block; padding:10px 20px; color:#444; text-decoration: none; font-size: 13px; font-weight: bold; background: #f2f2f2;}
.tabs a:hover           { background-color:#ddd; text-decoration:none; color:#444; ; text-decoration: none;}
.tabs li.active a,
.tabs li.active a:hover { background: #403553 url("/media/gradient_tabs.png") no-repeat scroll 0 0;  font-weight:bold; color:#fff; -moz-border-radius: 3px;
-webkit-border-radius: 3px;}
.tabs li.active span {
background:url("/media/tab-mark.gif") no-repeat scroll 0 0 transparent;
display:block;
font:0px/0px arial !important;
height:6px;
left:0;
margin:0px 0 0 49%;
position:absolute;
width:12px;
}

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