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

.mootabs_title li {
	float: left;
	background-color: #0041ad;
	padding: 6px 8px;
	margin-right: 2px;
	cursor: pointer;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

.mootabs_title li.active {
	background-color:#ff1300;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

.mootabs_panel {
	display: none;
	background-color:#fff;
	border:3px solid #ddd;
	/*position: relative;*/
	width: 260px;
	top: -1px;
	clear: both;
	/*overflow:auto;*/
	margin:0 0 20px;
	padding:8px 0;
}

.mootabs_panel.active {
margin:0 0 20px;
	background-color: #fff;
	border:3px solid #ddd;
	display: block;
}


/*FIN*/
