/* Main
-----------------------------------*/
html, body{
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}
a:link, a:visited{
	text-decoration: none;
}

p{
	margin-bottom: 8px;
	line-height: 1.4em;
}



a{
	text-decoration: none;
	color: #334E6A;
}

a:hover{
	color: #E53A31;
}


.clearer{
	clear: both;
	display: block;
}

/* SCROLLER */

/* inizio scroller */

.scroll-pane {
	width: 700px;
	height: 300px;
	overflow:auto;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.adv {
	width: 430px;
	height: 400px;
	padding-top: 10px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/* Barra dello scroll */
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	border: 1px solid #F7E0AC;
}

.jScrollPaneDrag {
	position: absolute;
	background: #F7E0AC;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
/* fine scroller */

/* Template
-----------------------------------*/


#wrapper{
	width: 100%;
	height: 100%;
	background-image: url(images/bkgFascetta.gif);
	background-repeat: repeat-x;
	background-position: top;

}

#container{
	width: 985px;
	min-height: 500px;
	margin: 0 auto;
	position: relative;
}

#navigazione{
		margin-bottom: 3px;
}

.logoCucinando{
	position: absolute;
	left: 14px;
	top: 23px;
}



#footer{
	font-size: 11px;
	width: 985px;
	height: 69px;
	color: #c03a45;
	background-image: url(images/bkgFooter.jpg);
	background-position: top;
	background-repeat: no-repeat;
	display: block; 
	margin: 0 auto;
	position:relative;
	}
	#footer a{
		color: #c03a45;
	}
	
	#footer a:hover{
		color: #FFF;
	}

	#footer .infoLeft{
		float: left;
		margin-top: 39px;
		margin-left: 75px;
	}
	
	#footer .infoRight{
		position: absolute;
		right: 20px;
		bottom: -12px;
		font-size: 10px;
	}
	#footer .infoRight a{
		color: #9A9A9A;
	}
	#footer .infoRight a:hover{
		color: #333333;
	}

/* NOVITA'
-----------------------------------*/
#news{
	width: 985px;
	height: 540px;
	background-image:url(images/bkgNews.jpg);
	background-repeat: no-repeat;
}

	#newsMenu{
		padding-top: 45px;
	}
	
	#newsMenuDialoga{
		padding-top: 15px;
	}
	
	
	.newsContainer{
		padding: 0px 30px 5px 30px;
	}
	
		#news .listContainer{
			display: block;
			width: 700px;
			float: left;
			position: relative;
			height: 340px;
		}
		
		#news .singleNews{
			margin-bottom: 15px;
			padding-bottom: 10px;
			border-bottom:  #78A32D 1px dotted;
	
		}

		
			#news .singleNews h2{
				color: #78A32D;
				margin-bottom: 6px;
				font-size: 14px;
			}
		
			#news .singleNews .data{
				font-size: 9px;
				font-style:italic;
				font-weight: bold;
				margin-bottom: 6px;
			}
			
			#news .singleNews .testo{
				color: #666666;
			}
			
			#news .singleNews .btnLeggi{
				font-size: 8px;
				font-family: Verdana, Geneva, sans-serif;
				color: #333;
				font-weight: bold;
			}
			#news .singleNews .btnLeggi:hover{
				color:  #78A32D;
			}
	
			#news #gallery{
				display: block;
				width: 710px;
				height: 350px;
				float: left;
			}
			
			#news #gallery a{
				margin-right: 6px;
				margin-bottom: 6px;
				display: block;
				float: left;
				border: #fff 1px solid;
			}
			
			#news #gallery a:hover{
				border: #F99929 1px solid;
			}
			
	/* Dettaglio news */
		#news .dettaglioNews{
			margin-bottom: 15px;
			padding-bottom: 15px;
		}

			#news .dettaglioNews .imgNews{
				float: left;
				margin-right: 15px;
				margin-bottom: 8px;
				
			}
			
			#news .dettaglioNews h2{
				color: #78A32D;
				margin-bottom: 10px;
				font-size: 15px;
			}
		
			#news .dettaglioNews .data{
				font-size: 9px;
				font-style:italic;
				font-weight: bold;
				margin-bottom: 15px;
				border-bottom:   #E6E6E6 1px dotted;
				padding-bottom: 4px;
			}
			
			#news .dettaglioNews .testo{
				color: #666666;
			}
			
			#news .dettaglioNews .btnAttach{
				font-size: 10px;
				color:  #78A32D;
				font-weight: bold;
				line-height: 18px;
				margin-bottom: 5px;
				text-transform: uppercase;
				
			}
			#news .dettaglioNews .btnAttach:hover{
				color:  #333;
						
			}
			
			
			#news .dettaglioNews ul li{
				padding: 3px;
			}
			
			
				ul.catNews{
		width: 150px;
		margin-left: 15px;
		margin-right: 45px;
		float: left;
	}
		ul.catNews li a{
			background-color:none;
			border: #EEE 1px solid;
			color: #F89828;
			padding: 10px;
			margin-bottom: 5px;
			display: block;
			width: 150px;
			min-height: 20px;
			line-height: 20px;
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border-radius:5px;
	}
	
	ul.catNews li a:hover{
		background-color: #F9F9F9;
	}
	
	ul.catNews li a.active{
		background-color: #F9F9F9;
	}
			
