/*
Colours:
	color: #; - 
	color: #; - 
	color: #; - 
	color: #; - 
	color: #; - 
*/

/*
NOTES
3 styles max for single line.

*/


/***** DEFAULTS *****/

#QA_site {
	position: fixed;
	top: 5px;
	left: 0px;
	display: block;
	width: 100%;
	z-index: 100;
	height: 20px;
	background-color: #FFFF00;
	color: #000000;
	text-align: center;
	font-size: 1em;
	padding: 5px 0 0 0;
	border-bottom: #000 1px solid;
	border-top: #000 1px solid;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
	cursor: pointer;
}

html {min-height: 101%;}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
	width: 100%;
	z-index: 0;
	background: url(/booking/assets/images/booking/header_back.gif) repeat-x;
}

a:link {color: #0000FF;	text-decoration: underline;	outline: none;}
a:visited {color: #0000FF; text-decoration: underline; outline: none;}
a:hover {color: #0000FF; text-decoration: none;	outline: none;}
a:active {color: #0000FF; text-decoration: underline; outline: none;}

h1, h2, h3, h4 {
	color: #333333;
	font-size: 2.0em;
	margin: 0 0 10px 0;
	padding: 0;
}

	h2 {font-size: 1.8em;}
		h2.child {font-size: 1.4em; font-weight: bold;}
		h2.category {
			float: left;
			display: inline;
			width: 680px;
			border-bottom: 1px solid #cccccc;
		}

	h3 {font-size: 1.6em;}
	h4 {font-size: 1.4em;}

p, p.small {
	color: #000000;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
	p.small {font-size: 1.0em; margin: 0 0 6px 0;}
	p span {color:#666666;}

ul {margin: 10px; padding: 0;}
	ul li {margin: 0 0 0 17px; padding: 0;}

ol {margin: 10px; padding: 0; list-style: decimal inside;}
	ol li {padding: 0;}

form, input, img {margin: 0px; padding: 0px;}
	img {border: none;}

textarea {font-family: Arial, Helvetica, sans-serif;}

hr {height: 1px; color: #333333; border: 1px #333333 dashed;}

.hidden {display:none;}


/***** STRUCTURE *****/

/* Centred Structure */

#main_hold { top: 0px; width: auto; margin: auto;}
  
#outter_wrapper {
	position: relative;
	width: 800px;
	margin: auto;
	padding: 0;
	z-index: 0;
}

#inner_wrapper {
	position: relative;
	top: 0px;
	width: 800px;
	margin: auto;
}

#content_hold {
	float: left;
	display: inline;
	position: relative;
	width: 800px;
	height: auto;
	margin: 152px 0 0 0;
	padding: 0;
	z-index: 100000;
}

/***** HEADER *****/

#header {
	position: absolute;
	top: 0px;
	width: 770px;
	height: 152px;
	margin: 0;
	padding-left:15px;
	padding-right:15px;
}

#header span { display:none; }

#header a.header01 { background-image:url(../assets/images/booking/header_menu_01.gif); width:75px; height:42px; display:inline-block; margin:0px; padding:0px; float:left; }
#header a.header01:hover { background-image:url(../assets/images/booking/header_menu_01_ovr.gif); }

#header a.header02 { background-image:url(../assets/images/booking/header_menu_02.gif); width:122px; height:42px; display:inline-block; margin:0px; padding:0px; float:left; }
#header a.header02:hover { background-image:url(../assets/images/booking/header_menu_02_ovr.gif); }

#header a.header03 { background-image:url(../assets/images/booking/header_menu_03.gif); width:100px; height:42px; display:inline-block; margin:0px; padding:0px; float:left; }
#header a.header03:hover { background-image:url(../assets/images/booking/header_menu_03_ovr.gif); }

#header a.header04 { background-image:url(../assets/images/booking/header_menu_04.gif); width:98px; height:42px; display:inline-block; margin:0px; padding:0px; float:left; }
#header a.header04:hover { background-image:url(../assets/images/booking/header_menu_04_ovr.gif); }

#header a.header05 { background-image:url(../assets/images/booking/header_menu_05.gif); width:105px; height:42px; display:inline-block; margin:0px; padding:0px; float:left; }
#header a.header05:hover { background-image:url(../assets/images/booking/header_menu_05_ovr.gif); }

#header a.header06 { background-image:url(../assets/images/booking/header_menu_06.gif); width:112px; height:42px; display:inline-block; margin:0px; padding:0px; float:left; }
#header a.header06:hover { background-image:url(../assets/images/booking/header_menu_06_ovr.gif); }

#header a.header07 { background-image:url(../assets/images/booking/header_menu_07.gif); width:158px; height:42px; display:inline-block; margin:0px; padding:0px; float:left; }
#header a.header07:hover { background-image:url(../assets/images/booking/header_menu_07_ovr.gif); }





#header_col01, #header_col02 {
	float: left;
	display: inline;
	width: 200px;
	height: 100px;
	margin: 0;
	padding: 0;
}

	#header_col02 {width: 600px;}


#logo {
	float: left;
	display: inline;
	width: 200px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#top_nav { 
	float: right;
	display: inline;
	width: auto;
	height: 20px;
	margin: 10px 0 0 0;
	padding: 0;
}

	ul.top {
		float: left;
		display: inline;
		position: relative;
		width: auto;
		height: 20px;
		list-style: none;
		margin: 0;
		padding: 0;
		background: none;
	}
	
		ul.top li {
			float: left;
			display: inline;
			clear: none;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		/*ul.top li a span {display: none;}*/
	
			ul.top li a:link, ul.top li a:visited, ul.top li a:active,  ul.top li span {
				float: left;
				display: inline;
				width: auto;
				height: 20px;
				text-align: center;
				margin: 0; 
				padding: 0 5px 0 5px;
				text-decoration: none;
			}
			
				ul.top li a:hover {text-decoration:underline;}
				

				/*ul.top li span {display: none;}*/


			/**** Repeat the below for however many buttons the primary navigation has ****/
			/**** ul.top li.home, ul.top li.home a:link, ul.top li.home a:visited, ul.top li.home a:active {width: 46px; background:url(/booking/assets/images/page/top_nav_home.gif) top left no-repeat;}
						ul.top li.home a:hover, ul.top li.home a.active { background:url(/booking/assets/images/page/top_nav_home_ovr.gif) top left no-repeat;} ****/


#header_search { 
	float: right;
	display: inline;
	position: relative;
	clear: both;
	width: 210px;
	height: 40px;
	margin: 0;
	padding: 0;
}

#header_search label {float:left; margin: 0; padding:0;}

#header_search input.search, #header_search input.search_go { 
	float: left; 
	width: 178px; 
	height: 15px; 
	font-size: 1.2em;
	color: #FFFFFF; background: #000000; 
	border: none;
	margin: 2px; 
	padding: 2px; 
}

	#header_search input.search_go { 
		width: 24px;
		height: 19px;
		cursor: pointer;
		margin: 2px 0 2px 0;
		padding:0;
	}

#header_search input.search:focus {color: #000000; background: #cccccc;}

