/* ----- Global Booker styles ----- */
/**
* Smartsprite markup to automatically generate a sprite image and update references to the image.
* See http://csssprites.org/ for more information
*/
/** sprite: expanded-booking-widget-smartsprite.png; sprite-image: url('/etc/designs/fourseasons/img/sprite/etc/designs/fourseasons/clientlibs/styles1/css/components/booking/expanded-booking-widget-smartsprite.png'); */

.caw-wrap {
	margin: 0 auto;
	position: relative;
	width: 234px;
	height: 42px;
	z-index: 1000;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* html #dockBookerWrap{
	overflow:hidden;
	height:42px;
	float:left;
}

.mod-booker{
	margin:0 0 30px;
}

.mod-booker-booking-flow{
	margin:0;
}
.bk1b-your-trip-dates-and-guests .mod-booker-booking-flow{
	margin-top:30px;
}

.mod-booker .btn-find-rooms-holder{
	text-align:center;
	width: 212px;
}
.mod-booker legend{
	position: absolute;
}
.ltr .mod-booker legend{
	left: -9999px;
}
.rtl .mod-booker legend{
	right: -9999px;
}
.mod-booker .btn-best-rate-holder {
	padding-top: 15px;
	text-align: center;
	width: 212px;
}

.mod-booker .configured-offline .btn-best-rate-holder {
	width: auto;
}

.mod-booker .btn-best-rate .best-rate-icon {
	background: #000;
	display: inline-block;
	height: 20px;
	vertical-align: top;
	padding: 3px 2px 0 1px;
	width: 20px;
}

.mod-booker .btn-best-rate .best-rate-icon img {
	width: 20px;
}

.mod-booker .btn-best-rate .best-rate-text {
	background: #FFF;
	border: 1px solid black;
	color: #000;
	display: inline-block;
	height: 21px;
	margin-left: -4px;
	vertical-align: top;
}

.mod-booker .btn-best-rate .best-rate-text span {
	font-family: Georgia, serif;
	font-size: 10px;
	line-height: 21px;
	padding: 0 5px;
	text-transform: uppercase;
}

/* Booker Form */

/* ----- Default Booker (Home and Dock) ----- */
.mod-booker-def{
	position: relative;
	z-index:5;
}

.ltr #dockBookerWrap .mod-booker-def{
	float:right;
}
.rtl #dockBookerWrap .mod-booker-def{
	float:left;
}

.mod-booker-def .btn-toggle,
.mod-booker-def .btn-toggle-active{
	width: 234px;
	height: 42px;
	float: right;
	outline: none;
	background: #007b8a;
	color: #FFF;
	position:relative;
}

.mod-booker-def .btn-toggle-hover:hover{ /*IE6*/
	text-decoration: underline;
	color: #FFF;
}

