body { scrollbar-face-color : #FFFFFF; scrollbar-highlight-color : #BFBFBF; scrollbar-3dlight-color : #FFFFFF; scrollbar-shadow-color : #BFBFBF; scrollbar-darkshadow-color : #FFFFFF; scrollbar-track-color : #F0EDEA; scrollbar-arrow-color : #818378; }


/* START general styles (applied to multiple pages) */
* {
	margin: 0px;
	padding: 0px;
}



body {	
	font-family: Arial, Helvetica, sans-serif;
}

body, #navigation, #dropdowns
{
	background-color: #0f051e;
}

li {
	display: inline;
	float: left;
}

fieldset {
	border-style: none;
}

td {
	font-size: 10px;
	color: #7F7F7F;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	line-height: 9px;
	height: 12px;
}

select  {
	font-size: 13px;
	width: 146px;
	margin: 2px 0px;
}

label {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	
	width: 150px;
	text-align: right;
	padding: 3px 15px 10px 0px;
	position: relative;
	clear: left;
}

textarea {
	float: left;
	margin: 2px 0px;
	width: 195px;
	height: 95px;
}

.general {
	width: 415px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	border-bottom: 20px solid #FFFFFF;
	padding: 69px 40px 0px 40px;
}

.general h1,
.loginMain h1 {
	font-size: 16px;
	line-height: 24px;
	color: #660066;
	padding-top: 15px;
}

.general h2 {
	font-size: 14px;
	color: #000;
	line-height: 22px;
}

.general h3 {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dotted #000000;
	padding-top: 19px;
	padding-bottom: 20px;
	color: #000;
}

.general h4 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #000;
	clear: both;
}

.general p {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-bottom: 10px;
}

.general .first {
	border-top: 1px dotted #000000;
	padding-top: 19px;
	color: #000;
}

.general .yellow {
	padding-bottom: 15px;
}

.general .pageTitle,
.loginMain .pageTitle {
	color: #660066;
	font-weight:bold;
	padding-top: 0px;
	padding-bottom: 3px;
	text-align: left;
}

#contentHolder h4 a { /* underline link */
	text-decoration: underline;
}

#contentHolder h3 a {
	color: #660066;
}

.yellow,
#registerForm .yellow  {
	color: #660066 !important;
}

.blue
{
	color: #660066 !important;
}

.gray
{
	color: #000 !important;
}

#contentHolder .gray    {
	color: #000;
	padding-top: 0px;
	padding-bottom: 15px;
}

#contentHolder .black {
	color: #000000;
}

.regular {
	font-size: 12px;
	font-weight: normal;
}
/* END general styles */

/* START general layout */
#wrapper {
	/*margin: 20px 27px 0px 27px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 970px;
	position: relative;
}

/* START header */
#header {
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	height: 110px;
	padding: 0px;
}

#header p {
	float: right;
	text-align: right;
	margin-top: 35px;

}

#header img
{
	float: left;
}

/* END header */

/* START left navigation */
#navigation {
	height: 31px;
	width: 672px;
	z-index: 1;
	top: 16px;
	position: relative;
	float: left;
	margin-left: -2px;
}

#navigation ul li
{
	margin-left: 2px;
}

#lastNavigationItem
{
	margin-left: 0px;
}

#dropdowns ul
{
	margin-top: 9px;
	margin-left: 10px;
}

#dropdowns ul li
{
	margin-left: 9px;
}

#navigation ul,
#dropdowns ul {
	list-style-type: none;
	position: absolute;
}

#navigation img {
	border-style: none;
	
}
/* END left navigation */

/* START right navigation */
#dropdowns select {
	width: 135px;
	font-size: 11px;
	margin: 2px 0px;
}

#dropdowns .buttons {
	height: 15px;
	width: 70px;
	margin-right: 1px;
	float: left;
}

#dropdowns input { /* input fileds in drop-downs */
	color: #999999;
	font-size: 11px;
	text-align: left;
	margin: 2px 0px;
	width: 138px;
}

