/********************** Tabs */
.tabs { margin: 15px 0px; overflow:hidden; border-bottom:1px solid #CFCFCF;  zoom: 1;}
.tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #ffffff; -moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius:10px; border-top-left-radius:10px 10px; border-top-right-radius: 10px 10px; font-size:1.0em; line-height:1.25em;  background: #EDEDED; }
.tabs li.first          { border-left:0 }
.tabs li.last           { border-right:0 }
.tabs a                 { display:block; padding:6px 10px; color:#546B7D; text-decoration: none;}
.tabs a:hover           { background-color:#eeeeee; text-decoration:none; color:#656469; ; text-decoration: none; -moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius:10px; border-top-left-radius:10px 10px; border-top-right-radius: 10px 10px;}
.tabs li.active a,
.tabs li.active a:hover { background:#546B7D;  font-weight:bold; color:#ffffff; -moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius:10px; border-top-left-radius:10px 10px; border-top-right-radius: 10px 10px;}

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