.mod-booker-def .btn-toggle span{
	display: block;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.wf-active .mod-booker-def .btn-toggle span{
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.mod-booker-def .btn-toggle-active, .mod-booker-def .btn-toggle-active:hover{
	color:#FFF;
	text-decoration: none;
}

.mod-booker-def .btn-toggle-active span{
	background: transparent url('/etc/designs/fourseasons/img/icons/global/ico-booker-collapse.png') no-repeat 95% 50%;
}

.rtl .mod-booker-def .btn-toggle-active span{
	background: transparent url('/etc/designs/fourseasons/img/icons/global/ico-booker-collapse.png') no-repeat 5% 50%;
}

.mod-booker-form-hide .booker-wrap{
	position: absolute;
	top: 0;
}
.ltr .mod-booker-form-hide .booker-wrap{
	left: -9999px;
}
.rtl .mod-booker-form-hide .booker-wrap{
	right: -9999px;
}

.mod-booker-def .booker-wrap{
	background-color: #F0F0F0;
	position: absolute;
	top: 42px;
}

.ltr .mod-booker-def .booker-wrap{
	right:0;
	float:right;
	clear:right;
}

.rtl .mod-booker-def .booker-wrap{
	left:0;
	float:left;
	clear:left;
}

/* When inside of a parsys, do not use absolute layout for the booker. */
.parsys .mod-booker-def .booker-wrap{
	position: static;
}

.mod-booker-side .booker-wrap {position: static;}

.mod-booker-side.mod-booker-expanded .booker-wrap {
	width:846px !important;
	position: absolute;
}

.parsys .mod-booker-def .booker-wrap.booker-wrap-right {
	position: absolute;
}

.mod-booker-side.mod-booker-expanded .booker-form {
	margin-left: 12px;
}
.mod-booker-def .booker-form{
	width: 234px;
	padding: 24px 10px;
	display: inline;
}
.ltr .mod-booker-def .booker-form{
	float: left;
}
.rtl .mod-booker-def .booker-form{
	float: right;
}

.mod-booker-def .when-stay,
.mod-booker-def .guest-no{
	color: black;
	margin-bottom: 10px;
	font-size: 13px;
}

.mod-booker-def .reservation,
.mod-booker-def .arrival,
.mod-booker-def .stay {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
}

.mod-booker-def .availabilitydates {
	font-size: 20px;
	margin-bottom: 10px;
}

.mod-booker-def .availabilitytitle {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}


.mod-booker-def .date-pick{
	position: relative;
	height: 26px;
	width: 214px;
	margin-bottom: 10px;
	line-height: 30px;
	font: bold 10px/1 Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
	border: solid 1px #CCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.ltr .mod-booker-def .date-pick{
	background: url('/etc/designs/fourseasons/img/buttons/global/btn-calendar.png') no-repeat right top;
	padding: 0 0 0 12px;
	background-color: #FFF;
}
.rtl .mod-booker-def .date-pick{
	background: url('/etc/designs/fourseasons/img/buttons/global/btn-calendar-rtl.png') no-repeat left top;
	padding: 0 10px 0 0;
	background-color: #FFF;
	display: inline-block;
}

.mod-booker-expanded .date-pick-active{
	color: #333;
	width: 214px !important;
}

.mod-booker-def label{
	line-height: 30px;
}
.ltr .mod-booker-def label{
	float: left;
	width: 66px;
}
.rtl .mod-booker-def label{
	float: right;
	width: 100px;
}

.mod-booker-def .date-pick input{
	border:0;
	color:#999;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:4px 0 2px 0;
	width:100px;
	height: 100%;
	font-size:12px;
	background:none;
	-webkit-appearance: none;
}
.ltr .mod-booker-def .date-pick input{
	float:left;
}
.rtl .mod-booker-def .date-pick input{
	float:right;
	padding-right:5px;
}

.mod-booker-def .date-pick-error-empty-date input{
	border:1px solid #f00;
}

.date-pick input:focus {
	outline: none;
}

.mod-booker input::-webkit-selection{ background:#ccc; color:#444; text-shadow: none; }
.mod-booker input::-moz-selection{ background:#ccc; color:#444; text-shadow: none; }
.mod-booker input::selection { background:#ccc; color:#444; text-shadow: none; }

.mod-booker-def .date-pick input.check-empty{
	color:#fff;
}

.mod-booker-def .date-pick input.check-active{
	color:#333;
}

.mod-booker-def .date-pick input.check-error{
	color: #007b8a;
}

.mod-booker .date-pick a{
	display: block;
	height: 28px;
	margin: 1px;
	overflow: hidden;
	text-indent: -1000px;
	width: 28px;
}

.rtl .mod-booker .date-pick a{
	display: block;
	height: 28px;
	margin: 1px;
	overflow: unset;
	text-indent: -10000px;
	width: 28px;
	position: relative;
	float: left;
}

.ltr .mod-booker .date-pick a{
	float: left;
}

.mod-booker-expanded .date-pick input{
	width:99px;
}
.ltr .mod-booker-expanded .date-pick input{
	padding-left:5px;
}
.rtl .mod-booker-expanded .date-pick input{
	padding-right:5px;
}

.mod-booker-expanded .date-pick a{
	display:none;
}
.mod-booker-expanded .date-pick .error-msg{
	color:#f00;
	display:block;
	clear:both;
}

.mod-booker .date-pick .date-pick-blocker {
	position: absolute;
	left: 0;
	top: 0;
	width: 212px;
	height: 30px;
	z-index: 2;
}

.ltr .mod-booker .fs-num-pick{
	float: left;
	margin-right: 7px;
}
.rtl .mod-booker .fs-num-pick{
	float: right;
	margin-left: 7px;
	background: url("/etc/designs/fourseasons/img/backgrounds/global/bg-spr-form-inputs-rtl2.png") no-repeat 0 -160px transparent;
	width:46px;
}

.mod-booker .num-lbl{
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	line-height: 110%;
}
.ltr .mod-booker .num-lbl{
	float: left;
}
.rtl .mod-booker .num-lbl{
	clear: left;
}

.rtl .multiple-rooms-wrap p.num-lbl{
	display: inline-block;
}


.mod-booker .num-lbl span{
	display: block;
	text-transform: none;
}
.mod-booker .num-lbl span strong{font-weight:normal;}

.mod-booker .num-lbl-ad{
	padding: 7px 0 0 0;
	/* margin-left: 20px; */
}
.ltr .mod-booker .num-lbl-ad{
	margin-right: 19px;
	max-width:40px;
}
.rtl .mod-booker .num-lbl-ad{
	margin-left: 20px;
	float: right;
	max-width:40px;
}

.mod-booker .num-lbl-ch{
	padding: 7px 0 0 0;
}
.mod-booker .num-lbl-ch span{
	display: none;
}
.mod-booker .ad-ch-wrap{
	width: 212px;
}

.mod-booker-def .multiple-rooms-toogle .rooms-wrap{
	display:none;
}

.mod-booker-def .toggle-active .rooms-wrap{
	display:block;
}

.mod-booker-def .hide-multirooms-link .rooms-action,
.mod-booker-def .hide-multirooms-link .separator{
	display:none;
}
.mod-booker-expanded .booker-form .rooms-wrap-on{
	width:201px;
	border:0;
	background: url("/etc/designs/fourseasons/img/backgrounds/global/bg-spr-form-inputs.png") no-repeat scroll right -78px transparent;
	color:#fff;
	padding-top:12px;
	padding-bottom:12px;
}
.ltr .mod-booker-expanded .booker-form .rooms-wrap-on{
	padding-right:26px;
}
.rtl .mod-booker-expanded .booker-form .rooms-wrap-on{
	background: url("/etc/designs/fourseasons/img/backgrounds/global/bg-spr-form-inputs-rtl2.png") no-repeat scroll right -80px transparent;
	padding-left:26px;
}

.mod-booker-def .rooms-wrap{
	width: 202px;
	display: block;
	border: 1px solid #CCC;
	border-width: 1px 0;
	margin-bottom: 8px;
	margin-top:4px;
	font: bold 10px/1 Arial, Helvetica, sans-serif;
	color: #8F8F8F;
	cursor: pointer;
}
.ltr .mod-booker-def .rooms-wrap{
	padding: 11px 10px 11px 0;
	text-align: right;
}
.rtl .mod-booker-def .rooms-wrap{
	padding: 11px 0 11px 10px;
	text-align: left;
}

.mod-booker-def.mod-booker-expanded .rooms-wrap{
	margin-top: 16px;
}

.mod-booker-def .nights-required{
	width: 212px;
	display: block;
	margin-bottom:12px;
}

.mod-booker-def .nights-required p{
	font: bold 9px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666;
	line-height: 100%;
}
.ltr .mod-booker-def .nights-required p{
	padding: 5px 4px 0 0;
	text-align: right;
}
.rtl .mod-booker-def .nights-required p{
	padding: 5px 0 0 4px;
	text-align: right;
}



.mod-booker-def .nights-wrap{
	width: 212px;
	display: block;
	clear:both;
}

.mod-booker-def .nights-wrap p{
	border: 1px solid #CCC;
	border-width: 1px 0;
	margin-bottom: 12px;
	padding: 11px 0;
	font: bold 10px/1 Arial, Helvetica, sans-serif;
	color: #8F8F8F;
	clear:both;
}
.ltr .mod-booker-def .nights-wrap p{
	text-align: right;
	padding-right: 4px;
}
.rtl .mod-booker-def .nights-wrap p{
	text-align: right;
	padding-left: 4px;
}

.mod-booker-def .calendar-wrap{
	display: inline;
	overflow: hidden;
}

.ltr .mod-booker-def.mod-booker-booking-flow .multiple-rooms-wrap{
	margin: 0;
}


.ltr .mod-booker-def.mod-booker-booking-flow .calendar-wrap,
.rtl .mod-booker-def.mod-booker-booking-flow .calendar-wrap,
.rtl .mod-booker-def.mod-booker-booking-flow .multiple-rooms-wrap,
.ltr .mod-booker-def.mod-booker-booking-flow .multiple-rooms-wrap{
	margin:0;
	width:576px;
}

.ltr .mod-booker-def .calendar-wrap{
	float: left;
	margin: 24px 0 0 17px;

}
.rtl .mod-booker-def .calendar-wrap{
	float: right;
	margin: 24px 17px 0 0;
}

.mod-booker-expanded{
	z-index: 1000;
}

/* ----- Side Booker (Account) ----- */

.mod-booker-side .booker-wrap{
	width: 234px;
}

.col-300 .mod-booker-side .booker-wrap{
	width: 300px;
}

.lte8 .mod-booker-side .booker-wrap{
	width: 234px;
}

.ltr .lte7 .col-720 .cq-colctrl-lt2-c2 .mod-booker-side .booker-wrap{
	right: -18px;
}
.rtl .lte7 .col-720 .cq-colctrl-lt2-c2 .mod-booker-side .booker-wrap{
	left: -18px;
}

.lte8 .col-300 .mod-booker-side .booker-wrap{
	position: absolute;
	top: 42px;
	float:none;
	width:300px;
}
.ltr .lte8 .col-300 .mod-booker-side .booker-wrap{
	right:0;
}
.rtl .lte8 .col-300 .mod-booker-side .booker-wrap{
	left:0;
}

.lte8 .col-300 .mod-booker-side .btn-toggle{
	width:300px;
	margin:0 -1px;
	background-position:2px 0;
}

.lte8 .mod-booker-side .btn-toggle{
	width:234px;
}

.col-300 .mod-booker-side .btn-toggle{
	width:300px;
	display:block;
}

.mod-booker-side .btn-toggle{
	width:234px;
	display:block;
}

.col-300 .mod-booker-side .booker-form{
	width:220px;
	margin-right: 45px;
	padding-right: 0;
}
.ltr .col-300 .mod-booker-side .booker-form{
	margin-left: 45px;
	padding-left: 0;
}
.rtl .col-300 .mod-booker-side .booker-form{
	margin-right: 45px;
	padding-right: 0;
}

.ltr .col-300 .mod-booker-expanded .booker-form{
	margin-left: 14px;
}
.rtl .col-300 .mod-booker-expanded .booker-form{
	margin-right: 14px;
}

.mod-booker-expanded .booker-form{
	margin: 0;
	width: 220px;
}
.ltr .mod-booker-expanded .booker-form{
	padding: 24px 0 24px 14px;
}
.rtl .mod-booker-expanded .booker-form{
	padding: 24px 14px 24px 0;
}

.mod-booker-expanded .booker-wrap-right .booker-form{
	padding-left: 10px;
}

.mod-booker-foot .booker-form{
	width:auto !important;
	padding:0 !important;
}

/* ----- Home Booker (Home) ----- */

.mod-booker-home {
	margin: 0;
}

.mod-booker-home .select-dest{
	width: 212px;
	margin-bottom: 10px;
}

/* ----- Dock Booker (Property Dock) ----- */

.hidden-booker-wrap .mod-booker-dock .booker-wrap{display:none;}
/* ----- Footer Booker (Property Footer) ----- */

.mod-booker-foot .btn{
	font-weight:bold;
	top:-3px;
	position:relative;
}
.ltr .mod-booker-foot .btn{
	float: right;
}
.rtl .mod-booker-foot .btn{
	float: left;
}

.mod-booker-foot{
	position: relative;
	clear: both;
	color: #FFF;
	border: 1px solid #333;
	border-width: 1px 0;
	padding: 15px 0 0 0;
	height: 48px;
	margin: 30px 0 20px;
}

.mod-booker-foot .date-pick{
	display: inline;
	width: 160px;
	height: 30px;
	background: red;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #999;
	background:url('/etc/designs/fourseasons/img/modules/booker/backgrounds/btn-spr-date-inputs-foot.png') right 0 no-repeat;
	cursor: pointer;
}
.ltr .mod-booker-foot .date-pick{
	float: left;
	margin-right: 8px;
	padding-left: 9px;
}
.rtl .mod-booker-foot .date-pick{
	float: right;
	margin-left: 8px;
	padding-right: 9px;
}

.mod-booker-foot .date-pick-error-empty-date{
	margin:-1px 7px -1px -1px;
	border:1px solid #f00;
}

.mod-booker-foot .date-pick input{
	border:0;
	color:#999;
	background:#333;
	text-transform:uppercase;
	margin:6px 0 0 0;
	padding:4px 0 2px 0;
	width:60px;
	height: 12px;
	font-size:11px;
	-webkit-appearance: none;
}
.ltr .mod-booker-foot .date-pick input{
	float:left;
}
.rtl .mod-booker-foot .date-pick input{
	float:right;
}

.ie .mod-booker-foot .date-pick input{
	padding-top:2px;
}

.mod-booker-foot .date-pick input.check-error{
	color: #007b8a;
}

.mod-booker-expanded #bookerFooter .date-pick-active{
	background-position:right -52px;
	color:#fff;
}

.mod-booker-expanded #bookerFooter .date-pick-active input{
	background:#fff;
	color:#000;
}
.ltr .mod-booker-expanded #bookerFooter .date-pick-active input{
	margin-left:18px;
}
.rtl .mod-booker-expanded #bookerFooter .date-pick-active input{
	margin-right:18px;
}

#bookerFooter .date-pick input.check-empty{
	color:#333;
}
.mod-booker-foot label{
	line-height: 30px;
	width: 66px;
	cursor: pointer;
}
.ltr .mod-booker-foot label{
	float: left;
}
.rtl .mod-booker-foot label{
	float: right;
}