#dropdowns {
	float: left;
	height: 31px;
	width: 300px;
	position: relative;
	z-index: 10;
	top: 16px;

}

#dropdowns img {
	border-style: none;
	float: left;
}

a.QuickSearchLink
{
	float: right;
}

.expand { /* buttons above dropdown areas */
	position: relative;
	height: 35px;
	width: 135px;
}
.dropdownAreas { /* dropdown areas general*/
	position: absolute;
	left: 40px;
	top: 20px;
	color: #FFFFFF;
}
#subscribeForm { /* dropdown area Subscribe */
	background-image: url(/includes/images/global/subscribe_bg.png);
	padding-bottom: 50px;
	font-size: 11px;
	line-height: 17px;
}

#searchForm { /* dropdown area Quick Search */
	background-image: url(/includes/images/global/quickSearch_bg.png);
	padding-bottom: 36px;
}

/* START forms in dropdown boxes */
.dropdownForms {
	background-repeat: no-repeat;
	background-position: bottom;
	width: 135px;
	padding: 5px 4px 50px;
	overflow: visible;
}

.dropdownForms  a {
	color: #FFFFFF;
	text-decoration: underline;
}
.dropdownForms  img {
	margin: 2px 0px 4px;
}

.dropdownForms  p {
	padding: 5px 0px;
	margin: 0px;
	clear:both;
}
/* END forms in dropdown boxes */

#subbar
{
	width: 970px;
	height: 5px;
	background-color: #ffbc0c;
	background-image: url('/includes/images/global/subbar.gif');
	background-repeat: repeat-x;
	z-index: 1;
	top: 16px;
	position: relative;
	float: left;
	font-size: 1px;
}

#contentHolder { /* wrapper for content */
	background-color: #FFFFFF;
	float: left;
	position: relative;
	top: -15px;
	left: 0px;
}

/* START footer */
#footer  {
	height: 25px;
	clear: both;
	font-size: 12px;
	padding: 0px;
	padding-top: 5px;
	position: relative;
}

#footer p {
	float: left;
	color: #FFCC66;
	padding-top: 4px;
	position: relative;
	top: -10px;
}

#footer a {
	text-decoration: none;
	text-transform: lowercase;
	color: #FFCC66;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer img {
	float: right;
	border-style: none;
	margin-left: 7px;
	position: relative;
	top: -10px;
}

.white {
	color: #FFFFFF;
}
/* END footer */
/* END general layout */

/* START homepage */
.homeMain { /* left side image */
	height: 408px;
	width: 495px;
	/*background-repeat: no-repeat;*/
	float: left;
	/*background-image: url(/includes/images/global/home_bg_left.jpg);*/
}

.homeSecondary {/* right side image */
	/*background-repeat: no-repeat;*/
	height: 408px;
	width: 475px;
	float: left;
	/*background-image: url(/includes/images/global/home_bg_right.jpg);*/
}

/* START text on transparent background */
#intro {
	width: 290px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(/includes/images/global/bg.png);
	padding: 20px 0px 20px 20px;
	color: #FFFFFF;
}

.intro  {
	width: 250px;
	float: left;
	padding-right: 20px;
}

#intro
{
	font-size: 10px;
}

#intro h1 {
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

#intro h2 {
	font-size: 12px;
	font-weight: normal;
}

#intro div.hoteldetails
{
	float: left;
}

#intro div.link
{
	float: right;
}

#intro div.link a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* END text on transparent background */
/* END homepage */

/* START About Us */
/* START About Us pages sub menu */
#subNavigation  {
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
	color: #CCCCCC;
}

#mainContent #subNavigation a {
	color: #CCCCCC;
	text-decoration: none;
	margin-bottom: 5px;
}

#mainContent #subNavigation a:hover {
	color: #CCCCCC;
}
/* END About Us pages sub menu */

.line { /* separation dotted line */
	border-top: 1px dotted #000000;
	clear: both;
}

