.mootabs {
	background-color:#ddd;
	padding-right: 22px;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	padding:0 !important;
	margin: 0 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ddd;
}

.mootabs_title li {
	float: left;
	background-color: #eee;
	padding: 4px 8px 6px 8px;
	margin-right: 10px;
	margin-top:5px;
	cursor: pointer;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:none;
	left: 10px;
	position:relative;
	font-weight:bold;
	
}
.mootabs_title li.active {
	background-color: #fff;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom:none;
	margin-top:5px;
}
.mootabs_title li.over {
	background-color: #b2ccdd;
	text-decoration:underline;
}

.mootabs_panel {
	display: none;
	background-color: #fff;
	position: relative;
	height: 230px;
	top: -1px;
	clear: both;
	overflow: hidden;
	padding:10px;	
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	
}

.mootabs_panel.active {
	background-color: #fff;
	display: block;
}
