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

.mootabs_title li {
	cursor: pointer;
	display: block;
	height: 87px;
	width: 216px;
	background-image: url(../../images/tab-background.gif);
}

.mootabs_title li.active {
	background-color: #fff;
	background-position: 0px 86px;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 607px;
	top: 0px;
	clear: both;
	position:relative;
	float:left;
	margin-top: 15px;
	margin-right: 25px;
	margin-left: 25px;

/*	overflow: auto; */
}

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