.floatImg  { /* people images */
	margin: 15px 0px 15px 15px;
	float: right;
}

.inlineImg { /* other people images */
	margin-right: 10px;
	margin-top: 10px;
}

.aboutUsImage { /* right side big image */
	width: 475px;
	height: 562px;
	float: left;
	background: #FFFFFF url(/includes/images/global/about_us.jpg) no-repeat;
}

.aboutUsPeople { /* right side big image - About Us - People */
	width: 475px;
	height: 561px;
	float: left;
	background: #FFFFFF url(/includes/images/global/people.jpg) no-repeat;
}

.aboutUsTestimonials { /* right side big image - About Us - Testimonials */
	width: 475px;
	height: 561px;
	float: left;
	background: #FFFFFF url(/includes/images/global/testimonals.jpg) no-repeat;
}

.aboutUsHistory { /* right side big image - About Us - History  */
	width: 475px;
	height: 522px;
	float: left;
	background: #FFFFFF url(/includes/images/global/aboutUsHistory_bg.jpg) no-repeat;
}
/* END About Us */

/* START contact */
.contactMain { /* left side */
	width: 415px;
	float: left;
	background-color: #FFFFFF;
	color: #7F7F7F;
	border-bottom: 20px solid #FFFFFF;
	padding: 54px 40px 0px;
}

/* START contact text styling */
.contactMain h1 {
	border-top: 1px dotted #000000;
	font-size: 16px;
	padding: 15px 0px;
}

.contactMain p {
	font-size: 12px;
	margin: 10px 0px 15px;
}

#contentHolder a {
	color: #660066;
	text-decoration: none;
}

#contentHolder a:hover {
	color: #660066;
}

.normalText  
{
	color:#000;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	margin-top: 5px;
}
/* END contact text styling */

.contactImage { /* right side big image */
	width: 475px;
	height: 522px;
	float: left;
	background: #FFFFFF url(/includes/images/global/contact.jpg) no-repeat;
}

/* START Destinations */
.destinationsMain { /* left side */
/*	background: url(/includes/images/global/destinations_bg.jpg) no-repeat; removed 20070820 - the bg image is now ramdomly selected SearchBgCss.ashx */
	height: 372px;
	width: 495px;
	float: left;
	padding-top: 36px;
}

#destinationSearch { /* transparent background form */
	background-image: url(/includes/images/global/bg.png);
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 455px;
	padding: 10px 20px 20px 20px;
	margin:-5px 0 0 0;
}

#destination { /* select boxes */
	width: 146px;
	float: left;
	padding: 10px 35px 0px 0px;
	font-size: 10px;
}

#accommodation { /* accomodation and flight ckeckboxes */
	width: 141px;
	float: left;
	padding: 10px 20px 0px 0px;
}

#holidayType {/* holiday type checkboxes */
	width: 112px;
	float: left;
	padding-top: 10px;
	font-size: 10px;
}

/* START destinations - left side text styling */
#destinationSearch h1   {
	color: #FFFFFF;
	display: block;
	border-bottom: 1px dotted #FFFFFF;
	font-size: 12px;
	line-height: normal;
	padding: 5px 0px 3px;
}

#destinationSearch h2   {
	color: #FFFFFF;
	display: block;
	padding-bottom: 5px;
	padding-top: 0px;
	font-size: 12px;
	font-weight: bold;
}

#destinationSearch p    {
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
	margin: 0px;
	padding: 0px;
	display: inline;
}
/* END destinations - left side text styling */

/* START form elments */
#destinationSearch input  {
	position: relative;
	height: 16px;
	width: 16px;
	display: inline;
	padding: 0px;
	margin: 1px 3px 0px 0px;
	top: 2px;
}

#destinationSearch input.noscript-button  {
	height: auto;
	width: auto;
}

#destinationSearch select {
	font-size: 11px;
}

