.mootabs_title {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #bbb;
  height: 30px;
}

.mootabs_title li {
	cursor: pointer;
	float: left;
	margin-left: 5px;

}

.mootabs_title li h3{
	background: #E4E4E4;
	padding: 7px 10px 6px 10px;
}

.mootabs_title li.active h3{
	background-color: #efefef;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	clear: both;
}

.mootabs_panel.active {
	display: block;
}
