/* ------------------------- START BOOKING MASK AND NEWSLETTER ------------------------- */
div.availability-checker, div.availability-checker h3 {
	font-weight: bold;
	font-size: 1em;
	color: #00619b;
}
div.availability-checker form {
	position: relative;
	/* zoom: 1; */
	float: left;
	font-size: 0.8em;
}
div#newsletter form {
	font-size: 1.1em;
}
/* START EASY CLEARING */
div.availability-checker form:after,
div.availability-checker div.date:after,
div#newsletter form:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END EASY CLEARING */
div.availability-checker label {
	display: block;
	margin: 0 0 4px;
	color: #00619b;
	text-transform: none;
}

div#newsletter label {
	display: inline;
	margin: 0 0 4px;
	color: #00619b;
	text-transform: none;
}

div.availability-checker label,
div.availability-checker img.datepicker,
div.availability-checker .go {
	/*color: #9ca5a5;*/
	/*font-family: Verdana, sans-serif;*/
	/*text-transform: uppercase;*/
}

div#newsletter label {
	/*font-family: "Times New Roman", Times, serif;*/
	color: #007AC2;
}

div.availability-checker input,
div.availability-checker select {
	border: 0px solid gray;
	font-size: 1.1em;
}



div.availability-checker input[type~="hidden"] {
	display: none;
}
div.availability-checker div.date,
div.availability-checker div.choose,
div.availability-checker div.promotionCode{
	float: left; _display: inline;
	margin-right: 1px;
	margin-top: 8px;
}

div.email-entry {
	float: left; _display: inline;
	margin-right: 5px;
	margin-top: 0px;
}

div.availability-checker div.date label#date-format-helper {
	text-transform: lowercase;
}
div.availability-checker div.date input#date-in,
div.availability-checker input#promotionCode {
	display: inline;
	padding-left: 0.5em;
	margin-right: 10px;
	font-size: 9px;
	color: #ffffff;
	background-color: #87bee0;
	vertical-align: middle;
}
div.availability-checker input#promotionCode {
	color:#FFFFFF;
	display:inline;
	font-size:9px;
	margin-right:10px;
	padding-left:0.5em;
	vertical-align:middle;
}
div.availability-checker div.date input {
	width:88px;
	_width: 58px; /* px-width for IE6 to prevent expanding and hence float-drop */
}
.rtl div.availability-checker div.date input {
	padding-left: 0;
	padding-right: 0.5em;
}
div.availability-checker img.datepicker {
	display: inline;
	margin-right: 5px;
	border: 0 none;
	width: 20px;
	height: 17px;
	cursor: pointer;
	vertical-align: middle;
}
div.availability-checker div.choose select {
	padding: 1px;
	background-color: #87bee0;
	margin-right: 5px;
	color: #ffffff;
	font-size: 9px;
	width: 4.1em; /* WARNING! Allowing for Safari's need for wide select boxes: for font-size which evaluates to 9px, use 4.4em;  for 11px, 4.1em;  for 12px, 4em */
}
div#newsletter div.email-entry input {
	width: 117px;
}
div.availability-checker .go {
	background-color: #ffffff;
	color: #00619b;
	position: relative;
	float: left; _display: inline;
	top: 0px;
	margin: 10px 0 0;
	border: 0px solid #87bee0;
	padding-bottom: 4px;
	width: 110px;
	height: 20px;
	cursor: pointer;
	font-size: 1em;
	/* text-indent: -9999px; /* IE<=7 */
/*	line-height: 9999px; /* IE<=7 old method which fails in IE6 when using AP; text-indent should be more reliable */
}

div#newsletter .go {
	/*background: #7E0000 url(../images/arrow.gif) no-repeat scroll top left; _behavior: url(/iepngfix.htc);*/
	background-color: #ffffff;
	color: #007AC2; 
	float: right; _display:inline;
	top: 0px;
	width: 30px;
	margin: 0;
	height: 16px;
	cursor: pointer;
	font-size: 1em;
	border: 0 none;
	font-weight: bold;
	/* text-indent: -9999px; /* IE<=7 */
/*	line-height: 9999px; /* IE<=7 old method which fails in IE6 when using AP; text-indent should be more reliable */
}

div.availability-checker .go {
	margin-right: 0; _margin-right: -15px; /* IE<=6 3-pixel jog bug */
	_margin-top: 1em; /* strange discrepancy */
}
*:first-child+html div.availability-checker .go { /* a Bad Hack to target current browser IE7 */
	_margin-top: 1em; /* strange discrepancy */
}
div#newsletter .go {

}
div.calendar {
	z-index: 10;
}

/* -------------------------- END BOOKING MASK AND NEWSLETTER -------------------------- */