.mod-booker-foot h3{
	display: inline;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 8px;
	width: 140px;
}
.ltr .mod-booker-foot h3{
	float: left;
}
.rtl .mod-booker-foot h3{
	float: right;
}

.mod-booker-foot .ad-ch-wrap-foot .num-lbl{
	color:#ccc;
	color: #999;
	font-weight:normal;
}

.mod-booker-foot .ad-ch-wrap-foot .num-lbl span{
	display: block;
	text-transform: none;
}
.ltr .mod-booker-foot .ad-ch-wrap-foot .num-lbl span{
	text-align:left;
}
.rtl .mod-booker-foot .ad-ch-wrap-foot .num-lbl span{
	text-align:right;
}

.mod-booker-foot .ad-ch-wrap-foot .num-lbl-ad{
	padding: 6px 0 0 0;
}
.ltr .mod-booker-foot .ad-ch-wrap-foot .num-lbl-ad{
	margin-right: 14px;
}
.rtl .mod-booker-foot .ad-ch-wrap-foot .num-lbl-ad{
	margin-left: 14px;
}

.mod-booker-foot .ad-ch-wrap-foot {
	padding-top: 4px;
}
.mod-booker-foot .ad-ch-wrap-foot {
	float:left;
}
.rtl .mod-booker-foot .ad-ch-wrap-foot {
	float:right;
}

