
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 19px;
}

.mootabs_title li {
	float: left;
	background-color: transparent;
	padding: 2px 8px 2px 8px;
	margin-right: 1px;
	cursor: pointer;
	height: 19px;
	list-style-image: none;
	list-style-type: none;
	border-left: 1px solid #1e1e1e;
	border-top: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: #1e1e1e;
}

.mootabs_title li.active {
	background-color: #1e1e1e;
	color: black;
}

.mootabs_panel {
	display: none;
	color: #727266;
	background-color: #ddd;
	position: relative;
	width: 74%;
	top: -1px;
	clear: both;
	overflow: hidden;	
}

.mootabs_panel.active {
	background-color: #1e1e1e;
	padding: 5px 8px 8px 8px;
	display: block;
	color: #727266;
}