/* Dialoga con un'esperto
-----------------------------------*/
#dialogaEsperto{
	width: 985px;
	height: 540px;
	background-image:url(images/bkgDialoga.jpg);
	background-repeat: no-repeat;
}

	#dialogaEspertoMenu{
		padding-top: 45px;
	}
	
	.newsContainer{
		padding: 0px 30px 5px 30px;
	}
	
		#dialogaEsperto .listContainer{
			display: block;
			width: 700px;
			float: left;
			position: relative;
			height: 340px;
		}
		
		#dialogaEsperto .singleNews{
			margin-bottom: 15px;
			padding-bottom: 10px;
			border-bottom:  #E51937 1px dotted;
	
		}

		
			#dialogaEsperto .singleNews h2{
				color: #E51937;
				margin-bottom: 6px;
			}
		
			#dialogaEsperto .singleNews .data{
				font-size: 9px;
				font-style:italic;
				font-weight: bold;
				margin-bottom: 6px;
			}
			
			#dialogaEsperto .singleNews .testo{
				color: #666666;
			}
			
			#dialogaEsperto .singleNews .btnLeggi{
				font-size: 8px;
				font-family: Verdana, Geneva, sans-serif;
				color: #333;
				font-weight: bold;
			}
			#dialogaEsperto .singleNews .btnLeggi:hover{
				color:  #E51937;
			}
	
	/* Dettaglio news */
		#dialogaEsperto .dettaglioNews{
			margin-bottom: 15px;
			padding-bottom: 10px;
		}

			#dialogaEsperto .dettaglioNews .imgNews{
				float: left;
				margin-right: 10px;
				margin-bottom: 3px;
				
			}
			
			#dialogaEsperto .dettaglioNews h2{
				color: #E51937;
				margin-bottom: 10px;
				font-size: 14px;
			}
		
			#dialogaEsperto .dettaglioNews .data{
				font-size: 9px;
				font-style:italic;
				font-weight: bold;
				margin-bottom: 10px;
				border-bottom: #999 1px solid;
			}
			
			#dialogaEsperto .dettaglioNews .testo{
				color: #666666;
			}
			
			#dialogaEsperto .dettaglioNews .btnAttach{
				font-size: 10px;
				color:  #E51937;
				font-weight: bold;
				line-height: 18px;
				margin-bottom: 5px;
				text-transform: uppercase;
				
			}
			#dialogaEsperto .dettaglioNews .btnAttach:hover{
				color:  #333;
						
			}

/* Form contatta l'esperto */

