.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 20px 20px 0;
	padding: 0px;
	height: 24px;
}
.mootabs_title li {
	float: left;
	background-color: #ddd;
	padding: 5px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	text-transform: uppercase;
}
.mootabs_title li.active {
	background: #5d5d5d;
	color: #ff5e00;
}
.mootabs_panel {
	display: none;
	background: #5d5d5d;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: hidden;
}
.mootabs_panel p, .mootabs_panel h2 {
	background: #5d5d5d;
	color: #e2e2e2;
}
.mootabs_panel.active {
	background: #5d5d5d;
	display: block;
}
.mootabs_panel img {
	float: right; 
	margin: 20px; 
	border: 4px solid #e2e2e2;
}
