/*
 * parallelo45
 * by CFS Soluzioni Integrate snc
 * Via Renier, 9 - Torino, Italy
 * Tel. (+39) 011.358.05.06
 */


/*--[ STRUTTURA ]--*/
body{
	background-color: #D5E6F7;
	border: 0px;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

#coldx{
	float: right; /*Dimensione totale: 240px*/
	padding: 3px 3px 3px 3px;
	text-align: justify;
	width: 234px;
}

#colsx{
	float: left; /*Dimensione totale: 535px*/
	padding: 3px 7px 3px 3px;
	text-align: justify;
	width: 525px;
}

#container{
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 775px;
}

#footer{
	background: #FFFFFF;
	clear: both;
	width: 100%;
	border-top: 1px solid #FF4500;
}
#footer .left{
	float: left;
	width: 550px;
}
#footer .left p{
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	padding: 8px 0px 0px 3px;
}
#footer .right{
	float: right;
	width: 165px;
}
#footer .right p {
	margin: 0px;
	text-align: right;
	padding: 5px 0px 0px 3px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #999;
}
#footer .right p a{
	color: #00F;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
#footer .right p a:visited{
	color: #00F;
}
#footer .right p a:hover{
	text-decoration: underline;
}
#footer .logo{
	float: right;
	width: 60px;
	text-align: center;
}
#footer .logo img{
	padding: 5px 0px 0px 0px;
}

#header{
	background: #FFFFFF;
	background-image: url('../img/testata.gif');
	height: 100px;
	margin: 0px;
	position: relative;
}
#headercfs{
	background: #FFFFFF;
	background-image: url('../img/testatacfs.gif');
	height: 80px;
	margin: 0px;
	position: relative;
}

#testatadata{
	color: #000;
	font-size: 12px;
	position: absolute;
	left: 5px;
	text-align: right;
	top: 65px;
}


/*--[ TITOLO SEZIONE ]--*/
#titolosezione{
	font-family: Georgia, Arial, sans-serif;
	font-size: 24px;
	/*color: #6B6B6B;*/
	color: #F00;
	font-weight: bold; 
	padding: 0px 3px 0px 0px;
	position: absolute;
	left: 300px;
	top: 22px;
}

/*--[ MENU DI TESTATA ]--*/
#testatamenu{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	padding: 0px 3px 0px 0px;
	position: absolute;
	right: 0px;
	top: 65px;
}
#testatamenu li{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#testatamenu li a{
	border-bottom: 1px solid #999999;
	color: #0000FF;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 2px 10px;
	padding-bottom: 2px;
	text-decoration: none;
}
#testatamenu li a:visited{
	color: #0000FF;
}
#testatamenu li a:hover{
	border-bottom: 2px solid #FF0000;
}

#testatamenu ul{
	border: 0px;
	margin: 0px;
}
#testatamenu li.rosso a{
	border-bottom: 1px solid #999999;
	color: #F00;
}
#testatamenu li.rosso a:visited{
	color: #F00;
}
#testatamenu li.rosso a:hover{
	border-bottom: 2px solid #F00;
	color: #F00;
}

/*--[ MENU DI NAVIGAZIONE ]--*/
#menunavigazione{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding: 0px 0px 15px 0px;
	color: #000;
	font-weight: bold;
}
#menunavigazione a{
	color: #00F;
	text-decoration: none;
}
#menunavigazione a:visited{
	color: #00F;
}
#menunavigazione a:hover{
	text-decoration: underline;
}

