/*	prezzi	*/

.priceTab {
	position:relative;
	width:760px;
}

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

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

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

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


.priceTab_row div.priceCaption {
	width:720px;
	margin-top: 10px;
	font-weight: 700;
	color: #266cb2;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.priceTab_row div.priceCaption { width: 280px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.priceTab_row div.priceCaption { width: 440px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.priceTab_row div.priceCaption { width: 688px; }
}
	

.priceTab_row div.priceLabel {
	width:180px;
	font-weight: bold;
}

.priceTab_row div.priceInfo {
	width:340px;
}

.priceTab_row div.price1, .priceTab_row div.price2 {
	width:100px;
	text-align: center;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.priceTab_row div.priceLabel { width: 280px; }
	.priceTab_row div.priceInfo { width: 280px; }
	.priceTab_row div.price { width: 280px; text-align: left; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.priceTab_row div.priceLabel { width: 440px; }
	.priceTab_row div.priceInfo { width: 440px; }
	.priceTab_row div.price { width: 440px; text-align: left; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.priceTab_row div.priceLabel { }
	.priceTab_row div.priceInfo { width: 408px; }
	.priceTab_row div.price { }
}

.odd { background: #e4e4e4; }

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