@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	width: 1000px;  /* utilizzando 20 px in meno rispetto alla dimensione piena di 800 px, si lascia spazio per gli elementi grafici e strutturali del browser e si evita che venga visualizzata una barra di scorrimento orizzontale */
	background: url(../images/bgPage.jpg) no-repeat;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
} 
#header {
	padding-top: 0;
	padding-bottom: 0;
} 
#header h1 {
	margin: 0; /* azzerando il valore margin dell'ultimo elemento del div #header si evita la compressione del margine, con la creazione di uno spazio inspiegabile tra i div. Se il div è circondato da un bordo, questo accorgimento non è necessario perché anche il bordo impedisce la compressione del margine */
	padding: 10px 0; /* l'uso del valore padding al posto di margin consente di distanziare l'elemento dai bordi del div */
}
#mainContent #recensionibg .tableRecensioni tr td a {
	font-size: 10px;
}

#sidebar1 {
	float: left; /* poiché questo elemento è mobile, occorre specificare una larghezza */
	width: 175px; /* il colore di sfondo verrà visualizzato per tutta la lunghezza del contenuto all'interno della colonna, ma non oltre */
	padding: 10px 0px 15px 5px; /* il padding consente di distanziare dai bordi il contenuto del div */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainContent h1 {
	font-size: 16px;
	background-image: url(../images/riga.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 20px;
	height: 30px;
	text-transform: uppercase;
	margin-top: 25px;
}
#mainContent a {
	color: #931A2D;
	text-decoration: none;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent h2 {
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	color: #BA8185;
	text-indent: 15px;
	text-transform: uppercase;
}
#mainContent a:hover {
	text-decoration: none;
	color: #666666;
	text-align: center;
}



#sidebar1 p {
	color: #6c6c6c;
	font-size: 11px;
	text-decoration: none;
	text-align: justify;
	padding-top: 2px;
	padding-right: 5px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sidebar1 h2 {
	color: #931A2D;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;
	margin-bottom: 2px;
	line-height: 10px;
	margin-top: 0px;
	padding-top: 1px;
}
#sidebar1 h3 {
	color: #6c6c6c;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	line-height: 10px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#sidebar1 img {
	background-image: url(../images/bg_img_primo_piano.gif);
	padding: 4px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
#divRicerca {
	text-align: left;
	background-color: #EEEEEE;
	padding: 10px 10px 22px;
	margin-bottom: 20px;
	background-image: url(../images/bg_page_short.gif);
}
#divRicerca input {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/bg_tasto.jpg);
}

#divRicerca a {
	color: #454545;
	font-size: 14px;
}
#divRicerca #txt_TestoRicerca {
	color: #454545;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../images/bg_withe.gif);
	background-repeat: repeat;
	height: 16px;
}
#divRicerca form {
	margin-bottom: 20px;
}




#sidebar1 h1 {
	background-image: url(../images/primo_piano.gif);
	height: 28px;
	width: 156px;
	margin-top: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-bottom: 0px;
	line-height: 28px;
}


#top_menu {
	height: 42px;
	background-image: url(../images/bg_top_menu.jpg);
	margin-bottom: 15px;
	padding-bottom: 1px;
}
#sidebar2 {
	float: right; /* poiché questo elemento è mobile, occorre specificare una larghezza */
	width: 190px; /* il colore di sfondo verrà visualizzato per tutta la lunghezza del contenuto all'interno della colonna, ma non oltre */
	padding: 0px 18px 15px 0px;
	background-image: url(../images/bg_dx.jpg);
	margin-top: 7px;
	background-repeat: no-repeat;
}
#mainContent {
	padding-right: 38px;
	padding-bottom: 0;
	margin-right: 205px;
	margin-bottom: 0;
	margin-left: 183px;
	margin-top: 30px;
	padding-top: 0px;
	padding-left: 10px;
	font-size: 13px;
} 
#mainContent p {
	text-align: justify;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;

}
.testoMainContent {
	float: right;
	width: 155px;
	height: 50px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	font-size: 11px;
}
#container #mainContent strong {
	color: #000;
	text-decoration: none;
}

.primopianoSingleFilm {
	height: 100px;
	margin-top: 7px;
	margin-bottom: 7px;
}


#speciali  {
	height: 153px;
	margin: 0px 0px 5px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/speciali.gif);
}
#speciali h1 {
	color: #931A2D;
	font-size: 12px;
	font-weight: bold;
	padding-top: 23px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#speciali img {
	height: 103px;
	background-image: url(../images/bg_img_centro.gif);
	padding: 4px;
	float: left;
}


