/* Product Tabs */
ul.tabs {
	margin-top: 15px;
	height: 29px;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	width: 100%;
	float: left;
}
ul.tabs li {
	float: left;
	height: 28px;
	line-height: 28px;
	border: 1px solid #d7d7d7;
	border-left: none;
	margin-bottom: -1px;
	background: #ebebeb;
	overflow: hidden;
	position: relative;
}
ul.tabs li a, ul.tabs li a:hover {
	text-decoration: none;
	color: #555555;
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	*padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #d7d7d7;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 15px;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	margin: 0px;
}

.tab_content h1{
	font-size: 13px;
	line-height: 16px;
	color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	display: block;
	letter-spacing: 0em;
}

.tab_content object{
	font-size: 12px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.tab_content p {
	padding: 10px 0 0;
}


.row {
	clear:both;
}
.end {
	height: 0;
	overflow: hidden;
}

