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

}

.mootabs_title li {
	float: left;
	background-color: #a29061;
	padding: 0px 9px 0px 9px;
	margin: 0px 1px 0px 0px;
	cursor: pointer;
	height: 39px;
font-size: 13px;
font-weight: bold;
font-family: Arial;
color: #FFFFFF;
text-align: center;
min-width: 48px;
}

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

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

.mootabs_panel.active {

	display: block;
}
.tabfix {
margin-top:10px;
}