span.noresults { color:#7F7F7F; }
/* END form elements */

.clear {
	clear: both;
}


.destinationsSecondary { /* right side */
	background-color: #FFFFFF;
	height: 346px;
	width: 435px;
	float: left;
	padding: 46px 20px 10px;
}

.destinationsSecondary h1 { /* right side title */
	font-size: 12px;
	font-weight: bold;
	color: #7F7F7F;
	line-height: normal;
	padding: 5px 0px 3px;
	border-bottom: 1px dotted #000000;
}

.destinationsSecondary h2 
{
	color:#000;
	font-weight:bold;
	font-size: 12px;
	margin-bottom: 15px;
	clear: both;
}

#displayResults { /* results box */
	height: 100%;
	overflow: auto;
	margin-top: 9px;
}

.destDisplayResults /* Hack to max the destination results to full height. */
{
	height: 90% !important;
}

.results .hotelImg    {
	margin: 0px 10px 10px 0px;
	float: left;
	border: none;
}

.results h1   { /* results title */
	color: #660066;
	line-height: 14px;
	margin-bottom: 10px;
	border-style: none;
	
}
.results p   {
	font-size: 10px;
	line-height: 12px;
	color: #000;
	margin-bottom: 10px;
	padding: 0px 10px 0px  0px;
}

.results table tr td {color:#000;}

#contentHolder .results a   {
	color: #660066;
	text-decoration: none;
}

.delimiter  { /* delimiter line */
	border-top: 1px dotted #000000;
	border-bottom-style: none;
	padding-bottom: 9px;
	clear: both;
}
/* END Destinations */

/* START Special Offers */
.specialOffersMain { /* left side */
	background: no-repeat;
	height: 372px;
	width: 495px;
	float: left;
	padding-top: 36px;
	overflow: hidden;
}

#protection { /* Atol logo */
	width: 335px;
	margin-top: 2px;
	padding: 10px 80px;
	background: url(/includes/images/global/atol_bg.png) no-repeat;
	height: 55px;
	overflow: visible;
	color: #FFFFFF;
	font-size: 10px;
}
/* END Special Offers */

/* START Destination Info */
.destinationsInfoImage { /* right side big image */
	height: 562px;
	width: 435px;
	float: left;
	padding: 46px 20px 10px;
	background: url(/includes/images/global/destinationsInfo_bg.jpg) no-repeat;
}

.destinationsInfoSecond { /* right side */
	width: 435px;
	float: right;	
	padding: 46px 20px 10px;
	color: #7F7F7F;
	font-weight: bold;	
	border-bottom: 20px solid #FFFFFF;
	position: relative;
}

.destinationsInfoMain { /* left side */
	width: 455px;
	float: left;
	background-color: #FFFFFF;
	padding: 54px 20px 0px;
	color: #7F7F7F;
	font-weight: bold;
	border-bottom: 20px solid #FFFFFF;
	position: relative;
}

/* START Destination Info text styling */
.destinationsInfoMain h1  {
	color: #660066;
	font-size: 16px;
	padding: 20px 0px 15px;
}

.destinationsInfoMain h2 {
	font-size: 12px;
	margin-bottom: 15px;
	clear: both;
	color: #660066;
}

.destinationsInfoMain h2 p
{
	color: #000;
}

.destinationsInfoMain h3 {
	font-size: 10px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding: 6px 0px;
}

.destinationsInfoSecond h1  {
	color: #FFCC66;
	font-size: 16px;
	padding: 20px 0px 15px;
}

.destinationsInfoSecond h2 {
	font-size: 12px;
	margin-bottom: 15px;
	clear: both;
}
.destinationsInfoSecond h3 {
	font-size: 10px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding: 6px 0px;
}

#contentHolder h3 a.breadcrumb
{
	color: #000;
}

.destinationsInfoMain p {
	font-size: 10px;
	padding-bottom: 10px;
}

.DestinationInfoText
{
	clear: both;
}

