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

/* skin2 */

.skin4.top.tabs_wrapper {
	border: 1px solid #ccc;
	margin: 5px;
}

.skin4.top .tabs_header {
	overflow: hidden;
	padding-top: 0px;
}
.skin4.top .tab_header_item {
	margin-left: 0px;
	background: #eee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.skin4.top .tab_header_item.tab_selected {
	background: #fff;
	border-bottom: none;
}
.skin4.top .tab_header_item.tab_selected a {
	color: #000;
}
.skin4.top .tab_header_item.first_tab {
	border-left: 1px solid #ccc;
}
.skin4.top .tab_header_item.first_tab.tab_selected {
	border-left: none;
}
.skin4.top .tab_header_item.last_tab {
	border-right: 1px solid #ccc;
}
.skin4.top .tab_header_item.last_tab.tab_selected {
	border-right: none;
}
.skin4.top .tab_header_item a {
	padding: 0px 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #477FB0;
	text-decoration: none;
	outline: 0;
}
.skin4.top .tab_content {
	font: 12px/24px Arial, Helvetica, sans-serif;
	color: #777;
	padding: 5px 5px;
}



