body {
	border:0;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#fff;
}

/* start BACKGROUND */

.bg_top {
	background-repeat:repeat-x;
	background-color:#fff;
	background-position:center top;
	margin:0 auto;
	padding:10px 0 0; 
}
#bg_top_homepage-globale, #bg_top_risultati-ricerca {
	background-image:url(../img/bg_top_blue.png);
	padding:0; 
}
#bg_top_homepage-viaggi, #bg_top_sezione-viaggi, #bg_top_sottosezione-viaggi, #bg_top_pagina-viaggi {
	background-image:url(../img/bg_top_azure.png);
}
#bg_top_homepage-ospitalita, #bg_top_sezione-ospitalita, #bg_top_sottosezione-ospitalita, #bg_top_pagina-ospitalita, #bg_top_nazione-ospitalita {
	background-image:url(../img/bg_top_brown.png);
}
#bg_top_homepage-benessere, #bg_top_sezione-benessere, #bg_top_sottosezione-benessere, #bg_top_pagina-benessere {
	background-image:url(../img/bg_top_green.png);
}
#bg_top_homepage-vini-e-cantine, #bg_top_sezione-vini-e-cantine, #bg_top_sottosezione-vini-e-cantine, #bg_top_pagina-vini-e-cantine, #bg_top_sottosezione-vini-in-primo-piano, #bg_top_pagina-vini-in-primo-piano{
	background-image:url(../img/bg_top_red.png);
}
#bg_top_homepage-eventi, #bg_top_sezione-eventi, #bg_top_sottosezione-eventi, #bg_top_pagina-eventi  {
	background-image:url(../img/bg_top_violet.png);
}


#bg_homepage {
	background:url(../img/bg_top_home.png) no-repeat center top;
}


.bg_bottom {
	background-repeat:repeat-x;
	background-position:center bottom;
}
#bg_bottom_homepage-globale, #bg_bottom_risultati-ricerca {
	background-image:url(../img/bg_bottom_blue.png);
}
#bg_bottom_homepage-viaggi, #bg_bottom_sezione-viaggi, #bg_bottom_sottosezione-viaggi, #bg_bottom_pagina-viaggi {
	background-image:url(../img/bg_bottom_azure.png);
}
#bg_bottom_homepage-ospitalita, #bg_bottom_sezione-ospitalita, #bg_bottom_sottosezione-ospitalita, #bg_bottom_pagina-ospitalita, #bg_bottom_nazione-ospitalita {
	background-image:url(../img/bg_bottom_brown.png);
}
#bg_bottom_homepage-benessere, #bg_bottom_sezione-benessere, #bg_bottom_sottosezione-benessere, #bg_bottom_pagina-benessere {
	background-image:url(../img/bg_bottom_green.png);
}
#bg_bottom_homepage-vini-e-cantine, #bg_bottom_sezione-vini-e-cantine, #bg_bottom_sottosezione-vini-e-cantine, #bg_bottom_pagina-vini-e-cantine, #bg_bottom_sottosezione-vini-in-primo-piano, #bg_bottom_pagina-vini-in-primo-piano{
	background-image:url(../img/bg_bottom_red.png);
}
#bg_bottom_homepage-eventi, #bg_bottom_sezione-eventi, #bg_bottom_sottosezione-eventi, #bg_bottom_pagina-eventi {
	background-image:url(../img/bg_bottom_violet.png);
}

/* end BACKGROUND */

/* start SYSTEM STYLES */

a.opacity {
filter:alpha(opacity=100);
opacity: 1.0;
} 
a.opacity:hover {
filter:alpha(opacity=80);
opacity: 0.8;
}

.green {
	color:#46C1B7;
	}
.azure {
	color:#3283cc;
	}
.red {
	color:#b93d21;
	}
.violet  {
	color:#b258d0;
	}
.brown {
	color:#963719;
	}
.orange {
	color:#963719;
	}
.gray {
	color:#68738a;
	}

/* end SYSTEM STYLES */

/* start GENERAL STYLES */