/*--[ BOX DIRECTORY ]--*/
#boxdirectory{
	margin: 0 auto;
	padding-top: 10px;
	width: 492px;
}
#boxdirectory h1{
	color: #000;
	font-family: Georgia, Arial, sans-serif;
	/*font-family: Arial, Verdana, sans-serif;*/
	font-size: 26px;
	font-weight: bold;
	margin: 0px;
}
#boxdirectory .boxdirectorydx{
	float: right;
	padding: 0px 0px 0px 6px;
	width: 243px;
}
#boxdirectory .boxdirectorysx{
	float: left;
	width: 243px;
}
#boxdirectory a{
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#boxdirectory a:visited{
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
#boxdirectory a:hover{
	text-decoration: underline;
}
#boxdirectory a.categoriatop{
	color: #0000FF;
	font-family: Georgia, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#boxdirectory a:visited.categoriatop{
	color: #0000FF;
	font-family: Georgia, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#boxdirectory a:hover.categoriatop{
	text-decoration: underline;
}
#boxdirectory a.categoriatopred{
	color: #FF0000;
	font-family: Georgia, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#boxdirectory a:visited.categoriatopred{
	color: #FF0000;
	font-family: Georgia, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#boxdirectory a:hover.categoriatopred{
	text-decoration: underline;
}
#boxdirectory .bloccosito {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #F00;
}
#boxdirectory .bloccosito h1 {
	margin: 0px;
}
#boxdirectory .bloccosito h1 a{
	color: #00F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#boxdirectory .bloccosito h1 a:hover{
	color: #F00;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
#boxdirectory .bloccosito h1 a:visited{
	color: #00F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#boxdirectory .bloccosito p {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}
#boxdirectory .bloccosito p.comune {
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 0px;
}
#boxdirectory .bloccosito p.comune a{
	color: #00F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 0px;
}
#boxdirectory .bloccosito p.comune a:visited{
	color: #00F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 0px;
}
/*--[ BOX QUICK ]--*/
#boxquick{
	margin: 0 auto;
	padding-top: 10px;
	width: 492px;
}
#boxquick .boxquickdx{
	float: right;
	padding: 0px 0px 0px 6px;
	width: 243px;
}
#boxquick .boxquicksx{
	float: left;
	width: 243px;
}
#boxquick a{
	color: #0000FF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 0px 0px 2px;
}
#boxquick a:visited{
	color: #0000FF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
#boxquick a:hover{
	color: #FF0000;
	text-decoration: underline;
}
#boxquick .categoriatopred{
	color: #FF0000;
	font-family: Georgia, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
/*--[ FORM SEGNALASITO ]--*/
#formhidden{
	margin: 0 auto;
	padding-top: 10px;
	width: 492px;
}
#formhidden h1{
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
}
#formhidden p{
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: justify;
}
#formhidden p.piccolo{
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
}
#formhidden ul li{
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
}

/*--[ BOX SOTTOCATEGORIE ]--*/
#boxsottocategorie{
	margin-top: 5px;
	margin-left: 72px;
	width: 420px;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}
#boxsottocategorie a{
	color: #000;
	display: block;
}
#boxsottocategorie a:visited{
	color: #000;
	display: block;
}
#boxsottocategorie .left{
	width: 140px;
	float: left;
}
#boxsottocategorie .right{
	width: 140px;
	float: right;
}
/*--[ PAGINAZIONE ]--*/
#paginazione{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 492px;
}
#paginazione p{
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 4px;
	margin: 0px;
}
#paginazione p a{
	color: #00F;
	text-decoration: none;
}
#paginazione p a:visited{
	color: #00F;
}
#paginazione p a:hover{
	color: #F00;
	text-decoration: none;
}

/*--[ BOX EVENTIDX ]--*/
#boxeventidx{
}
#boxeventidx .eventodata{
	color: #000000;
	font-family: Georgia, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-top: 3px;
	padding: 5px 0px 10px 0px;
	text-decoration: none;
}
#boxeventidx .eventomain a{
	color: #000000;
	display: block;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#boxeventidx .eventomain a:visited{
	color: #000000;
	display: block;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#boxeventidx .eventomain a:hover{
	text-decoration: underline;
}
#boxeventidx .eventomain a img{
	border: 0px;
}
#boxeventidx .eventomain p{
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
}

/*--[ BOX SPOTDX ]--*/
#spotdx{
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 0px;
	margin-bottom: 0px;
	padding: 6px 6px 0px 6px;
	width: 220px;
}
#spotdx .spot45{
	/*width: 216px;*/
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#spotdx .spot45 h1{
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	border: 0px;
	color: #000;
}
#spotdx .spot45 p{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	border: 0px;
	color: #000;
	padding-bottom: 15px;
}
#spotdx .spot45 p a{
	color: #00F;
	text-decoration: none;
}
#spotdx .spot45 p a:visited{
	color: #00F;
}
#spotdx .spot45 p a:hover{
	text-decoration: underline;
}
#spotdx .spotgratuito{
	padding: 2px 2px 0px 2px;
	margin-bottom: 0px;
}
#spotdx .spotgratuito h1{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 2px 0px;
	border: 0px;
	text-align: left;
	color: #000;
}
#spotdx .spotgratuito h2{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	color: #000;
}
#spotdx .spotgratuito p{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	border: 0px;
	text-align: left;
	color: #000;
	padding-bottom: 8px;
}
#spotdx .spotgratuito p a{
	color: #000;
	text-decoration: none;
}
#spotdx .spotgratuito p a:visited{
	color: #000;
}
#spotdx .spotgratuito p a:hover{
	text-decoration: underline;
}

