.tabs {
	position:relative;
	top:-3px;
	margin:0px;
	margin-left:10px !important;
}

.tabs li {
	float:left;
	position:relative;
	left:-10px;
	width:129px;
	height:27px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	z-index:10;
}

.tabs li#product_tabs_review_tabbed {
	width:139px;
}

.tabs a {
	display:block;
	width:139px;
	height:27px;
	padding-top:5px;
	padding-left:10px;
	list-style-type:none;
	background-image:url(../images/tab.gif);
	background-repeat:no-repeat;
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	z-index:10;
}

.tabs li#product_tabs_review_tabbed a {
	width:139px;
}

.tabs a:hover {
	color:#ff6600;
	background-image:url(../images/tab_selected.gif);
	background-repeat:no-repeat;
}

.tabs li.active {
	z-index:20;
}

.tabs li.active a,
.tabs li.active a:hover {
	color:#ff6600;
	background-image:url(../images/tab_selected.gif);
	background-repeat:no-repeat;
	z-index:20;
}

#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;
}
