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

.mootabs_title li {
	background-color:#FFFFFF;
	cursor:pointer;
	float:left;
	font-family:"Times New Roman",Times,serif;
	font-size:14px;
	height:30px;
	line-height:30px;
	/*margin-right:2px;
	padding:2px 8px;*/
	text-transform:uppercase;
	color:#CBCBC3;
	text-align:center;
	
}
.mootabs {margin-bottom:15px; position:relative}

.mootabs .one li {width:100%;}
.mootabs .two li {width:50%;}
.mootabs .three li {width:33.3%;}
.mootabs .four li {width:25%;}

.mootabs_title li.active {
	background-color: #9a0000;
	color:white;
}

.mootabs_title h2 {
font-size:inherit!important;
font-weight:normal!important;
font-family:inherit!important;
}

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

.mootabs_panel.active {
	background-color: #fff;
	display: block;
	border-top:1px solid #CBCBC3;	
}

.mootabs_title li.over {
color:#000000;
}