body {
	margin:0px; padding:0px; 
	background:url('../images/sito_background.jpg');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#003061;
	text-align:center;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* Banner per gli agenti*/

#banneragenti {
  position:relative;
}

#nascondibox {
  position:relative;
}

#nascondi {
  position:absolute;
  left: 70px;	
  top: -16px;
  height: 20px;
  width: 25px;
  background-color: #0A1D3B;
  display:none;
}

#print { 
	margin:0px; padding:0px; 
	background:none;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	text-align:center;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
  color: #000373;
  text-decoration: none;
}


.testo_link {
  color: #98785A;
  text-decoration: none;
}


a:hover {
  text-decoration: underline;
}

p,form {margin:0px;}

img{border:0px;}

#menu {
	background:url('../images/sito_background_menu.jpg');
	width:768px;
	height:22px;
	overflow: visible !important;
	overflow: hidden;
	padding:12px 0 0 0;
	margin:0px auto;	
	color:#FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight:bold;

}

#menu a {
	color:#FFFFFF;
	text-decoration:none;	
}

#menu img {
	margin: 0 5px 0 5px;
}

#menu .vocemenu {
    z-index:100;
	position:relative;
	/*border:1px solid green;*/
}

#menu .tendina {
	position:absolute;
	top:21px;
	width:180px;
	display:none;
	height:auto !important;
	height:10px;
	left: 0px;
	border: 7px solid #4E6F91;
	border-top: 0px;
}

#menu .elementotendina {
  position:relative;

}

#menu .elementotendina a{
  display:block;
  text-align:left;
  padding: 5px 0 5px 5px;
  width:175px;
  height:auto !important;
  height:10px;
	background-color: #244D78;  
	border-top: 1px solid #4E6F91;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#menu .elementotendina a:hover{
	background-color: #003061;  
}

#menu .tendinasub {
	position:absolute;
	left:180px;
	width:180px;
	top: 5px;
  height:auto !important;
  height:10px;
	border: 7px solid #4E6F91;
	border-top: 2px solid #4E6F91; 
}

#menu .menufreccia {
	position:absolute;
	left:160px;
	width:10px;
	top: 5px;
  height:auto !important;
  height:10px;
}

#main {
	width:768px;
	color: #666666;
	background-color:#FFFFFF;
	text-align:left;
}

#main .separatore {
	width: 4px;
	background:url('../images/main_separatore.jpg');
	background-position:top;
	background-repeat:no-repeat;
}

#main .contenuto {
	border-bottom: solid ;
	border-bottom: 2px solid #EFF2F6;
}

#main .contenuto .dato{
	padding: 10px;
}

#print #main {
	width:auto;
	margin:0px auto;	
	background-color:#FFFFFF;
	text-align:left;
}

#headermain{
	width:768px;
	height:145px;
	overflow:hidden;
	background-color:#0A1D3B;
}

#header_lang{
	width:300px;
	padding:5px;
	float:left;
	text-align:left;
}
#header_lang img{
	margin-left:5px;
}
#header_search{
	width:300px;
	padding-top:3px;
	float:right;
	text-align:right;
	font-size:9px;
}
#header_search span, #header_search input, #header_search img{
	vertical-align: middle;
}
#header_search span{
	margin-right:3px;
	color:#FFFFFF;
	font-size:9px;
}
#header_search input{
	margin:0px;
	padding:0px;
	width:90px;
	height:13px;
	border:1px solid #858E9D;
}
#header_search img{
	margin:0px 5px;
}


#footer {
	width:748px;
	height:20px;
	margin:0px auto;
  background: #FFFFFF url(../images/footer_menu_sfondo.gif) repeat-x ;
	padding:0px;
	color: #FFFFFF;
	font-family: tahoma, verdana, sans-serif;
	font-size: 10px;	
	font-weight:normal;
	border:10px solid #FFFFFF;
	border-top:0px;
	border-bottom:0px;
}

#footer td {
	padding:3px 2px;
}

#footer a {
	color: #FFFFFF;
	text-decoration:none;

}