.mod-booker-foot .ad-ch-wrap-foot .fs-num-pick{
	width:42px;
	margin-bottom:0;
	background: url('/etc/designs/fourseasons/img/modules/booker/backgrounds/btn-spr-date-inputs-foot.png') 0 -30px;
}

.mod-booker-foot .ad-ch-wrap-foot .fs-num-pick .val{
	background:#333;
	color:#999;
	width:23px;
}

.mod-booker-foot .ad-ch-wrap-foot .fs-num-pick ul{
	width:14px;
}
.ltr .mod-booker-foot .ad-ch-wrap-foot .fs-num-pick ul{
	float:left;
}
.rtl .mod-booker-foot .ad-ch-wrap-foot .fs-num-pick ul{
	float:right;
}

.mod-booker-foot .ad-ch-wrap-foot .fs-num-pick li{
	width:14px;
}

.mod-booker-foot .calendar-wrap{
	position: absolute;
	top: 64px;
	width: 561px;
}
.ltr .mod-booker-foot .calendar-wrap{
	left: 140px;
}
.rtl .mod-booker-foot .calendar-wrap{
	right: 140px;
}

/* ----- Booking Flow Booker  ----- */

.mod-booker-booking-flow{
	float:none;
}
.ltr .mod-booker-booking-flow{
	padding:24px 0 24px 42px;
}
.rtl .mod-booker-booking-flow{
	padding:24px 42px 24px 0;
}