#footer {
	padding: 0 10px 0 20px;
	height: 50px;
	text-align: center;
	font-size: 10px;
} 
#footer p {
	margin: 0; /* azzerando il valore margin del primo elemento del footer si evita il rischio di compressione del margine, con la creazione di uno spazio tra i div */
	padding: 10px 0;
}
#footer a {
	font-weight: bold;
	color: #931A2D;
	text-decoration: none;
}
.fltrt { /* questa classe può essere utilizzata per rendere mobile un elemento a destra nella pagina. L'elemento reso mobile deve precedere l'elemento al quale deve essere affiancato sulla pagina. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* questa classe può essere utilizzata per rendere mobile un elemento a sinistra nella pagina.*/
	float: left;
	margin-right: 8px;
}
.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menuCorrente {
	font-size: 10px;
	font-weight: bolder;
	color: #AF0000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	float: left;
	padding-left: 18px;
	background-image: url(/fileadmin/graflab/img/images/freccia_menu_top.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-right: 16px;
}
.menuCliccabile {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	float: left;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

.menuCliccabile a:hover {
	color: #999999;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

.menuCliccabile a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.menusxCliccabile {
	font-size: 11px;
	font-weight: normal;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-top: 4px;
	height: 28px;
	background-image: url(/fileadmin/graflab/img/images/bg_menu_sx.gif);
	width: 210px;
	background-repeat: no-repeat;
	padding-right: 0px;
	text-indent: 21px;
}
.menusxCliccabile a {
	font-size: 11px;
	color: #686868;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}
.menusxCliccabile a:hover {
	color: #AF0000;
}
.menusxCorrente {
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	text-transform: lowercase;
	margin-bottom: 4px;
	margin-top: 4px;
	height: 28px;
	background-image: url(../img/images/bg_menu_sx_corrente.gif);
	width: 210px;
	background-repeat: no-repeat;
	padding-right: 0px;
	text-indent: 21px;
	color: #AF0000;
	text-decoration: none;
}
.menusxCorrente a {
	color: #AF0000;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}
.menusxCorrente a:hover {
	color: #484848;
	text-decoration: none;
	font-style: normal;
}

.subMenuCliccabile {
	font-size: 11px;
	font-weight: normal;
	padding-left: 0px;
	color: #7D7E7E;
	background-image: url(/fileadmin/graflab/img/images/freccia2.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-right: 0px;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 5px;
}
.subMenuCorrente {
	font-size: 11px;
	font-weight: normal;
	padding-left: 0px;
	color: #FFFFFF;
	background-image: url(/fileadmin/graflab/img/images/freccia2.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-right: 0px;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 4px;
}
.subMenuCliccabile  a {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #898C8C;
	text-decoration: none;
}
.subMenuCliccabile  a:hover {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #AF0000;
	text-decoration: none;
}


.menuCorrente a {
	font-weight: bolder;
	color: #FF1C1C;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
	float: left;
}

.menuCorrente a:hover {
	font-weight: bolder;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
	float: left;
}
.menusxSubMenuCliccabile {
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	text-transform: lowercase;
	margin-bottom: 4px;
	margin-top: 4px;
	height: 28px;
	background-image: url(/fileadmin/graflab/img/images/bg_menu_sx_sub.gif);
	width: 193px;
	background-repeat: no-repeat;
	padding-right: 0px;
	text-indent: 21px;
	margin-left: 14px;
	color: #686868;
	text-decoration: none;
}
.menusxSubMenuCliccabile a {
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	color: #686868;
	text-decoration: none;
}

.menusxSubMenuCorrente {
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	text-transform: lowercase;
	margin-bottom: 4px;
	margin-top: 4px;
	height: 28px;
	background-image: url(/fileadmin/graflab/img/images/bg_menu_sx_sub_corrente.gif);
	width: 193px;
	background-repeat: no-repeat;
	padding-right: 0px;
	text-indent: 21px;
	margin-left: 14px;
	color: #A50202;
	text-decoration: none;
}
.menusxSubMenuCorrente a {
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	color: #A50202;
	text-decoration: none;

}
#festival {
	background-image: url(../images/festival.gif);
	height: 153px;
	margin: 0px 0px 5px;
	padding: 0px;
	background-repeat: no-repeat;
}
#festival h1 {
	color: #931A2D;
	font-size: 12px;
	font-weight: bold;
	padding-top: 23px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
#festival img {
	height: 103px;
	background-image: url(../images/bg_img_centro.gif);
	padding: 4px;
	float: left;
	border: 0px none #FFFFFF;
}
#homeVideo {
	background-image: url(../images/home_video.gif);
	height: 153px;
	margin: 0px 0px 5px;
	padding: 0px;
	background-repeat: no-repeat;
}
#festivalDettaglio {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
#festivalDettaglio h3 {
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #333;
}
#festivalDettaglio img {
}


#festivalDettaglio img {
	text-align: center;
	margin-right: auto;
	padding-bottom: 10px;
	background-image: url(../images/bg_page3.gif);
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#container  #mainContent #festivalDettaglio h5 {
	font-size: 11px;
	color: #454545;
}


#homeVideo h1 {
	color: #931A2D;
	font-size: 12px;
	font-weight: bold;
	padding-top: 23px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
#homeVideo  img {
	height: 103px;
	background-image: url(../images/bg_img_centro.gif);
	padding: 4px;
}
#anteprime {
	background-image: url(../images/anteprime.gif);
	height: 153px;
	margin: 0px 0px 5px;
	padding: 0px;
	background-repeat: no-repeat;
}
#anteprime  h1 {
	color: #931A2D;
	font-size: 12px;
	font-weight: bold;
	padding-top: 23px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