#copyright {
	width:748px;
	margin:0px auto;	
	background-color: #BCB9D4;
	border:10px solid #FFFFFF;
	border-top:3px solid #FFFFFF;
	border-bottom:0px;
}

#copyright #indirizzo {
	padding: 20px 0 25px 0;
	font-weight:bold;
	color:#000000;
}

#copyright a {
	color:#000000;
	text-decoration:none;	
}

#copyright a:hover {
	text-decoration:underline;
}

#copyright #by {
	padding: 0 0 30px 0;
	font-size: 9px;
	color:#333333;
}

#copyright #by a {
	color:#666666;
	text-decoration:none
}

#copyright #by a:hover {
	text-decoration:underline
}

#articolo {
	padding-left:14px;
	padding-right:14px;
  line-height:150%;
}

#breadcrumb {
	padding-top:3px;
	color:#999999;
}

#breadcrumb a {
	font-size:10px;
	color:#333333;
}

#breadcrumb .separatore {
	font-size:10px;
	color:#999999;
}

#articolo #titolo {
	color:#98785A;
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}

#articolo #corpo {
	font-size:12px;
	color: #333333;
}

#stampa {
  padding-top: 10px;
  padding-bottom: 15px;
}

a.stampa {
	color:#999999;
	font-size:11px;
	text-decoration: none;
}

a.stampa:hover {
	color:#999999;
	font-size:11px;
	text-decoration: underline;
}

/* Glossario */

#alfabeto {
  text-align:center;
  padding-bottom: 5px;
}

#alfabeto #lettere a {
	color:#336699;
	font-size:13px;
	text-decoration: none;
	font-weight:bold;
}

#alfabeto #lettere a:hover {
	text-decoration: underline;
}

#voci .voce {
	color:#000000;
	font-size:11px;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
}

#print #alfabeto {
  width: auto;
  display: none;
  text-align:center;
  padding-bottom: 10px;
}


/* Test */

.titolotest {  
  font-size: 16px; 
  font-weight: bold; 
  color: #98785A; 
  text-decoration: none
}

/* Form */