.mod-booker-booking-flow .booker-form{
	width:840px;
	display:block;
	padding:0;
}

.mod-booker-booking-flow .booker-form fieldset{
	width:260px;
	min-height: 290px;
	position:relative;
	top:-2px;
}
.ltr .mod-booker-booking-flow .booker-form fieldset{
	float:left;
	border-right:1px solid #e1e1e1;
}
.rtl .mod-booker-booking-flow .booker-form fieldset{
	float:right;
	border-left:1px solid #e1e1e1;
}

.mod-booker-booking-flow h3{
	font-size:20px;
	color:#333;
	text-transform:uppercase;
	padding:0 0 20px 0;
}

/* .corporate-promo */

.mod-booker .corporate-promo{
	padding:8px 0 2px;
	display:none;
}

.mod-booker .corporate-promo input{
	background: url('/etc/designs/fourseasons/img/backgrounds/global/bg-spr-form-inputs.png') no-repeat 0 -200px;
	height:26px;
	width:136px;
	border:none;
	padding:0 6px;
	margin-top: 16px;
	font-size:12px;
}
.mod-booker .corporate-promo input.disabled{color:#666;}

.lte8 .mod-booker .corporate-promo input{
	padding-top:5px;
}

.mod-booker-foot .corporate-promo{
	background:#fff;
	padding: 4px;
	position: absolute;
	top: 52px;
}
.ltr .mod-booker-foot .corporate-promo{
	left: 686px;
}
.rtl .mod-booker-foot .corporate-promo{
	right: 686px;
}

.mod-booker-foot .corporate-promo input {
	margin-top: 0;
}

/* ----- Booker overlays ----- */

.booker-ov{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: #000;
	z-index: 400;
}

/* ---- Custom Destination Selector ----- */
.destination-wrapper{
	height:32px;
	margin-bottom: 10px;
	position:relative;
	z-index:5;
}
#customSelectDest{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	width: 212px;
	border: 1px solid #C5C5C5;
	background: #FFF;
	padding: 2px;
	font-size: 12px;
}