#formContainer{
			display: block;
			width: 700px;
			float: left;
			position: relative;
			height: 340px;
}

	#formContainer p{
			margin-bottom: 5px;
	}
	
	#formContainer .colDx{
		width: 730px;
		float: left;
		padding-bottom: 20px;
	}

	#formContainer fieldset{
		width: 350px;
		display: block;
		float: left;
	}
	
	#formContainer label{
		font-weight: bold;
		width: 100px;
		display:block;
	}
	
	#formContainer fieldset input{
		border: 1px solid #D1D1D1;
		padding: 3px;
		width: 320px;
		margin: 0;
	}
	
	#formContainer textarea{
		width: 667px;
		height: 100px;
		border: 1px solid #D1D1D1;
		padding: 5px;
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	#formContainer .privacy{
		font-size: 10px;
		clear: both;
	}
		#formContainer .privacy input{
			position: relative;
			bottom: -2px;
		}
		
		#formContainer .privacy a{
			color: #F00;
			text-decoration: none;
			font-weight: bold;
		}
		
		#formContainer .privacy a:hover{
			text-decoration: underline;
		}
		
	#formContainer .btnLink{
		display: block;
		background-color: #E11933;
		width: 100px;
		height: 25px;
		line-height: 25px;
		margin-top: 15px;
		text-align: center;
		color: #900;
		text-decoration: none;
		clear: both;
		position: absolute;
		bottom: -15px;
		right: 21px;
		background-image: url(images/bkgBtn.jpg);
		background-repeat: repeat-x;
		font-weight: bold;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
	}
	
	#formContainer .btnLink:hover{
		background-image: url(images/bkgBtnHover.jpg);
		background-repeat: repeat-x;
	}
	





/* Mamma e papà imparano
-----------------------------------*/
#mammaPapaImp{
	width: 985px;
	height: 540px;
	background-image:url(images/bkgMammaPapa.jpg);
	background-repeat: no-repeat;
}

	#mammaPapaImpMenu{
		padding-top: 45px;
	}
	
	.newsContainer{
		padding: 0px 30px 5px 30px;
	}
	
		#mammaPapaImp .listContainer{
			display: block;
			width: 700px;
			float: left;
			position: relative;
			height: 340px;
		}
		
		#mammaPapaImp .singleNews{
			margin-bottom: 15px;
			padding-bottom: 10px;
			border-bottom:  #F79928 1px dotted;
		}

		
			#mammaPapaImp .singleNews h2{
				color:#F79928;
				margin-bottom: 6px;
				font-size: 14px;
			}
		
			#mammaPapaImp .singleNews .data{
				font-size: 9px;
				font-style:italic;
				font-weight: bold;
				margin-bottom: 6px;

			}
			
			#mammaPapaImp .singleNews .immagine{
				float: left;
				margin-right: 10px;
				display: block;
				width:  150px;
				height: 105px;
				text-align: center;
			}
			
			#mammaPapaImp .singleNews .immagine img{

				height: 105px;
			}
			
			#mammaPapaImp .singleNews .testo{
				color: #666666;
			}
			
			#mammaPapaImp .singleNews .btnLeggi{
				font-size: 8px;
				font-family: Verdana, Geneva, sans-serif;
				color: #333;
				font-weight: bold;
			}
			#mammaPapaImp .singleNews .btnLeggi:hover{
				color:  #F79928;
			}
	
	/* Dettaglio news */
		#mammaPapaImp .dettaglioNews{
			margin-bottom: 15px;
			padding-bottom: 10px;
		}

			#mammaPapaImp .dettaglioNews .imgNews{
				float: left;
				margin-right: 20px;
				margin-bottom: 3px;
				
			}
			
			#mammaPapaImp .dettaglioNews h2{
				color: #F79928;
				margin-bottom: 10px;
				font-size: 14px;
			}
		
			#mammaPapaImp .dettaglioNews .data{
				font-size: 9px;
				font-style:italic;
				font-weight: bold;
				margin-bottom: 10px;
				margin-bottom: 15px;
				border-bottom:   #E6E6E6 1px dotted;
				padding-bottom: 4px;

			}
			
			#mammaPapaImp .dettaglioNews .testo{
				color: #666666;
				float:left;
				width: 500px;
			}
			
			#mammaPapaImp .dettaglioNews .btnAttach{
				font-size: 10px;
				color:  #F79928;
				font-weight: bold;
				line-height: 18px;
				margin-bottom: 15px;
			}
			
			#mammaPapaImp .dettaglioNews .btnAttach:hover{
				color:  #333;
						
			}
		