#anteprime img {
	height: 103px;
	background-image: url(../images/bg_img_centro.gif);
	padding: 4px;
	float: left;
}
#libri img {
	height: 103px;
	background-image: url(../images/bg_img_centro.gif);
	padding: 4px;
	float: left;
}
#libri h1 {
	color: #931A2D;
	font-size: 12px;
	font-weight: bold;
	padding-top: 23px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
#libri {
	background-image: url(../images/libri.gif);
	height: 153px;
	margin: 0px 0px 5px;
	padding: 0px;
	background-repeat: no-repeat;
}
#interviste {
	background-image: url(../images/interviste.gif);
	height: 153px;
	margin: 0px 0px 5px;
	padding: 0px;
	background-repeat: no-repeat;
}
#interviste h1 {
	color: #931A2D;
	font-size: 12px;
	font-weight: bold;
	padding-top: 23px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
#interviste img {
	height: 103px;
	background-image: url(../images/bg_img_centro.gif);
	padding: 4px;
	float: left;

}
#ipseDixit h1 {
	color: #931A2D;
	font-size: 12px;
	font-weight: bold;
	padding-top: 23px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
#ipseDixit img {
	height: 103px;
	background-image: url(../images/bg_img_centro.gif);
	padding: 4px;
	float: left;
}
.ultimeNovita {
	padding-bottom: 15px;
	margin-top: 45px;
}
.ultimeNovita a {
	color: #666666;
	text-decoration: none;
}

.ultimeNovita p {
	padding-top: 1px;
	margin: 1px 0px 0px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}

.ultimeNovita h1 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 7px;
	color: #6C6C6C;
	margin-top: 5px;
	padding-top: 0px;
}
.ultimeNovita h2 {
	padding-top: 1px;
	margin: 1px 0px 0px;
	padding-bottom: 1px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #931A2D;
}
.ultimeNovita h3 {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	margin-top: 2px;
}
#sidebar1 h4 {
	color: #6c6c6c;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 14px;
	height: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(../images/freccia_small2.gif);
	background-repeat: no-repeat;
	margin-left: 386px;
}
.menuSx2Corrente a:hover {
	color: #454545;
	text-decoration: none;
}
.menuSx2Cliccabile a {
	color: #454545;
	text-decoration: none;
	font-style: normal;
}

