
/* BODY */

html
{
	width: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: verdana;
	font-size: 8pt;
	color: #0a51a1;
	background: #ffb200;
}

/* GENERICI */

* html textarea
{
	background-attachment: fixed;
}

form
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}	

img
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}

a
{
	color: #00327a;
	text-decoration: none;
}

a:visited
{
	color: #00327a;
}

a:hover
{
	color: #2160af;
}

a:active
{
	color: #2160af;
}

h1
{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 16pt;
	font-weight: normal;
	font-family: 'Verdana';
}

h2
{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 14pt;
	font-weight: bold;
	font-family: 'Verdana';
}

h3
{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 11pt;
	font-weight: bold;
	font-family: 'Verdana';
}

h4
{
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	line-height: 1.2em;
	font-size: 8pt;
	font-weight: bold;
	font-family: 'Verdana';
}

ul
{
	margin: 0px;
	padding: 0px;
    list-style-type: none;
    list-style-image: none;
}

li
{
	margin: 0px;
	padding: 0px;
	background: url(/images/punto.gif) no-repeat scroll left 5px;
	padding-left: 8px;
}

/* STRUTTURA DELLA PAGINA */

div#container
{
	padding-top: 50px;
	padding-bottom: 50px;
	/*position: absolute;*/
	/*margin-top: -270px;*/
	/*top: 50%;*/
	width: 100%;
	overflow: hidden;
}

div#top
{
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	height: 8px;
	overflow: hidden;
	background: url(/images/shadow-top.gif) no-repeat scroll left top;
}

div#bottom
{
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	height: 8px;
	overflow: hidden;
	background: url(/images/shadow-bottom.gif) no-repeat scroll left top;
}

div#shadow1
{
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	overflow: hidden;
	background: url(/images/shadow-left-center.gif) repeat-y scroll left top;
}

div#shadow2
{
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	overflow: hidden;
	background: url(/images/shadow-right-center.gif) repeat-y scroll right top;
}

div#shadow3
{
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	overflow: hidden;
	background: url(/images/shadow-left-top.gif) no-repeat scroll left top;
}

div#shadow4
{
	margin-left: auto;
	margin-right: auto;
	width:	768px;
	overflow: hidden;
	background: url(/images/shadow-right-top.gif) no-repeat scroll right top;
}

div#shadow5
{
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	overflow: hidden;
	background: url(/images/shadow-left-bottom.gif) no-repeat scroll left bottom;
}

div#shadow6
{
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	overflow: hidden;
	background: url(/images/shadow-right-bottom.gif) no-repeat scroll right bottom;
	height: auto !important;
    height: 468px;
    min-height: 468px;
}

div#navsup
{
	margin-left: auto;
	margin-right: auto;
	width: 752px;
	height: 20px;
	overflow: hidden;
	background: #ffb200;
	color: #144ea2;
}

div#titolo
{
	margin-left: auto;
	margin-right: auto;
	width: 752px;
	height: 28px;
	overflow: hidden;
	background: #0854a2;
}

div#titolo img
{
	margin-top: 8px;
	margin-left: 8px;
}

div#titolo_screen
{
	display: block;
}

div#titolo_printer
{
	display: none;
}

div#body
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 752px;
	height: auto !important;
    height: 400px;
    min-height: 400px;
    background: white;
}

div#navinf
{
	margin-left: auto;
	margin-right: auto;
	width: 752px;
	height: 20px;
	overflow: hidden;
	background: #ffb200;
	color: #144ea2;
}

div#navinf_left
{
	display: inline;
	float: left;
}

div#navinf_right
{
	display: inline;
	float: right;
}

div#footer
{
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 752px;
	overflow: hidden;
}

div#footer p#credits
{
	text-align: right;
	font-size: 7pt;
}

/* LANGUAGE BOX */

div#languagebox
{
	float: left;
	background: #0854a2;
	color: white;
	padding: 8px;
}

div#languagebox input[type=text]
{
	width: 200px;
	vertical-align: bottom;
}