/* Paginazione
------------------------------------*/
	#paging{
		position: absolute;
		bottom:-10px;
		display: block;
		width: 700px;
		color:  #666666;
	}
	
	#paging a{
		font-size: 9px;
		text-transform: uppercase;
		color: #900;
		background-image:url(images/bkgBtn.jpg);
		background-repeat:repeat-x;
		padding: 3px 7px 2px 7px;
	}
		#paging a:hover{
			color: #C60;
		}
	
	#paging .pgLeft{
		float: left;
	}
	
	#paging .pgRight{
		float: right;
	}
	



/* Rispetta la natura
-----------------------------------*/
#rispettaLaNatura{
	width: 985px;
	height: 531px;
	background-image:url(images/bkgMammaPapa.jpg);
	background-repeat: no-repeat;
	padding-top: 9px;
}



/* Il progetto
-----------------------------------*/
#progetto{
	width: 985px;
	height: 540px;
	background-image:url(images/bkgProgetto.jpg);
	background-repeat: no-repeat;
}
	#swfMenuProgetto{
		margin-left: 25px;
		display: block;
		float: left;
		}
	
	#progetto .content{
		width: 679px;
		height: 515px;
		float: left;
		margin-top: 9px;
		margin-left: 13px;
	}
	
	#progetto #swfPuntiVendita{
		float: left;
		margin-top: 20px;
		margin-right: 20px;
		display: block;
	}
	
	#progetto h2{
		font-size: 14px;
		margin-bottom: 5px;
		margin-right: 10px;
		padding-bottom: 3px;
		color: #83AE38;
			text-align: center;
	}
	
	#puntiVendita{
		margin-top: 20px;
		margin-right: 20px;
		padding: 20px;
		display: block;
		width: 178px;
		height: 133px;
		background-image: url(images/bkgPuntiVendita.jpg);
		background-repeat: no-repeat;
		float: right;
		margin-bottom: 10px;
	}
	
	#puntiVendita label{
		font-size: 12px;
		display: block;
		margin-bottom: 4px;
		font-weight: bold;
	}
	
	#puntiVendita h3{
		font-size: 20px;
		margin-bottom: 20px;
		color: #79A22E;
	
	}
	
	#puntiVendita select{
		width: 150px;
		border: none;
		border: #CCC 1px solid;
		color: #333333;
		margin-bottom: 10px;
		padding: 3px;
		font-size: 11px;
	}
		
	#progetto .risultati{
		clear: both;
		width: 620px;
		height: 290px;
		margin-left: 23px;
		background-image: url(images/sfondoRis.jpg);
		background-repeat: no-repeat;
		background-position: center 6px;
	}
		
	.risultati h3.provincia{
		margin-bottom: 10px;
		/* background-color: #F4F4F4; */
		/* border-bottom: #82A93E 1px solid; */
		padding: 5px;
		padding-left:0px;
		color: #333333;
		clear:both;
	}
	
	.risultati ul.rivenditore{
		float: left;
		width: 180px;
		padding-right: 15px;
		margin-bottom: 20px;
		font-size: 11px;
	}
	
	.risultati ul.rivenditore li{
		margin-bottom: 2px;
	}
	
	.risultati ul.rivenditore .titolo{
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 4px;
		color:#9A0101;
	}
	
	.risultati ul.rivenditore .infoTel{
		margin-top: 5px;
	}
	
		
/* CONTATTI
----------------------- */

#contatti{
	width: 985px;
	height: 540px;
	background-image:url(images/bkgDialoga.jpg);
	background-repeat: no-repeat;
}

#contatti .contactContainer{
	margin-left: 9px;
}
 
#contatti #titoloContatti{
	padding-top: 20px;
	margin-top: 10px;
	height: 125px;
	
}
/* Form contatta l'esperto */

