/* GENERICI */
body {
	margin: 0;
	padding: 0;
	font: 11px "Trebuchet MS", verdana, arial, georgia, helvetica, sans-serif;
	color: #666;
	background: url("../img/bg.jpg") repeat-x left top;
	text-align: center;  /*IE5.x */
}
*, form, input, select {
	margin: 0;
	padding: 0;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left; /* IE5.x ripristino */
	position: relative;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}
fieldset { 
	border: 0; 
	margin: 0; 
	padding: 0; 
}
fieldset legend, .none, hr {
	display: none; 
}
img {
	border: none;
}
a {
	font-weight: bold;
	color: #357CBC;
}
a:active, a:focus {
	outline: none;
}
button {
	cursor: pointer;
}
.spazio {
	margin-bottom: 15px;
}
dt {
	font-weight: bold;
}
.errore {
	color: #CC0000;
	margin-bottom: 10px;
}
.uppercase {
	font-weight: bold;
	text-transform: uppercase;
}
label {
	font-weight: bold;
}
input, textarea, select {
	border: none;
	font: 11px arial,verdana, georgia, helvetica, sans-serif; 
	border: 1px solid #CCC;
	color: #333;
	padding: 2px;
	margin-bottom: 10px;
	background: #EEE;
	}
.bottone {
	border: none;
	padding: 0;
}
.bottone_cerca {
	clear: both;
	padding: 2px 2px 6px 190px;
	margin-top: 10px;
}
/* LOGO e FLAG */
#logo {
	margin: 18px 0 0 20px;
	width: 302px;
	height: 56px;
}
#logo h1 {
	background: transparent url(../img/logo.gif) no-repeat;
}
#logo h1 a {
	width: 302px;
	height: 56px;
	display: block;
	text-indent: -90000px;
	overflow: hidden;
}

h1 { 
	font-size: 20px; 
}
h2 { 
	font-size: 16px;
	color: #1D4B96;
	background: url("../img/bg_filo.gif") repeat-x bottom;
	height: 25px;
	margin-bottom: 10px;
}
h3 { 
	font-size: 12px;
	color: #8FBDE1;
	margin-bottom: 10px;
        text-transform: uppercase;
}
h4 { 
	font-size: 13px;
	color: #CC0000;
	margin-bottom: 10px;
}
h5 { 
	font-size: 12px;
	color: #1D4B96;
	background: url("../img/bg_filo.gif") repeat-x bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.flag_ita a, .flag_eng a { 
	position: absolute;
	left: 678px;
	top: 55px;
	background: url(../img/flag_ita.gif) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -90000px;
	overflow: hidden;
}
.flag_eng a { 
	left: 710px;
	background: url(../img/flag_eng.gif) no-repeat;
}
.blu {
	font-weight: bold;
	color: #1D4B96;
}
/* HEADER */
#top {
	background: url(../img/top.gif) no-repeat;
	height: 16px;
}
#header {
	background: url(../img/header.gif) no-repeat;
	width: 760px;
	height: 80px;
	margin-bottom: 3px;
}
.banner {
	margin-top: 10px;
	width: 468px;
	height: 60px;
	float: left;
}
/* MENU */
.menu1 {
	width: 273px;
	float: left;
	list-style-type: none;
	margin: 10px 0 0 10px;
	display: inline;
}
.menu1 li {
	float: left;
	width: 66px;
}

.menu1 li a {
	text-decoration: none;
	color: #FFF;
}
.menu1 li a:hover {
	color: #DDD;
	text-decoration: none;
}

.menu1 .chisiamo, .menu1 .linksutili, .menu1 .contattateci {
	padding: 2px 0px 0px 22px;
	height: 18px;
	display: block;
}
.menu1 .chisiamo {
	background: url("../img/ico1.gif") no-repeat;
}
.menu1 .linksutili {
	background: url("../img/ico2.gif") no-repeat;
}
.menu1 .contattateci {
	background: url("../img/ico3.gif") no-repeat;
}
ul.menu2 {
	width: 760px;
	background: url("../img/bg_menu2.jpg") no-repeat;
	list-style-type: none;
	margin-top: 0px;
	text-align: center;
	padding-top: 10px;
	height: 20px;
}

