/* Css principale */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #333333;
	font: normal 0.7em "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 955px;
	margin: 0 auto;
	background: #FFFFFF url('../images/bg-wrapper-dots.png') top center repeat-y;
}

#leftCol {
	float: left;
	width: 188px;
	padding-right: 12px;
}

#centerCol { margin: 0 212px; }

.content { margin: 0 12px; }
.content p { margin: 9px 0; }



.pippo{ width:530px;}





#rightCol {
	float:right;
	width: 188px;
	padding-left: 12px;
}

#footer {
	height: 65px;
	clear: both;
	position: relative;
	padding-top: 20px;
}


h1 {
	width: 175px;
	height: 90px;
	margin: 62px 0 112px 0;
	padding: 0;
	/*background: #FFFFFF url('../images/bg-logo.png') center right no-repeat;*/
}

h1 span { display: none; }

h2 {
	font: bold 210% "Trebuchet MS", Tahoma, Verdana;
	color: #EF41B0;
	text-indent: 0;
}


h2 span {
	display: block;
	font-size: 70%;
}

h2.bar,
h2.barQuota {
	margin: 30px 0;
	padding: 4px 0 4px 12px;
	color: #FFFFFF; 
	background: #EF41B0;
	font-size: 130%;
}

h2.barQuota { margin: 30px 0 0 0; }

h3 {
	font: bold 140% "Trebuchet MS", Verdana, Tahoma, Tahoma, Verdana;
	color: #EF41B0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

#rightCol img {
	vertical-align: bottom;
	margin: 2px 0;
}

#rightLogo {
	position: absolute;
	right: 40px;
	bottom: 3px;
}


a,
a:visited {
	margin: 0;
	padding: 0;
	color: #004f94;
	font-weight: normal;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

.hidden {
	display: none;
	position: absolute;
	top: -1000px;
	left: -2000px;
}

.invisible { visibility: hidden; }



/* Clearings */

.cleared:after {
    content: "."; 
    display: block;
    background: red; 
    clear: both; 
    visibility: hidden;
}


.clear { clear: both; }


/* Form login area agenzie */
 
#login {
	height: 70px;
	margin-top: 80px;
	background: #FFFFFF url('../images/bg-form-login.png') center center no-repeat;
}

#login fieldset {
	border: none;
	padding: 27px 0 0 13px ;
}

#login legend,
#login label { display: none; }

#login input { 
	width: 60px;
	font-size: 90%;
	margin-right: 4px;
}

#login .button {
	width: 18px;
	height: 19px;
	padding: 0;
	border: none;
	background: #FFFFFF url('../images/buttons/login.png') center center no-repeat;
}


/* Form newsletter */
 
#newsletter {
	height: 70px;
	margin-top:6px;
	background: #FFFFFF url('../images/bg-form-newsletter.png') center center no-repeat;
}

#newsletter fieldset {
	border: none;
	padding: 15px 0 0 13px ;
}

#newsletter legend,
#newsletter label { display: none; }

#newsletter p {
	color: #FFFFFF;
	padding: 8px 0 3px 0;
}

#newsletter input { 
	width: 125px;
	font-size: 90%;
	margin-right: 10px;
}

#newsletter .button {
	width: 18px;
	height: 19px;
	padding: 0;
	border: none;
	background: #FFFFFF url('../images/buttons/subscribe.png') center center no-repeat;
}



/* Selezione lingua */

#langSel {
	height: 86px;
	font-weight: bold;
	font-size:10px;
	margin: 12px 0 8px 3px;
	/*background: #FFFFFF url('../images/bg-langsel.png') bottom center no-repeat;*/
}

#langSel,
#langSel a,
#langSel a:visited { color: #7F7F7F; }


/* Menu principale */

#mainMenu {
	width: 516px;
	height: 32px;
	margin: 0 0 9px 0;
	padding: 0 7px 0 8px;
	list-style-type: none;
	line-height: 16px;
	text-align: center;
	background: transparent url('../images/bg-main-menu.png') center center no-repeat;
}

#mainMenu li {
	display: inline;
	line-height: 32px;
}

#mainMenu li a {
	display: inline;
	float: left;
	width: 86px;
	height: 32px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	background: transparent url('../images/bg-main-menu-item.png') center right no-repeat;
	font-weight: bold;
}

