.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}
.mootabs_title li {
	float: left;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	border-bottom: 6px solid #666666;
	font-weight: bold;
	color: #829DAA;
	text-decoration: underline;
}
.mootabs_title li.active {
	background-color: #F4F4F4;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-bottom: 6px solid #F4F4F4;
}
.mootabs_title li:hover {
	background-color: #fff;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-bottom: 6px solid #000;
}
li.discountbottom {
	border-bottom: 6px solid #C78134;
}
.mootabs_panel {
	display: none;
	background-color: #F4F4F4;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
}
.mootabs_panel.active {
	background-color: #FFFFFF;
	display: block;
}