#customSelectDest .selected{
	width: 205px;
	height: 26px;
	line-height: 26px;
	padding: 0 36px 0 9px;
	color: #666;
	background: url('/etc/designs/fourseasons/img/backgrounds/global/bg-spr-form-inputs.png') no-repeat -3px -3px;
	cursor: pointer;
	overflow:hidden;
}

#customSelectDest .wrap{
	position: relative;
	width: 205px;
	background: #F5F5F5;
	margin-top: -26px;
	overflow: hidden;
}

#customSelectDest .current{
	padding: 7px 9px 8px;
	border-bottom: 2px solid #FFF;
	color: #666;
	margin-bottom: 15px;
	line-height: 12px;
}

#customSelectDest dl{ padding-bottom: 15px; }
#customSelectDest dl.last{ padding-bottom: 0; }

#customSelectDest dl dt{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	padding: 0 0 7px 9px;
}

#customSelectDest dl dd a{
	display: block;
	color: #666;
	padding: 7px 9px;
	text-decoration: none;
}

#customSelectDest dl dd a:hover{
	background: #D1DAE0;
}

#customSelectDest .dest-wrap{
	width: 205px;
	max-height: 479px;
	overflow: auto;
}

#customSelectDest .jspVerticalBar{ width: 13px; background: none; }
#customSelectDest .jspTrack{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-image: url('/etc/designs/fourseasons/img/modules/booker/backgrounds/bg-dest-scroll-bar.png'); /** sprite-ref: expanded-booking-widget-smartsprite.png */
}
#customSelectDest .jspDrag{
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('/etc/designs/fourseasons/img/modules/booker/backgrounds/bg-dest-scroll-bar-pnl.png'); /** sprite-ref: expanded-booking-widget-smartsprite.png */
}

/* .mod-booker .more-options */

.ltr .mod-booker-foot .more-options{
	padding:3px 0 0 12px;
	float:left;
}
.rtl .mod-booker-foot .more-options{
	padding:3px 12px 0 0;
	float:right;
}

.mod-booker-foot .more-options a{
	color:#ccc;
	font-size:10px;
}

.ie .mod-booker-foot .more-options{
	padding-top:2px;
}

.ie .mod-booker-foot .more-options a{
	letter-spacing:-1px;
}

.mod-booker-def .more-options{
	clear:both;
	float:none;
	color:#666;
	text-align: center;
	font-size:8px;
	padding:4px 0 0 0;
	margin-bottom:16px;
	width:212px;
}
.mod-booker-booking-flow .more-options {
	width: 212px;
}
.mod-booker-def .more-options a{
	color: #007b8a;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
}

.mod-booker-def .more-options .single-room-allowed{
	display:none;
}

.mod-booker-def .more-options.hide-promo-from-user .action-promo-code,
.mod-booker-def .more-options.hide-promo-from-user .corporate-promo{
	display: none;
}

.lte8 .mod-booker-def .more-options a{font-family: Arial, Helvetica, sans-serif;}
.mod-booker-def .multiple-rooms-toogle,
.lte8 .mod-booker-def .multiple-rooms-toogle{
	white-space: nowrap;
}

.mod-booker-def .multiple-rooms-toogle-center{
	float: none;
}

/* .multiple-rooms-wrap */

.mod-booker-foot .multiple-rooms-wrap{
	position: absolute;
	top: 64px;
	width: 561px;
	display:none;
}
.ltr .mod-booker-foot .multiple-rooms-wrap{
	left: 411px;
}
.rtl .mod-booker-foot .multiple-rooms-wrap{
	right: 411px;
}

.mod-booker-def .multiple-rooms-wrap {
	overflow: hidden;
	display:none;
}
.ltr .mod-booker-def .multiple-rooms-wrap {
	float: left;
	margin: 24px 0 0 17px;
}
.rtl .mod-booker-def .multiple-rooms-wrap {
	float: right;
	margin: 24px 17px 0 0;
}

.multiple-rooms-wrap .rooms{
	border-bottom:1px solid #e5e5e5;
	margin: 0 30px 14px 0;
	padding: 0 0 6px;
	display:none;
	position:relative;
}

.rtl .multiple-rooms-wrap .rooms{
	margin: 0 0 14px 30px;
}

.lte7 .multiple-rooms-wrap .rooms{
	padding-bottom:14px;
}