#mainMenu li a#current,
#mainMenu li a:hover {
	color: #FFFFFF;
}

#mainMenu li a#current {
	margin-left: -1px;
	color: #004F94;
	background: transparent url('../images/bg-main-menu-current.png') bottom right no-repeat;
}

#mainMenu li a#last { background: none; }


/* Box offerte */

#offerte 
{
    position:absolute;
    top:230px;
	width: 187px;
	/*padding-bottom: 10px;*/
	background: transparent url('../images/bg-offerte.png') bottom right no-repeat;
}

#offerte h2 {
	margin: 0;
	height: 76px;
	background: transparent url('../images/bg-offerte-top.png') left top no-repeat;
}

#offerte h2 span { display: none; }

#offerte div {
	overflow: hidden;
	padding: 9px 0;
	background: transparent url('../images/bg-horiz-dots.png') bottom left repeat-x;
}

#offerte img {
	float: left;
	margin-top: 3px;
}

#offerte dl {
	margin: -10px 0 0 60px;
}

#offerte dt {
	color: #7EC156;
	font-size: 125%;
	font-weight: bold;
}
#offerte dt a {
	color: #7EC156;
	font-size: 80%;
	text-align: left;
	padding: 0;
	background-image: none;
}
#offerte dd {
	color: #000;
	font-size: 100%;
}

#offerte dd { margin: 0; }
#offerte dd.prezzo { font-weight: bold; }

#offerte a {
	display: block;
	margin: 10px 10px 0 0;
	padding: 10px 10px 5px 20px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	/*background: transparent url('../images/buttons/arrow-right.gif') center right no-repeat;*/
}


/*  Breadcrumb */

#breadcrumb,
#breadcrumb a { color: #EF41B0; }

#breadcrumb { margin: 20px 0; }

/* Itinerario */

#itinerario {
	list-style-type: none;
	padding: 0;
	margin-bottom: 20px;
}

#itinerario li {
	margin: 6px 0;
}

#itinerario span { font-weight: bold; margin-right: 24px;}

/* Box form quota */

.formBox {
	position: relative;
	margin: 5px 0 0 0;
	padding: 0 0 15px 0;
	background: #E5F5FC url('../images/bg-formbox.png') bottom left no-repeat;
	width:531px;
	
}

.formBox h2 {
	height: 35px;
	margin: 0;
	padding: 0;
	background: #E5F5FC url('../images/bg-formbox-title.png') top left no-repeat;
}

.formBox h2 span { display: none; }

.formBox h3 {
	margin: 13px 0 15px 0;
	font-size: 130%;
	color: #01A0E2;
}



.innerBox div {
	overflow: hidden;
	position: relative;
	padding: 0 15px 20px 15px;
	background: #E5F5FC url('../images/bg-innerbox.png') bottom left no-repeat;
}

.innerBox #types { 
	padding: 0 15px 10px 15px;
}


.formBox .innerBox {
	padding: 12px 0 0 0;
	color: #01A0E2;
	font-weight: bold;
	background:  url('../images/bg-innerbox-top.png') top left no-repeat;
}


.innerBox .panel {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	background: url('../images/bg-panel-dots.png') bottom left repeat-x;
}

.formBox h3.modeTitle {
	margin-top: 10px;
	color: #000000;
}

.formBox dl { margin: 0 0 17px 0; }

.formBox dt { display: none; }

.formBox dd {
	margin: 0;
	color: #EF41B0;	
	font-weight: bold;
}

.innerBox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	
}

.innerBox ul li,.andrea {
	float: left;
	height: 40px;
	padding: 0 10px 0 0;
	margin: 0;
	/*background: url('../images/bg-innerbox-dots.png') top right repeat-y;*/
}

.andrea 
{
	background: url('../images/bg-innerbox-dots.png') top right repeat-y;
}

.innerBox div table tr td ul
{
	height: 150px;
	padding: 0 10px 0 0;
	margin: 0;
	overflow : auto;
}

.innerBox div table tr td ul li
{
	padding: 5px 10px 0 0;
	height:auto;

}

.innerBox ul li#pacchetti { background-image: none; }

.innerBox ul li label { vertical-align: bottom; font-weight: bold; }

