.mootabs_tt {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 3px;
	height: 30px;
}

.mootabs_tt ul {
	padding:25px;
}

.mootabs_tt li {
	float:left;
	background: #ddd;
	padding: 10px 15px 10px 10px;
	margin-right: 6px;
	cursor: pointer;
	height: 26px;
}

.mootabs_tt li.active {
	background: #E6E6E6;
}

.mootabs_panel {
	display: none;
	background-color: #E6E6E6;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
}

.mootabs_panel.active {
	background-color: #F7F7F7;
	display: block;
}