.destinationsInfoMain .DestinationInfoText p
{
	font-size: 12px;
	font-weight: normal;
}

.destinationsInfoSecond p {
	font-size: 10px;
	padding-bottom: 10px;
}
/* END Destination Info text styling */

.column {
	float: left;
	width: 200px;
	padding-right: 17px;
}

.infoBlocks { /* the 6 info text blocks */
	border-style: none;
	display: block;
	color:#000;
}

.destinationsInfoMain .enquiryHotel { /* online enquiry block */
	font-size: 12px;
	margin: 0px 0px;
	padding-top: 10px;
	border: 0px;
	border-top: 1px dotted #000000;
	float: left;
	width: 240px;
		
}

.destinationsInfoMain .enquiry { /* online enquiry block */
	font-size: 12px;
	margin: 10px 0px;
	padding-top: 10px;
	border: 0px;
	width: 240px;
		
}

.destinationsInfoMain .enquiryHotel a, .destinationsInfoMain .enquiry a
{
	border: 0px;
	text-decoration: none;
}

.destinationsInfoMain .enquiryHotel a img, .destinationsInfoMain .enquiry a img
{
	border: 0px;
}

.destinationsInfoMain .underline { /* hotel recommendations title */
	border-bottom: 1px dotted #000000;
	width: 455px;
	float: left;
	margin-bottom: 10px;
	padding: 5px 0px 3px;
}

.destinationsInfoMain .short {
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000000;
	width: 355px;
	float: left;
	margin-bottom: 10px;
}

#recommendations { /* hotel recommendations box */
	width: 455px;
	clear: both;
	float: left;
	padding-bottom: 15px;
}
#contentHolder .noScroll  {
	width: 355px;
}
#recommendations a
{
	color: #660066;
}

#listHotels { /* hotel box */
	width: 355px;
	overflow: auto;
	height: 300px;
	padding-right: 100px;
}

#recommendations  img { /* hotel image */
	float: left;
	margin: 0px 10px 10px 0px;
	border: none;
}
/* END Destination Info */


/* START lists Info */
.listsInfoImage { /* right side big image */
	height: 562px;
	width: 435px;
	float: left;
	padding: 46px 20px 10px;
	background: url(/includes/images/global/destinationsInfo_bg.jpg) no-repeat;
}

.listsInfoSecond { /* right side */
	width: 435px;
	float: right;	
	padding: 46px 20px 10px;
	color: #7F7F7F;
	font-weight: bold;	
	border-bottom: 20px solid #FFFFFF;
	position: relative;
}

.listsInfoMain { /* left side */
	width: 455px;
	float: left;
	background-color: #FFFFFF;
	padding: 54px 20px 0px;
	color: #000;
	font-weight: bold;
	border-bottom: 20px solid #FFFFFF;
	position: relative;
}

/* START lists Info text styling */
.listsInfoMain h1  {
	color: #660066;
	font-size: 16px;
	padding: 0px 0px 15px;
}

.listsInfoMain h2 {
	font-size: 12px;
	margin-bottom: 15px;
	clear: both;
}

.listsInfoMain h3 {
	font-size: 10px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding: 6px 0px;
}

.listsInfoMain p {
	font-size: 10px;
	padding-bottom: 10px;
}

.listsInfoMain .ListInfoText p
{
	font-size: 12px;
	font-weight: normal;
}
/* END lists Info text styling */


/* START form elments */
.listsSecondary { /* right side */
	background-color: #FFFFFF;
	height: 346px;
	width: 435px;
	float: left;
	padding: 46px 20px 10px;
}

.listsSecondary h1 { /* right side title */
	font-size: 12px;
	font-weight: bold;
	color: #7F7F7F;
	line-height: normal;
	padding: 5px 0px 3px;
	border-bottom: none;
}

.listsSecondary h2 
{
	color:#000;
	font-weight:bold;
	font-size: 12px;
	margin-bottom: 15px;
	clear: both;
}

/* END lists */



