#detail_tabs { width:414px; }
#mls_tabs { width: 600px; }
.mootabs_title {
	background-color: #baab7b;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.mootabs_title li {
	float: left;
	padding: 0px;
	width:135px;
	margin: 0 2px 0 0;
	height: 30px;
	cursor: pointer;
	background-color: #c9bc8e;
	
}
.mootabs_title li.active {
	background-color: #eeeade;
}
.mootabs_panel {
	display: none;
	background-color: #eeeade;
	position: relative;
	width: 100%;
	top: 0px;
	clear: both;
	overflow: auto;
}
.mootabs_panel.active {
	background-color: #eeeade;
	width:100%;
	display: block;
	overflow:hidden;
	height: auto;
}