
.mootabs_title {
	width				: 500px;
	list-style-image	: none;
	list-style-type		: none;
	margin				: 0px;
	padding				: 0px;
	height				: 24px;
	border-bottom		: 1px solid #CCCCCC;
	
}

.mootabs_title li {
	float				: left;
	background-color	: #fff;
	background			: url('../img/li-no-active.jpg') repeat-x;
	padding				: 2px 8px 2px 8px;
	margin-right		: 2px;
	cursor				: pointer;
	font-size			: 12px;
	height				: 19px;
	line-height			: 24px;
	border				: 1px solid #CCCCCC;
	color				: #666;
}

.mootabs_title li.active {
	background-color	: #fff;
	background			: url('../img/li-active.jpg') repeat-x;
	color				: #8d0414;
	border-bottom		: 1px solid #ffffff;
}

.mootabs_panel {
	display				: none;
	position			: relative;
	top					: 0px;
	clear				: both;
	overflow			: auto;
	padding				: 10px;
	text-align			: justify;
}

.mootabs_panel.active {
	background-color	: #fff;
	background			: url('../img/mootabs-panel.jpg') repeat-x bottom;
	display				: block;
	border-left			:1px solid #CCCCCC;
	border-right		:1px solid #CCCCCC;
	border-bottom		:1px solid #CCCCCC;
}

.mootabs_title li.over {
	color				:#8d0414;
}
