.mootabs_title {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #006699;
	font-size: 12px;
	line-height: 12px;
	z-index: 2;
	position: relative;
}

.mootabs_title li {
	float: left;
	color: #666;
	margin: 0px;
	padding: 6px 8px 2px 8px; 
	height: 15px;
	text-decoration: none;	
	background: none;
}
moobtabs_title img { margin: 0px; padding: 4px; height: 15px; }

.mootabs_title li.active {
	background: #f1f0e1 url('/_images/template/bg_tabtop.gif') repeat-x;
	color: #000;
	padding: 6px 8px 2px 8px; 
	border-top: 1px solid #ecebd7;
	border-right: 1px solid #ecebd7;
	border-left: 1px solid #ecebd7;
}

.mootabs_title a:hover, .mootabs_title li.active:hover { text-decoration: none; color: #000; }
.mootabs_title a:hover { text-decoration: none; color: #b6b233; } 

.mootabs_panel {
	display: none;
	position: relative;
	width: 630px;;
	top: -1px;
	clear: both;
	color: #000;
}

.mootabs_panel.active {
	background: #fff url('/_images/template/bg_tab.gif') repeat-x;
	border-top: 1px solid #ecebd7;
	padding: 12px;
	display: block;
}

.mootabs_title li.over {
	color: #b6b233;
}

.notabpanel {
	position: relative;
	width: 630px;
	top: -1px;
	clear: both;
	*clear: none;
	color: #000;
	background: #fff url('/_images/template/bg_tab.gif') repeat-x;
	border-top: 1px solid #ecebd7;
	padding: 12px;
	display: block;
}