.mootabs_title {
	height: 41px;
	list-style-image: none;
	list-style-type: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding-left: 0px;
	font-weight:bold;
}

.mootabs_title li {
	float: left;
	margin: 0px;
	padding:0;
	width:192px;
}
.mootabs_title a {
	background:url(tab_bg.png) no-repeat;
	color: #a0a0a0;
	padding:0px;
	text-decoration: none;
	width:192px;
	display:block;
	height: 29px !important;
	height: 41px;
	text-indent:15px;
	padding-top:12px;
	text-align:left;
}

.mootabs_title a.active {
	background:url(tab_bg_active.png) no-repeat;
	color: #000000;
	z-index: 100;
	width:192px;
	display:block;
	height: 29px !important;
	height: 41px;
	text-indent:15px;
	padding-top:12px;
}

.mootabs_panel {
	display: none;
	clear: both;
	overflow: hidden;
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
	font-size: 12px;
	text-align: left;
	background:url(tab_bg2.png) no-repeat bottom;
	color: #343434;
	width:541px;
}

.mootabs_panel div.tabcontent {
	padding:20px;
	width:auto;
}

.mootabs_panel.active
{
	display: block;
	width:192px;
}