.menuSx2Corrente {
	font-size: 10px;
	line-height: 15px;
	width: 155px;
	padding-right: 0px;
	color: #931A2D;
	text-decoration: none;
	height: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-left: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-indent: 25px;
	background-image: url(../images/freccia_small2.gif);
}
.menuSx2Corrente a {
	color: #931A2D;
	text-decoration: none;
}
.menuSx1Cliccabile {
	font-size: 11px;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	width: 144px;
	padding-right: 0px;
	color: #454545;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-style: normal;
	text-transform: uppercase;
	margin-left: 10px;
	background-image: url(../images/bx_menu_sx.jpg);
	padding-top: 1px;
	text-indent: 15px;
	background-repeat: no-repeat;
}
.menuSx1Cliccabile a {
	color: #454545;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
.menuSx1Cliccabile a:hover {
	color: #931A2D;
}
.menuSx1Corrente a {
	text-decoration: none;
	color: #931A2D;
}
.menuSx1Corrente a:hover {
	color: #484848;
	text-decoration: none;
	font-style: normal;
}
.menuSx2Cliccabile {
	font-size: 10px;
	line-height: 15px;
	width: 155px;
	padding-right: 0px;
	color: #454545;
	text-decoration: none;
	height: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-left: 20px;
	font-weight: bold;
	text-transform: none;
	background-image: url(../images/freccia_small2.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	text-align: left;
}
.menuSx1Corrente {
	font-size: 11px;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	width: 145px;
	padding-right: 0px;
	color: #454545;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-style: normal;
	text-transform: uppercase;
	margin-left: 10px;
	background-image: url(../images/bx_menu_sx_h.jpg);
	background-repeat: no-repeat;
	padding-top: 1px;
	text-indent: 15px;
}
.menuSx3Corrente {
	line-height: 13px;
	width: 130px;
	padding-right: 0px;
	color: #931A2D;
	text-decoration: none;
	height: 13px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-left: 44px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-indent: 22px;
	background-position: 4px 2px;
	background-image: url(../images/pall.gif);
	font-size: 10px;
}
.menuSx3Cliccabile a {
	color: #454545;
	text-decoration: none;
	font-style: normal;
}
.menuSx3Corrente a {
	color: #931A2D;
	text-decoration: none;
}

.menuSx3Corrente a:hover {
	color: #454545;
	text-decoration: none;
}
.ultimeNovita h4 {
	font-size: 9px;
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-weight: normal;
}
.ultimeNovitaOld h2 {
	padding-top: 1px;
	margin: 1px 0px 0px;
	padding-bottom: 1px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/freccia_small2.gif);
	background-repeat: no-repeat;
	font-style: italic;
	text-align: left;
	padding-left: 25px;
	color: #931A2D;
}
#schedaFilm {
	text-align: left;
	width: 563px;
	padding-bottom: 5px;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
#schedaFilm h2 {
	text-decoration: none;
	color: #454545;
	font-weight: bold;
	line-height: 19px;
	font-size: 11px;
	text-indent: 0px;
	background-image: url(../images/bgPage.jpg);
	background-repeat: no-repeat;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.schedaFilmTesto  {
	padding-top: 2px;
	margin: 0px;
}
.note {
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	text-align: justify;
	margin-bottom: 12px;
}


.textareaInvisibile {
	overflow: hidden;
}
#schedaFilm img {
	background-image: url(../images/bg_page5.gif);
	float: left;
	padding: 10px;
	margin-right: 10px;
}
#schedaFilm  strong {
	text-decoration: none;
	line-height: 19px;
	color: #931A2D;
	font-size: 11px;
	text-transform: uppercase;
}
#mainContent  h6 {
	font-size: 14px;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 18px;
	font-weight: bold;
	color: #454545;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	height: 57px;
}
#mainContent h4 {
	font-size: 17px;
	font-weight: bold;
	color: #931A2D;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
}

#mainContent h5 {
	font-size: 11px;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #931A2D;
	margin-top: 15px;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