/* START FAQ */
.faqImage { /* right side big image */
	height: 561px;
	width: 435px;
	float: left;
	padding: 46px 20px 10px;
	background: url(/includes/images/global/faq_bg.jpg) no-repeat;
}

.faqMain { /* left side */
	width: 415px;
	float: left;
	background-color: #FFFFFF;
	padding: 54px 40px 0px;
	color: #7F7F7F;
	font-weight: bold;
	border-bottom: 20px solid #FFFFFF;
}
/* END FAQ */

/* START hotel detail */
#hotelName { /* hotel name and icons */
	float: left;
	clear: both;
}

#hotelName img {
	float: left;
	margin-right: 8px;
	padding-top: 36px;
}

#hotelName a:hover
{
	color: #7F7F7F;
}

#hotelName h1 { /* hotel title */
	width: 200px;
	float: left;
	padding-bottom: 10px;
	margin-right: 15px;
}

#ratings { /* ratings area */
	float: left;
	clear: both;
	color:#000; 
	border-top: 1px dotted #000000;
	margin-right: 15px;
	padding: 10px 0px 20px;
}
#ratings table tr td {color:#000;}

.destinationsInfoMain table { /* ratings table */
	width: 200px;
	float: left;

}

.destinationsInfoMain .enquirySmall { /* online enquiry box */
	float: left;
	display: inline;
	border-bottom-style: none;
	width: 240px;
	padding-bottom: 20px;
	font-size: 12px;
}



#hotelInfo { /* hotel info box */
	clear: both;
	float: left;
	height: 210px;
	overflow: auto;
	width: 455px;
	margin-bottom: 10px;
}

.hotelDetail { /* right side hotel images */
	width: 475px;
	float: left;
	padding-bottom: 10px;
}

.hotelDetail img {
	float: left;
	border-style: none;
}


#hotelThumbs {
	clear: both;
	float: left;
	width: 475px;
	overflow-x: scroll;
}

#thumbs { 
	width: 475px;
	float: left;
}
#thumbs li {margin: 0 1px 0 0 ; padding: 0; cursor: pointer;}

.arrows { 
	float: left;
}



#atol { /* Atol logo and text */
	font-size: 10px;
	color: #7F7F7F;
	padding-top: 30px;
	margin: 0px 40px;
	clear: both;
}

#atol img {
	margin: 0 15px 15px 0;
}
/* END Hotel Detail */

/* START how to book */
div.server-message-error p {
	background-color: #ef8181;
	padding: 5px;
}
div#ClientValidationSummary { background-color: #ef8181; padding: 5px; color: white; font-size: 11px; margin-bottom: 10px; }
div#ClientValidationSummary ul { background-color: #ef8181; }
div#ClientValidationSummary li { float: none; display: block; padding-left: 10px; list-style: none; }
div#ClientValidationSummary a { color: white; }


.quoteSecondary { /* right side big image */
	height: auto;
	width: 419px;
	float: left;
	padding: 36px 36px 0px 20px;
	background-color: #7f7f7f;
}

/* START form text styling */
.quoteSecondary h1,
.quoteThanks h1,
.registerSecondary h1,
.registerThanks h1 {
	color: #FFFFFF;
	display: block;
	border-bottom: 1px dotted #FFFFFF;
	font-size: 12px;
	line-height: normal;
	padding: 15px 0px 3px 0px;
	
}

#quoteRequest p,
.quoteThanks p,
#registerForm p,
.registerThanks p {
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
	float: left;
	width: 379px;
	clear: both;
}
/* END forms text styling */

/* START form fields styling */
#quoteRequest,
#registerForm {
	background-color: #7F7F7F;
	margin: 15px 0 0 0;
	padding: 20px;
	position: relative;
	width: 379px;
}

#quoteRequest
{
	padding-top: 0px;
}

.form  input {
	float: left;
	margin: 2px 0px;
	font-size: 13px;
	height: 18px;
	width: 135px;
}