input { color:#666666; font-weight: normal; text-decoration: none; background: #ffffff url(../images/form_back.jpg);	border: 1 solid #CCCCCC; font-family: verdana; font-size: 7pt; font-style: normal; font-variant: normal;}
select  { color:#000000; font: 7.5pt verdana; font-weight: none; text-decoration: none; background: #ffffff; border: 1 solid #CCCCCC;}
textarea {
	color:#666666;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/form_back2.jpg);
	border: 1 solid #CCCCCC;
	;
	font-family: verdana;
	font-size: 7.5pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
.inputrosso { color:#ffffff; font-weight: bold; text-decoration: none; background: #df0000; border: 1 solid #C8D4E0; font-family: tahoma, verdana; font-size: 8pt; font-style: normal; font-variant: normal; padding:10px; padding-left:2px; padding-right:2px;}

.inputverde { color:#ffffff; font-weight: bold; text-decoration: none; background: #009900; border: 1 solid #C8D4E0; font-family: tahoma, verdana; font-size: 8pt; font-style: normal; font-variant: normal; padding:10px; padding-left:2px; padding-right:2px;}

#filler {
  position: absolute;
  height: 1000px;
  background-color: red;
	margin:0px 0px 0px -384px;	
  left: 50%;
  bottom: 0px;
  width: 768px; 
}

#contenuto {
/*  z-index: 2;
  position: relative; */
  height:100%;
  min-height:100%;
/*background-color:#8098B0;*/
  background: #FFFFFF url('../images/sfondo_contenuto.gif') repeat-y center;
  width: 768px;
  margin: 0px auto;
	border-style:solid;
	border-color:#46698C;
	border-width:0 1px;
}

body,html {
  height:100%;
  min-height:100%;
  text-align:center;
}

/* Mappa del sito */
.mappa_a a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #ffffff; text-decoration: none}
.mappa_b  a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #245483; text-decoration: none }

/* Gallery */
/*.gallery {
  margin-left: 20px;
}*/

.gallerytitle {
  padding-bottom: 15px;
	color:#98785A;
  font-size: 14px; 
  font-weight: bold; 
} 

/* Ricerca */

.titoloricercabgup {
	background:url('../images/ricerca_title_top_main.jpg');
	background-position:top;
	background-repeat:repeat-x;	
}


.titoloricercabgdn {
	background:url('../images/ricerca_title_bottom_main.gif');
	background-position:top;
	background-repeat:repeat-x;	
}

.titoloricerca {
  color:#FFFFFF;
  font-weight:normal;
  font-size: 11px;
}

.titoloricercafooter {
	background:url('../images/ricerca_title_footer_middle.jpg');
	background-position:top;
	background-repeat:repeat-x;	
}

.titolorisultatoricerca {
  color:#98785A;
  font-weight:bold;
  font-size: 12px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.corporisultatoricerca {
  color:#333333;
  font-weight:normal;
  font-size: 11px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}

.corporisultatoricerca a {
  color:#333333;
  font-weight:normal;
  font-size: 11px;
}

.numero_on {
	background:url('../images/ricerca_numero_pagina_on.gif');
	background-position:center;
	background-repeat:no-repeat;	
	width:19px;
	height:29px;
  padding: 5px;
	color: #FFFFFF;
	font-size: 10px;
}

.numero_off {
	background:url('../images/ricerca_numero_pagina_off.gif');
	background-position:center;
	background-repeat:no-repeat;	
	width:19px;
	height:29px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 10px;
}

.numero_precsuc {
	background:url('../images/ricerca_numero_pagina_precsucc.gif');
	background-position:center;
	background-repeat:no-repeat;	
	width:23px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 10px;
	outline:none;
}

/* Area Riservata */

.menu_area_riservata {
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right:  1px solid #CCCCCC;
}

.menu_area_riservata_off {
  width: 185px;
  height: 20px;
  padding-left: 10px;
  padding-top: 7px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #333333;
	text-decoration: none;
  border-top: 1px solid #CCCCCC;
}
.menu_area_riservata_on {
  width: 185px;
  height: 20px;
  padding-left: 10px;
  padding-top: 7px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	text-decoration: none;
  border-top: 1px solid #CCCCCC;
}
/* Fine Area Riservata */

/* Enocuriosità */
#enodomanda {
  background-color: #F8F8E7;
}


#enotestodomanda {
  background-color: #FFFFFF;
  padding: 20px;  
  font-weight:bold;
}

.archivioenodomanda {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 10px 10px 10px;;
}

.visualizzaenodomanda {
  color: #333333;
  font-size: 11px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}

.visualizzaenodomanda a {
  color: #333333;
}
/* Fine Enocuriosità */

/* Form Login */
.formlogin input { 
  color:#666666; 
  font-weight: normal; 
  text-decoration: none; 
  background: #ffffff url(../images/form_back.jpg);	
  border: 1 solid #CCCCCC; 
  font-family: verdana; 
  font-size: 9pt; 
  font-style: normal; 
  font-variant: normal;
}
/* Fine Form Login */

/* Banner agenti */
#agenti {
  position:absolute;
  right: 4px;
  top: -9px;
}
/* Fine Banner agenti */


/* Abbinamenti */
#abbinamenti {
  background-color:#FFFFFF;
  text-align:left;
  padding-bottom: 20px;
  color:#333333;
}

.titoloabbinamenti {
  position:relative;
	background:url('../images/abbinamenti/titolo3_right.jpg');
	background-position:right;
	background-repeat:no-repeat;  
	height: 23px;
}

.titoloabbinamenti img {
  vertical-align: middle; 
}

.titoloabbinamenti span {
  padding-left:3px;
  vertical-align: middle;
  font-size:11px;
  color:#FFFFFF;
  font-weight:bold; 
}

.titoloricercahomeabbinamenti {
  position:relative;
	background:url('../images/abbinamenti/titolo2_right.gif');
	background-position:right;
	background-repeat:no-repeat;  
	height: 40px;
}