p, a, img, p img, ul, li, h1, h2, h3, h4, h5, h6, input, textarea {
	margin:0;
	padding:0;
}
ul, li {
	list-style:none;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color:#fff;
	color:#1e70b8;
	border:1px solid #ccc;
}
textarea {
	height:100px;
}

p {
	font-size:12px;
	line-height:18px;
	color:#333;
}

a {
	color:#1e70b8;
	text-decoration:none;
	font-size:12px;
	}
a:visited {
	color:#1e70b8;
}
a:hover {
	color:#f5834e;
}
a:active {
	color:#1e70b8;
}

a.title_link {
	color:#354463;
	background:url(../img/arrow_title_menu.png) no-repeat left center;
	padding-left:17px;
/*	margin-left:60px;
*/}
a.title_link:visited {
	color:#354463;
}
a.title_link:hover {
	color:#1E70B8;
	cursor:pointer;
}
a.title_link:active {
	color:#354463;
}

h1 {
	display:inline;
	/*color:#46c1b7;verde_mare*/
	font-size:24px;
}
.internal_title {
	border-bottom:1px solid #606c84;
	padding:8px 0 6px;
	margin-left:20px;
	width:810px;
}
.internal_title h1 {
	display:block;
}
.viaggi h1 {
	color:#3283cc;
}
.eventi h1 {
	color:#B258D0;
}
.ospitalita h1 {
	color:#963719;
}
.vini-e-cantine h1{
	color:#963719;
  font-size:24px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding-left:0;
}
.benessere h1{
  color:#46c1b7;
}
.internal_title li {
	display:inline;
  margin-right:8px;
}
.internal_title .vini-e-cantine li {
  float:left;
}
.internal_title ul li a {
	color:#354463;/*grigio*/
	font-size:14px;
	text-transform:uppercase;
	padding:8px 8px 0 0;
}
.internal_title ul li a:visited {
	color:#354463;
}
.internal_title ul li a:hover {
	color:#3283cc;
}
.internal_title ul li a:active {
	color:#354463;
}

.internal_title .menu_sezione h1 {
	display:inline;
	margin-right:40px;
}
.internal_title .menu_sezione ul {
	display:inline;
}
.internal_title .menu_sezione ul li a {
	font-size:12px;
	text-transform:none;
	padding:0 8px 0 0;
}

a.sommario {
	background:url(../img/arrow_title_menu.png) no-repeat left center;
	margin-left:33px;
	padding-left:17px;
}
a.ricerca_geografica {
	background:url(../img/lens_title_menu.png) no-repeat left center;
	margin-left:33px;
	padding-left:20px;
}

h2 {
	color:#68738a; /*grigio*/
	font-size:12px;
	margin-bottom:3px;
}

.sx h2, .sx_home h2 {
	color:#f58450;/*arancio*/
	font-size:18px;
	font-weight:bold;
}

h3 {
	color:#68738a;
/*grigio*/
	font-size:18px;
	font-weight:bold;
	margin:15px 0;
}

h4 { 
	font-family:"Times New Roman", Times, serif;
    color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:12px;
}
h4.gray { 
	color:#68738a;
/*grigio*/
}

h5 {
	color:#f58450;/*arancio*/
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

.dx_home h5 {
	color:#68738a;
/*grigio*/
	font-size:13px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:4px;
}

h6 {
	color:#f58450;/*arancio*/
	font-size:11px;
	font-weight:bold;
}

span {
	color:#68738a;
/*grigio*/
	font-size:11px;
	font-weight:bold;
}

/* end GENERAL STYLES */


/* start HEADER */

.header {
	background:url(../img/bg_header.png) no-repeat;
	width:980px;
	height:107px;
}
.header_home {
	background:url(../img/bg_header_home.png) no-repeat;
	width:980px;
	height:107px;
}

ul#newsletter_friends, ul#menu_h {
	color:#1e70b8;
	font-size:12px;
	line-height:22px;
}
ul#newsletter_friends {
	float:right;
	margin-right:10px;
	}
ul#newsletter_friends li, ul#menu_h li {
	display:inline;
	padding:0 5px;
}
ul#newsletter_friends li a, ul#menu_h li a {
	line-height:22px;
	font-size:12px;
}

