
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	padding: 4px 16px;
	margin-right: 2px;
	cursor: pointer;
	height: 20px;
	background:url(../images/dactive_tab.jpg) no-repeat;
}

.mootabs_title li.active {
	background-color: #e6e6e6;
	background:url(../images/active_tab.jpg) no-repeat;
}

.mootabs_panel {
	display: none;
	border:1px solid #454545;
	position: relative;
	width: 553px;
	padding:10px 15px;
	top: -1px;
	clear: both;
	overflow: auto;	
}

.mootabs_panel.active {
	display: block;
}
