.tabs_holder {
	clear:both;
	float:left;
	margin: 15px 0px;
	padding-top: 0px;
	width: 100%;
}

.skin3.top .tabs_header {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.skin3.top .tab_header_item {
	float: left;
	margin: 0px;
}
.skin3.top .tab_content {
	clear: left;
	display: none;
}

/* skin3 */
.skin3.top.tabs_wrapper {
	border: 1px solid #ddd;
	border-top: none;
/*	padding-top: 1px; */
}
.skin3.top .tabs_header {
	overflow: hidden;
	margin-bottom: 0;
	/*margin-top: 20px;*/
	border-top: 1px solid #AA2423;
	padding-top: 1px;
}
.skin3.top .tab_header_item {
	margin-left: 1px;
	background: #fff;
	padding-bottom: 7px;
}
.skin3.top .tab_header_item.tab_selected {
	background: url(/images/selected_top.png) no-repeat center bottom;
}
.skin3.top .tab_header_item.tab_selected a {
	color: #fff;
	background: #AA2423;
}
.skin3.top .tab_header_item a {
	display: block;
	height: 30px;
	padding: 0px 23px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 31px;
	color: #000;
	text-decoration: none;
	outline: 0;
}
.skin3.top .tab_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4em;
	padding: 0px 25px 5px 20px;
}