.form {
	margin-bottom: 10px;
	clear: both;
	float: left;
	position: relative;
}

.form .small {
	width: 60px;
	margin-right: 5px;
}

.form .long {
	width: 198px;
}

.form .send {
	margin: 0px 0px 0px 165px;
	padding: 2px;
	height: auto;
	width: auto;
	float: left;
}

.form .loginAccount {
	height: 20px;
	width: 102px;
	margin: 20px 0px 30px 156px;
	clear: both;
	float: left;
}

.form .check  {
	float: left;
	height: 14px;
	width: 14px;
}

.checkboxText  {
	font-size: 11px;
	font-weight: normal;
	float: left;
	width: 340px;
	padding-bottom: 5px;
	padding-top: 1px;
}

.validation-failed{ background-color: #ffc0cb; }


/* END form fields styling */

#quoteRequest .sectionTitle, /* form yellow section title */
#registerForm .sectionTitle {
	float: left;
	position: relative;
	font-weight: bold;
	color: #FFCC33;
	display: block;
	padding-right: 229px;
	width: 152px; /* In Mac FF if this is 150px then the "would you like to receive" appears on 2 lines */
	text-align: right;
	margin-top: 10px;
}
/* END how to book */

/* START How to Book - Thanks */
.quoteThanks { /* right side big image */
	height: 1121px;
	width: 419px;
	float: left;
	background: url(/includes/images/global/bookThanks_bg.jpg) no-repeat;
	padding: 36px 36px 0px 20px;
}

#thanks { /* thanks box */
	margin-top: 10px;
	background-color: #7F7F7F;
	clear: both;
	float: left;
	padding: 20px 20px 10px;
}
/* END How to Book - Thanks */

/* START Links */
.linksImage { /* right side big image */
	height: 562px;
	width: 475px;
	float: left;
	background: url(/includes/images/global/links_bg.jpg) no-repeat;
}
/* END Links */

/* START Login */
.loginImage { /* right side big image */
	height: 562px;
	width: 475px;
	float: left;
	background: url(/includes/images/global/login_bg.jpg) no-repeat;
}

.loginMain { /* left side */
	width: 415px;
	float: left;
	background-color: #FFFFFF;
	padding: 69px 40px 0px;
	color: #7F7F7F;
	font-weight: normal;
	border-bottom: 20px solid #FFFFFF;
	font-size: 12px;
	text-align: center;
}

/* START Login text styling */
.loginMain h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-top: 1px dotted #000000;
	padding-top: 20px;
}

.loginMain p {
	color: #000000;
	font-size: 12px;
	padding-bottom: 20px;
	clear: both;
}
/* END Login text styling */

.loginMain label {
	color: #000000;
	font-weight: normal;
}

.leftFloat {
	float: left;
	width: 195px;
	text-align: left;
	
}

.loginMain img {
	border-style: none;
}

.loginMain  a {
	height: 20px;
	width: 102px;
	float: left;
	margin-left: 70px;
}

.general .deals {
	border-top: 1px dotted #000000;
	padding-top: 55px;
}
#loginFrame{
	background-color: #FFFFFF;
	position: absolute;
	top: 40px;
	left: 20px;
	width: 928px;
	height: 355px;
	border: 1px solid black;
}
/* END Login */

/* START Newsletter Register */
.registerSecondary { /* right side big image */
	height: 526px;
	width: 419px;
	float: left;
	background: url(/includes/images/global/register_bg.jpg) no-repeat;
	padding: 36px 36px 0px 20px;
	font-weight: bold;
}

#formButtons { /* form styling */
	padding-left: 165px;
}

#formButtons input { /* form styling */
	height: auto;
	width: auto;
	margin-right: 10px;
	float: left;
}
/* END Newsletter Register */

/* START Register Thanks */
.registerThanks { /* right side big image */
	height: 526px;
	width: 419px;
	float: left;
	background: url(/includes/images/global/registerThanks_bg.jpg) no-repeat;
	padding: 36px 36px 0px 20px;
}
/* END Register Thanks */

