.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
	height: 36px;
}

.mootabs_title li 
{
    background:#EBE1C7;
	float: left;
	cursor: pointer;
	margin:0 2px 0 0;
	padding:0;
	height: 24px;
	width:143px;
	padding:8px 0 0 0;
	text-align:center;
}

.mootabs_title li.active {
	background:#fdedc2;
}

.mootabs_panel 
{
    border:1px solid #ddd;
	display: none;
	width: 576px;
	position:relative;
	top:-1px;
	/* clear: both; */
	overflow:auto;
}

.mootabs_panel.active {

	display: block;
}

.mootabs_title li, .mootabs_title li a, .mootabs_title li a:visited
{
    color:#000;
    font-weight:normal;
}