#myTabs {
  display: block;
}
.mootabs_title {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 14px;
	font: normal 11px trebuchet ms;
	color: #333;
}

.mootabs_title li {
    color: #333;
	float: left;
	background-color: #EAEAEA;
	padding: 2px 2px 2px 2px;
	margin-right: 1px;
	cursor: pointer;
	height: 14px;
	font: normal 11px trebuchet ms;
}

.mootabs_title li.active {
	background-color: #CE0500;
	color: #ffffff;
	font: normal 11px trebuchet ms;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: hidden;
}

.mootabs_panel.active {
	display: block;
}