
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.mootabs_title li {
	float: left;
	background-image:none !important;
	background-color: #371E10;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	/*font-family: "Trebuchet MS";*/
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	background-color: #442412;
	border-left:1px solid #4F2F1D;
	border-top:1px solid #4F2F1D;
	border-right:1px solid #4F2F1D;
	color:#F8B150;
	
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #fff;
	overflow: auto;
	padding: 5px 20px;
	text-align:justify;
	/*font-size: 12px;*/
}

.mootabs_panel.active {
	background-color: #442412;
	display: block;
	/*border-top:1px solid #F8B150;*/
	border-left:1px solid #4F2F1D;
	border-bottom:1px solid #4F2F1D;
	border-right:1px solid #4F2F1D;
	
}

.mootabs_title li.over {
	#font-weight: bold;
	color:#F8B150;
}

