.mootabs_title {
	height: 24px;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	top: 5px;
	font-size: 10px;
	margin: 0 0 3 0px;
	padding-left: 0px;
}


.mootabs_title li {
	background: url(images/tabb.gif) repeat-x left top;
	float: left;
	color: #fff;
	font-size: 11px;
	padding: 3px 10px;
	margin-right: 3px;
	cursor: pointer;
}

.mootabs_title li.active {
	background: url(images/tabb_on.gif) repeat-x left top;
	padding: 3px 10px;	
	margin-right: 3px;
}

.mootabs_panel {
	display: none;
	clear: both;
	border: solid 1px #b3b3b3;
	padding: 5px;
}

.mootabs_panel.active
{
	display: block;
}