/********************** Tabs */
.product-view .tabs { margin: 0px 0px; overflow:hidden; /*border-bottom:1px solid #496778;*/  zoom: 1;position: absolute;
z-index: 50;}
.product-view .tabs li                { float: left;
font-size: 0.9em;
line-height: 1em;
height: 34px;
background: #fefefe;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e2e2e2));
background: -webkit-linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
background: -o-linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
background: -ms-linear-gradient(top, #fefefe 0%,#e2e2e2 100%);
background: linear-gradient(to bottom, #fefefe 0%,#e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );
border-left: 1.2pt #c8c8c8 solid;
border-top: 1.2pt #c8c8c8 solid;
border-right: 1.2pt #c8c8c8 solid;
margin-left: 3px;
border-top-left-radius: 4px;
border-top-right-radius: 4px; }
.product-view .tabs li.first          { /*border-left:0;*/ }
.product-view .tabs li.last           { /*border-right:0; */}
.product-view .tabs a                 { display:block; padding:12px 10px;font-weight: bold;font-size: 12px; color:#9e9e9e; text-decoration: none;}
.product-view .tabs a:hover           { background-color:#ddd; text-decoration:none; color:#444; ; text-decoration: none;}
.product-view .tabs li.active a {background:white; color:black;
}
.product-view .tabs li.active {border-bottom:none !important;z-index: 2;}
/*.product-view .tabs li.active a:hover { background:#496778;  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 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}