/*
	Autore: Danilo Cicognani
	Script: styles.css
	Applicazione: itinerario
	Versione: 1.00
	Data: 09/12/2008
	Scopo: Stili del sito
	Copyright (c) 2008 Danilo Cicognani
*/

body{ 
	overflow: -moz-scrollbars-vertical;
	background-image: url(img/sf_itinerario.gif);	
	margin:0;
	font-family:Verdana, Tahoma, Arial, Serif;
	text-align: center;
	font-size: 10px;
	font-size: 0.76em;
	color:#333;
}
#bodywrap {
   position: relative;
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   width: 990px;	
}
html>body #bodywrap { 
   width: 990px;
}
/*------ Menu --------*/
#menu1 ul 
{
	margin: 0px;
	padding:0px;
}
#menu1 ul li {
	display: inline;
}
.menu a {
	text-decoration: none;
	color: #cbab4d;
	font-size: 12px;
	font-weight: bold;
}
.menu a:hover {
   color: #B19334;
   text-decoration:underline;
}
/*------ Fine Menu --------*/

/*------ Ricerca --------*/
#ricerca {
	position: relative;
	padding:5;	
	text-align: left;
	width: 199px;	
	font-size: 11px;
	color: Maroon;
	font-weight: bold;
}
.ricerca a {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 16px;
	text-decoration: none;
}
/*------ Fine Ricerca --------*/
.cuoco {
	background: url(img/cuoco.gif) no-repeat right top;
}

/*------ testi --------*/
.link {
	font-size: 11px;
	font-weight: bold;
	color: Maroon;
}
.link A{
	color: Maroon;
}
.grigio11 {
	font-size: 11px;
	font-weight: normal;
}
.grigio11i {
	font-size: 11px;
	font-style: italic;
}
.rosso11b  {
	font-size: 11px;
	font-weight: bold;
	color: Maroon;
}
.rosso11  {
	font-size: 11px;
	color: Maroon;
}
#consiglia {
	position: relative;
	padding:5;	
}
/*------ Fine testi --------*/

/*------ Elenco Ristoranti --------*/
#elenco {
	position: static;
	background-color: #f4f4cf;
}
#elenco1 {
	position: static;
	font-size: 11px;
	color: #333;
	background-color: #f4f4cf;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#elenco2 {
	position: static;
	width: 545px;	
	font-size: 11px;
	color: #333;
	background-color: #e6d9ac;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#box {
	float: left;
	width: 45%;
	font-size: 11px;
	color: #333;
	padding:5px;
}
.pagine {
	color: #cbab4d;
	font-size: 11px;
	font-weight: bold;
}
.pagine a {
	text-decoration: none;
	font-weight: normal;
	color: #cbab4d;
	font-size: 11px;
}
/*------ Fine Elenco Ristoranti --------*/

/*------ Footer -------*/
#footer {
	position: relative;
	width: 990px;	
	color: #cbab4d;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #887128;
	border-top-color: #2F0A0A;
	border-top-style: solid;
	border-top-width: 3px;
	text-align: center;
}
.footer {
	color: #2F0A0A;
	font-size: 11px;
}
.pagine a {
	text-decoration: bold;
	font-weight: normal;
	color: #cbab4d;
	font-size: 11px;
}
/* Progressive select */
DIV.p-h {
	position: absolute;
	display: none;
}
DIV.p-s {
	position: absolute;
	background-color: white;
	width: 300px;
	height: 92px;
	overflow: hidden;
	display: block;
	border: 1px solid #7f9db9;
	padding-left: 2px;
}
DIV.p-e-s {
	white-space: nowrap;
	display: block;
}
DIV.p-e-h {
	white-space: nowrap;
	display: none;
}
DIV.p-e-d {
	white-space: nowrap;
	display: none;
}
DIV.p-e-s A {
	color : #2b639f;
	background-color: #ffffff;
	text-decoration: none;
	width: 100%;
	display: block;
	font-weight: normal;
}
DIV.p-e-s A:visited {
	color : #2b639f;
	background-color: #ffffff;
	text-decoration: none;
	width: 100%;
	display: block;
	font-weight: normal;
}
DIV.p-e-s A:hover {
	color : #ffffff;
	background-color: #316ac5;
	text-decoration: none;
	width: 100%;
	display: block;
	font-weight: normal;
}
SPAN.p-e {
}
SPAN.p-e-i {
	color: #cccccc;
}
.progselinput {
	width: 300px;
}

/* ristoranti */
.link-risto {
	font-size: 11px;
	white-space: nowrap;
	color: Maroon;
}
.link-risto A{
	color: Maroon;
}
img.thumb {
	border: 0px;
}
hr {
	clear: left;
}
img.eventi {
	float: left;
}
.ricette {
	color: #333;
	line-height: 16px;
}
.ricette A{
	color: Maroon;
	font-weight: bold;
}