#primary_nav { 
	float: right;
	display: inline;
	position: relative;
	width: 700px;
	height: 30px;
	margin: 0;
	padding: 0;
}

	ul.primary {
		float: left;
		display: inline;
		position: relative;
		width: 700px;
		height: 30px;
		list-style: none;
		margin: 0;
		padding: 0;
		background: none;
	}
	
		ul.primary li {
			float: left;
			display: inline;
			position: relative;
			clear: none;
			list-style: none;
			margin: 0;
			padding: 0;
			background: none;
		}
		
		/*ul.primary li a span { display: none; }*/
	
			ul.primary li a:link, ul.primary li a:visited, ul.primary li a:active {
				float: left;
				display: inline;
				position: relative;
				width: 100px; /* Give the links a default width if more than one of the buttons have the same value, otherwise remove */
				height: 30px;
				line-height: 30px;
				color: #FFFFFF;
				text-align: center;
				margin: 0; 
				padding: 0;
				text-decoration: none;
				background: #000000;
			}
			
				ul.primary li a:hover { text-decoration:underline; color: #000000; background: #cccccc;}
				
				ul.primary li.pipe {display: none;}


/* ------------ booking tabs ------------ */

#booking_nav { 
	float: right;
	display: inline;
	position: relative;
	width: 700px;
	height: 30px;
	margin: 0;
	padding: 0;
}

	ul.booking {
		float: left;
		display: inline;
		position: relative;
		width: 730px;
		height: 30px;
		list-style: none;
		margin: 0;
		padding: 0;
		background: none;
	}
	
		ul.booking li {
			float: left;
			display: inline;
			position: relative;
			clear: none;
			list-style: none;
			margin: 0;
			padding: 0;
			background: none;
		}
		
			ul.booking li a:link, ul.booking li a:visited, ul.booking li a:active {
				float: left;
				display: inline;
				position: relative;
				width: 124px; /* Give the links a default width if more than one of the buttons have the same value, otherwise remove */
				height: 34px;
				line-height: 30px;
				color: #FFFFFF;
				text-align: center;
				margin: 0; 
				padding: 0;
				text-decoration: none;
				background: #000000;
			}
				ul.booking li a:hover { text-decoration:underline; color: #000000; /*background: #cccccc;*/}	
				ul.booking li.pipe {display: none;}


ul.booking li.link1, ul.booking li.link1 a:link, ul.booking li.link1 a:visited, ul.booking li.link1 a:active {background:url(/booking/assets/images/booking/btn_browse_off.gif) top left no-repeat; line-height:120px; font-size:0px; overflow:hidden;  }
				ul.booking li.link1 a:hover, ul.booking li.link1 a.active {background:url(/booking/assets/images/booking/btn_browse_on.gif) top left no-repeat; } 

ul.booking li.link2, ul.booking li.link2 a:link, ul.booking li.link2 a:visited, ul.booking li.link2 a:active {background:url(/booking/assets/images/booking/btn_search_off.gif) top left no-repeat; line-height:120px; font-size:0px; overflow:hidden; }
				ul.booking li.link2 a:hover, ul.booking li.link2 a.active {background:url(/booking/assets/images/booking/btn_search_on.gif) top left no-repeat;} 

ul.booking li.link3, ul.booking li.link3 a:link, ul.booking li.link3 a:visited, ul.booking li.link3 a:active {background:url(/booking/assets/images/booking/btn_yourbooking_off.gif) top left no-repeat; line-height:120px; font-size:0px; overflow:hidden; }
				ul.booking li.link3 a:hover, ul.booking li.link3 a.active {background:url(/booking/assets/images/booking/btn_yourbooking_on.gif) top left no-repeat;} 
				
ul.booking li.link4, ul.booking li.link4 a:link, ul.booking li.link4 a:visited, ul.booking li.link4 a:active {background:url(/booking/assets/images/booking/btn_vouchers_off.gif) top left no-repeat; line-height:120px; font-size:0px; overflow:hidden; }
				ul.booking li.link4 a:hover, ul.booking li.link4 a.active {background:url(/booking/assets/images/booking/btn_vouchers_on.gif) top left no-repeat;} 

/* ------------------------------------------------------------ */





			/**** Repeat the below for however many buttons the primary navigation has ****/

/***		ul.primary li.link1, ul.primary li.link1 a:link, ul.primary li.link1 a:visited, ul.primary li.link1 a:active {background:url(/booking/assets/images/nav/image_name.gif) top left no-repeat;}
				ul.primary li.link1 a:hover, ul.primary li.link1 a.active {background:url(/booking/assets/images/nav/image_name_ovr.gif) top left no-repeat;} ****/



/***** FOOTER *****/
/*
#footer {
	position: relative;
	clear: both;
	width: 800px;
	height: 100px;
	margin: auto;
	padding: 0;
	z-index: 20;
	text-align: center;
}

	#footer ul {
		float: left;
		display: inline;
		position: relative;
		width: 900px;
		height: auto;
		list-style: none;
		margin: 10px 0 0 0;
		padding: 0;
	}
	
		#footer ul li {
			float: left;	
			display: inline;
			clear: none;
			height: 12px;
			list-style: none;
			margin: 0;
			padding: 0;
		}

			#footer ul li a:link, #footer ul li a:visited, #footer ul li a:active {
				float: left;
				display: inline;
				height: 12px;
				margin: 0; 
				padding: 0;
				text-decoration:none;
			}

			#footer ul li a:hover { text-decoration:underline;}

			#footer ul li span {display: none;}
			#footer ul li.pipe {width: 6px; cursor:default; background:url(/booking/assets/images/page/footer_pipe.gif) top left no-repeat;}*/

/*			#footer ul li.terms, #footer ul li.terms a:link, #footer ul li.terms a:visited, #footer ul li.terms a:active {width: 104px; background:url(/booking/assets/images/page/footer_tnc.gif) top left no-repeat;}
				#footer ul li.terms a:hover, #footer ul li.terms a.active { background:url(/booking/assets/images/page/footer_tnc_ovr.gif) top left no-repeat;}

			#footer ul li.privacy, #footer ul li.privacy a:link, #footer ul li.privacy a:visited, #footer ul li.privacy a:active {width: 70px; background:url(/booking/assets/images/page/footer_pp.gif) top left no-repeat;}
				#footer ul li.privacy a:hover, #footer ul li.privacy a.active { background:url(/booking/assets/images/page/footer_pp_ovr.gif) top left no-repeat;}*/


/**** BODY structure ****/

#breadcrumbs {
	float: left;
	display: inline;
	width: 768px;
	height: 18px;
	margin: 0 0 18px 0; 
	padding: 3px 0 0 32px;
	color: #a29175;

}



