
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.mootabs_title li {
	float:left;
	background:#5a5a5a;
	padding:2px 8px 2px 8px;
	margin-right: 2px;
	cursor:pointer;
	color:#fff;
	font-size:1.3em;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	background:#3d3d3d;
	font-weight:bold;
}

.mootabs_panel {
	display: none;
	clear: both;
	padding:20px 0;
	height:auto;
}

.mootabs_panel.active {
	background:none;
	display:block;
	
}

.mootabs_title li.over {
	font-weight: bold;
}

