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

width: 400px;
}

.mootabs_title li {
	float: left;
	background-color: transparent;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;

color: white;
font-weight:bold;
display: inline;
	
}

.mootabs_title li.active {
	background-color: transparent;
color: #FFFF45;
}

.mootabs_panel {
	display: none;
	background-color: transparent;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: hide;
margin: 0 0 0 10px;
text-align: left;
color: white;
font-size: 12px;
font-weight: normal;
width: 400px;
	
}

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