* {
	margin: 0px;
}
body {
	background: transparent;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	height: 15px;
	text-transform: uppercase;
	text-align: center;
	left: 8px;
	right: 0px;
	position: relative;
	width: 200px;
	margin-top: 550px;
	z-index: 100;
	
}



.mootabs_title li {
	float: left;
	padding: 0px 8px 0px 8px;
	margin-right: 1px;
	cursor: pointer;
	color: #0a2d57;
	font-family: "Trebuchet MS";
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	font-weight: bold;
	background: #e6edf5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	bottom: 0px;
	border-bottom: 1px solid #ccc;
}

.mootabs_title li.active {
	background-color: #008DCD;
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	border-top: 1px solid #777777;
	color: #fff;
	border-bottom: 1px solid #777777;
}

.mootabs_title li.over {
	font-weight: bold;
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	border-top: 1px solid #777777;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 425px;
	top: 0px;
	font-family: "Trebuchet MS";
	color: #fff;
	overflow: hidden;
	padding: 5px;
	height: 565px;
	margin-top: -570px;
}

.mootabs_panel.active {
	display: block;
	
}
#testo {
	height: 366px;
	width: 593px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/sfondo_multisala.jpg);
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 18px;
}
#testo img {
	border: 0;
}

.testoscritte {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.testoscritte  span {
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px;
	margin-top: 10px;
	font-weight: bold;
}
.testoscritte  h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.previmg {
	height: 106px;
	width: 138px;
	background-color: #000000;
	border: 1px solid #ccc;
	float: left;
	margin-right: 11px;
	margin-bottom: 26px;
}
.previmgdx {
	height: 106px;
	width: 138px;
	background-color: #000000;
	border: 1px solid #ccc;
	float: left;
	margin-right: 0px;
}

