@charset "utf-8";
/* CSS Document */
div#boxRistorante{
	width:510px;
	text-align:left;
	margin-top:5px;
	margin-bottom:10px;
}
div#boxRistoranteLogo{
	width:122px;
	float:left;
	margin-right:10px;
	padding-right:10px;
	background-image:url(../images/riga.gif);
	height:122px;
	background-repeat:no-repeat;
	background-position:right center;
	position:relative;
}
div#boxRistoranteLogo img{
	margin-top:10px;
	position:absolute;
	top:0px;
}
div#boxRistoranteLogo p{
	font-size:9px;
	margin:0px;padding:0px;
	position:absolute;
	bottom:10px;
	width:122px;
	text-align:center;
	color:#666;
}
div#boxRistoranteInformazioni{
	width:140px;
	float:left;
	margin-right:10px;
	padding-right:10px;
	text-align:left;
	color:#666; 
	font-size:12px;
	background-image:url(../images/riga.gif);
	height:122px;
	background-repeat:no-repeat;
	background-position:right center;
}
div#boxRistoranteSconto{
	height:122px;
	margin-right:5px;
	padding-right:5px;
	width:120px;
	float:left;
	text-align:center;
}
div#boxRistoranteSconto img{
	margin-top:20px;
}
div#boxRistoranteScheda{
	float:left;
	height:122px;
	width:70px;
}
#bottone_scheda{
	margin-top:30px;
	text-align:center;
	width:70px;
}
.numeroPagine{
	color:#666; 
}
.numeroPagine a{
	color:#666;
	text-decoration:none;
}