
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.mootabs_title li {
	float: left;
	cursor: pointer;
	margin-right: 2px;
	/* edit MA */
	/* background:url(images/tab_bg.gif) no-repeat;
	padding: 6px;
	background-color: #eeeeee;
	background-position:100%; */
}

.mootabs_title li.active {
	color: #d85053;
}

.mootabs_title li.over {
	color: #d85053;
}

.mootabs_panel {
	display: none;
	background-color: #eeeeee;
	position: relative;
	width: 660px;
	top: -1px;
	clear: both;
	overflow: visible;
	padding: 20px;
}


.mootabs_panel.active {
	background-color: #eeeeee;
	display: block;
}