.innerBox ul li#volo{ width: 105px;}
.innerBox ul li#hotel{ width: 105px;}
.innerBox ul li#volo-hotel{ width: 105px;}
.innerBox ul li#auto{ width: 105px;}
.innerBox ul li#pacchetti{ width: 105px;}

.innerBox ul li#volo label {  color: #0E2B8D; background: transparent url('../images/bg-innerbox-volo.png') top center no-repeat; }
.innerBox ul li#hotel label { color: #9477CF; background: transparent url('../images/bg-innerbox-hotel.png') top center no-repeat; }
.innerBox ul li#volo-hotel label { color: #0E2B8D; background: transparent url('../images/bg-innerbox-volo-hotel.png') top center no-repeat; }
.innerBox ul li#volo-hotel label span { color: #9477CF; }
.innerBox ul li#auto label { color: #FF9900; background: transparent url('../images/bg-innerbox-auto.png') top center no-repeat; }
.innerBox ul li#pacchetti label { color: #7FC757; font-weight:bold; background: transparent url('../images/bg-innerbox-pacchetti.png') top center no-repeat; }

.innerBox ul li#pacchetti label a
{
    color: #7FC757;
    font-weight:bold;
}

.verdeofferte a
{
    color: #7FC757;
}

.innerBox ul li input {
	float: left;
	margin: 25px 8px 0 16px;
	padding: 0;
}

.innerBox ul li label {
	float: left;
	display: block;
	height: 15px;
	padding: 24px 1px 0 1px;
}

.innerBox .radioBar { 
	margin: 0 0 20px 0;
	height: 13px;
}

.innerBox .bottomBar {
	float: left;
	margin: 20px 0 0 0;
} 

.innerBox .radioBar label,
.innerBox .radioBar input,
.innerBox .radioBar span { vertical-align: middle; }

.innerBox .radioBar input { width: auto; }

.innerBox .radioBar input { margin-left: 10px;}
.innerBox .radioBar label { color: #000000; }

/* Campi form */

.innerBox div div {
	float: left;
	width: 33%;
	height: 35px;
    padding:0px;
	margin: 0 0 10px 0;
	background: none;
}

.innerBox div div input,
.innerBox div div select {
	width: 90%;
}


.innerBox .date input { width: 60%; }

.innerBox .date a { margin-left: 3px; }
.innerBox .date img { vertical-align: top; }

.innerBox .small { width: 33.5%; }
.innerBox .small label { display: block; }
.innerBox .small select { width: 50px; }
.innerBox .small select .media { width: 150px; }

.innerBox .small1 { width: 28.5%; }
.innerBox .small1 label { display: block; }
.innerBox .small1 select { width: 120px; }


.innerBox .triple { width: 10%; }
.innerBox .triple select { width: 90%; }

.innerBox .singleField { width: 65%; }
.innerBox .singleField label { display: block;}
.innerBox .singleField select { width: 45%; }

.innerBox .room { width: 16.5%; }
.innerBox .room span { 
	display: block;
	margin-top: 18px;
	color: #000000;
}


.viewOffer {
	position: absolute;
	right: 15px;
	bottom: 20px;
}

#options {
	display: block;
	clear: both;
	margin: 0;
	color: #01A0E2;
	font-weight: bold;
	/*text-decoration: underline;*/
}

#optionsList {
	width: 330px;
	list-style-type: none;
	margin: 8px 0 0 0;
	padding: 0;
	overflow: hidden;
}

#optionsList li { 
	height: 18px;
	padding: 0 0 0 20px;
	margin-right: 25px;
}

#optionsList li#ristorante { background: transparent url('../images/bg-opts-rest.png') center left no-repeat; }
#optionsList li#parcheggio { background: transparent url('../images/bg-opts-parc.png') center left no-repeat; }
#optionsList li#televisione { background: transparent url('../images/bg-opts-tv.png') center left no-repeat; }
#optionsList li#palestra { background: transparent url('../images/bg-opts-pal.png') center left no-repeat; }
#optionsList li#ristorante2 { background: transparent url('../images/bg-opts-rest2.png') center left no-repeat; }
#optionsList li#nursery { background: transparent url('../images/bg-opts-nurs.png') center left no-repeat; }
#optionsList li#disabili { background: transparent url('../images/bg-opts-dis.png') center left no-repeat; }
#optionsList li#condizionata { background: transparent url('../images/bg-opts-cond.png') center left no-repeat; }
#optionsList li#piscina { background: transparent url('../images/bg-opts-pool.png') center left no-repeat; }
#optionsList li#tennis { background: transparent url('../images/bg-opts-tennis.png') center left no-repeat; }

