/* cinema */
.cinemaBox{
	width: 70%;
	height: 410px;
	overflow: auto;
	float: right;
}

.menuLocalita{
	width: 30%;
	float: left;
}

.cinemaTesto{
	font-size: 0.7em;
	
	margin-top: -15px;
}

.localitaTitle{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #7D8446;
}

.localitaText{
	width: 90%;
}

.localitaText ul li{
	border-bottom: 1px dashed #D8D8D8;
	padding: 2px 0 2px 5px;
}

.cinemaBoxettino{
	background: url(../img/cinema-top.png) repeat-y top left;
	width: 415px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D8D8D8;
}

.cinema-testo{
	padding: 15px 15px 5px 15px;
}

.cinema-titolo{
	padding-top: 8px;
	padding-left: 1px;
}

.boxAperto{
	padding: 10px 15px 5px 15px;
}

.p_cinema{
	margin: 0 3px 3px 0;
}

.titolo-testo{
	background: url(../img/cinema-titolo-bg.png) repeat-x top left;
	height: 19px;
	padding-left: 5px;
	font-weight: bold;
	fon-size: 0.9em;
}

.titolo-chiusura{
	background: url(../img/cinema-titolo-chiusura.png) no-repeat top right;
	width: 12px;
	height: 19px;
	display: block
}