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

.mootabs_title li {
	float: left;
	background-color: #ffffff;
	color:#666666;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 20px;
	list-style-image: none;
	list-style-type: none;
	background:none;
	font-weight:bold;
}

.mootabs_title li.active {
	background-color: #e6e6e6;
	color:#333333;
}

.mootabs_panel {
	display: none;
	/*background-color: #ddd;*/
	border-top:1px solid #D40300;
	padding:5px 0 0 0;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	/*overflow: auto;*/
	width:210px;
}

.mootabs_panel.active {
	/*background-color: #e6e6e6;*/
	display: block;
}