
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0 0 20px 0;
	height: 24px;
	color:#01adf1;
	font-size:1.4em;
}

.mootabs_title li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	padding: 0 24px 0 0;
	margin:0;
	cursor: pointer;
	height: 24px;
}

.mootabs_title li.active {
	color:#000;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -2px;
	clear: both;
	overflow:hidden;
	border-bottom:1px dashed black;
}

.mootabs_panel.active {
	display: block;
}