
#bookingOffersTabs {
	position: absolute;
	bottom: 0;
	left:0;
	width: 540px;
	height: 130px;
	z-index: 20;
}



.sliderTab {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 540px;
	z-index: 25;
}
#bookingTab.sliderTab {
	bottom: 65px;
}
.jsHide #bookingTab.sliderTab {
	bottom: 0;
}

.sliderTab .tabKnob{
	width: 195px;
	height: 40px;
	line-height: 40px;
	display: block;
	position: absolute;
	top: -40px;
	font-weight: bold;
	background: transparent url(../images/rounded-tab.png) top left no-repeat;
}

#bookingTab.sliderTab .tabKnob{
	right: 15px;
}

#offersTab.sliderTab .tabKnob{
	right: 230px;
}

.sliderTab .tabKnob span{
	display: block;
	width: 188px;
	height: 40px;
}
#bookingTab.sliderTab .tabKnob span {
	background: transparent url(../images/calendar.gif) 160px 10px no-repeat;
}

.sliderTab .tabBox {
	overflow: hidden;
	border-top: 2px solid #fff;
	background: transparent url(../images/white-alpha-background.png) top left repeat;
	height: 65px;
	position: relative;
}

.jsHide .sliderTab .tabBox{
	height: 0;
}

#page_home #bookingOffersTabs {
	left: 230px;
}
#page_home #bookingOffersTabs, #page_home .sliderTab {
	width: 470px;
}



/*------------------- BOOKING MASK---------------*/



.date label, .choose label {
	display: block;
	font-weight: bold;
}




#date-in, #date-out {
	width: 90px;
	float: left;
	text-indent:5px;
	*width: 75px;
	*padding-left: 5px;
	margin-right: 5px;
	font-size: 1em;
	height: 19px;
	line-height: 19px;
}

#use-calendar {
	cursor: pointer;
}
.choose, .date {
	float: left;
	_display: inline;
	margin-right: 3px;
	position: relative;
}

.date {
	width: 120px;
}

.choose {
	width: 45px;
	overflow: visible;
}

#page_home .choose {
	width: auto;
}


.choose.children, #page_home .choose.children {
	width: 45px;
} 


#booking-form{
	margin: 10px 100px 10px 10px;
	float: right;
	min-width: 375px;
} 

#page_home #booking-form {
	margin: 10px 0;
}

#page_home.group #booking-form {
	width: 465px;
	*width: 475px;
	margin: 10px 0;
}

#bookingTab button {
	margin-top: 7px;
	border: none;
	width: 100px;
	height: 35px;
	background: transparent url(../images/booknowButton.png) top left no-repeat;
	text-transform: uppercase;
}


.cs-val {
	background: #ccc url(../images/dropdown-arrow.gif) 18px -1px no-repeat; ;
}



.date input {
	height: 15px;
	line-height: 15px;
	background-color: #ccc;
	border: none;
}


/* ================ FLEXFORMS =============== */

.basicForm {
	display: table; zoom: 1; /* Force block formatting context; in IE<=7, use hasLayout to achieve a non--'width soft shrink-wrapped' but otherwise similar effect to display:table */
/* control font-size in ems from outside this stylesheet; aim for 11px */
}

.basicForm,
.basicFormFieldBlock {
	width: 383px; /* narrow enough to force CAPTCHA-image to wrap down */
}

.basicFormFieldBlock {
	position: relative; zoom: 1;
	margin-bottom: 5px;
}

.basicForm .basicFormFieldBlock:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.requiredFieldMark {
	color: #ff0000;
}

.requiredFieldEmphasis {
	color: #ff0000;
}

.basicForm label,
.basicForm .noteLabel {
	margin-right: 8px;
}

.basicForm label.blockLabel,
.basicForm .noteLabel {
	display: block;
	float: left; _display: inline;
	width: 120px;
	text-align: right;
	line-height: 1.3em;
}

.basicForm label.textareaLabel {
	float: left; _display: inline;
	width: 120px;
	margin-top: 6px;
	text-align: right;
}       

.basicForm .stdLabel {
	float: left; _display: inline;
	margin-top: 6px;
	text-align: left;
}

.basicForm .stdFormBlock {
	margin-left: 128px;
}

.basicForm .checkboxlistItem {
	float: left; _display: inline;
	width: 33%;
	margin-top: 0px !important;
}

