
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	height: 37px;
	background:transparent url(/images/tab_bg.gif) no-repeat scroll center top;
	width:229px;
}

.mootabs_title li {
	float: left;
	background:transparent url(/images/tab_item_bg.gif) no-repeat scroll center top;
	font-weight:bold;
	height: 19px;
	width:60px;
	padding: 13px 10px 5px 20px;
	margin-right: 0px;
	cursor: pointer;
	color:#ABABAB;
}

.mootabs_title li.active {
	background:transparent url(/images/tab_item_active_bg.gif) no-repeat scroll center top;	
	/*color:#FEA700;*/
	color:#56555D;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	clear: both;
	width:244px;
	margin:0px;
}

.mootabs_panel.active {
	display: block;
}
