﻿#titolo
{
	position:relative;
	height:45px;		
}
#titolo h1, #titolo h2, #titolo h3
{
	margin:0;
	padding:0;
	padding-left:6px;
	line-height:45px;
	text-align:center;
	width:600px;
}
#titolo .topLatoDx
{
	position:absolute;
	right:0;
	top:0;
	border:5px white solid;
	border-bottom:0;
	height:40px;
	width:330px;	
}

#mainCont
{
	height:430px;
	border-right:5px white solid;
}

#filmato
{
	width:640px;
	height:400px;
	padding:10px;
	background-color:#777;
	border:5px white solid;
	float:left;
}

#correlati
{
	width:220px;
	height:380px;
	border:5px white solid;
	border-left:0;
	margin-top:20px;
	float:left;
	overflow:auto;
}

#latoDx
{
	width:310px;
	float:right;
	border:5px white solid;
	border-top:0;
	padding:10px;
}

#titolo .topLatoDx, #mainCont, #latoDx
{
	background-color:#999;
}

.boxFormat
{
	width:140px;	
	margin:5px auto 5px auto;
	border:1px black solid;
	background-color:#f3f3f3;
}
.boxFormat a
{
	display:block;
	width:140px;
	height:90px;
	background-position:center;
	background-repeat:no-repeat;
	border-bottom:1px black solid;
}
.boxFormat p
{
	text-align:center;
	font-weight:normal;
	padding:2px;
	margin:0;
	font-size:11px;	
}

#latoSx
{
	float:left;
	width:610px;	
}

#descrizione h3
{
	border-top:20px #f0f0f0 solid;
	margin-top:0;
	padding:10px;
}
#descrizione p
{
	padding:0 5px;
}