div#languagebox input[type=submit]
{
	margin-left: 1px;
	width: 38px;
	vertical-align: bottom;
}

/* SEARCH BOX */

div#searchbox
{
	float: right;
	background: #0854a2;
	color: white;
	padding: 8px;
}

div#searchbox input[type=text]
{
	width: 200px;
	vertical-align: bottom;
}

div#searchbox input[type=submit]
{
	margin-left: 1px;
	width: 38px;
	vertical-align: bottom;
}

/* BARRA DI NAVIGAZIONE */

div.left
{
	float: left;
	width: 0px;
	height: 20px;
	overflow: hidden;
}

div.sep
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	width: 8px;
	height: 20px;
	overflow: hidden;
	background: url(/images/bullet.gif) no-repeat scroll left center;
}

div.right
{
	float: left;
	width: 0px;
	height: 20px;
	overflow: hidden;
}

div.button
{
	float: left;
	height: 20px;
	line-height: 18px;
	overflow: hidden;
}

div.button a
{
	color: #00327a;
}

div.button a:visited
{
	color: #00327a;
}

div.button a:hover
{
	color: #2160af;
}

div.button a:active
{
	color: #2160af;
}

div.button span
{
	color: black;
}

/* HOME */

div#foto
{
	position: absolute;
	width: 287px;
	height: 400px;
	overflow: hidden;
}

div#miglioriristoranti
{
	position: absolute;
	left: 655px;
	top: -25px;
	width: 97px;
	height: 95px;
	overflow: hidden;
}

div#logo
{
	position: absolute;
	left: 427px;
	top: 30px;
	width: 186px;
	height: 128px;
	overflow: hidden;
}

div#maestripasticceri
{
	position: absolute;
	left: 429px;
	top: 180px;
	width: 183px;
	height: 67px;
	overflow: hidden;
}

div#sezioni
{
	position: absolute;
	left: 324px;
	top: 280px;
	width: 392px;
	height: 109px;
	overflow: visible;
	white-space: nowrap;
}

div#sezioni img
{
	float: left;
	display: inline;
}

div#sezioni a img.logo
{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
}

/* PAGINA PRODOTTI/PRODOTTO */

div#pathsezione
{
	display: inline;
	float: left;
	margin-left: 15px;
	margin-top: 30px;
	margin-right: 2px;
	width: 116px;
	overflow: hidden;
	line-height: 1.5em;
}

div#pathsezione div#logosezione
{
	margin-left: auto;
	margin-right: auto;
	width: 88px;
	height: 116px;
	overflow: hidden;
}

div#pathsezione div#logoricerca
{
	margin-left: auto;
	margin-right: auto;
	width: 110px;
	height: 129px;
	overflow: hidden;
}

div#pathsezione div#seinellasezione
{
	font-style: italic;
}

div#pathsezione span
{
	color: black;
}

div#lista
{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 192px;
	overflow: hidden;
	line-height: 1.5em;
}

div#scheda
{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 192px;
	overflow: hidden;
}

div#scheda div.scheda
{
}

div#scheda div.scheda_nome
{
	font-weight: bold;
}

div#scheda div.scheda_descrizione
{
}

div#scheda div.scheda_titoloingredienti
{
	font-weight: bold;
}

div#scheda div.scheda_ingredienti
{
}

div#scheda div.scheda_titolosalvatoreconsiglia
{
	font-weight: bold;
}

div#scheda div.scheda_salvatoreconsiglia
{
}

div#scheda div.scheda_titolovinoconsigliato
{
	font-weight: bold;
}

div#scheda div.scheda_vinoconsigliato
{
}

div#scheda div.scheda_allegati
{
	text-align: center;
	font-size: 6.5pt;
}

div#scheda div.scheda_allegato
{
}

div#certificazioniprodotto
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 752px;
	overflow: hidden;
}

div#certificazioniprodotto div.scheda_certificazioni
{
}