a.breadcrumbs:link {color: #a29175; text-decoration: underline; outline: none; }
a.breadcrumbs:visited {color: #a29175; text-decoration: underline; outline: none; }
a.breadcrumbs:hover {color: #5f1f27; text-decoration: none; outline: none; }
a.breadcrumbs:active {color: #a29175; text-decoration: underline; outline: none; }


#column01, #column02, #column_fullwidth {
	float: left;
	display: inline;
	width: 198px;
	height: auto;
	margin: 0 0 20px 0; 
	padding: 0 0 10px 0;
}

	#column02 {float: right; width: 680px; padding: 10px;}
		#column02 ul li { font-size: 1.2em;}

	#column_fullwidth {width: 740px; padding:0px 30px 30px 30px;}


/**** HOMEPAGE ****/

div.slideshow, #smx_flash {
	float: left;
	display: inline;
	width: 500px;
	height: 300px;
	margin: 0 10px 10px 0; 
	padding: 0;
}

	#smx_flash {width: 370px; height: 300px; margin: 0 0 10px 0; background-color: #999999;}

#welcome, #panel_news, #panel_events {
	float: left;
	display: inline;
	width: 360px;
	height: 300px;
	margin: 0 10px 10px 0; 
	padding: 5px;
	background-color: #999999;
}

	#panel_news {width: 235px;}
	#panel_events {width: 235px; margin: 0 0 10px 0;}

		div.panel_row {
			float: left;
			display: inline;
			width: 235px;
			height: auto;
			margin: 0 0 10px 0; 
			padding: 0;
		}		
		
/* Booking elements */

.booking_panel { width:740px; }

.booking_panel a:link {color: #5f1f27;	text-decoration: underline;	outline: none;}
.booking_panel a:visited {color: #5f1f27; text-decoration: underline; outline: none;}
.booking_panel a:hover {color: #5f1f27; text-decoration: none;	outline: none;}
.booking_panel a:active {color: #5f1f27; text-decoration: underline; outline: none;}




.booking_tabs { width:740px; height:34px; background-image:url(/booking/assets/images/booking/booking_tabs_back.gif); }
.booking_tabs_required { width:740px; height:34px; background-image:url(/booking/assets/images/booking/booking_tabs_back_required.gif); }
.booking_header { display:inline-block; width:740px; height:10px; background-image:url(/booking/assets/images/booking/booking_header.gif); background-repeat:no-repeat; margin:0px; padding:0px; float:left; line-height:0px; }

.booking_header_map { display:inline-block; width:740px; height:10px; background-image:url(/booking/assets/images/booking/booking_header_map.gif); background-repeat:no-repeat; margin:0px; padding:0px; font-size:0.3em; }


/* light text #a29175 */
/* mid text #8c7554 */
/* dark text #5f1f27 */



/* light dash #d9c8ad*/
/* light back #f7f4ef */
/* light table header ebe6dd */

.booking_content { color:#a29175; width:734px; background-image:url(/booking/assets/images/booking/booking_back.gif); min-height:200px; padding:0px 3px 0px 3px; font-family:Georgia, "Times New Roman", Times, serif; background-color:#f1f1f1; overflow:hidden; display:inline-block; }
.booking_content h1 { color:#a29175; font-size:2.1em; padding:8px 0px 0px 0px; }
.booking_content h1 span { font-size:0.8em; }
.booking_content input, .booking_content select { color:#8c7554; }


.booking_content a#one,
.booking_content a#two,
.booking_content a#three,
.booking_content a#four
{ text-decoration:none; }


.booking_footer01 { width:740px; height:11px; background-image:url(/booking/assets/images/booking/booking_footer.gif); }
.booking_footer02 { width:740px; height:18px; background-image:url(/booking/assets/images/booking/booking_footer02.gif); }

p.booking_divider_01 { width:734px; height:13px; background-image:url(/booking/assets/images/booking/booking_divider_01.gif); padding:0px; margin:0px;  }
img.map_right { float:right; }
input.text_input01 { width:65px; }

/* Search Row */
.form_row01 { border-bottom:1px dashed #d9c8ad; height:39px; padding:20px 14px 0px 10px; display:block; }
.form_row01 label { font-size:1.6em; font-weight:bold; width:100px; display:inline-block; padding:0px 6px 0px 10px;  }
.form_row01 label.second { padding:0px 6px 0px 40px; }
.form_row01 label.required { background:url(/booking/assets/images/booking/asterix.gif) no-repeat; }
.form_row01 label.required2 { background:url(/booking/assets/images/booking/asterix.gif) 30px no-repeat; }




.form_row01 input { padding-right:0px; display:inline-block; text-align:left; height:16px;  }
.form_row01 label.auto { width:auto; padding:0px 10px 0px 10px; }

.form_row01 select { width:auto; margin-right:5px; }
.form_row01 label.rooms { width:auto; padding:0px 6px 0px 110px; }
.form_row01 label.length { width:auto; padding:0px 6px 0px 10px; margin-left:30px; }
.form_row01 div.calendar1 { padding-right:25px; display:inline-block; margin-top:-10px; width:33px; height:33px; position:absolute; }
/*.form_row01 div.calendar_spacer { padding-right:5px; display:inline-block; margin-top:-10px; width:33px; height:33px; position:relative; background-color:#39C; }*/


.form_row01 input.calendar1 { background-color:#966; width:33px; height:22px; border:0px; margin-top:-2px; padding:0px;background-image:url(/booking/assets/images/booking/calendar_icon2.gif); line-height:0px; text-indent:-9999px; cursor:pointer; margin-right:5px; }

/* Search Row variant 2 - shaded */
.form_row02 { border-bottom:1px dashed #d9c8ad; height:39px; padding:20px 14px 0px 10px; background-color:#f7f4ef; }
.form_row02 label { font-size:1.6em; font-weight:bold; width:146px; display:inline-block; padding:0px 6px 0px 10px; }
.form_row02 label.auto { width:auto; padding:0px 6px; }
.form_row02 select { width:auto;  }
.form_row02 select.full_length { width:546px; }

/* Search Row variant 3 */
.form_row03 { height:39px; padding:20px 14px 0px 0px; }
.form_row03 label { font-size:1.6em; font-weight:bold; width:100px; display:inline-block; padding:0px 6px 0px 10px; }
.form_row03 label.second { padding:0px 6px 0px 40px; }
.form_row03 label.auto { width:auto; padding:0px 10px 0px 10px; }
.form_row03 div.calendar1 { padding-right:5px; display:inline-block; background-color:#0C6; margin-top:-10px; width:33px; height:33px; position:absolute; }
.form_row03 input.calendar1 { background-color:#966; width:33px; height:22px; border:0px; margin-top:-2px; padding:0px;background-image:url(/booking/assets/images/booking/calendar_icon.gif); line-height:0px; text-indent:-9999px; cursor:pointer;  margin-right:55px; }
.form_row03 label.no_padding { padding-left:0px;  }

/* package row 1 */
.package_row01 { height:29px; padding:10px 14px 0px 0px; }
.package_row01 label { font-size:1.6em; font-weight:bold; width:100px; display:inline-block; padding:0px 6px 0px 10px; }
.package_row01 label.second { padding:0px 6px 0px 40px; }
.package_row01 label.auto { width:auto; padding:0px 10px 0px 10px; }
.package_row01 div.calendar1 { padding-right:5px; display:inline-block; background-color:#0C6; margin-top:-10px; width:33px; height:33px; position:absolute; }
.package_row01 input.calendar1 { background-color:#966; width:33px; height:22px; border:0px; margin-top:-2px; padding:0px;background-image:url(/booking/assets/images/booking/calendar_icon.gif); line-height:0px; text-indent:-9999px; cursor:pointer; margin-right:5px; }
.package_row01 label.no_padding { padding-left:0px; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.package_row02 { margin:0px 20px; padding:18px 0px 20px 0px; border-bottom:1px solid #d9c8ad; color:#5f1f27; font-weight:bold; display:inline-block; width:652px; }
.package_row02 .right_block { width:538px; float:right; }
.package_row02 .right_block h2 a { text-decoration:none;}


.package_row02 a.more:link,
.package_row02 a.more:visited,
.package_row02 a.more:hover,
.package_row02 a.more:active { width:86px; height:24px; display:block; background:url(/booking/assets/images/booking/btn_more.gif) no-repeat; line-height:0px; text-indent:-9999px; cursor:pointer; border:none; position:absolute; margin:74px 10px 10px 440px;  padding:0px; }
.package_row02 a.more:hover { background:url(/booking/assets/images/booking/btn_more_over.gif) no-repeat; }






/* Promo code row */
.form_row04 { margin:0px 20px; padding:12px 0px 12px 0px; border-top:1px solid #d9c8ad; border-bottom:1px solid #d9c8ad; display:inline-block; width:692px; }
.form_row04 label { font-size:1.6em; font-weight:bold; display:inline-block; padding:0px 10px 0px 0px; }

.form_row04b { margin:0px 20px; padding:5px 0px 3px 0px; border-top:1px solid #d9c8ad; border-bottom:1px solid #d9c8ad; display:inline-block; width:692px; }
.form_row04b label { font-size:1.6em; font-weight:bold; display:inline-block; padding:0px 10px 0px 0px; }
.form_row04 p { font-family:Arial, Helvetica, sans-serif; color:#5f1f27; } /* error style */


/* sub total row */
.form_row05 { margin:0px 20px; padding:2px 0px 0px 0px; border-bottom:1px solid #d9c8ad; color:#5f1f27; font-weight:bold; display:inline-block; width:692px; }
.form_row05 .right_block { width:238px; float:right; }
.form_row05 img { display:inline-block; } 
.form_row05 .right_block div { float:right; }
.form_row05 .right_block div.subtotal { width:90px; padding-top:20px; font-size:1.4em; display:inline-block; }
.form_row05 .right_block div.submoney { width:121px; padding-top:22px; font-weight:normal; font-size:1.2em; font-family:Arial, Helvetica, sans-serif; }

/* sub total row variant */
.form_row06 { margin:0px 20px; padding:2px 0px 40px 0px; border-bottom:1px solid #d9c8ad; color:#5f1f27; font-weight:bold; display:inline-block; width:692px; }
.form_row06 .right_block { width:238px; float:right; }
.form_row06 .right_block div { float:right; }
.form_row06 .right_block div.subtotal { width:90px; padding-top:5px; font-size:1.4em; display:inline-block; }
.form_row06 .right_block div.submoney { width:121px; padding-top:7px; font-weight:normal; font-size:1.2em; font-family:Arial, Helvetica, sans-serif; }
.form_row06 h1 { color:#a29175; } /* for javascript off on send to a friend */

/* sub total row */
.form_row07 { margin:0px 20px; padding:2px 0px 0px 0px; border-bottom:1px solid #d9c8ad; color:#5f1f27; font-size:2.0em; display:inline-block; width:692px; }
.form_row07 img { float:left; }
.totalHeight { height:60px; }


/* login box row */
.login_cage { padding-left:20px; float:left; color:#FFF; }
.login_block01 { display:inline-block; width:320px; background-color:#807660; margin:10px 9px 10px 0px; overflow:hidden; float:left; padding:11px; height:245px; }
.login_block01 h2 { color:#FFF; border-bottom:1px solid #fff; padding:0px 0px 10px 0px; }
.login_block01 h3 { color:#FFF; font-size:1.3em; padding-bottom:5px; }
.login_block02 { background-color:#66474b; }
.login_block02 p { color:#FFF; background-color:#a59395; padding:2px 4px; font-family:Arial, Helvetica, sans-serif; font-size:1.1em; width:295px; }
.login_block01 a:link {color: #fff;	text-decoration: underline;	outline: none;}
.login_block01 a:visited {color: #fff; text-decoration: underline; outline: none;}
.login_block01 a:hover {color: #fff; text-decoration: none;	outline: none;}
.login_block01 a:active {color: #fff; text-decoration: underline; outline: none;}

.login_block01 p { color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:1.1em; padding:0px; margin:0px; }


/* login rows */
.form_row08 { height:34px; padding:0px 14px 0px 0px; }
.form_row08 label { font-size:1.1em; font-weight:bold; width:120px; display:inline-block; padding:0px 6px 0px 0px; margin:0px; }
.form_row08 input { width:175px; height:20px; border:0px; margin:0px; padding:0px;}
.form_row08 input.checkbox { width:30px; margin:0px; padding:0px; height:auto; }
.form_row08 label.text_rem, .form_row08 label.text_forgot { font-size:1.0em; color:#FFF; padding:0px 0px 5px 0px; margin:0px; display:inline-block; font-weight:bold; width:130px; }
.form_row08 label.text_forgot { width:170px; }
input.text_forgot { display:inline-block; font-size:1.2em; line-height:3px; height:auto; margin:0px; margin-top:20px; width:125px; text-decoration:underline; background:none; color:#FFF; cursor:pointer; }



/* room full across banner  */
.form_row09 { padding:8px 0px 8px 20px; background-image:url(/booking/assets/images/booking/booking_divider_01.gif); margin:0px; color:#FFFFFF; font-size:2.0em; display:inline-block; width:714px;
}

/* booking rows  */
.form_row10 { padding:8px 0px 8px 20px; margin:0px; display:inline-block; width:714px;  }
.form_row10 div { display:inline-block; padding-bottom:10px;  }
.form_row10 .pclu_hold div { display:block; font-family:Arial, Helvetica, sans-serif; font-size:1.2em; color:#8c7554; width:482px; }
p.important { color:#8c7554; font-family:Arial, Helvetica, sans-serif; }


.form_row10 label { font-size:1.2em; font-weight:bold; width:105px; display:inline-block; }
.form_row10 label.second { padding-left:20px; padding-right:10px; display:inline-block; width:auto; }
.form_row10 input.second { width:295px;  }
.form_row10.radio label { font-size:1.2em; display:inline-block; padding:0px 6px 0px 10px; font-family:Arial, Helvetica, sans-serif; width:auto; font-weight:normal; }
.form_row10.radio input { padding-right:0px; display:inline-block; text-align:left; height:16px;  }
.radio div { display:inline-block; clear:left; float:left; }


.formBlock_left { padding:8px 0px 8px 0px; display:inline-block; width:345px; float:left; border-right:1px solid #bdac8e; }
.formBlock_right { padding:8px 0px 8px 15px; display:inline-block; width:331px; float:right; font-family:Arial, Helvetica, sans-serif; }

.formBlock_left div { display:block; padding-bottom:10px; }
.formBlock_left label { font-size:1.2em; width:100px; display:inline-block; padding:0px 6px 0px 0px; }
.formBlock_left input { padding-right:0px; display:inline-block; text-align:left; height:16px; width:180px;  }
.formBlock_left input.bullet { padding-right:0px; display:inline-block; text-align:left; height:16px; width:40px;  }

div.address_width select { width:210px; }
div.address_width input { width:207px; }
div.address_width select.auto { width:auto; }

.formBlock_right label { font-size:1.2em; display:inline-block; padding:0px 6px 5px 10px; float:left; width:270px; font-weight:normal; }
.formBlock_right label.intro { color:#5f1f27; display:inline-block; padding:0px 6px 5px 0px; font-weight:bold; }
.formBlock_right input { display:inline-block; text-align:left; height:16px; width:16px; clear:left; float:left;  }
label.comment { padding-left:110px; width:500px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; padding-top:12px; }
.formBlock_right div div { float:left; }

.cardDetails { border:none; width:500px; }
.cardDetails label { width:120px; }
.cardDetails input.securityNumber { width:45px; margin-right:8px; }
.cardDetails label.securityNumber { font-size:1.1em; font-family:Arial, Helvetica, sans-serif; font-weight:normal; }
select.cardType { width:184px; }










.formSendMail { width:540px; margin:0px; padding:0px; }
.formSendMail div { display:block; padding-bottom:8px; border-bottom:1px solid #fff; }
.formSendMail label { font-size:1.2em; font-weight:bold; width:240px; display:inline-block; padding:0px 6px 0px 0px; font-family:Georgia, "Times New Roman", Times, serif; text-align: left; vertical-align: top; }
.formSendMail textarea { display:inline-block; position:relative; width:230px; }
.formSendMail input { margin-bottom:1px; }
.formSendMail textarea, .formSendMail input { font-size:1.3em; font-family:Arial, Helvetica, sans-serif; color:#a29175; }


/* voucher rows  */
.package_voucher { display:inline-block; width:680px; /*min-height:473px;*/ border:6px solid #a29175; background:url(/booking/assets/images/booking/voucher_back.gif) no-repeat; margin:0px 0px 10px 0px; overflow:hidden; float:left; !important }

.voucher_block { padding:125px 0px 63px 20px; margin:0px; display:inline-block; width:692px; }
.voucher_block div { display:block; padding-bottom:10px; }
.voucher_block label { font-size:1.3em; font-weight:bold; width:52px; display:inline-block; text-align:right; }
.voucher_block input { width:400px; }
.voucher_block textarea { width:400px;  height:100px; }
.voucher_block .amount { /*font-size:7.5em;*/ margin:37px 0px 10px 0px;  }
.voucher_block .pound { width:43px; height:140px; float:left; }
.voucher_block .margin01 { margin-bottom:2px; }


.voucher_table table { margin:10px 0px 67px 52px; width:360px; font-size:1.5em; font-weight:bold; }
.voucher_table table td { border-bottom:1px solid #a29175; padding:2px 10px 2px 2px; }



.total { float:right; width:75px; padding-top:4px; }


/* voucher text rows  */
.form_row11 { padding:8px 0px 8px 20px; margin:0px; display:inline-block; width:692px; }
.form_row11 div { display:block; padding-bottom:10px; }
.form_row11 h3 { color:#a29175; }
.form_row11 label { font-size:1.2em; display:inline-block; padding:0px 30px 0px 5px; font-family:Arial, Helvetica, sans-serif; }


/*
padding-right:5px; display:inline-block; background-color:#0C6; margin-top:-10px; width:33px; height:33px; position:absolute; */


.promotext { float:left; padding-left:10px; }
.promotext p { float:left; color:#5f1f27; font-size:1.2em; font-family:Arial, Helvetica, sans-serif;  padding-top:4px; }
.promotext p.promotext { float:left; color:#a29175; font-size:1.2em; font-family:Arial, Helvetica, sans-serif;  padding-top:4px; }
.promotext label.promotext { float:none; font-size:1.2em; font-weight:normal; font-family:Arial, Helvetica, sans-serif; padding-left:0px; }
.promotext div { padding:0px 0px 5px 0px; }

.promomoney { float:right; width:128px; padding-top:4px; font-weight:normal; font-size:1.2em; font-family:Arial, Helvetica, sans-serif; }
.money { float:right; width:128px; padding-top:4px;  }





.last { border-bottom:none; }
.form_map { background:url(/booking/assets/images/booking/form_map.gif) no-repeat; border-bottom:1px dashed #d9c8ad; }
.form_map2 {  border:none; }


/* buttons */
input.search_now { width:159px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_search_now2.gif); line-height:0px; text-indent:-9999px; float:right; cursor:pointer; border:none;  }


input.back { width:109px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_back.gif); line-height:0px; text-indent:-9999px; cursor:pointer; border:none; margin:25px 0px 15px 20px; }
input.back:hover {  background:url(/booking/assets/images/booking/btn_back_over.gif); }

input.continue { width:109px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_continue.gif); line-height:0px; text-indent:-9999px;  cursor:pointer; border:none; margin:25px 20px 15px 20px; float:right; }
input.continue2 { width:109px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_continue2.gif); line-height:0px; text-indent:-9999px; cursor:pointer; border:none; margin:20px 12px 5px 20px; float:right; }
input.continue3 { width:140px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_continue3.gif); line-height:0px; text-indent:-9999px;  cursor:pointer; border:none; margin:25px 20px 15px 5px; float:right; }

input.return { width:207px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_return_over.gif); line-height:0px; text-indent:-9999px;  cursor:pointer; border:none; margin:25px 20px 15px 5px; float:right; }


input.add_basket { width:140px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_add_basket.gif); line-height:0px; text-indent:-9999px;  cursor:pointer; border:none; margin:25px 20px 15px 20px; float:right; }
input.add_basket:hover {  background:url(/booking/assets/images/booking/btn_add_basket_over.gif); }

input.add_another { width:200px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_add_another.gif); line-height:0px; text-indent:-9999px; cursor:pointer; border:none; margin:25px 0px 15px 230px;}
input.add_another:hover { background:url(/booking/assets/images/booking/btn_add_another_over.gif); }

input.select_room { width:159px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_select_room.gif); line-height:0px; text-indent:-9999px;  cursor:pointer; border:none; margin:25px 0px 15px 20px; float:right; }
input.select_package { width:159px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_select_package.gif); line-height:0px; text-indent:-9999px;  cursor:pointer; border:none; margin:25px 0px 15px 20px; float:right; }



/*input.duplicate { width:210px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_duplicate.gif); line-height:0px; text-indent:-9999px; cursor:pointer; border:none; margin:25px 0px 15px 10px; }*/
input.plus { width:18px; height:18px; display:inline-block; background:url(/booking/assets/images/booking/icon_plus.gif); line-height:0px; text-indent:-9999px; cursor:pointer; border:none; margin:0px; float:left; clear:both; }

input.go { width:43px; height:25px; display:inline-block; background:url(/booking/assets/images/booking/btn_go.gif); line-height:0px; text-indent:-9999px; cursor:pointer; border:none; margin:0px 0px 0px 8px; }
input.reload { width:63px; height:25px; display:inline-block; background:url(/booking/assets/images/booking/btn_reload.gif); line-height:0px; text-indent:-9999px; cursor:pointer; border:none; margin:0px 0px 0px 8px; }






input.edit { width:53px; height:25px; display:inline-block; background:url(/booking/assets/images/booking/btn_edit.gif); line-height:0px; text-indent:-9999px; cursor:pointer; border:none; margin:0px 0px 0px 8px; }

input.login { width:109px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_login.gif); line-height:0px; text-indent:-9999px; cursor:pointer; border:none; margin:20px 12px 5px 20px; float:right; }

input.search_now2 { width:159px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_search_now2.gif); line-height:0px; text-indent:-9999px;  cursor:pointer; border:none; margin:25px 20px 15px 20px; float:right; }

input.apply_now { width:90px; height:28px; display:inline-block; background:url(/booking/assets/images/booking/btn_apply_now.gif) 3px 3px no-repeat; line-height:0px; text-indent:-9999px; float:none; cursor:pointer; border:none; margin:0px 0px 0px 8px; }
input.apply_now:hover { background:url(/booking/assets/images/booking/btn_apply_now_over.gif) 3px 3px no-repeat; }

input.send_email { width:90px; height:28px; display:inline-block; background:url(/booking/assets/images/booking/btn_send_email.gif) 3px 3px no-repeat; line-height:0px; text-indent:-9999px; float:none; cursor:pointer; border:none; margin:0px 0px 0px 243px; }
input.send_email:hover { background:url(/booking/assets/images/booking/btn_send_email_over.gif) 3px 3px no-repeat; }



input.submit { width:90px; height:28px; display:inline-block; background:url(/booking/assets/images/booking/btn_submit.gif) 3px 3px no-repeat; line-height:0px; text-indent:-9999px; float:none; cursor:pointer; border:none; margin:0px 0px 0px 8px; }
input.submit:hover { background:url(/booking/assets/images/booking/btn_submit_over.gif) 3px 3px no-repeat; }


div.address_width input.find_address 
 { width:90px; height:28px; display:inline-block; background:url(/booking/assets/images/booking/btn_find_address.gif) 3px 3px no-repeat; line-height:0px; text-indent:-9999px; cursor:pointer; border:none; margin:0px 0px 0px 8px; padding:0px; }
input.find_address:hover { width:90px; background:url(/booking/assets/images/booking/btn_find_address_over.gif) 3px 3px no-repeat; }

input.select_postcode { width:110px; height:28px; display:inline-block; background:url(/booking/assets/images/booking/btn_select_postcode.gif) 3px 3px no-repeat; line-height:0px; text-indent:-9999px; cursor:pointer; border:none; margin:0px 0px 0px 8px; }
input.select_postcode:hover { background:url(/booking/assets/images/booking/btn_select_postcode_over.gif) 3px 3px no-repeat; }

input.dates_left { width:34px; height:28px; display:inline-block; background:url(/booking/assets/images/booking/dates_left.gif); line-height:0px; text-indent:-9999px; cursor:pointer; border:none;  }
input.dates_right { width:34px; height:28px; display:inline-block; background:url(/booking/assets/images/booking/dates_right.gif); line-height:0px; text-indent:-9999px; cursor:pointer; border:none;  }

input.btn_change { width:90px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_change.gif) 3px 3px no-repeat; line-height:0px; text-indent:-9999px; float:none; cursor:pointer; border:none; margin:0px 0px 0px 0px; }
input.btn_change:hover { background:url(/booking/assets/images/booking/btn_change_over.gif) 3px 3px no-repeat; }

input.btn_update_total { width:105px; height:27px; display:inline-block; background:url(/booking/assets/images/booking/btn_update_total.gif) 3px 3px no-repeat; line-height:0px; text-indent:-9999px; float:none; cursor:pointer; border:none; margin:0px 0px 0px 0px; }
input.btn_update_total:hover { background:url(/booking/assets/images/booking/btn_update_total_over.gif) 3px 3px no-repeat; }



input.tring { width:64px; height:26px; display:inline-block; background:url(/booking/assets/images/booking/btn_tring.gif); line-height:0px; cursor:pointer; border:none; margin:0px; padding:0px; text-indent:0px; font-size:0px;  }
input.tring:hover { background:url(/booking/assets/images/booking/btn_tring_over.gif); }
input.tring_off { width:64px; height:26px; display:inline-block; background:url(/booking/assets/images/booking/btn_tring_off.gif); line-height:0px; cursor:default; border:none; margin:0px; padding:0px; font-size:0px; color:#FFF; }

input.springs { width:64px; height:26px; display:inline-block; background:url(/booking/assets/images/booking/btn_springs.gif); line-height:0px; text-indent:-9999px; cursor:pointer; border:none; margin:0px; padding:0px; font-size:0px; }
input.springs:hover { background:url(/booking/assets/images/booking/btn_springs_over.gif); }
input.springs_off { width:64px; height:26px; display:inline-block; background:url(/booking/assets/images/booking/btn_springs_off.gif); line-height:0px; text-indent:-9999px; cursor:default; border:none; margin:0px; padding:0px; font-size:0px; }




input.henlow { width:64px; height:26px; display:inline-block; background:url(/booking/assets/images/booking/btn_henlow.gif); line-height:0px; text-indent:-9999px; cursor:pointer; border:none; margin:0px; padding:0px; font-size:0px; }
input.henlow:hover { background:url(/booking/assets/images/booking/btn_henlow_over.gif); }
input.henlow_off { width:64px; height:26px; display:inline-block; background:url(/booking/assets/images/booking/btn_henlow_off.gif); line-height:0px; text-indent:-9999px; cursor:default; border:none; margin:0px; padding:0px; font-size:0px; }

input.forest { width:64px; height:26px; display:inline-block; background:url(/booking/assets/images/booking/btn_forest.gif); line-height:0px; text-indent:-9999px; cursor:pointer; border:none; font-size:0px; }
input.forest:hover { background:url(/booking/assets/images/booking/btn_forest_over.gif); }
input.forest_off { width:64px; height:26px; display:inline-block; background:url(/booking/assets/images/booking/btn_forest_off.gif); line-height:0px; text-indent:-9999px; cursor:default; border:none; margin:0px; padding:0px; font-size:0px; }





div.buttons_block { display:block; background-color:#0F0; }

/* ------------------------- */


.booking_table { font-size:1.2em; margin-left:20px; font-family:Arial, Helvetica, sans-serif; }
.booking_table .header { background-color:#ebe6dd; font-weight:bold; font-size:1.3em; font-family:Georgia, Times, serif; }
.booking_table_slim { margin-left:0px; }
.booking_table tr.header td { background-color:#ebe6dd; height:10px; padding:7px 5px; } 
/*table.booking_table { padding:0px; }*/
.booking_table td { height:33px; padding-left:5px; padding-right:5px; }
.booking_table td.ruled { border-left:1px solid #beac8e; }
.booking_table td.venues { width:256px; }
.booking_table td.date { color:#5f1f27; }
.booking_table td.datewidth { color:#5f1f27; width:159px; text-align:center; } 
.booking_table td.ruled div { text-align:left; padding-left:36px; } 

.booking_table td.dates { font-size:0.7em; width:20px; }
.booking_table td span { color:#5f1f27; }
.booking_table td.tabletotal { color:#5f1f27; font-weight:bold; font-size:1.3em; font-family:Georgia, Times, serif; }




.booking_table td.dark_text { color:#5f1f27; }
.booking_table td.extra_padding { padding:10px 10px 10px 40px; }
.booking_table td.table_fade { background-color:#f8f6f3; }

.booking_table td.small_gift { width:48px; height:50px; background:url(/booking/assets/images/booking/small_gift_back.gif) no-repeat; margin:0px; padding:3px 0px 0px 2px; }
.booking_table td.price { width:116px; }




.lined_table td { border-bottom:1px solid #f0f1f1; }
.lined_table { margin-bottom:20px; }


.mainContent { width:692px; margin-left:20px; display:inline-block; /*border-bottom:1px solid #e5ded2;*/ /*font-size:3.3em; */}
.mainContent h1 { border-bottom:1px solid #e5ded2; height:33px; }
.mainContent, .mainContent p { /*font-family:Arial, Helvetica, sans-serif; color:#a29175; font-size:1.1em;*/ }



.searchbar01 { width:692px; height:43px; margin-left:20px; /*display:inline-block;*/ border-bottom:1px solid #e5ded2; }
.searchbar01 .search_filters { width:300px; height:23px; float:right; text-align:right; padding-top:10px; }
.searchbar01 .search_filters select { margin-left:10px; color:#5f1f27; font-size:1.2em; }
.searchbar01 .pageInformation { height:auto; }

.resultsbar { width:692px; margin-left:20px; /*display:inline-block;*/ border-bottom:1px solid #e5ded2; }
.resultsbar p { color:#8c7554; font-family:Arial, Helvetica, sans-serif; padding-top:9px; }
.resultsbar li { font-family:Arial, Helvetica, sans-serif; font-size:1.2em; color:#8c7554;  }
/* light text #a29175 */
/* mid text #8c7554 */
/* dark text #5f1f27 */

.searchbar02 { width:692px; min-height:28px; margin-left:20px;  padding-top:10px; }
.searchbar02 h3 { color:#5f1f27; }
.searchbar02 h4 { color:#a29175; font-size:1.4em; margin: 0 0 10px 0; padding: 0; }
.searchbar02 label.h4 { color:#a29175; font-size:1.2em; margin: 0 0 10px 0; padding:0; display:block; font-family:Arial, Helvetica, sans-serif; }
.searchbar02 .search_block { width:230px; float:right; text-align:right; }

.searchbar02 label { font-size:1.5em; font-weight:bold; }
.searchbar02 select { font-size:1.2em; }
.searchbar02 textarea { width:100%; height:80px;  color:#a29175; font-size:1.2em; }

.searchbar03 { width:714px; padding:5px 0px 5px 0px; border-top:1px solid #d0c8ba; border-bottom:1px solid #d0c8ba; margin:0px 0px 10px 10px ; display:inline-block; }
.searchbar03 h3 { color:#5f1f27; padding:0px 0px 0px 10px; margin:0px; }

h3.customerServices { color:#5f1f27; font-size:1.2em; padding:15px 0px 5px 0px; }

.pageInformation { width:692px; margin-left:20px; font-family:Arial, Helvetica, sans-serif; color:#a29175; font-size:1.0em; padding:5px 0px 6px 0px;  }
.pageInformation p { color:#a29175; }
.pageInformation h3 { color:#5F1F27; font-size:1.3em; font-family:Georgia,"Times New Roman",Times,serif; }
.pageInformation ul { font-size:1.2em; }
.pageInformation em { }
.pageInformation p.largerText { font-size:1.6em; font-weight:bold; }

.error_message { color:#c00; font-size:1.1em; }
.mainContent .pageInformation { margin-left:0px; }

.norule { border:0px; }
.noruleBottom { border-bottom:none; }
.border_top { border-top:1px solid #e5ded2; }
.border_top_dark { border-top:1px solid #5f1f27; }
tr.norule td { border-bottom:0px; }

.loading { float:right; padding-top:18px; }
div.swirly { padding-left:310px; padding-top:60px; padding-bottom:80px; }
br.clear { line-height:0px; clear:left; }
div.ruled { border-bottom:1px solid #beac8e; height:5px; width:712px; line-height:12px; display:block; margin:0px 10px 0px 10px; clear:left; padding-top:15px; }


img.info { float:right; position:relative; }

.package_cage { padding-left:20px; float:left; }
.package { display:inline-block; width:335px; border:1px solid #d0c8ba; background:url(/booking/assets/images/booking/package.gif); margin:0px 20px 20px 0px; overflow:hidden; float:left; }
.package img { float:left; margin:0px; display:block; overflow:hidden; border:1px solid #dfdbd2; }
.package h3 { color:#a29175; padding:11px 0px 8px 0px; margin:0px; }
.package h4 { color:#5f1f27; padding:0px 0px 13px 0px; margin:0px; font-size:1.3em; }
.package input.more { width:86px; height:24px; display:block; background:url(/booking/assets/images/booking/btn_more.gif) no-repeat; line-height:0px; text-indent:-9999px; cursor:pointer; border:none; position:absolute; margin:87px 10px 10px 115px;  padding:0px; }

.package a.more:link,
.package a.more:visited,
.package a.more:hover,
.package a.more:active { width:86px; height:24px; display:block; background:url(/booking/assets/images/booking/btn_more.gif) no-repeat; line-height:0px; text-indent:-9999px; cursor:pointer; border:none; position:absolute; margin:87px 10px 10px 115px;  padding:0px; }
.package a.more:hover { background:url(/booking/assets/images/booking/btn_more_over.gif) no-repeat; }


.package .text_block { width:213px; float:left; }
.package .image_block { float:left; padding:13px; }

.package_small_cage { padding:0px; margin:0px; padding-left:10px; float:left; }
.extra_cage { padding-bottom:15px; }

.package_small { display:inline-block; width:230px; border:1px solid #d0c8ba; background:url(/booking/assets/images/booking/package.gif) right; margin:0px 9px 10px 0px; overflow:hidden; float:left; }
.package_small img { float:left; padding:0px; margin:0px; overflow:hidden; border:1px solid #dfdbd2; }
.package_small h2 { color:#a29175; padding:0px 0px 8px 20px; margin:0px; font-size:5.0em; font-weight:normal; height:116px; line-height:80px; }
.package_small h3 { color:#a29175; padding:8px 0px 4px 0px; margin:0px; font-size:1.1em; }
.package_small h4 { color:#5f1f27; padding:0px 0px 10px 0px; margin:0px; font-size:1.1em; }
.package_small h5 { color:#a29175; padding:8px 0px 8px 0px; margin:0px; font-size:1.3em; }
.package_small input.more { width:86px; height:24px; display:inline-block; background:url(/booking/assets/images/booking/btn_more.gif) no-repeat; line-height:0px; text-indent:-9999px; cursor:pointer; border:none; position:absolute; margin:85px 10px 10px 22px; float:left; }

.package_small a.more:link,
.package_small a.more:visited,
.package_small a.more:hover,
.package_small a.more:active { width:86px; height:24px; display:block; background:url(/booking/assets/images/booking/btn_more.gif) no-repeat; line-height:0px; text-indent:-9999px; cursor:pointer; border:none; position:absolute; margin:85px 10px 10px 22px;  padding:0px; }
.package_small a.more:hover { background:url(/booking/assets/images/booking/btn_more_over.gif) no-repeat; }

.package_small a.download:link,
.package_small a.download:visited,
.package_small a.download:hover,
.package_small a.download:active { width:86px; height:24px; display:block; background:url(/booking/assets/images/booking/btn_download.gif) no-repeat; line-height:0px; text-indent:-9999px; cursor:pointer; border:none; position:absolute; margin:85px 10px 10px 22px;  padding:0px; }
.package_small a.download:hover { background:url(/booking/assets/images/booking/btn_download_over.gif) no-repeat; }

.package_small a.voucher:link,
.package_small a.voucher:visited,
.package_small a.voucher:hover,
.package_small a.voucher:active { margin:90px 10px 10px 140px; }

.package_small .text_block { width:113px; float:left; }
.package_small .image_block { float:left; padding:10px; }


.package_small .image_block_download { float:left; padding:0px; }
.package_small .image_block_download img { border:0px; padding:1px 0px; }
.package_small .text_block_download { width:113px; float:left; }
.package_small .text_block_download h5 { padding-left:15px; }
.package_small .text_block_download a { left:160px; }



.package_main { display:inline-block; width:690px; border:1px solid #d0c8ba; background:url(/booking/assets/images/booking/package_main_back.gif) no-repeat; margin:0px 0px 10px 0px; overflow:hidden; float:left; }
.package_main img { float:left; padding:0px; margin:0px; display:inline-block; border:1px solid #dfdbd2; }
.package_main h3 { color:#5f1f27; padding:10px 0px 8px 0px; margin:0px; font-size:1.9em; }
.package_main p { color:#a29175; padding:6px 100px 8px 0px; margin:0px; font-size:1.4em; line-height:18px; }
.package_main div.header_text { padding-top:8px; padding-bottom:10px; }
.package_main div.header_text p { font-size:1.4em; padding-top:0px; margin:0px; }
.package_main p span { color:#5f1f27; }
.package_main p span.bold { font-weight:bold; }
.package_main h4 { color:#5f1f27; padding:18px 0px 5px 0px; margin:0px; font-size:1.3em; }
.package_main .text_block { width:494px; float:left; padding-bottom:10px; }
.package_main .image_block { float:left; padding:11px;  }

.package_main ul  { margin-left:-3px; }
.package_main ul li { font-size:1.3em; padding-bottom:5px; }


.package_main_image img { border:1px solid #d0c8ba; margin:10px 0px; display:inline-block; padding:10px; background-color:#FFF; width:inherit; }

.main_package_price { font-weight:bold; font-size:1.4em; color:#5f1f27; }
h1.main_package_header { margin-bottom:0px; border:none; }



.package_long { display:inline-block; width:230px; border:1px solid #d0c8ba; background:url(/booking/assets/images/booking/package.gif) right; margin:0px 9px 10px 0px; overflow:hidden; float:left; height:310px; }
.package_long img { float:left; padding:0px; margin:0px; overflow:hidden; border:1px solid #dfdbd2; }
.package_long h2 { color:#a29175; padding:0px 0px 8px 20px; margin:0px; font-size:5.0em; font-weight:normal; height:116px; line-height:80px; }
.package_long h3 { color:#a29175; padding:8px 0px 4px 0px; margin:0px; font-size:1.3em; }
.package_long h4 { color:#5f1f27; padding:0px 0px 10px 0px; margin:0px; font-size:1.1em; }
.package_long h5 { color:#a29175; padding:8px 0px 8px 0px; margin:0px; font-size:1.3em; }
.package_long p { color:#a29175; font-size:1.1em; }
.package_long input.more { width:86px; height:24px; display:inline-block; background:url(/booking/assets/images/booking/btn_more.gif) no-repeat; line-height:0px; text-indent:-9999px; cursor:pointer; border:none; position:absolute; margin:85px 10px 10px 22px; float:left; }

.package_long a.more:link,
.package_long a.more:visited,
.package_long a.more:hover,
.package_long a.more:active { width:86px; height:24px; display:block; background:url(/booking/assets/images/booking/btn_more.gif) no-repeat; line-height:0px; text-indent:-9999px; cursor:pointer; border:none; position:absolute; margin:145px 10px 10px 120px;  padding:0px; float:left; }
.package_long a.more:hover { background:url(/booking/assets/images/booking/btn_more_over.gif) no-repeat; }

.package_long a.download:link,
.package_long a.download:visited,
.package_long a.download:hover,
.package_long a.download:active { width:86px; height:24px; display:block; background:url(/booking/assets/images/booking/btn_download.gif) no-repeat; line-height:0px; text-indent:-9999px; cursor:pointer; border:none; position:absolute; margin:85px 10px 10px 22px;  padding:0px; }
.package_long a.download:hover { background:url(/booking/assets/images/booking/btn_download_over.gif) no-repeat; }
.package_long a.voucher:link,
.package_long a.voucher:visited,
.package_long a.voucher:hover,
.package_long a.voucher:active { margin:90px 10px 10px 140px; }

.package_long .text_block { width:auto; float:left; padding:0 10px; }
.package_long .image_block { float:left; margin:9px; border: 1px solid #DFDBD2; }


.package_long .image_block_download { float:left; padding:0px; }
.package_long .image_block_download img { border:0px; padding:1px 0px; }
.package_long .text_block_download { width:113px; float:left; }
.package_long .text_block_download h5 { padding-left:15px; }
.package_long .text_block_download a { left:160px; }












.lined_table_main { width:480px; margin-top:10px; margin:10px 0px 10px 0px }
.lined_table_main td { border-bottom:1px solid #f0f1f1; }

div.plus { border-bottom:1px solid #beac8e; width:480px; color:#5f1f27; font-size:1.3em; font-weight:bold; padding:4px 0px 2px 0px; float:left; }
div.plus_open { font-size:1.3em; padding:10px 0px 30px 0px; width:480px; border-bottom:1px solid #beac8e; }
div.plus_open h3 { font-size:1.2em; padding-bottom:0px; padding-top:18px; }



/*.login_block02 { width:336px; background-color:#807660; min-height:200px; margin-left:20px; }*/

/*
.package_small_cage { padding-left:10px; float:left; }
.package_small { display:inline-block; width:230px; border:1px solid #d0c8ba; background:url(/booking/assets/images/booking/package.gif) right; margin:0px 9px 10px 0px; overflow:hidden; float:left; }*/


#response { padding:10px 0px 0px 0px; display:inline-block; width:120px; float:left;  margin:0px; clear:both; }



/*.login_block02 { width:336px; background-color:#807660; min-height:200px; margin-left:20px; }*/

/*
.package_small_cage { padding-left:10px; float:left; }
.package_small { display:inline-block; width:230px; border:1px solid #d0c8ba; background:url(/booking/assets/images/booking/package.gif) right; margin:0px 9px 10px 0px; overflow:hidden; float:left; }*/





/* footer */

/*footer styles from default*/
span.hidden {display:none;}

#footer {
	position: relative;
	clear: both;
	width: 740px;
	height: 100px;
	margin: auto;
	padding: 0;
	z-index: 20;
	text-align: center;
	padding-left:30px;
	padding-right:30px;
}

ul.footer, ul.footer2 {
	margin: 9px 0 9px 0;
	padding: 0;
	width: 735px;
	position:relative;
	float:left;
	display:inline;
	height: auto;
	list-style:none;
	border-top:1px solid #ccc;
	padding-top:10px;
}


ul.footer li, ul.footer2 li{
	padding:0;
	display:inline;
	list-style: none;
	clear:none;
	margin:0;
	float:right;
	
	}
	
ul.footer2 li{ float:left; height:12px;}

ul.footer li a:link, ul.footer li a:visited, ul.footer li a:hover, ul.footer li a:active {
	height:11px; float:left; margin:0; padding:0; 
}

ul.footer2 li a:link, ul.footer2 li a:visited, ul.footer2 li a:hover, ul.footer2 li a:active {
	height:12px; float:left; margin:0; padding:0; 
}

ul.footer #copyright { float:left; margin:0; font-family:Georgia, "Times New Roman", Times, serif; font-size:1em; color:#ffffff;}
ul.footer #arabic { background: url(../home/btn_arabic.gif) no-repeat left; width:182px; height:11px; }
ul.footer #arabic a{ background: url(../home/btn_arabic.gif) no-repeat left; width:182px; }
ul.footer #arabic a:hover{ background: url(../home/btn_arabic_over.gif) no-repeat left; width:182px; }
ul.footer li.pipe01{ background: url(/booking/assets/images/booking/pipe01.gif) no-repeat left; width:13px; height:11px; }
ul.footer #russian { background: url(../home/btn_russian.gif) no-repeat left; width:186px; height:11px; }
ul.footer #russian a{ background: url(../home/btn_russian.gif) no-repeat left; width:186px; }
ul.footer #russian a:hover{ background: url(../home/btn_russian_over.gif) no-repeat left; width:186px; }

ul.footer2 #sitemap { background: url(/booking/assets/images/booking/btn_sitemap.gif) no-repeat left; width:38px; }
ul.footer2 #sitemap a{ background: url(/booking/assets/images/booking/btn_sitemap.gif) no-repeat left; width:38px; }
ul.footer2 #sitemap a:hover{ background: url(/booking/assets/images/booking/btn_sitemap_over.gif) no-repeat left; width:38px; }

ul.footer2 li.pipe02{ background: url(/booking/assets/images/booking/pipe02.gif) no-repeat left; width:13px;  }
ul.footer2 #r_t_n_c { background: url(/booking/assets/images/booking/t_n_c_reservations.gif) no-repeat left; width:159px; }
ul.footer2 #r_t_n_c a{ background: url(/booking/assets/images/booking/t_n_c_reservations.gif) no-repeat left; width:159px; }
ul.footer2 #r_t_n_c a:hover{ background: url(/booking/assets/images/booking/t_n_c_reservations_over.gif) no-repeat left; width:159px; }

ul.footer2 #w_t_n_c { background: url(/booking/assets/images/booking/t_n_c_website.gif) no-repeat left; width:139px; }
ul.footer2 #w_t_n_c a{ background: url(/booking/assets/images/booking/t_n_c_website.gif) no-repeat left; width:139px; }
ul.footer2 #w_t_n_c a:hover{ background: url(/booking/assets/images/booking/t_n_c_website_over.gif) no-repeat left; width:139px; }

ul.footer2 #privacy { background: url(/booking/assets/images/booking/btn_privacy.gif) no-repeat left; width:66px; }
ul.footer2 #privacy a{ background: url(/booking/assets/images/booking/btn_privacy.gif) no-repeat left; width:66px; }
ul.footer2 #privacy a:hover{ background: url(/booking/assets/images/booking/btn_privacy_over.gif) no-repeat left; width:66px; }

ul.footer2 #d_and_d { background: url(/booking/assets/images/booking/d_and_d.gif) no-repeat left; width:109px; float:right; }
ul.footer2 #d_and_d a{ background: url(/booking/assets/images/booking/d_and_d.gif) no-repeat left; width:109px; float:right; }
ul.footer2 #d_and_d a:hover{ background: url(/booking/assets/images/booking/d_and_d_over.gif) no-repeat left; width:109px; }


ul.breaks li { color:#a29175; font-size:1.0em; padding:10px 0px; }

input.address_radio { padding-right:10px; display:inline-block; margin-right:10px; padding-top:2px; }




ul.errors  { padding:8px 0px 8px 30px; background: url(/booking/assets/images/booking/warning.gif) no-repeat top left; margin-left:-20px; border-top:4px solid #ccc; border-bottom:4px solid #ccc; width:660px; font-family:Arial, Helvetica, sans-serif; float:left; }
ul.errors li { color:#5f1f27; font-family:Arial, Helvetica, sans-serif; display:inline-block; font-size:1.1em; padding-right:40px; clear:left; float:left; }
.remaining { font-family:Arial, Helvetica, sans-serif; }
.paddingLeft { display:inline-block; padding-left:20px;  }
.paddingLeftExtra { display:inline-block; padding-left:40px; margin-left:20px;  }

ul.errorsFloat  { padding:8px 0px 8px 30px; background: url(/booking/assets/images/booking/warning.gif) no-repeat top left; margin-left:0px; border-top:4px solid #ccc; border-bottom:4px solid #ccc; width:660px; font-family:Arial, Helvetica, sans-serif; display:block; }
ul.errorsFloat li { color:#5f1f27; font-family:Arial, Helvetica, sans-serif; display:block; }

.booking_table td.add_text p { color:#5f1f27; font-size:0.9em; padding:3px 0px 3px 0px; margin:0px; }




