/*	posti sala	*/

.postiTab {
	position:relative;
	width:760px;
	
	margin-bottom: 20px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.postiTab { width: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.postiTab { width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.postiTab { width: 728px; }
}

.postiTab_row {
	position:relative;
	width: 720px;
	
	padding:0 20px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.postiTab_row { width: 280px; padding: 0 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.postiTab_row { width: 440px; padding: 0 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.postiTab_row { width: 688px; }
}

.postiTab_row div {
	float:left;
	text-align:left;
	padding:4px 0;
	
	margin:4px 0;
}

.postiTab_row div.nomeSala {
	width:240px;
}

.postiTab_row div.postiSala {
	width:240px;
	text-align: center;
}

.postiTab_row div.postiDisabili {
	width:240px;
	text-align: center;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.postiTab_row div.nomeSala { width: 80px; }
	.postiTab_row div.postiSala { width: 100px; }
	.postiTab_row div.postiDisabili { width: 100px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.postiTab_row div.nomeSala { width: 100px; }
	.postiTab_row div.postiSala { width: 170px; }
	.postiTab_row div.postiDisabili { width: 170px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.postiTab_row div.nomeSala { width: 200px; }
	.postiTab_row div.postiSala { width: 244px; }
	.postiTab_row div.postiDisabili { width: 244px; }
}

.even { background: #e4e4e4; }

.even_dark { background: #266cb2; }

#btt_menuTab_infocinema .menuTab_link { color:#266cb2; }
#btt_menu_cinema { background: #99130a; }