#spotdx .spot{
	/*width: 216px;*/
	padding: 2px 2px 0px 2px;
	margin-bottom: 0px;
	margin-top: 5px;
	background-color: #fff;
}
#spotdx .spot h1{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 2px 0px;
	border: 0px;
	text-align: left;
	color: #000;
}
#spotdx .spot h2{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	color: #000;
}
#spotdx .spot p{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	border: 0px;
	text-align: left;
	color: #000;
	padding-bottom: 8px;
}
#spotdx .spot p a{
	color: #00F;
	text-decoration: none;
}
#spotdx .spot p a:visited{
	color: #00F;
	text-decoration: underline;
}
#spotdx .spot p a:hover{
	color: #00F;
	text-decoration: underline;
}
#spotdxbottom{ 
	background-image: url('../img/BarraBottom234Spot.gif');  
	background-repeat: no-repeat;  
	margin: 0;
	height: 30px;
}

/*--[ BOX SHOP45 ]--*/
#boxshop45{
	margin: 0 auto;
	padding-top: 10px;
	width: 492px;
}
#boxshop45 .boxshop45img{
	float: left;
}
#boxshop45 .boxshop45img img{
	border: 1px solid #999999;
	height: 126px;
	padding: 4px;
	width: 126px;
}
#boxshop45 .boxshop45testo{
	float: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 10px;
	width: 322px;
}
#boxshop45 .boxshop45testo a.ditta{
	color: #F00;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#boxshop45 .boxshop45testo a:visited.ditta{
	color: #F00;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#boxshop45 .boxshop45testo a:hover.ditta{
	text-decoration: underline;
}
#boxshop45 .boxshop45testo a.prodotto{
	color: #00F;
	display: block;
	font-family: Georgia, Arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
}
#boxshop45 .boxshop45testo a:visited.prodotto{
	color: #00F;
	display: block;
	font-family: Georgia, Arial, sans-serif;
	font-size: 20px;
}
#boxshop45 .boxshop45testo a:hover.prodotto{
	text-decoration: underline;
}

/*--[ ELENCO DITTE SHOP45 ]--*/
#elencoditteshop45{
	margin: 0 auto;
	width: 492px;
}
#elencoditteshop45 .left{
	float: left;
	width: 159px;
	height: 150px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin: 4px 0px 0px 0px;
}
#elencoditteshop45 .right{
	float: left;
	width: 331px;
	height: 150px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#elencoditteshop45 h1{
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	padding: 5px 0px 5px 0px;
	border: 0px;
}
#elencoditteshop45 p{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
	border: 0px;
}

/*--[ TAG CLOUD ]--*/
#tagcloud{
	padding: 5px;
	width: 480px;
	text-align: center;
	line-height: 25px;
	border: 1px solid #999;
	margin-bottom: 10px;
}
#tagcloud a{
	color: #00F;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
}
#tagcloud a:visited{
	color: #00F;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
}
#tagcloud a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #00F;
	padding: 1px 2px 1px 2px;
}
#tagcloud a.tc0{
	font-size: 10px;
}
#tagcloud a.tc1{
	font-size: 14px;
}
#tagcloud a.tc2{
	font-size: 18px;
}
#tagcloud a.tc3{
	font-size: 22px;
}
#tagcloud a.tc4{
	font-size: 26px;
}
/*--[ ELENCO EVENTI ]--*/
#elencoeventi{
	width: 100%;
}
#elencoeventi .left{
	float: left;
	width: 120px;
	height: 120px;
	margin: 5px 0px 5px 0px;
}
#elencoeventi .leftnoloc{
	float: left;
	width: 0px;
	height: 120px;
	margin: 5px 0px 5px 0px;
}
#elencoeventi .right{
	float: left;
	width: 361px;
	height: 105px;
	margin: 5px 0px 5px 0px;
	padding: 13px 5px 0px 5px;
	/*border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;*/
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#elencoeventi .rightnoloc{
	float: left;
	width: 481px;
	height: 105px;
	margin: 5px 0px 5px 0px;
	padding: 13px 5px 0px 5px;
	/*border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;*/
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#elencoeventi h1{
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	padding: 0px 0px 5px 0px;
	border: 0px;
}