#formContact{
			display: block;
			width: 700px;
			float: right;
			height: 340px;
			margin-right: 15px;
}

	#formContact p{
			margin-bottom: 5px;
	}
	
	#formContact .colDx{
		width: 730px;
		float: left;
		padding-bottom: 20px;
	}

	#formContact fieldset{
		width: 350px;
		display: block;
		float: left;
	}
	
	#formContact label{
		font-weight: bold;
		width: 100px;
		display:block;
	}
	
	#formContact fieldset input{
		border: 1px solid #D1D1D1;
		padding: 3px;
		width: 320px;
		margin: 0;
	}
	
	#formContact textarea{
		width: 667px;
		height: 100px;
		border: 1px solid #D1D1D1;
		padding: 5px;
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	#formContact .privacy{
		font-size: 10px;
		clear: both;
	}
		#formContact .privacy input{
			position: relative;
			bottom: -2px;
		}
		
		#formContact .privacy a{
			color: #F00;
			text-decoration: none;
			font-weight: bold;
		}
		
		#formContact .privacy a:hover{
			text-decoration: underline;
		}
		
	#formContact .btnLink{
		display: block;
		background-color: #E11933;
		width: 100px;
		height: 25px;
		line-height: 25px;
		margin-top: 15px;
		text-align: center;
		color: #900;
		text-decoration: none;
		clear: both;
		position: absolute;
		bottom: 35px;
		right: 35px;
		background-image: url(images/bkgBtn.jpg);
		background-repeat: repeat-x;
		font-weight: bold;
			-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
	}
	
	#formContact .btnLink:hover{
		background-image: url(images/bkgBtnHover.jpg);
		background-repeat: repeat-x;
	}

/* GESTIONE ERRORI */

#mailMessage{
	
}

#mailMessage h1{
	font-size: 18px;
	color: #E41936;
	margin-bottom: 10px;
}

#mailMessage h2{
	font-weight: normal;
}
#mailMessage a{
	margin-top: 15px;
	display: block;
	color: #E41936;
}

#mailMessage a:hover{
	text-decoration: underline;
}





/* FORM NEWSLETTER  */

#formNewsletter{
			display: block;
			width: 400px;
			float: right;
			height: 340px;
			margin-right: 5px;
			margin-top: 0px;
}

	#formNewsletter p{
			margin-bottom: 5px;
	}
	
	#formNewsletter .colDx{
		width: 730px;
		float: left;
		padding-bottom: 20px;
	}

	#formNewsletter fieldset{
		width: 355px;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
	}
	
	#formNewsletter label{
		font-weight: bold;
		width: 250px;
		display:block;
	}
	
	#formNewsletter fieldset input{
		border: 1px solid #D1D1D1;
		padding: 3px;
		width: 320px;
		margin: 0;
	}
	
	#formNewsletter fieldset select{
		border: 1px solid #D1D1D1;
		padding: 3px;
		width: 327px;
		margin: 0;
	}
	
	#formNewsletter p.anni input{
		width: 68px;
		margin-right: 5px;
		padding: 3px;
	}
	
	#formNewsletter textarea{
		width: 667px;
		height: 100px;
		border: 1px solid #D1D1D1;
		padding: 5px;
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	#formNewsletter p.privacy{
		font-size: 10px;
		clear: both;
		margin: 0;
		padding: 0;
	}
		#formNewsletter .privacy input{
			position: relative;
			bottom: -2px;
		}
		
		#formNewsletter .privacy a{
			color: #F00;
			text-decoration: none;
			font-weight: bold;
		}
		
		#formNewsletter .privacy a:hover{
			text-decoration: underline;
		}
		
	#formNewsletter .btnLink{
		display: block;
		background-color: #BF3944;
		width: 100px;
		height: 25px;
		line-height: 25px;
		margin-top: 15px;
		text-align: center;
		color: #900;
		text-decoration: none;
		clear: both;
		position: absolute;
		bottom: 40px;
		right: 305px;
		background-image: url(images/bkgBtn.jpg);
		background-repeat: repeat-x;
		font-weight: bold;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
	}
	
	#formNewsletter .btnLink:hover{
		background-image: url(images/bkgBtnHover.jpg);
		background-repeat: repeat-x;
	}