/* start FORM */

.search_form {
margin-top:22px;
}
#search_input {
float:left;
width:229px;
height:16px;
}
#username, #password {
width:112px;
padding-left:7px;
height:16px;
margin-bottom:8px;
color: #2A2F39;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}
#username {
float:left;
margin-right:8px;
}
.replacement {
float:left;
border:0 none;
cursor:pointer;
height:19px;
text-indent:-1000px;
}
#search {
background:url(../img/btn_search.png) no-repeat left bottom;
width:70px;
}
#entra {
background:url(../img/btn_entra.png) no-repeat 0 0;
width:70px;
}
#entra:hover {
background:url(../img/btn_entra.png) no-repeat bottom;
}
#aiuto {
background:url(../img/btn_aiuto.png) no-repeat 0 0;
width:70px;
}
#aiuto:hover {
background:url(../img/btn_aiuto.png) no-repeat bottom;
}
#registrati {
background:url(../img/btn_registrati.png) no-repeat 0 0;
width:100px;
margin: 0 5px;
}
#registrati:hover {
background:url(../img/btn_registrati.png) no-repeat bottom;
}
#esci {
background:url(../img/btn_esci.png) no-repeat 0 0;
width:70px;
}
#esci:hover {
background:url(../img/btn_esci.png) no-repeat bottom;
}
#modifica_profilo {
background:url(../img/btn_modifica_profilo.png) no-repeat 0 0;
width:100px;
margin: 0 5px;
}
#modifica_profilo:hover {
background:url(../img/btn_modifica_profilo.png) no-repeat bottom;
} 
/* end FORM */
	
/* end HEADER */


/* start BANNER SUB HEADER */

.sub_header {
	background:url(../img/bg_sub_header.png);
	height:90px;
}

.banner_sub_header_left img, .banner_sub_header_left embed {
	margin-left:13px;
}

/* end BANNER SUB HEADER */

/* start BODY */

.body_top {
	background:url(../img/bg_body_top.png) no-repeat;
	padding-top:12px;
}
.body_bottom {
	background:#fff url(../img/bg_body_bottom.png) repeat-x;
	padding-bottom:35px;
}
.body_home {
	padding-bottom:35px;
}

/* end BODY */

/* start SX */

.banner_sx_hp img{
  border:10px solid #3B3535;
}

.banner_sx_hp embed, .sx embed, .banner_sx_hp object, .sx object{
  outline:10px solid #3B3535;
  margin:10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .banner_sx_hp embed, .sx embed{
    border:10px solid #3B3535;
    /*height:260px;*/
    margin:10px 0;
    /*width:140px;*/
    display:block;
  }
}

.sx_shadow {
	background:url(../img/sx_shadow.png) no-repeat right top;
}
.sx_home {
	background:#fff;
}
.sx_shadow ul {
	padding:0 0 50px;
}
.sx_home ul {
	padding:12px 0 50px;
}
.sx ul li, .sx_home ul li {
	border-bottom:1px solid #d6d6d6;
	padding-left:14px;
	color:#fff;
}

.sx ul a {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	text-transform:uppercase;
}

.sx_home ul a {
	color:#68738a;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	text-transform:uppercase;
}

.sx ul a:visited {
	color:#fff;
}
.sx_home ul a:visited {
	color:#68738a;
}

.sx ul li a:hover, .sx ul li a.active_element, .sx ul li:hover, .sx ul li:hover a, .sx ul li.active_element {
	background-color:#fff;
}
.sx ul li a:hover {
	cursor:pointer;
}

