.title {
	margin-bottom: 10px;
	font-weight: bold;
	color: #1aa4df;
}

.text {
	margin-bottom: 20px;
}

.filmOdd {
	position:relative;
	top:0px;
	left:0px;
	width: 620px;
	height: auto !important;
    height: 335px;
    min-height: 335px;
	
	background: #1b1b1b;
	
	padding-bottom: 10px;
}

.filmEven {
	position:relative;
	top:0px;
	left:0px;
	width: 620px;
	height: auto !important;
    height: 335px;
    min-height: 335px;
	
	padding-bottom: 10px;
}

.locandina {
	position:absolute;
	top:10px;
	left:10px;
	width: 223px;
	height: 323px;
	border: 1px solid #2b2b2b;
}

.locandina img {
	width: 223px;
	height: 323px;
}


.data {
	position:relative;
	top:0px;
	left:255px;
	width: 355px;
	height: auto;
	
	font-weight: bold;
	
	text-transform: uppercase;
	padding-top: 10px;
}

.titolo {
	position:relative;
	top:0px;
	left:255px;
	width: 355px;
	height: auto;
	color: #1aa4df;
	font-weight: bold;
	
	padding-top: 5px;
}

.regia {
	position:relative;
	top:0px;
	left:255px;
	width: 355px;
	height: auto;
	
	padding-top: 5px;
}

.cast {
	position:relative;
	top:0px;
	left:255px;
	width: 355px;
	height: auto;
	
	padding-top: 2px;
}

.nazione {
	position:relative;
	top:0px;
	left:255px;
	width: 355px;
	height: auto;
	
	padding-top: 2px;
}

.genere {
	position:relative;
	top:0px;
	left:255px;
	width: 355px;
	height: auto;
	
	padding-top: 2px;
}

.durata {
	display: none;
}

.trama {
	position:relative;
	top:0px;
	left:255px;
	width: 355px;
	height: auto;
	
	padding-top: 10px;
}

.boxTrailer {
	position: relative;
	top: 0px;
	left: 255px;
	background: #2b2b2b;
	-webkit-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
	-webkit-background-clip: padding-box; background-clip: padding-box;
	text-transform: uppercase;
	
	width: 150px;
	height: auto;
	
	padding: 5px 0 6px 0;
	text-align: center;
	
	margin-top: 20px;
}

.linkTrailer {
	color: #FFFFFF;
	text-decoration: none;
}

.linkTrailer:hover {
	color: #fbbf30;
}

#btt_menu_prossimamente .menu_link { color:#fbbf30; }