#elencoeventi h1 a{
	color: #00F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
#elencoeventi h1 a:hover{
	color: #F00;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	text-decoration: underline;
}
#elencoeventi h1 a:visited{
	color: #00F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

#elencoeventi p{
	padding: 0px;
}
#elencoeventi .right p.citta{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}
#elencoeventi .right p.data{
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
#elencoeventi .right p.data a{
	color: #00F;
}
#elencoeventi .right p.data a:visited{
	color: #00F;
}
#elencoeventi .right p.data a:hover{
	color: #F00;
}
#elencoeventi .rightnoloc p.citta{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}
#elencoeventi .rightnoloc p.data{
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
#elencoeventi .rightnoloc p.data a{
	color: #00F;
}
#elencoeventi .rightnoloc p.data a:visited{
	color: #00F;
}
#elencoeventi .rightnoloc p.data a:hover{
	color: #F00;
}
/*--[ SCHEDA EVENTI ]--*/
#schedaeventi{
	width: 100%;
	background-color: #fff;
}
#schedaeventi .left{
	float: left;
	width: 190px;
	margin: 5px 0px 5px 0px;
}
#schedaeventi .cinemaleft{
	float: left;
	width: 320px;
	margin: 5px 0px 5px 0px;

}
#schedaeventi .info{
	padding: 0px 0px 2px 0px;
}
#schedaeventi .info p{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 5px 0px;
}
#schedaeventi .info p a{
	text-decoration: none;
}
#schedaeventi .info p.dove{
	color: #F00;
	font-weight: bold;
}
#schedaeventi .right{
	float: right;
	width: 297px;
	margin: 5px 0px 5px 0px;
}
#schedaeventi .cinemaright{
	float: right;
	width: 157px;
	margin: 5px 0px 5px 0px;
}
#schedaeventi .cinemaright h2{
	font-size: 11px;
	font-weight: bold;
}
#schedaeventi .cinemaright h2 a{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

#schedaeventi .cinemaright h2 a:visited{
	color: #0000FF;
}
#schedaeventi .cinemaright h2 a:hover{
	color: #FF0000;
}

#schedaeventi .cinemaright h3{
	font-size: 10px;
}
#schedaeventi .right p{
	margin: 0px;
	border: 0px;
}
/*--[ MAGAZINE ]--*/
#schedamagazine{
	width: 100%;
	background-color: #fff;
}
#schedamagazine .left{
	float: left;
	width: 190px;
	margin: 5px 0px 5px 0px;
}
#schedamagazine .cinemaleft{
	float: left;
	width: 320px;
	margin: 5px 0px 5px 0px;

}
#schedamagazine .info{
	padding: 0px 0px 2px 0px;
}
#schedamagazine .info h1{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 5px 0px;
}
#schedamagazine .info p{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 3px 0px;
}
#schedamagazine .info p a{
	text-decoration: none;
}
#schedamagazine .info p.dove{
	color: #F00;
	font-weight: bold;
}
#schedamagazine .right{
	float: right;
	width: 297px;
	margin: 5px 0px 5px 0px;
}
#schedamagazine .cinemaright{
	float: right;
	width: 157px;
	margin: 5px 0px 5px 0px;
}

#schedamagazine .right p{
	margin: 0px;
	border: 0px;
}
#archiviomagazine{
	width: 100%;
	background-color: #fff;
}
/*--[ ELENCO MAGAZINE ]--*/
#elencomagazine{
	width: 100%;
}
#elencomagazine .left{
	float: left;
	width: 120px;
	height: 140px;
	margin: 25px 0px 5px 0px;
}
#elencomagazine .right{
	float: left;
	width: 361px;
	height: 140px;
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	/*border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;*/
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#elencomagazine h1{
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	padding: 0px 0px 5px 0px;
	border: 0px;
}