b  {
	text-decoration: none;
	line-height: 19px;
	text-transform: uppercase;
	color: #931A2D;
}
.elencoMenu {
	background-image: url(../images/bg_page_short.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 10px;
	margin-left: 0px;
	padding-bottom: 30px;
	background-position: -15px 0px;
}

#festivalDettaglio h1 {
	font-size: 18px;
	background-image: url(../images/riga.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 20px;
	height: 30px;
	text-transform: uppercase;
	color: #454545;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.tableRecensioni {
	width: 515px;
	color: #454545;
	font-weight: bold;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
}
.tableRecensioni2 {
	width: 515px;
	color: #454545;
	font-weight: bold;
	padding-top: 8px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#recensionibg {
	background-repeat: no-repeat;
	background-image: url(../images/bg_page2.gif);
	background-color: #E6E6E6;
	padding-top: 40px;
	padding-bottom: 40px;
}
.tableRecensioni b {
	font-size: 12px;
}
.tableRecensioni2 b {
	font-size: 12px;
}

.tableRecensioni td {
	font-size: 10px;
	background-image: url(../images/bg_table2.gif);
	text-align: center;
	text-transform: none;
}

.tableRecensioni2 td {
	font-size: 11px;
	background-image: url(../images/bg_table.gif);
	text-align: center;
	text-transform: none;
}
.tdArchivio {
	padding-left: 18px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 12px;
	height: 8px;
}

.anteprimeBg {
	background-image: url(../images/bg_page4.gif);
	height: 400px;
	padding: 10px 0px 0px 5px;
	background-position: 0px 0px;
	background-color: #FCFCFC;
	width: 550px;
}

.tdArchivio b {
	text-transform: none;
	color: #454545;
	font-size: 11px;
}

.tdArchivio1 {
	padding-left: 18px;
	background-image: url(../images/pall.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	background-position: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	height: 18px;
	line-height: 18px;
}
.tdArchivio1  a {
	text-transform: uppercase;
	font-size: 11px;
}
.menuSx1CorrenteExpl {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	height: 15px;
	width: 165px;
	padding-right: 0px;
	color: #931A2D;
	margin-top: 8px;
	margin-bottom: 4px;
	padding-bottom: 0px;
	font-style: normal;
	text-transform: uppercase;
	margin-left: 10px;
	background-image: url(../images/freccia_small.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	text-indent: 35px;
}
.menuSx1CorrenteExpl a {
	text-decoration: none;
	color: #931A2D;
}
.menuSx1CorrenteExpl  a:hover {
	color: #484848;
	text-decoration: none;
	font-style: normal;
}
.tableRecensioni2 {
	color: #454545;
	font-weight: bold;
	padding-top: 8px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	float: left;
}
.tableRecensioni2 b {
	font-size: 12px;
}
.tableRecensioni2 td {
	font-size: 11px;
	background-image: url(../images/bg_table.gif);
	text-align: left;
}
.redazioneTable1 {
	margin-right: auto;
	margin-left: auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #FFFFFF;
	text-align: center;
}
.redazioneTable1 a {
	color: #333333;
}

.redazioneTd1  {
	text-align: center;
	padding: 3px;
	background-image: url(../images/bg_page3.gif);
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: none;
}
.redazioneTable1 tr {
	text-align: center;
	padding: 3px;
	background-image: url(../images/bg_tasto.gif);
}
.redazioneTable4 tr {
	text-align: center;
	padding: 3px;
	background-image: url(../images/bg_tasto2.gif);
}
.redazioneTable4 {
	margin-right: auto;
	margin-left: auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #FFFFFF;
	text-align: center;
}
.redazioneTdTitle {
	text-align: center;
	padding: 5px 3px 3px;
	text-decoration: none;
	font-weight: bold;
	line-height: 13px;
	height: 13px;
	color: #CCCCCC;
}
.redazioneTdTitle4 {
	text-align: center;
	padding: 5px 3px 0px;
	text-decoration: none;
	font-weight: bold;
	line-height: 13px;
	height: 20px;
	color: #333333;
	margin-bottom: 0px;
}

#container #mainContent #redazioneBg img {
	margin-bottom: 5px;
	background-image: url(../images/bg_page5.gif);
	padding: 5px;
	text-align: center;
	background-repeat: repeat;
}
#redazioneBg {
	padding-top: 0px;
	padding-bottom: 40px;
	margin: 0px;
}
#schedaFilmContent {
	width: 565px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
#schedaFilmContent  img {
	float: left;
	background-image: url(../images/bg_page3.gif);
	padding: 6px;
	margin-right: 15px;
	margin-bottom: 8px;
}

#mainContent table {
	width: 550px;
	text-align: left;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#schedaFilmContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	text-transform: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 13px;
	margin-bottom: 0px;

}
#schedaFilmContent h3 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 8px;
}
#schedaFilmContent   h2 {
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-indent: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	height: auto;
}
#schedaFilmContent h5 {
	font-size: 17px;
	text-decoration: none;
	color: #931A2D;
}
.dataOra {
	font-size: 10px;
	color: #666666;
	padding-bottom: 2px;
	font-weight: bold;
}
#ipseDixitPage {

}
#ipseDixitPage   h6 {
	font-size: 11px;
	padding-top: 0px;
	background-image: url(../images/riga.gif);
	padding-bottom: 15px;
	margin-bottom: 10px;
	background-position: left bottom;
	line-height: 15px;
	font-weight: normal;
	font-style: normal;
	background-repeat: no-repeat;
}
#ipseDixitPage  h2 {
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	background-repeat: no-repeat;
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
	color: #A55A60;
}

#ipseDixitPage p {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}
#container #mainContent #redazioneBg .redazioneTable1 .redazioneTd1 img {
	background-image: url(../images/bg_page5.gif);
	padding: 4px;
	height: 40px;
	width: 40px;
}

#ipseDixitPage  h1 {
	font-size: 14px;
	padding-top: 0px;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 15px;
	height: 20px;
	color: #931A2D;
}
#schedaFilmContent h4 {
	font-size: 15px;
	font-weight: bold;
	color: #931A2D;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 1px;
	padding-bottom: 15px;
	line-height: 35px;
	float: no;
	text-indent: 0px;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
}
#container #mainContent #recensionibg .tableRecensioni .redazioneTdTitle {
	background-image: url(../images/bg_tasto.gif);
	color: #CCC;
	text-decoration: none;
	width: 90px;
}

#festivalElenco  h2 {

}
#festivalElenco h3 {
	color: #454545;
	font-size: 11px;
	padding-top: 3px;
	margin-top: 0px;
	text-indent: 15px;
}