.multiple-rooms-wrap .rooms-show{
	display:block;
}

.multiple-rooms-wrap .rooms-last{
	border:0;
}

.multiple-rooms-wrap .rooms-title{
	font-size:16px;
	width:96px;
	padding:4px 0 0 0;
	color:#000;
}
.ltr .multiple-rooms-wrap .rooms-title{
	float:left;
}
.rtl .multiple-rooms-wrap .rooms-title{
	float:right;
}

.multiple-rooms-wrap .rooms .remove-room-action-wrap{
	width:150px;
	height:22px;
	display:block;
	position:absolute;
	top:0;
	width:150px;
}
.ltr .multiple-rooms-wrap .rooms .remove-room-action-wrap{
	right:0;
}
.rtl .multiple-rooms-wrap .rooms .remove-room-action-wrap{
	left:0;
}

.remove-room-action-wrap.room-1 {
	display: none!important;
}

.multiple-rooms-wrap .rooms .remove-room-action{
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	height:22px;
	width:22px;
	position:absolute;
	top:0;
	background:url('/etc/designs/fourseasons/img/backgrounds/global/btn-remove-no-bg.png') no-repeat center 4px;
}
.ltr .multiple-rooms-wrap .rooms .remove-room-action{
	right:0;
}
.rtl .multiple-rooms-wrap .rooms .remove-room-action{
	left:0;
}

.ltr .multiple-rooms-wrap .num-lbl-ad {
	margin-right:30px;
}
.rtl .multiple-rooms-wrap .num-lbl-ad {
	margin-left:30px;
}

.multiple-rooms-wrap .rooms-info{
	font-size:11px;
	color:#007b8a;
	font-weight:bold;
	display:none;
}

.multiple-rooms-wrap .rooms-info .hide-toll-free{
	display:none;
}

.rtl .multiple-rooms-wrap a.add-room-action{
	padding-right: 30px;
}

.rtl .multiple-rooms-wrap p.rooms-info{
	padding-right: 30px;
}

.multiple-rooms-wrap .add-room-action{
	color: #007b8a;
	display: block;
	font-size: 10px;
	font-weight: bold;
	width: 300px;
}

.multiple-rooms-wrap .mod-cal-inner{
	height:241px;
}

.mod-booker-booking-flow .multiple-rooms-wrap .mod-cal-inner{
	height:226px;
	padding:0;
}

/* ----- Booking Flow Booker Calendar ----- */


.rtl .mod-booker-booking-flow .multiple-rooms-wrap{
	margin:0;
	float:left;
	width:515px;
}

.mod-booker-booking-flow .mod-cal-outer{
	border:none;
	margin:0;
	border:0;
}

.ltr .mod-booker-booking-flow .mod-cal-outer{
	padding: 0 0 5px 50px;
}
.rtl .mod-booker-booking-flow .mod-cal-outer{
	padding:0 50px 5px 0;
}

.mod-booker-booking-flow .mod-cal-inner{
	border:none;
	margin:0;
	padding:10px 0 0 0;
}

/* booker alert */
.booker-alert {
	display: none;
}
#colorbox .booker-alert{
	display: block;
}
.booker-alert h3.header{
	background-color: whiteSmoke;
	font-size: 14px;
	color: #333;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.booker-alert h3.header.rebrand {
	color: #686868;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.ltr .booker-alert h3.header{
	padding: 25px 40px;
}
.rtl .booker-alert h3.header{
	padding: 25px 40px;
}

.ltr .booker-alert .message-container{
	padding:20px 30px;
}
.rtl .booker-alert .message-container{
	padding:20px 30px;
}
.booker-alert p{
	font-size:13px;
	line-height:18px;
}
.booker-alert .button-holder{
	text-align:center;
	margin:20px 0 0;
}
.booker-alert .button-holder a{margin:0 30px 15px;}

/* global column layout */
.destination-selector .bk1-4-trip-planner{
	padding-bottom:0 !important;
}

/* custom booker */
.bk1-6-custom-booker .mod-booker {
	margin: 0;
}

.datepick-disable{
	position:absolute;
}

.multiple-rooms-wrap .offer-multi-room-container, .multiple-rooms-wrap .offer-multi-room-additional-help{
	display:none;
}

.multiple-rooms-wrap .offer-multi-room-additional-help.show-additional-help{
	display:inline;
}
.multiple-rooms-wrap .offer-multi-room-additional-help .additional-help{
	margin-top: 20px;
	font-size: 11px;
	font-weight: bold;
}

.multiple-rooms-wrap .offer-multi-room-additional-help.no-property-phone .property-phone-wrapper{
	display:none;
}