div#certificazioniprodotto div.scheda_certificazione
{
	float: right;
	display: inline;
	margin-top: 8px;
	margin-right: 8px;
	height: 96px;
	background: no-repeat scroll center center;
}

div.emptylist
{
	text-align: center;
	color: red;
	font-weight: bold;
}

/* PAGINA INDICE STORIA */

div#indice_storia
{
	display: inline;
	float: left;
	margin-left: 73px;
	margin-top: 144px;
	margin-right: 2px;
	width: 116px;
	overflow: hidden;
	line-height: 1.5em;
}

/* PAGINA CERTIFICAZIONI QUALITA' */

div#certificazioni
{
	padding-left: 30px;
	padding-top: 20px;
}

div#cert_globe
{
	position: relative;
	display: inline;
	float: left;
	margin-right: 34px;
	margin-bottom: 30px;
	width: 326px;
	height: 160px;
	overflow: hidden;
	border: 2px solid black;
}

div#cert_globe img
{
	position: absolute;
	top: 50%;
}

div#cert_GT011
{
	position: relative;
	width: 326px;
	height: 160px;
	overflow: hidden;
	border: 2px solid black;
}

div#cert_GT011 img
{
	position: absolute;
	top: 50%;
}

div#cert_xxx
{
	position: relative;
	display: inline;
	float: left;
	margin-right: 34px;
	width: 326px;
	height: 160px;
	overflow: hidden;
	border: 2px solid transparent;
}

div#cert_216
{
	position: relative;
	width: 326px;
	height: 160px;
	overflow: hidden;
	border: 2px solid black;
}

div#cert_216 img
{
	position: absolute;
	top: 50%;
}

/* PAGINA PUNTI VENDITA */

div#punvencol1
{
	display: inline;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 224px;
}

div.punvencol2
{
	display: inline;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 24px;
	width: 224px;
}

/* PAGINA NEWS */

div#news
{
	margin-left: 5px;
}

div#news div.news
{
	display: inline;
	float: left;
	width: 160px;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
}

div#news div.news_foto
{
	width: 160px;
	height: 160px;
	background: no-repeat scroll center bottom;
	overflow: hidden;
}

div#news div.news_titolo
{
	font-weight: bold;
}

div#news div.news_dataluogo
{
}

div#news div.news_testo
{
}

div#news div.news_allegati
{
	text-align: center;
	font-size: 6.5pt;
}

div#news div.news_allegato
{
}

/* GENERICI PER TUTTE LE PAGINE */

div.background
{
	width: 752px;
	height: auto !important;
    height: 400px;
    min-height: 400px;
    background: no-repeat scroll right bottom;
}

div#back
{
	position: absolute;
	bottom: 30px;
	left: 20px;
	width: 106px;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
}

div.clear
{
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

div#colonna1
{
	display: inline;
	float: left;
	margin-left: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
	width: 300px;
}

div#colonna2
{
	display: inline;
	float: left;
	margin-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 300px;
}

p
{
	margin-top: 4px;
	margin-bottom: 4px;
}

p.small
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 7pt;
}

/* ELEMENTI FORM */

input.casella
{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #cccccc;
	background-image: url(/images/input_shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: 'Verdana';
	font-size: 9pt;
	color: #0a51a1;
}

select.casella
{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #cccccc;
	background-image: url(/images/input_shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: 'Verdana';
	font-size: 9pt;
	color: #0a51a1;
}

textarea.casella
{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #cccccc;
	background-image: url(/images/input_shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: 'Verdana';
	font-size: 9pt;
	color: #0a51a1;
}

input.bottone
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: white;
	border: 1px solid #cccccc;
	font-family: 'Verdana';
	font-size: 9pt;
	font-weight: bold;
	color: #0a51a1;
}

p.testo_informativa
{
	width: 100%;
	font-size: 7pt;
	font-weight: normal;
	line-height: 1.1em;
	cxolor: #444444;
}

span.label_semivisibile
{
	color: #888888;
	font-size: 11px;
}

