/********************** Tabs */
.product-view .tabs { margin: 15px 0px; overflow:hidden; border-bottom:10px solid #BCBCBC;  zoom: 1;}
.product-view .tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:1.1em; font-weight:bold; line-height:1.8em;  background: none repeat scroll 0 0 #319600; }
.product-view .tabs li.first          { border-left:0; }
.product-view .tabs li.last           { border-right:0; }
.product-view .tabs a                 { display:block; padding:6px 10px; color:#fff; 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,
.product-view .tabs li.active a:hover { background:none repeat scroll 0 0 #BCBCBC;  font-weight:bold; color:#fff; }

.product-images {
    float: left;
    height: 175px;
    margin: 5px 2px;
    text-align: center;
    width: 125px;
}

#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	{
   background: none repeat scroll 0 0 #F5F5DC;
    border-color: #6593B9 #BCBCBC;
    border-left: 1px solid #BCBCBC;
    border-right: 1px solid #BCBCBC;
    border-style: solid;
    border-width: 1px;
    float: left;
    font-size: 0.9em;
    line-height: 1em;
    margin-right: 2px;
    margin-top: 5px; }
#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}
