
.mootabs_title {
	font-family: Helvetica, Arial, sans-serif;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

.mootabs_title li {
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px 5px;
	color: #aaa;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.mootabs_title li:hover {
	color: #a60b16;
}

.mootabs_title li.active {
	background-color: #fff;
	border: 0;
	border-bottom: 2px solid #a60b16;
	color: #a60b16;
}

.mootabs_panel {
	display: none;
	background-color: #fff;
	position: relative;
	width: 670px;
	clear: both;
	overflow: auto;
	
}

.mootabs_panel.active {
	background-color: #fff;
	display: block;
}