#elencomagazine h1 a{
	color: #00F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
#elencomagazine h1 a:hover{
	color: #F00;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	text-decoration: underline;
}


#elencomagazine p{
	padding: 0px;
}
#elencomagazine .right p.citta{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}
#elencomagazine .right p.data{
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
#elencomagazine .right p.data a{
	color: #00F;
}
#elencomagazine .right p.data a:visited{
	color: #00F;
}
#elencomagazine .right p.data a:hover{
	color: #F00;
}

/*--[ BANNERDXTOP ]--*/
#bannerdxtop{
	width: 234px;
	height: 65px;
	display: block;
}
/*--[ BOX GALLERY ]--*/
.boxgallery{
	margin: 0 auto;
	padding-top: 10px;
	width: 492px;
}
.boxgallery td{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
.boxgallery td a{
	color: #00F;
	text-decoration: none;
}
.boxgallery td a:visited{
	color: #00F;
}
.boxgallery td a:hover{
	color: #F00;
}
.imgfoto45over{
	margin: 5px;
	padding: 12px 5px 10px 5px;
	border: 1px solid #000;
	background-color: #f0f0f0;
}
.imgfoto45{
	margin: 5px;
	padding: 12px 5px 10px 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.imgcalendario45{
	text-align: center;
	padding: 6px 1px 6px 1px;
	border: 1px solid #999;
}
.boxgallery h3{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	
}
/*--[ MARGIN FORM ]--*/
#marginForm{
	padding: 10px 10px 0px 10px;
	border: 0px;
	margin: 0px;
}
#marginForm fieldset{
	display: block;
	margin: 0 0 10px 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #F00;
	padding: 0 1px 1px 10px;
	font-weight: bold;
	color: #00F;
}
#marginForm label{
	clear: both;
	float: left;
	display: block;
	margin-top: -1px;
	font-weight: normal;
	color: #000;
}
#marginForm label.first{
	margin-top: 10px;
}
#marginForm input{
	position: relative;
	top: -18px;
	left: 150px;
	display: block;
	/*font-family: Arial, Verdana, sans-serif;
	font-size: 14px;*/
	border: 1px solid #999;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #00F;
}
#marginForm input.nascosto{
	display: none;
}
#marginForm textarea{
	position: relative;
	top: -18px;
	left: 150px;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #00F;
	border: 1px solid #999;
}
#marginForm select{
	position: relative;
	top: -18px;
	left: 150px;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	border: 1px solid #999;
}
#marginForm input.button{
	position: relative;
	clear: both;
	top: -13px;
	left: 349px;
	border: 1px solid #F00;
	background: #FFF;
	font-weight: bold;
	height: 25px;
	color: #00F;
}
#marginForm fieldset.radio{
	display: block;
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-top: 10px;
}

#marginForm fieldset.radio input{
	position: static;
	clear: both;
	float: left;
	border: 0px;
}

#marginForm fieldset.radio label{
	position: relative;
	top: -15px;
	display: inline;
	left: 150px;
	margin-bottom: 10px;
	border: 0px;
}

#marginForm fieldset.radio legend{
	clear: both;
	float: left;
	display: block;
	margin-top: 0px;
	font-weight: normal;
	color: #000;
}
#marginForm p.conferma{
	font-family: Courier;
	font-size: 18px;
	border: 0px 0px 5px 0px;
}
/*--[ GENERICI ]--*/
p.comando{
	color: #00F;
	font-weight: bold;
	cursor: pointer;
}
.boxdx{
	border: 1px solid #999999;
	margin-bottom: 5px;
	padding: 6px;
	text-align: center;
	width: 220px;
}

.centrato{
	padding-bottom: 5px;
	text-align: center;
}

.centratobanner{
	text-align: center;
	margin: 15px 0px 15px 0px;
}

.centratobanner img{
	border: 1px solid #999999;
	padding: 12px;
}
.clearfloat{
	clear: both;
	height: 15px;
}
.clearfloatzero{
	clear: both;
}
.pubblicitabottom{
	right: 0px;
	text-align: right;
}

