
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	background-color: #ddd;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	
}

.mootabs_title li.active {
	background-color: #e9e9e9;
}

.mootabs_panel {
	display: none;
	background-color: #E9E9E9;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	padding: 30px 50px 0px 10px;
	
}

.mootabs_panel.active {
	background-color: #e9e9e9;
	display: block;
}