.sx .benessere_menu ul li a:hover, .sx .benessere_menu ul li a.active_element,  .sx .benessere_menu ul li:hover, .sx .benessere_menu ul li:hover a, .sx .benessere_menu ul li.active_element a {
	color:#46C1B7; /* green */
}
.sx .viaggi_menu ul li a:hover, .sx .viaggi_menu ul li a.active_element, .sx .viaggi_menu ul li:hover, .sx .viaggi_menu ul li:hover a, .sx .viaggi_menu ul li.active_element a {
	color:#3283cc; /* azure */
}
.sx .viniecantine_menu ul li a:hover, .sx .viniecantine_menu ul li a.active_element,  .sx .viniecantine_menu ul li:hover, .sx .viniecantine_menu ul li:hover a, .sx .viniecantine_menu ul li.active_element a {
	color:#b93d21; /* red */
}
.sx .eventi_menu ul li a:hover, .sx .eventi_menu ul li a.active_element, .sx .eventi_menu ul li:hover, .sx .eventi_menu ul li:hover a, .sx .eventi_menu ul li.active_element a {
	color:#b258d0; /* violet */
}
.sx .ospitalita_menu ul li a:hover, .sx .ospitalita_menu ul li a.active_element, .sx .ospitalita_menu ul li:hover, .sx .ospitalita_menu ul li:hover a, .sx .ospitalita_menu ul li.active_element a {
	color:#963719; /* brown */
}
.sx .vini-e-cantine_menu ul li a:hover, .sx .vini-e-cantine_menu ul li a.active_element, .sx .vini-e-cantine_menu ul li:hover, .sx .vini-e-cantine_menu ul li:hover a, .sx .vini-e-cantine_menu ul li.active_element a {
	color:#963719; /* brown */
}
.sx_home ul a:hover, .sx_home ul li:hover, .sx_home ul li:hover a, .sx_home ul li.active_element, .sx_home ul li.active_element a {
	color:#fff;
	background-color:#68738a;
}

ul li.menunoactive{
  border:none;  
}

.sx_home ul li.menunoactive:hover{
  background: none;
}

.sx ul a:active {
	color:#fff;
}
.sx_home ul a:active {
	color:#68738a;
}

.sx .preview_box, .sx_home .preview_box_home {
	padding:25px 0 0;
}

/*.sx img, .sx_home img {
	margin-bottom:36px;
}*/

/* end SX */

.central {
	background:#fff;
	width:540px;
	padding-left:20px;
}
.central_home {
	width:540px;
	padding-left:20px;
}
.central p, .central_home p {
	color:#333;
	line-height:18px;
	font-size:12px;
	margin-bottom:4px;
}
.central h4, .central_home h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#606c84;
	line-height:25px;
	font-size:18px;
	font-weight:bold;
}

.central h4 .star_hotel{
  margin-left:17px;  
  font-size:14px;
}

.hotel_box_body p .star_hotel{
  margin-bottom:5px;
  line-height:18px;
}

.central h5, .central_home h5 {
	color:#9196a1;
	line-height:25px;
	font-size:16px;
	font-weight:bold;
  	margin-bottom: 11px;
}
.central h6, .central_home h6 {
	color:#606c84;
	line-height:30px;
	font-size:14px;
  	margin-bottom:2px;
}
.central iframe {
  margin: 20px 0;
	border:14px solid #f9f9ed;
  outline: 1px solid #c3c2ad;
}
.autore{
	color:#a0a0a0;
  	font-size: 10px;
	font-weight:normal;
	line-height:8px;
}
/* start VISUAL */

.visual {
	width:540px;
/*	margin-top:22px;
*/	padding:0;
}
#visual_home {
	background:url(../img/visual_tv_home.jpg);
	height:474px;
}
#visual_benessere_italia {
	background:url(../img/visual_tv_benessereitalia.jpg);
	height:350px;
}
#visual_viaggi {
	background:url(../img/visual_viaggi.jpg);
	height:350px;
}

/* end VISUAL */

/* start RICERCA_GEOGRAFICA */
.map_link_container {
  background:url(../img/bg_map_link.png) no-repeat center top;
  width:540px;
  height:133px;
  margin:20px 0;
  padding:22px 0 39px;
}

a.map_link {
  background-position:center top;
  background-repeat:no-repeat;
  float:left;
  height:133px;
  margin:0 20px;
  text-decoration:none;
}
a.map_link:visited {
  text-decoration:none;
}
a.map_link:hover {
  background-position:center bottom;
  text-decoration:none;
}
a.map_link:active {
  text-decoration:none;
}
a:focus {
  outline:none;
}