#festivalElenco {
	background-image: url(../images/bg_page.gif);
	background-position: -20px top;
	margin-top: 20px;
	background-repeat: no-repeat;
}
#festivalElenco img {
	float: left;
	background-image: url(../images/bg_page3.gif);
	padding: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.festivalElencoSingle {
	padding-bottom: 0px;
	width: 560px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	margin-bottom: 8px;
}
.festivalElencoSingle h2 {
	background-image: url(../images/freccia_small2.gif);
	background-repeat: no-repeat;
	background-position: 50px 0px;
}

#festivalDettaglio h4 {
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 5px;
	color: #454545;
	text-align: center;
	font-size: 15px;
}
#festivalDettaglio p {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/freccia_small2.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-left: 25px;
	padding-top: 10px;
	background-position: 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #454545;
	margin-bottom: 20px;
}
#festivalDettaglio strong {
	color: #931A2D;
	text-transform: uppercase;
}

#festivalDettaglio h6 {
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}
.nota {
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-bottom: 0px;
}
.firma {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	padding-top: 8px;
	text-align: right;
}
#festivalDettaglio .lista {
	text-align: left;
	background-image: url(../images/pall.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #A96F6B;
	padding-bottom: 10px;
	background-position: 2px 5px;
}
#festivalDettaglio .lista strong {
	text-transform: none;
	color: #454545;
	font-size: 14px;
}
#mainContent .tableclassifica {
	font-size: 25px;
	font-weight: bold;
	color: #931A2D;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/bg_page2.gif);
	margin-bottom: 25px;
	width: 100%;
}
#mainContent .elenco {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/freccia_small2.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;
}

#mainContent .tableclassifica img {
	background-image: url(../images/bg_page3.gif);
	padding: 10px;
}
#container #mainContent .specialiPag {
	background-image: url(../images/bg.gif);
	padding-top: 55px;
	background-repeat: no-repeat;
	color: #931A2D;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
}
.schedaFilmContent {
	width: 565px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.schedaFilmContentDx {
	width: 565px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.schedaFilmContent img {
	float: left;
	background-image: url(../images/bg_page3.gif);
	padding: 6px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-top: 3px;
}
.schedaFilmContentDx img {
	float: right;
	margin-top: 0px;
	background-image: url(../images/bg_page3.gif);
	padding: 6px;
	margin-bottom: 2px;
	margin-left: 8px;
}
.schedaFilmContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: justify;
}
.schedaFilmContentDx p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: justify;
}
.schedaFilmContent h3 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 8px;
}
.schedaFilmContentDx h3 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 8px;
}
.schedaFilmContent h2 {
	text-decoration: none;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 20px;
	text-indent: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-left: 0px;
}
.schedaFilmContentDx h2 {
	text-decoration: none;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 20px;
	text-indent: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-left: 0px;
}
.schedaFilmContent h5 {
	font-size: 20px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
.schedaFilmContentDx h5 {
	font-size: 20px;
	text-decoration: none;
}
#container #mainContent .schedaFilmContent h4 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top: 0px;
	color: #454545;
}
#container #mainContent .schedaFilmContentDx h4 {
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
.ultimeNovita h5 {
	padding-top: 1px;
	margin: 1px 0px 0px;
	padding-bottom: 1px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #931A2D;
}
#container #mainContent #schedaFilm .contentInfo {
	float: left;
	width: 327px;
}
#sidebar2  .tableGoogle2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bx_menu_sx.jpg);
	background-repeat: no-repeat;
	background-position: 0px 35px;
	width: 170px;
	float: no;
}
#sidebar2 form {
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 120px;
}
#sidebar2 .tableGoogle2 #sbi {
	height: 14px;
	line-height: 14px;
	border: 1px solid #FFFFFF;
	margin-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#sidebar2 .tableGoogle2 #sbb {
	background-image: url(../images/bg_tasto2.gif);
	color: #AF0000;
	font-weight: bold;
	margin-left: 5px;
	border: 0px solid #FFFFFF;
	height: 31px;
	line-height: 31px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
}
#container #mainContent #redazioneBg .redazioneTable1 .redazioneSingle {
	height: 100px;
	width: 112px;
	text-align: center;
	float: left;
}
#container #mainContent #redazioneBg .redazioneTable1 .redazioneSingle h2 {
	text-align: center;
	width: 100px;
	text-indent: 0px;
}
#container #mainContent #redazioneBg .redazioneTable1 .redazioneSingle img {
	float: no;
}
#container #mainContent #redazioneBg .redazioneTable1 .redazioneTd1 h2 {
	text-transform: none;
	font-size: 12px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 112px;
}
#container  #mainContent  #schedaFilm  .filmPreferiti {
	float: left;
	width: 500px;
	margin-top: 12px;
}
.redazioneTable1 a:hover {
	color: #CCCCCC;
}
#container #mainContent .tableRecensioni2 strong {
	color: #AD6B71;
	font-style: normal;
	text-decoration: none;
}
#container #sidebar1 .menuSx1CliccabileExpl a {
	color: #454545;
	text-decoration: none;
}

