.tabpane .tabheaders {
	margin: 0px;
	padding: 0px;
}

.tabpane .tabheaders .tabheader{
	cursor: pointer;
	margin: 0px;
	display: inline;
	list-style: none;
	list-style-position: outside;
}

.tabpane .tabs {
	position: relative;
}

.tabpane .tabs .tab {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.tabpane .tabs .active {
	z-index: 2;
	display: block;
}

.tabpane .tabs .inactive {
	z-index: 1;
	display: none;
}