.nomeCinema_inside {
	position: relative;
	top: 0px;
	left: 0px;
	
	text-align: center;
	font-weight: 700;
}

#menuTab {
	position: relative;
	top:0px;
	left:0px;
	width: 760px;
	height: 35px;
	border-radius: 4px;
	margin: 10px 0 20px 0;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	#menuTab { width: 300px; margin: 10px 0 60px 0; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#menuTab { width: 460px; margin: 10px 0 60px 0; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#menuTab { width: 728px; }
}

.btt_menuTab {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	height: 35px;
	
	text-align: center;
	
	line-height: 35px;
	margin-right: 2px;
	background: #c2c2c2;
}

.menuTab_link {
	font-weight: 700;
	color: #393939;
	
	text-decoration: none;
}

.menuTab_link:hover {
	color: #266cb2;
}


#btt_menuTab_programmazione {
	width: 210px;
	border-radius: 4px 0 0 4px;
}


#btt_menuTab_infocinema {
	width: 175px;
}


#btt_menuTab_dovesiamo {
	width: 171px;
}


#btt_menuTab_prezzi {
	width: 198px;
	
	margin-right: 0px;
	border-radius: 0 4px 4px 0;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	#btt_menuTab_programmazione { width: 172px; border-radius: 4px 0 0 0; border-bottom: 2px solid #efefef; }
	#btt_menuTab_infocinema { width: 124px; border-radius: 0 4px 0 0; border-bottom: 2px solid #efefef; }
	#btt_menuTab_dovesiamo { width: 148px; border-radius: 0 0 0 4px; }
	#btt_menuTab_prezzi { width: 148px; border-radius: 0 0 4px 0; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#btt_menuTab_programmazione { width: 228px; border-radius: 4px 0 0 0; border-bottom: 2px solid #efefef; }
	#btt_menuTab_infocinema { width: 228px; border-radius: 0 4px 0 0; border-bottom: 2px solid #efefef; }
	#btt_menuTab_dovesiamo { width: 228px; border-radius: 0 0 0 4px; }
	#btt_menuTab_prezzi { width: 228px; border-radius: 0 0 4px 0; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#btt_menuTab_programmazione { width: 222px; }
	#btt_menuTab_infocinema { width: 187px; }
	#btt_menuTab_dovesiamo { width: 183px; }
	#btt_menuTab_prezzi { width: 130px; }
}