/********************** Tabs */
.product-view .tabs { margin: 15px 0px 0 0; overflow:hidden;  zoom: 1; }
.product-view .tabs li               
{ 
	float:left; 
	font-size:12px; 
	line-height:1em;  
	background: #5e5e5e; 
	margin-right:3px;

}
.product-view .tabs li.first          { border-left:0; }
.product-view .tabs li.last           { border-right:0; }
.product-view .tabs a                 { display:block; padding:12px 14px; color:#fff; text-decoration: none; font-weight:normal;}
.product-view .tabs a:hover           { background-color:#A2CB7D; text-decoration:none; color:#fff; ; text-decoration: none;}
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover { background:#A2CB7D;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 {
    border: 1px solid transparent;
	border-radius:5px;
    float: left;
    margin: 0 3px;
    padding: 5px;
    text-align: center;
    width: 23%;
}
#product_tabs_related_tabbed_contents li .product-images SPAN {}
#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}
.product-collateral .padder
{ border-top:3px solid #A2CB7D; padding:10px; background:#FFF;}