/********************** Tabs */
.product-view .tabs {
	overflow:hidden;
	background:#fff;
}
.product-view .tabs li {
	float:left;
	color:#222;
/*	padding:0 12px;*/
	font-size:12px;
	height:54px;
	
}

.product-view .tabs a {
	padding:0 12px;
	float:left;
	height:54px;
	line-height:54px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/pdpTabDivider.png) top right no-repeat;
}
.product-view .tabs a:hover{}
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover {
	color:#000;
	font-weight:bold;
	background:#www url(../images/pdpTabArrow.png) bottom center no-repeat;
}

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

.product-collateral .padder {
	background:#eee;
	padding:25px;
	line-height:18px;
}
