.content_tabs {
	/*position: relative;*/
	height: 100%;
}
.content_tabs .tab {
	display: none;
	position: absolute;
	height: 100%;
}
.tabs_bar h2 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;

	cursor: pointer;
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
}
.tabs_bar h2:hover {
}
.tabs_bar h2.selected {
	display: none;
	cursor: default;
}
.tabs_bar h2 + h2 {
	border-left:0px none;
}