/* START Privacy */
.privacyImage { /* right side big image */
	height: 526px;
	width: 419px;
	float: left;
	background: url(/includes/images/global/privacy_policy.jpg) no-repeat;
	padding: 36px 36px 0px 20px;
}
/* END Privacy */

/* START Terms */
.termsImage { /* right side big image */
	height: 526px;
	width: 419px;
	float: left;
	background: url(/includes/images/global/terms_bg.jpg) no-repeat;
	padding: 36px 36px 0px 20px;
}
/* END Terms */

/* START Sitemap*/
.sitemapImage { /* right side big image */
	height: 526px;
	width: 419px;
	float: left;
	background: url(/includes/images/global/sitemap.jpg) no-repeat;
	padding: 36px 36px 0px 20px;
}

/* START lists styling */
.sitemap { 
	border-top: 1px dotted #000000;
	padding: 19px 25px 15px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	display: block;
	list-style-type: none;
}

.sitemap li {
	float: none;
	display: block;
	border-bottom: 1px dotted #000000;
	padding: 12px 0px 7px;
}

.sitemap .node {
	border-style: none;
}

.sub {
	list-style-type: none;
}

.sub li  { /* list bullets */
	font-size: 12px;
	color: #7F7F7F;
	text-decoration: underline;
	border-style: none;
	padding: 1px 0px 1px 12px;
	list-style-position: outside;
	background: url(/includes/images/global/bullet.gif) no-repeat;
	margin-left: 24px;
	background-position: 0px 3px;
}

#contentHolder .sub a {
	color: #660066;
	text-decoration: underline;
}
#contentHolder .sub a:hover, #contentHolder .sitemap a:hover
{
	color: #000;
}
/* END lists styling */
/* END Sitemap */
div.tabRow
{
	width: 455px;
	height: 34px;
	float: left;
	margin-bottom: 1px;
	margin-top: 10px;
}

div.tabRow2
{
	
	margin-top: 0px;
	position: relative;
	top: -9px;
	
}

img.tabItem
{	

	float: left;
	margin: 0px;
	padding: 0px;
	
}

img.tabLast
{
	margin-right: 0px;
}

div.tabFolders
{
	margin-top: 10px;	
	width: 450px;
}

div.tabFolders div.tabFolder
{
	display: none;
	font-size: 12px;
}

div.tabFolders div.tabFolder p
{
	font-size: 12px;
	font-weight: normal;
}

div.tabFolders div.tabFolder p.infoBlocks
{
	font-size: 10px;
	font-weight: bold;
}
div.thumbFilter
{
	
	background-color: #FDBE11;
	clear: both;
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: 12px;
	color: Black;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
	
}

div.thumbFilter div.thumbFilterLeft, div.thumbFilter div.thumbFilterRight
{
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #FDBE11;
}

div.thumbFilter div.thumbFilterLeft
{
	margin-left: 10px;
	float: left;
	padding-top: 3px;
}

div.thumbFilter div.thumbFilterRight
{
	margin-right: 10px;
	float: right;
}

div.thumbFilter div.thumbFilterRight select
{
	margin-top: 2px;
}

div.thumbFilter div.thumbFilterRight div.thumbFilterText
{
	padding-top: 4px;
	margin-right: 3px;
	float: left;
}

div.ReviewInfo
{
	float: left;
	color:#660066;
}

div.ReviewRating
{
	float: right;
	color:#660066;
}

p.ReviewText
{
	margin-top: 3px;
	font-weight: normal;
	color:#000;
}

div.SpecialOfferDate
{
	font-weight: normal;
	color:#660066;	
}

div.SpecialOfferTitle
{
	font-weight: bold;
}

p.SpecialOfferText
{
	margin-top: 3px;
	font-weight: normal;
}

.hotelRecommendsDestination /* Hack for the destination page */
{
	height: 100%;
}