.menuSx1CliccabileExpl {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	height: 15px;
	width: 165px;
	padding-right: 0px;
	color: #454545;
	margin-top: 8px;
	margin-bottom: 4px;
	padding-bottom: 0px;
	font-style: normal;
	text-transform: uppercase;
	margin-left: 10px;
	background-image: url(../images/freccia_small.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	text-indent: 35px;
}
#container #sidebar1 .menuSx2Cliccabile a:hover {
	color: #931A2D;
}

#container #sidebar1 .menuSx1CliccabileExpl a:hover {
	color: #931A2D;
	text-decoration: none;
}
.tableLink {
	width: 515px;
	color: #454545;
	font-weight: bold;
	padding-top: 8px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.tableLink td {
	font-size: 10px;
	background-image: url(../images/bg_page_short.gif);
	text-align: center;
	line-height: 35px;
}

#container #mainContent .elencoLink {
	background-image: url(../images/bg_page.gif);
	width: 555px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;

}
#container #mainContent .elencoLink a {
	color: #BD7178;
}
#container #mainContent .tableLink a {
	color: #782424;
}


#container   #mainContent   .elencoLink   td  {
	background-image: url(../images/pall.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
	background-position: 0px center;
	line-height: 20px;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	height: 20px;
	color: #666666;
}
#container #mainContent .tableLink a:hover {
	color: #666666;
}
#container #mainContent .elencoLink a:hover {
	color: #782424;
}
.anteprime {
	margin-top: 0px;
	height: 543px;
	padding: 1px 0px 0px 5px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#container   #mainContent  .anteprime  h1 {
	background-repeat: no-repeat;
	padding-top: 15px;
	background-position: left 15px;
	margin-top: 0px;
	color: #454545;
	background-image: url(../images/puntatore_melville_grey.png);
	text-align: left;
	font-size: 12px;
	margin-left: 15px;
	padding-left: 18px;
}
#container  #mainContent  .anteprime  h2 {
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 11px;
	text-indent: 0px;
	color: #694753;
	text-align: left;
	padding-left: 18px;
}
#container  #mainContent  .anteprime  b {
	text-transform: none;
	color: #454545;
	font-size: 11px;
}
#container  #mainContent  .anteprime  a {
	color: #454545;
	font-weight: bold;
}
#container  #mainContent  .anteprime  a:hover {
	color: #780111;
}
.menuSx3Cliccabile {
	line-height: 13px;
	width: 130px;
	padding-right: 0px;
	color: #454545;
	text-decoration: none;
	height: 13px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-left: 44px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-indent: 22px;
	background-position: 4px 2px;
	background-image: url(../images/pall.gif);
	font-size: 10px;
}
#tableGoogle3   {
	width: 170px;
	font-size: 11px;
	color: #AF0000;
	font-weight: bold;
	text-decoration: none;
}
#container #mainContent .riga {
	background-image: url(../images/riga.gif);
	background-repeat: no-repeat;
	background-position: -10px;
	margin-top: 0px;
	padding-top: 0px;
	height: 15px;
	margin-bottom: 5px;
}
#container #mainContent #schedaFilm .contattami {
	width: 282px;
	float: right;
	background-image: url(../images/freccia_small2.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
}
#mainContent #festivalElenco .FlashID {
	margin: 0px;
	padding: 0px;
}
#mainContent #schedaFilmContent .voto {
	width: 95px;
	margin-top: 0px;
	padding-top: 0px;
	height: 25px;
	float: right;
	text-align: right;
}
#mainContent #schedaFilmContent .nomeVoto {
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #A75F66;
}
#container #mainContent .sottotitoloFilm {
	font-size: 17px;
	font-style: oblique;
	color: #931A2D;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: lowercase;
}
#mainContent h4 strong {
	text-decoration: none;
}
.regista {
	font-size: 16px;
}
#mainContent h4 b {
	font-style: italic;
}
#mainContent #schedaFilmContent .titoloRecensione {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent #schedaFilmContent .dataVoto {
	float: left;
	font-weight: normal;
	clear: left;
	font-size: 12px;
	padding-top: 2px;
	color: #333;
}
#container #mainContent #recensionibg .tableRecensioni tr .redazioneTdTitle b {
	color: #DFDFDF;
	width: 200px;
}
#mainContent form #form1 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #454545;
	background-image: url(../images/bg_page4.gif);
}
#mainContent form #form1 .imputbg {
	background-image: url(../images/bg_form.png);
	border: 0px none #FFF;
	height: 37px;
	line-height: 37px;
	padding-left: 15px;
	background-repeat: no-repeat;
	width: 177px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainContent form #form1 tr td strong {
	font-style: italic;
	text-transform: lowercase;
	font-size: 10px;
}

