


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

#bookingMask {
	position: relative;
}

#bookingMask label, #bookingMask button {
	color: #f2dbb2;
}

#bookingMask h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 7px;
}

#bookingMask input, #bookingMask select {
	display: block;
	
	background-color: #745b3c;
	border: 1px solid #caad7a;
	color: #fff;
}

#bookingMask input:hover {
	background-color: #9b7e57;
}

.date label, #bookingMask select {
	display: block;
}
#bookingMask select {
	border: 1px solid #caad7a;
}


.date{
	margin-bottom: 10px;
}


.date img {
	padding-top: 3px;	
}

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

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

.choose input, .choose .cs-holder {
	display: block;
}


#bookingMask button {
	clear: both;
	margin-top: 10px;
	background-color: #745b3b;
	border: 1px solid #caad7a;
	line-height:22px;
	*line-height: 18px;
	height: 22px;
	padding-bottom: 2px;
	*padding-bottom: 0;
	width: 120px;
	*width: 115px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

#bookingMask button:hover,#bookingMask button:active{
	background-color: #9b7e57;
}






/*---------CUSTOM SELECT-------*/


.cs-holder { display: inline-block; }
.cs-holder { FF2display: -moz-inline-box; }
* html .cs-holder { display:inline; zoom:1; }
* + html .cs-holder { display:inline; zoom: 1; }


.cs-holder {
	position: relative;
	overflow: visible;
	background: #745b3b url(../images/arrow-select.gif) 23px 1px  no-repeat;
	border: 1px solid #caad7a;
	color: #fff;
	width: 40px;
}

.cs-holder:hover {
	background-color: #9b7e57;
}
.cs-val {
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

.cs-options {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	cursor: pointer;
	z-index: 101;
	color: #fff;
	background-color: #745b3c;
	border: 1px solid #d7cab9;
	width: 40px;
}

.cs-option {
	position: relative;
	margin: 0;
	padding: 1px 5px;
}


#booking-form .cs-val {
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-indent: 5px;
	/* bg-image in specific.css */
}

#booking-form .cs-hover {
	background-position: 0 -20px;
}


#booking-form .cs-opt-hover {
	background-color: #978a79;
}
#booking-form .cs-selected {
	background-color: #d7cab9;
}








/* ================ 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;
}











/* BEST RATE WIDGET */
#middleBar .middleBarBox#bestRate h3 {
	margin-bottom: 5px;
}


.bestRateBox {
	height: 87px;
	width: 166px;
	margin: 0 auto;
	background: transparent url(../images/line-separator.gif) top left no-repeat;
}

#bestRateGuaranteed {
	color: #604122;
	width: 166px;
	padding-top: 9px;
	font-size: 0.8em;
	margin: 0 auto;
	text-transform: uppercase;
	background: transparent url(../images/line-separator.gif) top left no-repeat;
	text-align: left;
}


.bestRateBox .bestRateHolder {
	padding: 10px 0;
	position: relative;
}

.roomsAvailable {
	position: absolute;
	top: 7px;
	left: 0;
	color: #604122;
}

.priceBox {
	margin-top: 25px;
	font-size: 1.5em;
}
.price_unit, .price, .price_small {
	font-family: "Times New Roman", Times, serif;
	line-height: 30px;
	height: 30px;
	color: #f2dbb2;
} 

.price_unit {
	font-size: 0.9em;
	margin-left: 20px;
}

.price {
	font-size: 2.4em;
	margin-left: 0;
}

.price_small {
	font-size: 1.1em;
}

.bestRateHolder a.booking-link{
	position: absolute;
	bottom: -32px;
	*bottom: -45px;
	_bottom: -33px;
	right: 0;
	line-height: 22px;
	height: 22px;
	background-color: #745b3b;
	border: 1px solid #caad7a;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #fff;
}

.bestRateHolder a.booking-link:hover {
	background-color: #9b7e57;
}





/* PUKKA PACKAGES */

#specialOffer .cycleOffer{
	width: 390px;
	height: 140px;
	position: relative;
	overflow: hidden;
}

#specialOffer .offer{
	width: 390px;
	height: 140px;
	position: relative;
	overflow: hidden;
} 

#specialOffer .offer img{
	position: absolute;
	top: 0;
	left: 0;
	width: 194px;
	height: 140px;
}

#specialOffer .offer .descrBox{
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	height: 140px;
}

#offersNav {
	position: absolute;
	top: 0;
	right: 5px;
	height: 30px;
	line-height: 30px;
}

#offersNav a {
	padding: 0 3px;
	text-decoration: underline;
}

#middleBar #specialOffer.middleBarBox a.activeSlide{
	color: #fff;
	text-decoration: none;
}

.offer .descrBox h4 {
	font-weight: normal;
	font-size: 1.2em;
}

.offer .descrBox a.offerMore {
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background-color: #2c0028;
	font-weight: 0.9em;
}
.offer .descrBox a.offerMore:hover {
	background-color: #4c2048;
}

.offer .descrBox a.offerMore {
	right: 140px;	
}



/* PUKKA NEWS */

#newsBox .cycleNews{
	width: 194px;
	height: 140px;
	position: relative;
	overflow: hidden;
}

#newsBox .news{
	width: 194px;
	height: 140px;
	position: relative;
	overflow: hidden;
} 

#newsBox .news img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 194px;
	height: 140px;
}

#newsBox .news .descrBox{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	height: 38px;
	line-height: 19px;
	width: 184px;
	*width: 194px;
	background: transparent url(../images/menu-background.png) top left repeat;
}

#newsBox .news .descrBox h4 {
	font-weight: normal;
}

.news .descrBox a.newsMore {
	position: absolute;
	bottom: 7px;
	right: 10px;
	height: 15px;
	line-height: 15px;
	padding: 0 5px;
	font-weight: 0.9em;
}

.lang-ar .news .descrBox a.newsMore {
	right: 145px;
}