.pubblicitabottom p{
	background-color: #999999;
	color: #FFFFFF;
	display: block;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	width: 80px;
}

.rossopiccolo{
	color: #FF0000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
.sottolink{
	color: #FF0000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding: 3px 0px 5px 0px;
	text-align: right;
}
.sottolink a{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
.sottolink a:visited{
	color: #0000FF;
}
.sottolink a:hover{
	color: #FF0000;
}

.speciale{
	border: 1px solid #999999;
	padding: 6px;
	text-align: center;
	background-color: #FFF;
	margin-bottom: 5px;
}

.speciale a img{
	border: 0px;
	display: block;
	margin: 0px auto;
	text-align: center;
}

.speciale h1{
	border: 0px;
	color: #000000;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

.speciale h2{
	border: 0px;
	color: #999;
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-align: right;
}

.speciale p{
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.speciale p a{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
.speciale p a:visited{
	color: #0000FF;
}
.speciale p a:hover{
	color: #FF0000;
}

.testo{
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
.testonormale{
	margin: 0 auto;
	width: 492px;
}
.testonormale p{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border: 0px;
}
.testonormale p a{
	color: #00F;
	text-decoration: none;
	font-weight: bold;
}
.testonormale p a:hover{
	color: #F00;
	text-decoration: underline;
}
.testonormale p a:visited{
	color: #00F;
	text-decoration: none;
}
.testonormale h1{
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	border: 0px;
	color: #000;
}
.testonormale h2{
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border: 0px;
	color: #000;
}
.testonormale h2 a{color: #00F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	text-decoration: none;
}
.testonormale h2 a:hover{
	color: #F00;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	text-decoration: underline;
}
.testonormale h2 a:visited{
	color: #F00;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	text-decoration: none;
}

.testopiccolo{
	margin: 0 auto;
	width: 492px;
}
.testopiccolo p{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border: 0px;
	text-align: left;
}
.testopiccolo p a{
	color: #00F;
	text-decoration: none;
	font-weight: bold;
}
.testopiccolo p a:visited{
	color: #00F;
}
.testomenu{
	margin-bottom: 20px;
}
.testomenu p{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	/*padding-right: 4px; */
	padding: 0px 3px;
	margin: 0px;
	border: 0px;
}
.testomenu p a{
	color: #00F;
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 20px;
}
.testomenu p a:visited{
	color: #00F;
}
.testomenu p a:hover{
	color: #F00;
	text-decoration: none;
}
.testomenu p a .diff{
	color: #F00;
}
.testomenu h1{
	font-family: Georgia, Arial, sans-serif;
	font-size: 16px;
	margin: 0px 0px 3px 0px;
	padding: 5px 0px 0px 0px;
	border: 0px;
}
.testomenu p.avvisi{
	padding: 4px 0px 4px 0px;
}

.titoloblu{
	background: url('../img/linea_dotted.gif') repeat-x bottom;
	color: #0000FF;
	font-family: Georgia, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 10px 0px 0px 0px;
}

.rosso{
	color: #FF0000;
}
.nobold{
	font-weight: normal;
}
p.piccolo{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border: 0px;
}
/*--[ FEED RSS ]--*/
#feedrss{
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 10px;
}
#feedrss h2{
	border: 0px;
	color: #999;
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-align: right;
}
p.feedrssesterno{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding: 5px;
	border-top: 1px solid #999;
}
p.feedrssesterno a{
	color: #00F;
	font-size: 12px;
}
p.feedrssesterno a:visited{
	color: #00F;
}
p.feedrssesterno a:hover{
	color: #F00;
}
#feedrssdx{
	border: 1px solid #999;
	padding: 5px;
	margin-bottom: 10px;
}
#feedrssdx h1{
	border: 0px;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 3px 0px;
	padding: 0px;
	text-align: center;
}
#feedrssdx h2{
	border: 0px;
	color: #999;
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-align: right;
}
#feedrssdx h2 a{
	color: #999;
	text-decoration: none;
}
#feedrssdx h2 a:hover{
	text-decoration: underline;
}
#feedrssdx p{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	border: 0px;
	text-align: justify;
	color: #000;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #999;
}
#feedrssdx p a{
	color: #00F;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#feedrssdx p a:visited{
	color: #00F;
}
#feedrssdx p a.titolo{
	font-family: Georgia;
	color: #00F;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
