.tabs {
overflow:hidden;
border-bottom:1px solid #ccc;
zoom:1;
margin:15px 0;
}

.tabs li {
float:left;
border:1px solid #ccc;
font-size:.9em;
line-height:1em;
background:#f2f2f2;
margin:0 2px 2px 0;
}

.tabs a {
display:block;
color:#444;
text-decoration:none;
padding:6px 10px;
}

.tabs a:hover {
background-color:#ededed;
color:#444;
text-decoration:none;
}

.tabs li.active {
margin-bottom:0;
border-bottom:0;
background:#ededed;
}

.tabs li.active a {
margin-bottom:4px;
border-bottom:0;
z-index:100;
}

.tabs li.active a,.tabs li.active a:hover {
background:#ededed;
font-weight:700;
}

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