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

.mootabs_panel.active {
	display: block;
	
}

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