.titoloricercahomeabbinamenti a {
  color:#333333;
}

.titoloricercahomeabbinamenti img {
  vertical-align: middle; 
  float: left;
}

.titoloricercahomeabbinamenti div {
  padding-top:5px;
  padding-left:45px;
  vertical-align: 5%;
  font-size:11px;
  color:#666666;
}

.middle_col1 {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
}

.middle_col1 a {
  color: #333333;
  text-decoration:underline;
}

#titoloricettamese {
  font-size:11px;
  font-weight:bold;
  padding-bottom: 4px;
}


#corporicettamese img {
  border: 1px solid #CCCCCC;
}

.top_col1 {
  position:relative;
	background:url('../images/abbinamenti/bordo_col2_tr.gif');
	background-position:right;
	background-repeat:no-repeat;  
	height: 5px;
}


.bottom_col1 {
	background:url('../images/abbinamenti/bordo_col1_br.gif');
	background-position:right;
	background-repeat:no-repeat;  
	height: 5px;
}

.top_col2 {
  position:relative;
	background:url('../images/abbinamenti/bordo_col2_tr.gif');
	background-position:right;
	background-repeat:no-repeat;  
	height: 5px;
	margin-top: 5px;
}

.middle_col2 {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	padding-left: 7px;
	padding-right: 7px;
}

.middle_col2 a {
  color: #333333;
  text-decoration:underline;
}

.bottom_col2 {
  position:relative;
	background:url('../images/abbinamenti/bordo_col2_br.gif');
	background-position:right;
	background-repeat:no-repeat;  
	height: 5px;
}

.top_col3 {
  position:relative;
	background:url('../images/abbinamenti/bordo_col3_tr.gif');
	background-position:right;
	background-repeat:no-repeat;  
	height: 5px;
	margin-top: 5px;
}

.middle_col3 {
	border-left: 1px solid #D5D3A6;
	border-right: 1px solid #D5D3A6;
	background-color: #FAFAED;
}

.bottom_col3 {
  position:relative;
	background:url('../images/abbinamenti/bordo_col3_br.gif');
	background-position:right;
	background-repeat:no-repeat;  
	height: 5px;
}

.top_col4 {
  position:relative;
	background:url('../images/abbinamenti/bordo_col4_tr.gif');
	background-position:right;
	background-repeat:no-repeat;  
	height: 5px;
	margin-top: 5px;
}

.middle_col4 {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #EFEFEF;
}

.bottom_col4 {
  position:relative;
	background:url('../images/abbinamenti/bordo_col4_br.gif');
	background-position:right;
	background-repeat:no-repeat;  
	height: 5px;
}

#abbinamenti #breadcrumb {
	padding-left:14px;
  padding-bottom: 10px;  
}

.titoloabbinamenti4 {
  position:relative;
	background:url('../images/abbinamenti/titolo4_right.jpg');
	background-position:right;
	background-repeat:no-repeat;  
	height: 23px;
}

.titoloabbinamenti4 img {
  vertical-align: middle; 
}

.titoloabbinamenti4 span {
  padding-left:3px;
  vertical-align: middle;
  font-size:11px;
  color:#666666;
  font-weight:bold; 
}

.titoloabbinamenti5 {
  position:relative;
	background:url('../images/abbinamenti/titolo5_right.jpg');
	background-position:right;
	background-repeat:no-repeat;  
	height: 23px;
}

a.titoloabbinamenti5 {
  text-decoration:none;
}

.titoloabbinamenti5 img {
  vertical-align: middle; 
}

.titoloabbinamenti5 span {
  padding-left:3px;
  vertical-align: middle;
  font-size:11px;
  color:#666666;
  font-weight:normal; 
}

#titoloricetta {
	color:#98785A;
	font-size:15px;
	padding-bottom:5px;
	font-weight:bold;  
}

#corporicetta {
	color:#333333;
	font-size:12px;
	padding-bottom: 20px;
	text-align:justify;
}
#suggerimentoricetta {
	color:#333333;
	font-size:11px;
  background-color: #EFEFEF;
  border: 1px solid #CCCCCC;
  padding: 5px;  
}