#feedrssdx p a:visited.titolo{
	color: #00F;
}
#feedrssdx p a:hover.titolo{
	color: #F00;
}

/*--[ SHOP45DITTA ]--*/
.shop45ditta{
	border: 1px solid #999999;
	padding: 6px;
	text-align: center;
	background-color: #FFF;
	margin-bottom: 5px;
}
.shop45ditta a img{
	border: 0px;
	margin: 0px auto;
	text-align: center;
}
.shop45ditta h1{
	border: 0px;
	color: #000000;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
.shop45ditta h2{
	border: 0px;
	color: #999;
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-align: right;
}
.shop45ditta p{
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}
.shop45ditta p a{
	color: #00F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.shop45ditta p a:visited{
	color: #00F;
}
.shop45ditta p a:hover{
	text-decoration: underline;
}

#jstest{
	font-size: 12px;
	color: #F00;
	font-weight: bold;
}

/*--[ SEGNALA PAGINA ]--*/
#segnalapagina{
	background: #FFFFFF;
	clear: both;
	width: 100%;
	padding: 0px 0px 5px 0px;
}
#segnalapagina form{
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#segnalapagina p{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
}
#segnalapagina p a{
	color: #00F;
	font-weight: bold;
	text-decoration: none;
}
#segnalapagina p a:visited{
	color: #00F;
}
#segnalapagina p a:hover{
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}

#targetavvisi{
	margin: 0px 0px 10px 0px;
}

/*--[ BOX BOX45 ]--*/
#box45{
	margin: 0 auto;
	padding-top: 10px;
	width: 492px;
}
#box45 .box45img{
	float: left;
}
#box45 .box45img img{
	height: 100px;
	padding: 4px;
	width: 100px;
}
#box45 .box45testo{
	float: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 0px 0px 10px 10px;
	width: 364px;
}
#box45 .box45testo a{
	color: #00F;
	font-family: Georgia, Arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
}
#box45 .box45testo a:visited{
	color: #00F;
}
#box45 .box45testo a:hover{
	text-decoration: underline;
}
#box45 .box{
	border: 1px solid #f0f0f0;
	padding: 5px;
	width: 492px;
}
#box45 a.avviso{
	color: #F00;
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	text-decoration: none;
	margin: 10px 0px 20px 0px;
	text-align: center;
	font-weight: bold; 
}
#box45 a:visited.avviso{
	color: #F00;
}
#box45 a:hover.avviso{
	color: #00F;
	display: block;
	font-family: Verdana, sans-serif;
}
#box45 .clearfloat{
	clear: both;
	height: 10px;
	border-top: 1px solid #999;
}
.titolo{
	color: #000;
	font-weight: bold;
	font-family: Georgia, Arial, sans-serif;
	font-size: 20px;
}


.riquadro{
	border: 1px solid #999999;
	padding: 6px;
	text-align: center;
	margin-bottom: 5px;
}
.riquadro a img{
	border: 0px;
	display: block;
	margin: 0px auto;
	text-align: center;
}
.riquadro h1{
	border: 0px;
	color: #000000;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
.riquadro h2{
	border: 0px;
	color: #999;
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-align: right;
}
.riquadro a{
	color: #00F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold; 
}
.riquadro a:visited{
	color: #00F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold; 
}
.riquadro a:hover{
	color: #F00;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold; 
}
.riquadro p{
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.riquadro h3{
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}
.riquadro h3 a{
	color: #00F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold; 
}
.riquadro h3 a:visited{
	color: #00F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold; 
}
.riquadro h3 a:hover{
	color: #F00;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold; 
}


.input{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #00F;
	border: 1px solid #999;
	background-color: #FFF;
}

.bloccoelenco {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #F00;
}

.boxcommenti {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #F00;
}
p.commentoautore {
	font-size: 12px;
	font-weight: bold;
	color: #515050; 
	padding: 0px;
}
p.commento {
	font-size: 13px;
	text-align: justify;
	padding: 0px;
	color: #515050;
}
p.commentodata {
	font-size: 12px;
	text-align: right;
	color: #515050; 
	padding: 0px;
}








