/********************** Tabs */
.product-view .tabs {
	background-color:#EBEBEC;
    margin: 15px 0;
    overflow: hidden;
}
.product-view .tabs li {
	float: left;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #fff;
	font-size: 0.9em;
	line-height: 1em;
	background: #f2f2f2;
}
.product-view .tabs li.first {
	border-left: 0;
}
.product-view .tabs li.last {
	border-right: 0;
}
.product-view .tabs a {
	font-size: 14px;
	display: block;
	padding: 11px 16px 11px 13px;
	color: #989898;
	text-decoration: none;
	text-transform: uppercase;
}
.product-view .padder {
    padding-top: 7px;
}
.product-view .tabs a:hover {
	background-color: #ddd;
	text-decoration: none;
	color: #989898;
	text-decoration: none;
}
.product-view .tabs li.active a, .product-view .tabs li.active a:hover {
	background: none repeat scroll 0 0 #989898;
    color: #FFFFFF;
}
#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
}