.vinoabbinamentotitolo {
	color:#333333;
	font-size:11px;
	padding-top: 5px;
}

.vinoabbinamentolink {
	padding-top: 5px;
}

.vinoabbinamentolink a {
	color:#98785A;
	font-size:11px;
}

.separatore_col1 {
  clear:both;
}

.linea_col1 {
	background:url('../images/abbinamenti/linea_col1.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  height: 1em;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-size: 5px;
}

#abbinamentigenericititolo {
	color:#333333;
	font-size:11px;
}
#stampaabbinamento  {
	color:#333333;
	font-size:11px;
}

.stampaabbinamento a{
	color:#999999;
	font-size:11px;
}

.titoloabbinamenti6 {
  position:relative;
	background:url('../images/abbinamenti/titolo6_right.jpg');
	background-position:right;
	background-repeat:no-repeat;  
	height: 39px;
}

.titoloabbinamenti6 img {
  vertical-align: middle;
}

.titoloabbinamenti6 span {
  padding-left:3px;
  font-size:12px;
  color:#FFFFFF;
  font-weight:bold; 
}

.categoriavino {
	background:url('../images/abbinamenti/titolo6_sfondo.jpg');
	background-position:bottom;
	width:204px;
	padding-bottom:12px;
}

.categoriaelenco {
  margin-left:7px;
  margin-right:8px;
  padding-left:10px;
  padding-top:7px;
  padding-bottom:7px;
  border-bottom: 1px solid #DADADA;
}

.categoriaelenco a {
  color: #98785A; 
}

.categoriaelenco .on {
  color: #98785A; 
  text-decoration: underline;  
}

.top_col7 {
  position:relative;
	background:url('../images/abbinamenti/bordo_col7_tr.gif');
	background-position:right;
	background-repeat:no-repeat;  
	height: 5px;
}

.middle_col7 {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.bottom_col7 {
	background:url('../images/abbinamenti/bordo_col7_br.gif');
	background-position:right;
	background-repeat:no-repeat;  
	height: 5px;
}

.titoloprodotto {
	color:#98785A;
	font-size:15px;
	font-weight:bold;
	padding-bottom:15px;
}

.etichettaprodotto {
  font-size:12px;
  color: #333333;
  font-weight:bold;
}

.descrizioneprodotto {
  font-size:12px;
  color: #333333;
  padding-bottom:10px;
}

#titolocategoriaprodotti {
	color:#98785A;
	font-size:15px;
	padding-bottom:10px;
	font-weight:bold;  
}

#testocategoriaprodotti {
	color:#333333;
	font-size:12px;
}

.elencoprodotticategoria {
  border-top:1px dotted #0C1E3C;
  margin-top:20px;
}


.elencoprodotticategoria a {
  display:block;
  color: #98785A;
  font-size:12px;
  background: url('../images/abbinamenti/avanti.jpg');
	background-position:top left;
	background-repeat:no-repeat;  
  border-bottom:1px dotted #0C1E3C;
  padding-left:30px;
  margin-top:6px;
  padding-bottom:10px;
}

#formricette {
  background-color: #F8F8E7;
  margin-bottom:10px;
}

#titoloricercaabbinamenti {
	color:#98785A;
	font-size:15px;
	font-weight:bold;
}

#legendaricercaabbinamenti {
  font-size:12px;
  padding-top:5px;
  padding-bottom:10px;
}

.elementoricercaabbinamenti {
  font-size:11px;
  color:#4D3E24;
}

.titolorisultatoabbinamenti {
  font-size: 12px;
  color: #98785A;
  font-weight:bold;
}

.dettagliorisultatoabbinamenti {
  font-size: 11px;
  color: #333333;
  
}

.dettagliorisultatoabbinamenti a{
  font-size: 11px;
  color: #333333;
  text-decoration: underline;
}

.separatorerisultati {
  border-top:1px solid #cccccc;
  padding-top:10px;
}