.menu2 li {
	display: inline;
	font-size: 10px;
}
.menu2 li a {
	text-decoration: none;
	color: #666;
}
.menu2 li a:hover {
	color: #8FBDE1;
	text-decoration: none;
}
.pipe {
	color: #8FBDE1;
	margin: 0 5px;
}
.menu3 {
	width: 153px;
	margin-left: 9px;
	float: left;
	display: inline;
}
.menu3_top {
	background: url("../img/bg_menu3_top.gif") no-repeat;
	font-size: 7px;
}
.menu3_ul {
	background: #8FBDE1;
} 
.menu3_ul li {
	list-style-type: none;
	text-align: right;
	background: url("../img/bg_menu3_filo.gif") no-repeat 0 19px;
	padding-right: 15px;
	height: 30px;
}

li.menu3_ul_end {
	height: 16px;
}
.menu3_ul li a {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.menu3_ul li a:hover {
	color: #CCC;
}
.menu3_bottom {
	background: url("../img/bg_menu3_bottom.gif") no-repeat;
	font-size: 8px;
	font-family: verdana;
}
/* CONTENT */
#content {
	width: 760px;
	margin-bottom: 10px;
}
#content_center {
	background: url("../img/bg_content.gif") repeat-y;
	width: 760px;
	padding-top: 1px;
	float: left;
}
#content_top {
	width: 760px;
	background: url("../img/bg_content_top.gif") no-repeat;
	font-size: 7px;
	font-family: verdana;
	height: 9px;
}
#content_bottom {
	width: 760px;
	background: url("../img/bg_content_bottom.gif") no-repeat;
	font-size: 7px;
	height: 10px;
	clear: both;
}
/* TEXT */
.txtsmall {
	width: 450px;
	float: left;
}
.txtbig {
	width: 589px;
	float: left;
}
.txtsmall_top {
	background: url("../img/bg_txtsmall_top.gif") no-repeat;
	font-size: 7px;
}
.txtbig_top {
	background: url("../img/bg_txtbig_top.gif") no-repeat;
	font-size: 7px;
}
.txt_center {
	border: none;
	border-left: 1px solid #8FBDE1;
	border-right: 1px solid #8FBDE1;
	background: #FFF;
	min-height: 365px;
	height: auto !important;
	height: 365px;
	padding: 5px 15px 5px 15px;
	line-height: 16px;
	position: relative;
}