#mainContent form #form1 .imputbg2 {
	background-image: url(../images/bg_form2.png);
	border: 0px none #FFF;
	height: 85px;
	padding-left: 15px;
	background-repeat: no-repeat;
	width: 180px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#container h6 a {
	font-size: 12px;
	color: #903;
	text-decoration: none;
}
.tableRecensioni .tdwhite {
	text-decoration: none;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_page2.gif);
	background-position: center center;
}
.tableRecensioni2 .tdwhite {
	text-decoration: none;
	background-color: #FFF;
	height: 5px;
	line-height: 5px;
	background-image: url(../images/bgPage.jpg);
}
#mainContent #festivalDettaglio h6 {
	text-decoration: none;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	padding-top: 0px;
	height: 25px;
}
#mainContent #festivalDettaglio .articoli {
	text-align: left;
	margin-top: 10px;
	padding-top: 25px;
	margin-bottom: 20px;
}
#mainContent #festivalDettaglio .articoli h3 a {
	font-size: 13px;
	text-transform: uppercase;
}

#mainContent #festivalDettaglio .lista strong {
	color: #333;
	font-size: 12px;
}
.tableRecensioni3 {
	width: 515px;
	color: #454545;
	font-weight: bold;
	padding-top: 8px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.tableRecensioni3 b {
	font-size: 12px;
}
.tableRecensioni3 .tdwhite {
	text-decoration: none;
	background-color: #FFF;
	height: 5px;
	line-height: 5px;
	background-image: url(../images/bgPage.jpg);
}
.tableRecensioni3 td {
	font-size: 11px;
	background-image: url(../images/bg_table.gif);
	text-align: center;
	text-transform: none;
}
#mainContent #festivalDettaglio .lista a {
	text-transform: uppercase;
}
#mainContent #festivalDettaglio .articoli h3 {
	font-size: 13px;
	margin-bottom: 9px;
}
#mainContent .back {
	margin-top: 15px;
	background-image: url(../images/freccia_small2.gif);
	background-repeat: no-repeat;
	width: 80px;
	text-transform: uppercase;
	font-style: italic;
	float: right;
	margin-bottom: 15px;
	text-indent: 25px;
}
#festivalDettaglio h2 {
	font-size: 18px;
	background-image: url(../images/riga.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 20px;
	text-transform: uppercase;
	color: #454545;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
	text-indent: 0;
	margin-top: 30px;
	height: 30px;
}
#container #mainContent .articoli  {
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.menuSx4Corrente {
	line-height: 13px;
	width: 115px;
	padding-right: 0px;
	color: #931A2D;
	text-decoration: none;
	height: 13px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-left: 59px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-indent: 22px;
	background-position: 4px 2px;
	background-image: url(../images/pall.gif);
	font-size: 10px;
}
.menuSx4Cliccabile a {
	color: #454545;
	text-decoration: none;
	font-style: normal;
}
.menuSx4Corrente a {
	color: #931A2D;
	text-decoration: none;
}
.menuSx4Corrente a:hover {
	color: #454545;
	text-decoration: none;
}
.menuSx4Cliccabile {
	line-height: 13px;
	width: 115px;
	padding-right: 0px;
	color: #454545;
	text-decoration: none;
	height: 13px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-left: 59px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-indent: 22px;
	background-position: 4px 2px;
	background-image: url(../images/pall.gif);
	font-size: 10px;
}
#schedaFilmContent .riga2 {
	width: 565px;
	float: left;
	height: 13px;
	margin: 0px;
	background-image: url(../images/riga2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 15px;
}
#divRicerca #txt_AnnoARicerca {
	color: #454545;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	background-image: url(../images/bg_withe.gif);
	background-repeat: repeat;
	height: auto;
}
#divRicerca #txt_AnnoDaRicerca {
	color: #333333;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	background-image: url(../images/bg_withe.gif);
	background-repeat: repeat;
	height: auto;
}
#container #mainContent #schedaFilmContent p a strong {
	color: #931A2D;
	font-weight: bold;
	text-decoration: none;
}
#container #mainContent #schedaFilmContent p a:hover strong {
	color: #931A2D;
	font-weight: bold;
	text-decoration: underline;
}