#optionsList label { display: none; }

#optionsList li input {
	float: none; 
	padding: 0;
	margin: 0;
}


/* Box inferiori */

.bottomBox {
	width: 173px;
	float: left;
	margin: 15px 11px 20px 0;
	padding: 5px 0 15px 0;
	color: #000000;
	min-height: 250px;
	background: transparent url('../images/bg-bottombox-dots.png') top right repeat-y;
}

.bottomBox h2 {
	margin: 0 0 8px 0;
	font-size: 130%;
}

.bottomBox h3 {
	font-size: 120%;
	color: #000000;
	margin: 10px 0 2px 0;
}

.bottomBox ul {
	list-style-type: none; 
	padding: 0;
	margin-top: 10px;
}

.bottomBox li { padding: 0;}

.bottomBox ul a,
.bottomBox ul a:visited {
	padding-left: 10px;
	color: #000000;
	background: transparent url('../images/buttons/arrow-black.png') center left no-repeat;
}


.leftBox h2 { color: #C01E24; }
.centerBox h2 { color: #F20000; }
.rightBox h2 { color: #7FC758; }

.rightBox { 
	width: 160px;
	background: none;
	margin-right: 0; 
	
}


.bottomBox p {
	margin-bottom: 10px;
} 

.bottomBox a.viewMore {
	padding-right: 10px;
	color: #006FB6;
	background: transparent url('../images/buttons/arrow-blue.png') center right no-repeat;
}



.formBox .totale {
	position: absolute;
	top: 155px;
	right: 14px;
	text-align: right;
	font-size: 130%;
	font-weight: bold;
}

.formBox .totale span {
	display: block;
	font-size: 100%;
	color: #EF41B0;
}

.formBox fieldset {
	margin: 0;
	padding: 20px 0 0 0;
	border: none;
	background: transparent url('../images/bg-red-dots.gif') top left repeat-x;	
}

.formBox legend { display: none; }

.formBox fieldset h3 { margin-top: 0; }

.formBox .formNote {
	position: absolute;
	top: 230px;
	right: 14px;
	color: #EF41B0;
}

.formBox fieldset div {
	margin-bottom: 12px;
}

.formBox fieldset label {
	float: left;
	display: block;
	width: 80px;
	font-weight: bold;
	line-height: 20px;
}

.formBox fieldset input.textField { width: 414px; }

.formBox .extraField { padding-left: 76px; }

.formBox .message {
	margin: 30px 0;
	padding-bottom: 30px;
	border-top: 1px solid #EF41B0;
	border-bottom: 1px solid #EF41B0;
}

.formBox .message label { display: none; }

.formBox .message textarea {
	display: block;
	width: 68%;
	margin: 0 auto;
}

.formBox h3.payBar a {
	vertical-align: middle;
	padding-left: 10px;
}

.formBox .actionsBar {
	position: relative;
	height: 40px;
	border-top: 1px solid #EF41B0;
}

.formBox .noBorder {
	height: 20px;
	border: none;
}

.formBox .actionsBar a.left {
	position: absolute;
	left: 0;
	bottom: 5px;
}

.formBox .actionsBar a.right {
	position: absolute;
	right: 0;
	bottom: 5px;
}

.formBox #payResult {
	margin-bottom: 20px;
}

.formBox #payResult p {
	line-height: 22px;
	margin-bottom: 5px;
	font-size: 130%;
}

/* Notifica inserimento dati */

.notify {
	margin-bottom: -20px;
	padding: 3px 0 3px 42px;
	border: 1px solid #FF0000;
	background: transparent url('../images/bg-notify-error.png') 10px 50% no-repeat;	
	font: normal 130% "Trebuchet MS", Tahoma, Verdana;
	color: #FF0000;
}

.notify ul { 
	margin: 10px 0 10px 50px;
	padding: 0;
}

.notify ul a,
.notify ul a:visited {
	color: #FF0000;
	font-size: 90%;
}

/* Copyright note */

#copy {
	position: absolute;
	left: 215px;
	bottom: 5px;
	color: #888888; 
}

