#myTabs { height: auto; min-height: 200px; }

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

.mootabs_title li {
	float: left;
	background-color: #202020;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #e3e3e3;
	text-transform: capitalize;
	font-size: 14px;
	font-style: italic;
	height: 33px;
	width: 108px;
	line-height: 33px;
	text-decoration: none;
	text-align: center;
}

.mootabs_title li.active { background: #e3e3e3 url("../images/mootabs_title_bg.png") repeat-x; color: #000; }

.mootabs_title li.over { background: #4d4d4d url("../images/mootabs_over_bg.png") repeat-x; }

.mootabs_panel {
	display: none;
	position: relative;
	overflow: auto;
	top: -1px;
	clear: both;
	color: #fff;
	padding: 20px 0 0 20px;
	margin: 0;
	height: auto !important;
}

.mootabs_panel.active {
	background-color: #e3e3e3;
	display: block;
	height: auto !important;
}