a.map_link#map_italia {
  background-image:url(../img/map_italia.png);
  width:76px;
}
a.map_link#map_europa {
  background-image:url(../img/map_europa.png);
  width:140px;
}
a.map_link#map_mondo {
  background-image:url(../img/map_mondo.png);
  width:194px;
}

/* end RICERCA_GEOGRAFICA */

/* start DX COLUMN */

.dx {
	background:#fff;
	padding:0 10px 0 20px;
	width:250px;
}
.dx_home {
	background:#fff url(../img/bg_dx_home.png) no-repeat right top;
	padding:20px 10px 0 20px;
	width:250px;
}
/*.dx div .dx_home div {
	border-bottom:1px dashed #c8d6e0;
	margin-top:8px;
	padding-bottom:8px;
}*/
/*.dx img {
	margin-bottom:8px;
}
*/
.dx div img, .dx_home img {
	float:left;
	margin-right:16px;
}
.banner_dx img {
	margin:5px 0;
}
.dx p {
	color:#666;
	line-height:14px;
	
}
.dx_home p {
	font-size:12px;
	line-height:14px;
	color:#666;
}

.dx div.top_partners {
	width:250px;
	height:432px;
	background:url(../img/modules_toppartners.jpg) no-repeat;
	border-bottom:0;
	padding:0;
}
.dx div.servizi_correlati {
	width:246px;
	height:430px;
	background:url(../img/modules_servizi_correlati.jpg) no-repeat;
	border-bottom:0;
	padding:0;
}

/* end DX COLUMN */



/* start FOOTER */

.navigatore {
	background:url(../img/modules_navigatore.png) no-repeat center top;
	height:37px;
}

.footer_banner,  .banner_over_header {
	text-align:center;
	padding:10px 0;
}

.footer {
	height:28px/*68px senza padding*/;
	padding:12px 0 27px;
	color:#fff;
}
.footer p, .footer h6 {
	color:#fff;
	font-size:11px;
	line-height:18px;
	margin-left:12px;
}

.footer h6 {
	text-align:center;
	font-weight:normal;
	color:#969696;
}
.footer h6 a {
	font-weight:bold;
	color:#969696;
}
.footer h6 a span {
	color:#ec2024;
	font-size:11px;
}
.footer h6 a:visited {
	color:#969696;
}
.footer h6 a:hover {
	color:#ec2024;
}
.footer h6 a:hover span {
	color:#969696;
}
.footer h6 a:active {
	color:#969696;
}

.footer ul {
	float:right;
	margin-right:12px;
	text-align:right;
}
.footer ul li {
	display:inline;
}

.footer a {
	color:#fff;
	font-size:11px;
}
.footer a:visited {
	color:#fff;
}
.footer a:hover {
	/* color:#ec2024; rosso */
	color:#fff;
	text-decoration:underline;
}
.footer a:active {
	color:#fff;
}

#footer_green {
	background:url(../img/bg_footer_green.png) no-repeat center bottom;
}
#footer_blue {
	background:url(../img/bg_footer_blue.png) no-repeat center bottom;
}
#footer_brown {
	background:url(../img/bg_footer_brown.png) no-repeat center bottom;
}
#footer_azure {
	background:url(../img/bg_footer_azure.png) no-repeat center bottom;
}
#footer_red {
	background:url(../img/bg_footer_red.png) no-repeat center bottom;
}
#footer_violet {
	background:url(../img/bg_footer_violet.png) no-repeat center bottom;
}

/* end FOOTER */




/* start MODULES */

.flag {
	float:right;
	background:url(../img/flag.jpg);
	width:245px;
	height:18px;
}

.regioni_italia {
/*	width:540px;
*/	height:617px;
	background:url(../img/modules_regioniditalia.jpg);
	margin-top:30px; 
	padding-bottom:0;
}

.ricerca_geografica {
	height:276px;
	background:url(../img/modules_ricercageografica.jpg);
	margin:20px 0;
	padding:0;
	}

.da_non_perdere {
	height:650px;
	background:url(../img/modules_danonperdere.jpg);
	padding:0;
}