/* Navigazione pagina */

.pageNavLinks {
	position: relative;
	height: 15px;
}

.pageNavLinks a.prev,
.pageNavLinks a.next,
.pageNavLinks a.top {
	position: absolute;
	color: #EF41B0;
}

.pageNavLinks a.prev {
	padding-left: 10px;
	background: #FFFFFF url('../images/buttons/pagenav-back.png') 0 6px no-repeat;
}

.pageNavLinks a.next {
	padding-right: 10px;
	background: #FFFFFF url('../images/buttons/pagenav-next.png') 100% 6px no-repeat;
}

.pageNavLinks a.top { right: 0; }

/* Condizioni  */

.conditions { text-align: justify; }



/* Box immagine */

.imageBox {
	margin: 28px 0 14px 0;
	padding-bottom: 28px;
	overflow: hidden;
	height: 1%;
	border-bottom: 1px solid #EF41B0;
}

.imageBox img {
	float: left;
	margin: 0 15px 0 0;
	padding: 4px;
	border: 1px solid #EF41B0;
}

.imageBox h3 { 
	margin: 0;
	font: bold 130% Tahoma, Verdana, Arial; 	
}

.imageBox img.link {
	margin-top: 65px;
	border: 0;
	padding: 0;
	
}

.imageBox p {  margin: 0; }

.detail {
	border: none;
	padding: 0;
	margin-bottom: 24px;
} 

.detail img {
	margin: 0 12px 0 0;
	background: #FFFFFF;
}

.detail p { margin-bottom: 11px; }

.detail p.availables { color: #EF41B0; }
.detail p.selectQuotes { font-weight: bold; }

.detail p span {
	 font-weight: bold;
	 font-size: 130%; 
}


/* Riepilogo dati */

.riepilogo p {margin-bottom: 3px;}
.riepilogo p span {
 	color: #EF41B0;
}

.userData {
	margin-bottom: 20px;
	padding-top: 8px;
	background: transparent url('../images/bg-red-dots.gif') top left repeat-x;	
}

.userData ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.userData ul span { font-weight: bold; }





/* Links di servizio */

#extraLinks {
	position: absolute;
	top: 35px;
	left: 215px;
	width: 525px;
	padding: 0 0 10px 0;
	list-style-type: none;
	text-align: center;
	border-bottom: 1px solid #004f94;
}

#extraLinks li {
	display: inline;
	height: 12px;
}

#extraLinks li a,
#extraLinks li a:visited {
	display: block;
	float: left;
	padding: 0 3px;
	line-height: 12px;
	border-right: 1px solid #004F94;
}

#extraLinks li a#lastLink { border: none; }


p, blockquote, pre, ol, dl, ul, form {
	line-height: 1.3em;
	margin: 0;
}

form { margin: 0; padding: 0; }

input,
textarea,
select {
	/*width: 125px;*/
	font-size: 90%;
}

input:focus,
textarea:focus,
select:focus {
	background: #FFEEB2;
}


input.button {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color: #0D1673;
	font-weight:bold;
	font-size: 90%;
	background:url(../images/bg-login-btn.gif) repeat-x left top;
	padding: 1px 0.3em;
    width: 0;
    overflow:visible;
}

input.button[class] {
    width: auto;
}

.float-break { height: 1%; /* Fix for IE */ }
.float-break:after { content: "-"; height: 0; font-size: 0; visibility: hidden; display: block; clear: both; }

.floatLeft
{
    float:left;
}