.mod-booker-def .configured-offline button.btn-find-rooms, .mod-booker-def .configured-offline .more-options{
	display:none;
}

.mod-booker-def .configured-online .offline-error-message{
	display:none;
}

.btn-find-rooms {
	border-radius: 0px;
	background: #007b8a;
	text-transform: uppercase;
	font-size: 12px;
	color: white;
}

#bookerWrap {
	width: 234px;
	position: absolute;
}

.booking_offline_message_wrapper{
	border: 1px solid #CCC;
	background: white;
	text-align:center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 12px;
	color:black;
}

.booking_offline_message{
	margin: 3px;
	border: 1px solid #E5E5E5;
	background-color: white;
	overflow: hidden;
	padding:50px;
}

.booking_offline_message p{
	margin-bottom: 20px;
}

.booking_offline_message .apology{
	font-family: "league-gothic-1","league-gothic-2","Arial","Helvetica",sans-serif;
	font-size: 24px;
	color: #F83729;
	text-transform: uppercase;
	text-align:center;
}

.booking_offline_message .alternate{
	font-weight: bold;
}

.booking_offline_message .phone_number{
	color:#307DA8;
}

/*
	Alternate styles for error showing in CAW
*/
.offline-error-message.system-online{
	display:none;
}

.offline-error-message.system-offline{
	display:block;
}

.booker-wrap .booking_offline_message .apology{
	font-size: 19px;
}

.booker-wrap .booking_offline_message p{
	margin-bottom: 10px;
}

.booker-wrap .booking_offline_message_wrapper{
	margin:0px;
}

.booker-wrap .booking_offline_message{
	padding:10px;
}

/*
* CSS Styles that are needed by jScrollPane for it to operate correctly.
*
* Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
* may not operate correctly without them.
*/

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* ----- Custom form elements ----- */
.fs-input{
	position: relative;
	background-repeat: no-repeat;
	background-image: url('/etc/designs/fourseasons/img/backgrounds/global/bg-spr-form-inputs.png');
	margin-bottom: 10px;
}

.fs-dd-dest{
	width: 199px;
	height: 22px;
	padding: 10px 0 0 12px;
	color: #666;
	cursor: pointer;
}

.lte6 .fs-dd-dest{
	cursor: hand;
}

.fs-date-select{
	width: 211px;
	height: 30px;
	background-position: 0 -40px;
	cursor: pointer;
}

.lte6 .fs-date-select{
	cursor: hand;
}

.fs-date-select-active{
	background-position: 0 -80px;
	width: 227px;
}

.fs-date-select .lbl{
	position: relative;
	left: auto;
	float: left;
	display: inline;
	padding: 9px 0 0 12px;
	width: 66px;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
}

.fs-date-select-active .lbl{
	color: #FFF;
}

.fs-num-pick{
	width: 45px;
	height: 22px;
	background-position: 0 -160px;
	overflow: hidden; /*FIXME*/
}
.ltr .fs-num-pick{
	margin-right: 8px;
}

.rtl .fs-num-pick{
	margin-left: 8px;
}

.rtl .fs-num-pick .val{
	float: right;
}


.fs-num-pick .val{
	width: 24px;
	text-align: center;
	padding:4px 0 0 0;
	color: #717171;
	float: left;
	border:0;
	margin:1px;
}

.lte8 .fs-num-pick .val{
	padding-top:3px;
}

.fs-num-pick ul{
	padding: 1px;
}

.caw-wrap .fs-num-pick li{
	float: left;
	width: 18px;
	height: 10px;
	overflow: hidden;
}

.fs-num-pick li a{
	display: block;
	text-indent: -9999px;
	height: 100%;
}


/*
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/



.caw-wrap ul{
	width: inherit;
	list-style: none;
}

.caw-wrap ul li {
	list-style: none;
	padding: 0;
	line-height: 12px;
	font-size: 12px;
	float: left;
}


.caw-wrap a{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


.caw-wrap input, select{
	vertical-align: middle;
}

/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages
*/
body .caw-wrap {
	font: 12px/1 Arial, Helvetica, sans-serif;
}

.caw-wrap select, .caw-wrap input, .caw-wrap textarea, button {
	font:99% sans-serif;
}


/*
	New clearfix
	Author: Jeff Starr
	http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
*/
.clearfix:after,
.cf:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.booker-alert .btn {
	display: inline-block;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #007b8a;
	border-radius: 0px;

}

.booker-alert .btn span {
	color: white;
	padding: 12px 26px 10px;
}

.booker-alert .btn-rebrand {
	font-size: 1em;
	padding: 0.5em 1.25em 0.5em;
	width: 150px;
}