.appunti_di_viaggio {
	margin:35px 0;
	padding:35px 0;
	border-top:1px dashed #c9d7e1;
	border-bottom:1px dashed #c9d7e1;
}
.appunti_di_viaggio h2 {
	font-size:18px;
	font-weight:bold;
	margin:0;
}
.appunti_di_viaggio h3 {
	font-size:11px;
	margin:0;
}

.modulo_indirizzi_consigliati {
	height:580px;
	background:url(../img/modules_indirizzi_consigliati.jpg);
	padding-bottom:0;
}

.modulo_fotogallery {
	height:444px;
	background:url(../img/modulo_fotogallery.jpg);
	padding-bottom:0;
}

.modulo_regioniditalia {
	height:615px;
	background:url(../img/modulo_regioniditalia.jpg);
	padding-bottom:0;
}

.modulo_etichetteconsigliate {
	height:265px;
	background:url(../img/modulo_etichetteconsigliate.jpg);
	padding-bottom:0;
}

.modulo_servizicorrelati {
	height:420px;
	background:url(../img/modulo_servizicorrelati.jpg);
	padding-bottom:0;
}

.modulo_servizi {
	height:200px;
	background:url(../img/modulo_servizi.jpg);
	padding-bottom:0;
}

.modulo_mappa {
	height:310px;
	background:url(../img/modulo_mappa.jpg);
	padding-bottom:0;
}

.modulo_ricercadisponibilita {
	height:298px;
	background:url(../img/modulo_ricercadisponibilita.jpg);
	padding-bottom:0;
}

.modulo_schedahotel {
	height:821px;
	background:url(../img/modulo_schedahotel.jpg);
	padding-bottom:0;
}

/* end MODULES */

.menu_sezione {
	display:inline;
}

/* BREADCRUMBS_BOTTOM STARTS */
#breadcrumbs_bottom img{
	border:0 none;
}
#breadcrumbs_bottom ul, #breadcrumbs_bottom li {
  list-style-type:none;
  padding:0;
  margin:0;
}     
#breadcrumbs_bottom {
  border:1px solid #adadad;
  height:23px;
	margin:0 0 0 13px;
	width:955px;
}
#breadcrumbs_bottom li {
	float:left;
	line-height:23px;
	padding-left:.75em;
	color:#777;
}
#breadcrumbs_bottom li a {
 	display:block;
 	padding:0 15px 0 0;
	height:23px;
  background:url(../img/crumbs.gif) no-repeat right center;
}
#breadcrumbs_bottom a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
  color:#828282;
  text-decoration:none;
}
#breadcrumbs_bottom li a:link, #breadcrumbs_bottom li a:visited {
 	text-decoration:none;
  color:#777;
}
#breadcrumbs_bottom li a:hover, #breadcrumbs_bottom li a:focus {
  color:#dd2c0d;
}
#breadcrumbs_bottom li a img{
  padding:3px 0 0 0;
}
/* BREADCRUMBS_BOTTOM ENDS */

.wrap_risultati-ricerca .body_home{
  margin-bottom:20px;
}


/*     DA_NONPERDERE starts        */

