.mootabs_title {
}

.mootabs_title li {
	cursor: pointer;
}

.mootabs_title li.active {
}

.mootabs_panel {
	display: none;
	top: -1px;
	clear: both;
}

.mootabs_panel.active {
	display: block;
}