.basicForm .checkboxlistItem input {
	float: left; _display: inline;
}

.basicForm .checkboxlistItem span { /* the label text */
	display: inline;
	font-size: 0.9em;
	line-height: 100%;
	font-family: "Arial Narrow", Arial, Verdana;
	text-transform: uppercase;
}



#content p.radiobuttonListItem {
	margin: 5px 0;	
	color: #000;
}


.basicForm .smallTextarea {
	overflow: auto;
	width: 251px;
	height: 36px;
	font-size: 0.95em;
}

.basicForm .textarea {
	float: left; _display: inline;
	overflow: auto; /* Suppress IE's scrollbars */
	margin: 0;
	border: 1px solid gray;
	padding: 1px 0px 0px 2px;
	width: 251px;
	height: 50px;
	font-size: 0.95em;
	font-family: Arial;
}

.basicForm .checkbox {
	float: left; _display: inline;
	margin-top: 2px;
}

.basicForm .input,
.basicForm .select {
	float: left; _display: inline;
	margin: 0px;
	border: 1px solid gray;
	padding: 0;
	width: 160px;
	font-size: 0.95em;
}
.basicForm .input {
	padding-left: 2px;
	height: 1.3em; /* Cross-browser height is 1.23em, but (only) Fx3b5 needs 1.3em */
	padding-bottom: 2px;
}
.basicForm .select {
	padding-left: 1px;
	width: 164px; /* strange cross-browser width discrepancy except in IE8 beta 1 */
	padding-bottom: 1px;
	/* height on <select> /includes/ padding in a strange, cross-browser way */
	height: 1.67em;  /* Cross-browser height is 1.58em, but (only) Fx3b5 needs 1.67em */
} *:first-child+html .basicForm .select { /* A Bad Hack targeting current browser IE7 */
	height: 1.7em;
}
/* START hack for Opera 8 */
@media all and (min-width: 0px) {
	/* ADD styles for Opera 8 */
	.basicForm .input {
		height: 1.65em;
	}
	.basicForm .select {
		width: 158px;
	}
	/* UNDO styles for other browsers (including Op9) supporting both the
	   CSS3 'and' syntax and the CSS3 [attribute^="value"] syntax; IE7
	   supports the latter so presumably future IEs will support both */
	.basicForm .input[class^='input'] {
		height: 1.3em;
	}
	.basicForm .select[class^='select'] {
		width: 164px;
	}
} /* END Opera hack */

.basicForm .captcha-container,
.basicForm .note {
	display: block;
	float: left; _display: inline;
	width: 164px;
}

.basicForm .captcha-container {
	text-align: left;
}

.basicForm .captcha-image {
	display: inline;
	_margin-left: -3px; /* IE<=6 3-pixel jog bug */
}

.basicForm .captcha-container a {
	display: block;
	width: 160px;
}

#captcha-followup {
	clear: left;
}

.basicForm .basicFormSubmit {
	float: left; _display: inline;
	margin-left: 128px;
	margin-top: 15px;
	font-size: 0.95em;
	cursor: pointer;
}  

.basicForm .noteLabel {
	font-weight: bold;
}









/*--------------------------PUKKA PACKAGES-----------------------*/


#specialOffer {
	position: relative;
	overflow: hidden;
	width: 280px;
	height: 150px;
}
.offer {
	position: relative;
	width: 540px;
	height: 65px;
}

.offer .descrBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 540px;
	height: 50px;
	margin: 5px auto;
	text-align: center;
}

h4.offerTitle, .offerLineOne {
	display: block;
	margin: 0 5px;
	white-space: nowrap;
}
h4.offerTitle {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.1em;
}


#offersNav{
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 10;
	width: 200px;
	margin-left: -100px;
	text-align: center;
}
#offersNav a {
	padding: 0 3px;
}
#offersNav a.activeSlide{
	text-decoration: underline;
}


#page_home .offer , #page_home .offer .descrBox {
	width: 470px;
}


/*---------------GENERIC MODULES--------------*/


.moduleBody h3 {
	font-size: 1.3em;
	color: #b0b0b0;
	font-weight: normal;
}



.moduleBody .itemContent img {
	float: right;
	margin: 0 0 5px 5px;
}


.moduleBody .itemContent:after{
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