/* #second_INDIRIZZI{
width:542px;
margin:10px auto;
overflow:hidden;
}

#second_INDIRIZZI h1{
  font-family:"Times New Roman", Times, serif;
  font-size:18px;
  font-weight:bold;
  color:#fff;
  line-height:18px;
  float:left;
  padding:3px 0 0 15px;
}

.title_bg_L{
background:url(../img/title_bg_L.gif) no-repeat left top;
height:25px;
width:6px;
float:left;
}

.title_bg_M01{
background:url(../img/title_bg_M.gif) repeat-x center top;
height:25px;
width:529px;
float:left;
}

.title_bg_R{
background:url(../img/title_bg_R.gif) no-repeat right top;
height:25px;
width:6px;
float:left;
}

.white_second_bg{
width:539px;
background:#fff;
border-top:1px #bcbcbc solid;
border-left:1px #bcbcbc solid;
border-right:1px #bcbcbc solid;
margin:1px 0 0 0;
float:left;
background:url(../img/second_bottom_bg.png) no-repeat center bottom;
}

#second_bottom_bg{
background:url(../img/second_bottom_bg.jpg) no-repeat center bottom;
height:18px;
width:541px;
margin:0 auto;
overflow:hidden;
}
.articlepan_dannon h3{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#68738a !important;
line-height:14px;
font-weight:bold !important;
text-decoration:none;
margin-top: 0;
}

span.leggi a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#68738a !important;
line-height:18px;
font-weight:bold !important;
text-decoration:none;
}

span.leggi a:hover{
color:#000 !important;
text-decoration:underline;
} 

.articlepan_dannon h4
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
line-height:14px;
font-weight:bold !important;
}

.second_contentpan{
float:left;
border-bottom:1px #c8d6e0 dashed;
margin:15px 10px 0 15px;
width:510px;
}

.imgpan_dannon{
width:auto;
float:left;
padding:15px 0 15px 5px;
}
.imgpan_dannon img{
margin:0 20px 0 0;
border:1px #9b9b9b solid;
padding:2px;
}
.articlepan_dannon{
width:270px;
float:left;
}

.articlepan_dannon p{
color:#666666;
}

.listpan{
float:left;
padding:15px 10px 0 15px;
width:510px;
}

.listpan h4{
color:#333;
margin-bottom:1px;
}


#listitemsLEFT{
width:230px;
float:left;
}

#listitemsRIGHT{
width:250px;
float:right;
}
*/
/*     DA_NONPERDERE ends        */

/*     NOVITA/ULTIMI INSERITI starts        */

/*#second_INDIRIZZI{
width:542px;
margin:10px auto;
overflow:hidden;
}

.title_bg_L{
background:url(../img/title_bg_L.gif) no-repeat left top;
height:25px;
width:6px;
float:left;
}

.title_bg_R{
background:url(../img/title_bg_R.gif) no-repeat right top;
height:25px;
width:6px;
float:left;
}

.white_second_bg{
width:539px;
background:#fff;
border-top:1px #bcbcbc solid;
border-left:1px #bcbcbc solid;
border-right:1px #bcbcbc solid;
margin:1px 0 0 0;
float:left;
background:url(../img/second_bottom_bg.png) no-repeat center bottom;
}

#second_bottom_bg{
background:url(../img/second_bottom_bg.png) no-repeat center bottom;
height:19px;
width:541px;
margin:0 auto;
overflow:hidden;
}
*/

.articlepan h4,
ul.hotelList li h4{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
line-height:14px;
font-weight:bold !important;
}

ul.hotelList li p{
word-wrap: break-word;
}          

.second_contentpan{
float:left;
border-bottom:1px #c8d6e0 dashed;
margin:15px 10px 0 15px;
width:510px;
}


.imgpan{
width:auto;
float:left;
}
.imgpan img{
margin:0 15px 0 0;
border:1px #f26522 solid;
padding:2px;
}
.articlepan{
width:340px;
float:left;
}

.articlepan p{
color:#333;
margin-bottom:20px;
}

/*.listpan{
float:left;
margin:15px 10px 0 15px;
width:510px;
}*/

#listitemsLEFT{
width:230px;
float:left;
}

#listitemsRIGHT{
width:250px;
float:right;
}

#listitemsLEFT h3,
#listitemsRIGHT h3{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
line-height:18px;
color:#a54b1b;
margin:5px 0;
}

ul.hotelList{
margin:5px 0 0 0;
padding:0;
}

ul.hotelList li{
list-style:none;
line-height:14px;
padding:5px 0;
}
ul.hotelList a{
color:#1e70b8;
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
line-height:18px;
text-decoration:none;
display:block;
}

/*     NOVITA/ULTIMI INSERITI ends        */

