#myTabs {
margin-bottom: 25px;
}


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

.mootabs_title li {
	float: left;
	background-color: #cecece;
	padding: 2px 16px 2px 17px;
	margin-right: -1px;
	cursor: pointer;
	color: #000000;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #000000;
	border-bottom: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	

}

.mootabs_title li.active {
	background-color: #ffffff;
	border: 1px solid #000000;
	border-bottom: none;
	margin-bottom: -2px;
	z-index: 2;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	font-family: "Trebuchet MS";
	clear: both;
	color: #000000;
	overflow: hidden;
	padding: 10px;
border: 1px solid #000000;

}

	
.mootabs_panel img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ddd;
	padding: 3px;
	}



.mootabs_panel.active {
	background-color: #ffffff;
	display: block;
	

	
}

.mootabs_title li.over {
	font-weight: bold;

	
}