.imgNewsletter{
	 float: left;
	 margin-left: 40px;
	 margin-top: 15px;
 }
 
 
 #controlloNewsletter{
			display: block;
			width: 380px;
			float: right;
			height: 340px;
			margin-right: 40px;
			margin-top: 15px;
}
 		
/* SITEMAP
----------------------- */

#sitemap{
	width: 985px;
	height: 540px;
	background-image:url(images/bkgDialoga.jpg);
	background-repeat: no-repeat;
}
#sitemap .content{
	margin-left: 45px;
	padding-top: 90px;
	padding-right: 45px;
}



#sitemap .sezione a.titolo{
	display: block;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	text-transform: uppercase;
	color: #78A338;
	border-bottom: #CCC 1px dotted;
	padding-left: 5px;
}

#sitemap .sezione a.titolo:hover{
	color: #390;
}

#sitemap .sezione a{
	color: #333333;
	display: block;
	line-height: 14px;
	padding-left: 5px;
	border-bottom: #EEE 1px dotted;

}

#sitemap .sezione a:hover{
	color: #000000;
	background-color: #F5F5F5;
}

/* Gioco */
#gameWrapper{
	width: 100%;
	height: 100%;
	/*background-color: #F89828;*/
	background-image: url(images/bkgGame.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#gameContainer{
	border: #FFFFFF 1px solid;
	width: 980px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -490px;
	margin-top: -300px;
}

/* IL GRANDE CONCORSO 
------------------------------ */

#concorso{
	width: 985px;
	height: 531px;
	background-image:url(images/bkgMammaPapa.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
}


/* Area referee
------------------------------ */

	#menu_laterale{
		width: 250px;
		height:100%;
		float:left;
		margin-top: 180px;
	}
	#menu_laterale h3{
		font-size: 16px;
		margin-bottom: 5px;
		color: #D2122D;
	}	
	#menu_laterale ul li{
		line-height: 15px;
		border-bottom: #CCC 1px dotted;
		width: 200px;
		padding: 3px 0 3px 5px;
	}
	
	#menu_laterale ul li a{
		color: #666666;
	}
	
	#menu_laterale ul li a:hover{
		color: #930;
	}

	#menu_laterale a#more{
		color: #1F7BE2;
		padding: 5px 0 5px 3px;
		display: block;
	}

	#menu_laterale a#more:hover{
		text-decoration: underline;
	}

	#menu_laterale a#more2{
		color: #1F7BE2;
		padding: 5px 0 5px 3px;
		display: block;
	}

	#menu_laterale a#more2:hover{
		text-decoration: underline;
	}
	


	#parte_centrale{
		float:left;
		margin-top:150px;
		width:700px;
	}
	
	#parte_centrale h1{
		font-size: 26px;
		margin-bottom: 5px;
	}
	#parte_centrale h2{
		font-size: 18px;
	}
	
	#parte_centrale .graph{
		margin-top: 15px;
	}
	
	#parte_ricetta{
		float:left;
		margin-top:150px;
		width:700px;
	}

	#parte_ricetta .votazione{
		margin: 20px 0 0 0;
	}

	#parte_ricetta p{
		font-size: 12px;
		color: #666666;
	}
	
	#parte_ricetta h2{
		margin-bottom: 15px;
		font-size: 16px;
		border-bottom: 1px dotted #dadada;
		padding: 0 0 4px 0;
		color: #D2122D;
	}

	#parte_ricetta iframe{
		width: 100%;
		height: 500px;
	}
	

	
	#parte_ricetta  .fullScreen{
		color: #1F7BE2;
		padding: 5px 0 5px 0px;
		display: block;
		font-weight: bold;
	}


	#parte_ricetta  .fullScreen:hover{
		text-decoration: underline;
	}


	.btnLogout{
		font-weight: bold;
	}
	
	.btnLogout:hover{
		color: #FFF;
	}