/* SCHEDA HOTEL LATO DX starts */
.hotel_box_header {
background:url(../img/hotel_box_header.png) no-repeat center top;
margin:19px 0 0 0;
padding:0;
height:17px;
width:250px;
}
.hotel_box_body {
border-left:1px solid #d0c09c;
border-right:1px solid #d0c09c;
background-color:#faf9ee;
margin:0;
padding:0 14px;
width:220px;
}
.hotel_box_body h3 {
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
color:#963719;
padding:0 0 7px;
margin:0 0 5px;
border-bottom:1px dashed #C8D6E0;
}
.hotel_box_body p {
font-family:"Times New Roman", Times, serif;
font-size:11px;
line-height:14px;
color:#666;
margin:0;
padding:0;
}
.hotel_box_footer {
background:url(../img/hotel_box_footer.png) no-repeat;
height:17px;
margin:0;
padding:0;
}
/* SCHEDA HOTEL LATO DX ends */

.listpan p {
color:#666666;
font-size:12px;
margin:0;
line-height:13px;
}

/* start MODULO CONTATTI */

#modulo-contatti {
	margin:10px 0 20px;
}
#modulo-contatti p {
	margin:0px 0 15px;
}
#modulo-contatti label {
	font-weight:normal;
}

#modulo-contatti input, #modulo-contatti textarea {
/*font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#fff;
color:#333;
border:1px solid #606C84;
padding:3px;*/
width:50%;
}
#modulo-contatti textarea {
height:100px;
}
#modulo-contatti .captcha_paragraph img {
margin:12px 12px 0 0;
float:left;
}
#modulo-contatti input#captcha-273, #modulo-contatti input#captcha-274 {
width:108px;
height:35px;
margin:0;
position:relative;
top:-5px;
}
#modulo-contatti button {
/*font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#fff;
background-color:#606C84;
border:1px solid #606C84;
width:107px;
height:30px;
margin:18px 10px 0 0;*/
background-color:#fff;
border:1px solid #ccc;
color:#1E70B8;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:18px;
}
/*#modulo-contatti button:hover {
border:1px solid #fff;
cursor:pointer;
}*/

/* end MODULO CONTATTI */

/* FORM DI RICERCA HEADER*/
#ricerca_header select, #ricerca_header input, #ricerca_header div{
margin: 0;
padding: 0;
border: 0;
font-family: Arial;
font-size: 11px;
color: #2a2f39;
}

#ricerca_header {
width: 297px;
height: 18px;
background: url("../img/bg_search.png") no-repeat scroll 0 0 transparent;
padding: 0 0 0 9px;
margin-right: 55px;
margin-left: -4px;
float: left;
}


#ricerca_header .campo {
width: 140px;
margin: 3px 13px 0 0;
height: 13px;
background: none;
border: none;
float: left;
line-height:13px;
}

#ricerca_header #sep {
width: 1px;
height: 13px;
border: none;
margin: 3px 0 2px 0;
padding: 0;
background: #999999;
float: left;
}

#ricerca_header .tenda {
width: 100px;
height: 15px;
margin: 2px 5px 0 10px;
background: none;
border: none;
float: left;
}

#ricerca_header .button {
width: 17px;
height: 18px;
float: right;
margin: 0;
background: url("../img/lente.png") no-repeat scroll 0 0 transparent;
border: none;
text-indent: -1000px;
cursor: pointer;
}

#ricerca_header .button:hover {
width: 17px;
height: 18px;
float: right;
margin: 0;
background: url("../img/lente.png") no-repeat scroll bottom transparent;
border: none;
text-indent: -1000px;
cursor: pointer;
}
/* end FORM DI RICERCA HEADER*/

.evidenza_off_speciali p a{
 color:#666666; 
}

.evidenza_off_speciali h3{
  margin: 2px 0;
}

.evidenza_off_speciali h4{
  color:#F26522;
  font-size:12px;
  font-family:Arial;
}

.evidenza_off_speciali img{
  margin-bottom:2px;
}

.evidenza_off_speciali .linea_evidenza_off_speciali{
  background: url('../img/linea_evidenza_off_speciali.gif') no-repeat;
  height:5px;
  margin:5px 0 7px;
  width:250px;
}

.dx h3{
  margin-top: 0;
}

.SchedaVino_title_bg_M01 h4{
  color:#FFFFFF;
  font-family:"Times New Roman",Times,serif;
  margin-left:20px;
}