.txt_center_sx, .txt_center_dx {
	float: left;
	width: 273px;
}
.txt_center_dx {
	margin-left: 10px;
}
.txt_center_sx ul li, .txt_center_dx ul li, .txt_center ul li {
	list-style-type: none;
}
.txtsmall_bottom {
	background: url("../img/bg_txtsmall_bottom.gif") no-repeat;
	font-size: 7px;
	height: 10px;
}
.txtbig_bottom {
	background: url("../img/bg_txtbig_bottom.gif") no-repeat;
	font-size: 7px;
	height: 10px;
}
/* BOX */
.box_content {
	width: 138px;
	float: left;
	margin-left: 8px;
}
.box_tempo, .box_google, .box_sponsor {
	background: url("../img/bg_box_google.gif") no-repeat;
	font: 11px arial, verdana, georgia, helvetica, sans-serif;
	width: 131px;
	margin-bottom: 8px;
	text-align: center;
	height: 123px;
	padding-top: 8px;
	line-height: 12px;
}
.box_google {
	height: 123px;
	padding-left: 5px;
}
.box_sponsor {
	background: none;
	height: 69px;
	margin: 0;
	padding-top: 8px;
}
.box_tempo {
	margin-bottom: 0;
}
/* FOOTER */
#footer {
	text-align: center;
	font: 9px arial, georgia, helvetica, sans-serif;
	margin-bottom: 10px;
}
.validator {
	text-align: center;
	margin-top: 5px;
}
/* HOTEL */
.stelle {
	color: #999900;
	font-weight: bold;
	clear: both;
	padding-top: 15px;
}
.h_denominazione, .h_indirizzo {
	float: left;
	width: 188px;
}
.h_cap {
	width: 60px;
	float: left;
}
.h_price {
	width: 120px;
	float: left;
}
.h_tel {
	width: 101px;
	float: left;
}
.h_fax {
	width: 85px;
	float: left;
}
.h_invisible {
	display: none;
}
/* ALTRI */
.freccia_su {
	clear: both;
	padding-top: 10px;
	text-align: right;
}
.sea {
	background: url("../img/sea.gif") no-repeat;
}
.sea a {
	width: 100px;
	height: 37px;
	display: block;
	text-indent: -90000px;
	overflow: hidden;
}
.box_evidenziato {
	background: #FDFFA3;
	padding: 10px;
	margin-bottom: 10px;
}
.duomo {
	background: url("../img/duomo.gif") no-repeat;
	float: right;
	width: 121px;
	height: 115px;
}
.scala {
	background: url("../img/scala.gif") no-repeat;
	float: right;
	width: 121px;
	height: 105px;
}
.copertina {
	background: url("../img/copertina.gif") no-repeat;
	float: right;
	width: 112px;
	height: 160px;
}
.ristoranti_sx, .ristoranti_dx {
	width: 180px;
	float: left;
	margin-bottom: 10px;
}
.ristoranti_dx {
	width: 230px;
	margin-bottom: 5px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 5px;
}
ul.prefissi {
	float: left;
}
li.nazione {
	position: relative;
	width: 185px;
}
.numero {
	position: absolute;
	width: 55px;
	right: 0;
	text-align: left;
	font-weight: bold;
}
.field_form_hp {
	padding: 10px 0;
	background: url("../img/bg_filo.gif") repeat-x bottom;
	margin-bottom: 10px;
}
.label_sx {
	float: left;
	width: 170px;
	line-height: 20px;
	text-align: right;
	padding-right: 20px;
}

.input_dx, .select_dx {
	float: left;
	margin-right: 10px;
	display: inline;
}
.select_dx {
	width: 45px;
}
.ico_mondo { 
	background: url(../img/ico_mondo.gif) no-repeat 160px 0;
	height: 30px;
	line-height: 25px;
}
.filo { 
	background: url("../img/bg_filo.gif") repeat-x top;
	padding-top: 20px;
	margin-bottom: 10px;
}
.row_grey {
	background: #EEE;
}
/* SCHEDA/MAPPA GOOGLE */
#map {
	width: 557px; 
	height: 330px; 
}
#shadowTop, #shadowLeft, #shadowBottom, #shadowRight {
	background: transparent;	
	z-index: 1;
	font-size: 5px;
	position: absolute;
}
#shadowTop {
	width: 557px; 
	height: 8px;
	top: 40px;
}
#shadowTop[id] {
	background: url("../img/shadowTop.png") no-repeat;
}
#shadowLeft {
	width: 8px; 
	height: 314px;
	top: 48px;
}
#shadowLeft[id] {
	background: url("../img/shadowLeft.png") no-repeat;
}
#shadowRight {
	width: 8px; 
	height: 314px;
	top: 48px;
	left: 564px;
}
#shadowRight[id] {
	background: url("../img/shadowRight.png") no-repeat;
}
#shadowBottom {
	width: 557px; 
	height: 8px;
	top: 362px;
}
#shadowBottom[id] {
	background: url("../img/shadowBottom.png") no-repeat;
}
.indietro a {
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 1px;
	background: url("../img/freccia.gif") no-repeat 78px 0;
	width: 95px;
}
.scheda { 
	background: url("../img/bg_filo.gif") repeat-x bottom;
	height: 25px;
	margin-bottom: 10px;
	position: relative;
}
.titolo_scheda { 
	font-weight: bold;
	color: #1D4B96;
	font-size: 14px;
}
.titolo_scheda a { 
	color: #1D4B96;
}
.cont_mappa { 
	width: 215px; 
	color: #333;
}
.cont_mappa[class] { 
	padding-bottom: 10px;
}
.markerTooltip {
	padding: 2px;
	background: #FFF;
	border: 1px solid #8FBDE1;
	color: #1D4B96;
	white-space: nowrap;
	margin: 0;
}