.ricerca_vino_titolo {
  padding-left:10px;
  color:#98785A;
  font-size:12px;
  font-weight:bold;
}


.ricerca_vino_dettagli {
  padding-left:10px;
  padding-top:3px;
  font-size:11px;
  font-weight:bold;
}

.ricerca_vino_scheda {
  padding-left:10px;
  padding-top:3px;
  font-size:11px;
}

.ricerca_vino_scheda a{
  color: #333333;
  text-decoration:underline;
}

/* Fine Abbinamenti */

/* Ecommerce */
#corpo {
  background-color:#FFFFFF;
  text-align:left;
  padding-bottom: 20px;
  color:#333333;
}
#corpo #breadcrumb {
	padding-left:14px;
  padding-bottom: 10px;  
}
#ht_loading{
	top:3px;
	right:3px;
	position:absolute;
	z-index:10;
	background-color:#CC0000;
	width:65px;
	padding:3px;
	font-size:10px;
	color:#FFFFFF;
	display:none;
}
#ht_error{
	top:10px;
	left:10px;
	width:640px;
	height:320px;
	position:absolute;
	z-index:100;
	display:none;
	border:2px solid #DF0000;
	background-color:#FFFFFF;
	padding:3px;
	opacity: .8;
	filter: alpha(opacity=80);
}
#menu_ecommerce {
	width: 185px;
	padding-left: 10px;
	padding-top: 7px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}

#serac_topbar table{
	width:740px;
	margin-top:10px;
	border:1px solid #A7B8C9;
	border-right:0px none;
}
#serac_topbar table td{
	width:25%;
	height:24px;
	border-right:1px solid #A7B8C9;
	text-align:center;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size:11px;
	color:#999999;
}
#serac_topbar table td.on{
	background:#FFF url('../images/serac_barra_sfondo.gif') repeat-x left top;
	text-decoration:underline;
	color:#333333;
}
#serac_topbar table td.on a{
	text-decoration:underline;
}
#serac_topbar table td.active{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}
.tbserac{
	margin-top:10px;
}
.tbserac td{
	vertical-align:top;
}
.tbserac td img{
	margin-right:10px;
}
.tbserac td div.titolo{
	padding-bottom:6px;
	font-weight:bold;
	font-size:15px;
	color:#333333;	
}
.tbserac td ul, .tbserac td li{
	display:block;
	margin:0px;
	padding:0px;
	list-style: none;
}
.tbserac td li{
	float:left;
	width:180px;
	height:25px;
}
.tbserac td li a{
	display:block;
	width:145px;
	padding:0px 0px 2px 20px;
	background:#FFF url('../images/serac_bullet.jpg') no-repeat center left;
	color:#333;
	text-decoration:none;
}
.tbserac td li a:hover{
	background:#FFF url('../images/serac_bullet_on.jpg') no-repeat center left;
}
.tbserac td li input, .tbserac td li label{
	vertical-align:middle;
	cursor:pointer;	
}

div.pulsanti{
	text-align:right;
}
.pulsante{
	display:block;
	width:190px;
	height:30px;
	margin-left:auto;
	padding-top:3px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	background: #FFF url("../images/gioco_pulsante.gif") no-repeat top center; 
}
.titoloserac{
	color:#98785A;
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}
.seracintro{
	background-color:#EBEFF3;
	width:740px;
}
.seracintro table td{
	vertical-align:top;
	padding:3px;
	font-size:12px;
	color:#333333;
}

/* scroller ricette abbinate */
#scroller_container{
	position:relative;
	height:150px;
	overflow:hidden;
	padding-bottom:10px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
#scroller{
	position:absolute;
	top:0px;
	left:0px;
	/*background-color:yellow;*/
}
#scroller .middle_col1,
#scroller .linea_col1{
	border:0px none;
}
#scroller_bar{
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding:5px;
  background-color:#EFEFEF;
  text-align:right;
}
#formricercaabbinamenti {
	vertical-align:middle;
	margin-top:10px;
	color:#333333;
}
#formricercaabbinamenti input{
	vertical-align:middle;
}