DIV#b_error {
	BORDER-RIGHT: #ff0000 1px dashed; BORDER-TOP: #ff0000 1px dashed; BACKGROUND: #f5f6be; BORDER-LEFT: #ff0000 1px dashed; COLOR: #ff0000; BORDER-BOTTOM: #ff0000 1px dashed
}
DIV#b_contenitore {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 504px; COLOR: #01a0e2; PADDING-TOP: 0px; FONT-FAMILY: Trebuchet MS,Tahoma,Verdana,Arial,Helvetica,sans-serif; POSITION: relative
}
DIV#b_topBox {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(../../home/images/bg-innerbox-top.png) no-repeat 0px bottom; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 507px; PADDING-TOP: 0px; HEIGHT: 15px
}
DIV#b_bottomBox {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(../../home/images/bg-innerbox.png) #ffffff no-repeat 0px bottom; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 507px; PADDING-TOP: 0px; HEIGHT: 15px
}
DIV#b_contenuti {float:left;width:501px;
	BORDER-RIGHT: #01a0e2 3px solid; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: #ffffff; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: #01a0e2 3px solid; PADDING-TOP: 0px
}
DIV#showSearch {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 20px;
	PADDING-BOTTOM: 0px;
	width:150px;
	MARGIN: 0px;
	CURSOR: pointer;
	COLOR: #004f94;
	PADDING-TOP: 20px;
	TEXT-DECORATION: underline
}
DIV#b_dest {
	PADDING-RIGHT: 0px; PADDING-LEFT: 10px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 45%; PADDING-TOP: 5px
}
DIV#b_browse {
	FONT-SIZE: 10px; LEFT: 12px; WIDTH: 200px; POSITION: absolute; TOP: 60px
}
A {
	COLOR: #004f94
}
DIV#b_browse P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #000000; PADDING-TOP: 0px
}
.inline {
	DISPLAY: inline;
}
DIV#hotel_form_check {
	FLOAT: right; WIDTH: 45%
}
.hotel_form_checkin {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 5px
}
.hotel_form_checkout {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 5px
}
.b_calendar {
	MARGIN-BOTTOM: -5px
}
.clearLeft {
	CLEAR: left; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.clearRight {
	CLEAR: right; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.clearAll {
	CLEAR: both; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.other_text {
	FONT-WEIGHT: bold; text-decoration: underline;
}
DIV#advancedSearch {
	PADDING-RIGHT: 0px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 60px
}
DIV#dist {
	PADDING-TOP: 10px; POSITION: relative
}
DIV#distHelp {
	BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #000000 1px solid; DISPLAY: none; PADDING-LEFT: 3px; Z-INDEX: 100; BACKGROUND: #ffffe1; LEFT: 80px; PADDING-BOTTOM: 3px; BORDER-LEFT: #000000 1px solid; WIDTH: 100px; PADDING-TOP: 3px; BORDER-BOTTOM: #000000 1px solid; TOP: 5px
}
DIV#options {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
DIV#options2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 15px
}
.b_optionsArea {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 50%; PADDING-TOP: 0px
}
.b_optionsArea1 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: right; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 50%; PADDING-TOP: 0px
}
DIV#but { float:right;
	PADDING-RIGHT: 10px; PADDING-LEFT: 0px; FLOAT: right; PADDING-BOTTOM: 5px; MARGIN: 0px; PADDING-TOP: 0px;  margin-top:-15px;
}
DIV#but IMG {
	MARGIN: 0px 10px 5px
}
DIV#but .b_submit {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 15px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 14px; BACKGROUND: url(../../hotel/images/buttons/pulsante_vai.png) no-repeat center center; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; WIDTH: 60px; CURSOR: pointer; COLOR: #ffffff; PADDING-TOP: 0px; HEIGHT: 30px; BORDER-RIGHT-WIDTH: 0px
}
DIV#usps {
	PADDING-RIGHT: 0px; color:#01A0E2;  PADDING-LEFT: 280px;width:130px;  FONT-WEIGHT: bold; FONT-SIZE: 14px;  PADDING-BOTTOM: 0px; MARGIN: 0px;PADDING-TOP: 0px; margin-top:20px; height:50px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; float:left;
}


.even {
	COLOR: #ffbb80
}
.odd {
	COLOR: #ffa70f
}

.selectPiccola
{
    width:60px;
}

.autocomplete_completionListElement
{  
	visibility :hidden;
	margin : 0px!important;
	background-color : #0E2B8D;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : scroll;
	height : 100px;
    text-align : left; 
    list-style-type : none;
   
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{

    width:170px;
	background-color: White;
	color: #0E2B8D;
	padding: 1px;	
  clear:both;	 
}

/* AutoComplete item */

.autocomplete_listItem
{
	
	background-color : #0E2B8D;
	color : White;
	padding : 1px;
  clear:both;
	  width:170px;
	  
}    

.age
{
    margin:0;
    padding: 2px 0 5px 0;
}