
.mootabs-title {
	height: 36px;
	display: block; margin: 0; padding: 0;
	list-style-image: none; list-style-type: none;
	font-family: Arial, sans-serif; font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #d5c6a6 none;
	border-bottom: 1px solid #fff;
}

.mootabs-title li {
	display: inline;
	line-height: 36px;
	padding: 0 5px;
}
.mootabs-title a {
	display: inline;
	line-height: 36px;
	color: #999;
}

.mootabs-title a.active {
	color: #666;
}

.mootabs-panel {
	display: none;
	background: #f4f1e9;
}

.mootabs-panel.active {
	display: block;
}
