.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	font-size: 12px;
}

.mootabs_title li {
	float: left;
	margin-right: -8px;
	cursor: pointer;
	height: 24px;
	background-image: url(../immagini/tab-footer-sx.png);
	background-repeat: no-repeat;
	width: 89px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	position: relative;
	left: 14px;
	top: -21px;
	background-position: 8px 4px;
	
}

.mootabs_title li.active {
	background-image: url(../immagini/tab-sx-hover.png);
	background-repeat: no-repeat;
	color: #CCCCCC;
	top: -23px;
}

.mootabs_panel {
	display: none;
	width: 319px;
	top: -27px;
	clear: both;
	overflow: hidden;
	font-size: 12px;
	background-image: url(../immagini/footer-center.png);
	background-repeat: no-repeat;
	position: relative;
}
.mootabs_panel h5{margin-top:10px; font-size: 14px; color:#FC0;}
.mootabs_panel p{
	padding-right: 22px;
	padding-left: 16px;
	line-height: 1.2em;
	margin-top: 10px;
	padding-bottom:0;

}
.mootabs_panel.active { display: block; 
}
