/* ####################################### */
/* ############ BOOKING HELP ############# */
/* ####################################### */

#booking-help {
	margin: 20px 0;
	border: 1px solid #ECECEC;
}

#booking-help h4 {
	background: #5596A8 url(/images/grayshott/nav_primary_bg.jpg) repeat-x 0 0;
	border: 1px solid #fff;
	padding: 10px;
	color: #fff;
}

#booking-help p {
	padding: 0 10px;
}

#booking-help span {
	display: block;
	font-size: 1.5em;
	color: #111;
	margin-top: 0.5em;
}



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

.treatment-group { /* <div> */
	margin-bottom: 3em;
}

ul.treatments { /* <ul> */
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.treatment-block {
	list-style: none;
	float: left;
	width: 212px;
	height: 17.583333333333333333333333333333em;
	padding: 10px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #eee;
	position: relative;
}

/**
 *	Widen treatment blocks with more detail.. 
 */
.level-3 ul#package-listing .treatment-block {
	width: 329px;
}

.level-3 ul#package-listing .odd {
	clear: left;
}

.level-3 ul#package-listing .even,
.treatment-block-last {
	border-right: 0;
}

.js-enabled .treatment-block:hover {
	background-color: #FCFCFC;
}

.js-enabled .treatment-block {
	cursor: pointer;
}

.treatment-block h4 {
	font-size: 1.1em;
	font-weight: bold;
}

.treatment-block h4 a:link,
.treatment-block h4 a:visited {
	text-decoration: underline;
}

.js-enabled .treatment-block:hover h4 a:link,
.js-enabled .treatment-block:hover h4 a:visited {
	color: #111;
}

.treatment-benefits {
	font-size: 0.9em;
	margin-top: -1em;
	margin-bottom: 1em;
}

.treatment-block-options {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

.treatment-block-options li {

}


.treatment-block .cta {
	margin-top: 3em;
}

#treatment-terms {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

#treatment-terms li .treatment-icon {
	height: 22px;	
}



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

#package-listing .treatment-block {
	height: 36em;
}

#package-listing li.large-block {
	height: 50em;
}

#package-listing .treatment-block h4 {
	float: left; 
	width: 150px;
}

.package-rate {
	float: right; 
	width: 80px;
	text-align: right;
}

#package-listing .treatment-block-desc {
	clear: both;
}

.package-treatments {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.package-treatments li {
	background:transparent url(/r/i/css_framework/graphics/arrow.gif) no-repeat scroll 0 0.5em;
	padding-left:15px;
	list-style: none;
	margin-bottom:1em;
}



/* Benefits
------------------------------------------------*/

.treatment-meta a.benefit {
	font-size	: 1.2em;
	font-weight	: bold;
	font-style	: italic;
	padding-left: 0.5em;
}

/* ICONS
------------------------------------------------*/

.treatment-icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 50%;
	width: 12px;
	height:19px;
	margin-bottom: -1px;
	text-indent: -9999px;
	cursor: help;
}

.icon-limited-double {
	background-image: url(/images/grayshott/limited_double.gif);
	width: 25px;
}

.icon-pregnancy {
	background-image: url(/images/grayshott/preg.gif);
}

.icon-limited {
	background-image: url(/images/grayshott/limited_double.gif);
}

/* RATE CARD
------------------------------------------------*/

#ratecard {	/* table */
	clear: both;
}


/* ####################################### */
/* ########### SPECIALIST BREAKS ######### */
/* ####################################### */

.specialist-break-img:link,
.specialist-break-img:visited {
	margin-bottom: 1em;
	display: block;
}

.specialist-break-img img {
	width: 208px;
	height: 132px;
	border: 1px solid #e1e1e1;
	padding: 1px;
}


/* ####################################### */
/* ########### BOOKING PROCESS ########### */
/* ####################################### */

.js-enabled .fs-container {
	width: 674px !important;
}




/* BUTTON STYLES
------------------------------------------------*/

.section-book-online .f-radio {
	padding: 0;
	float: left;
	background: 0;
	clear: none;
	margin-right: 20px;
}

.section-book-online .f-radio label,
.big-buttons li {
	border: 1px solid #B3CCD9;
	padding: 1px;
	background: #fff;
	display: block;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.big-buttons li {
	width	: 18em;
	margin	: 0.5em;
	float	: left;
}

.section-book-online .f-radio label input {
	position: absolute;
	top: 0;
	left: -9999px;
}

.section-book-online .f-radio label .f-radio-label-txt, 
.big-buttons li a {
	display: block;
	background: #E1E9EF url(/images/grayshott/booking_button_bg.jpg) repeat-x 0 0;
	padding: 20px 30px;
	margin: 0;
	font-size: 1.5em;
	color: #5A8EAD;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.section-book-online .f-radio:hover label .f-radio-label-txt,
.big-buttons li a:hover {
	background-color: #F1F6F9;
	background-image: url(/images/grayshott/booking_button_bg_hover.jpg);
	color: #416C81;
}

.f-radio-label-txt span,
.big-buttons li a span {
	display: block;
	font-size: 0.8em;
	text-transform: none;
	margin-top:0.1em;
}



/* ####################################### */
/* ######### BOOKING FORM STAGES ######### */
/* ####################################### */

/* 1) ABOUT YOUR STAY
------------------------------------------------*/

/* These rules center the blocks */
#residential_spa_break_or_spa_day {
	padding-left: 120px;
}

#residential_spa_break_or_spa_day legend span {
	position: relative;
	left: -120px;
}

#how_many_guestsr {
	padding-left: 40px;
}

#how_many_guestsr legend span {
	position: relative;
	left: -40px;
}

#how_many_nightsr {
	padding-left: 40px;
}

#how_many_nightsr legend span {
	position: relative;
	left: -40px;
}

#how_many_roomsr {
	padding-left: 40px;
}

#how_many_roomsr legend span {
	position: relative;
	left: -40px;
}


.section-book-online .fs-container legend span {
	padding-bottom: 1em;
}


#__fsc_please_wait {
	text-align: center;	
}

fieldset#please_wait {
	background: url(/images/global/ajax_load_large_ongrey.gif) no-repeat 50% 10px;
	padding-top: 50px;
}

#please_wait legend span {
	position: absolute;
	left: -9999px;
	display: block;
}

#please_wait div.f-block {
	border: 0;
	width: auto;
}







/* 2) DATES & TIMES
------------------------------------------------*/

a.date-picker-control:link,
a.date-picker-control:visited {
	/* float: left; */
	margin: 5px 0 5px 0;
}

/* 3) GUESTS
------------------------------------------------*/




/* 4) PACKAGES & ROOMS
------------------------------------------------*/

#__iBook_planner {
	font-size: 1em;
	background: transparent;
	margin: 0;
}

#__iBook_planner tr {
	background: #fff;
}


#__iBook_planner td {
	text-align: left;
	border-color: #e1e1e1;
}

#__iBook_planner td label {
	padding: 0;
}

#__iBook_planner select {
	width: 206px;
}

._room_numbers_row,
._room_numbers,
._room_numbers {
	/* text-indent: -9999px; */
	background: transparent !important;
	border: 0;
}

#room_1 ._room_numbers {
	height: 3px;
	line-height: 3px;
	padding: 0;
}

#__iBook_planner .room_type_row th,
#__iBook_planner .room_type_row td {
	background: #E1E9EF url(/images/grayshott/booking_button_bg.jpg) repeat-x scroll 0 100%;
	border-color:#8BB8C5;
	color: #416C81;
}

.room_type_row label {
	color: #416C81;
	font-weight: bold;
}

.patio-view label,
.patio-view input {
	float: left;
}

.patio-view input {
	margin: 3px 10px 0 0;
}

#__iBook_planner .price {
	font-weight: bold;
	font-size: 1.2em;
	color: #416C81;
}

#price_total {
	background: #E1E9EF url(/images/grayshott/booking_button_bg.jpg) repeat-x scroll 0 100%;
	border: 1px solid #8BB8C5;
	text-align: right;
	padding: 10px;
	font-size: 1.5em;
}

#price_discounts p {
	text-align: right;
	padding: 10px;
}

#price_supplements p {
	text-align: right;
	padding: 10px;
}



/* 5) SUMMARY & ACCOUNT
------------------------------------------------*/

#booking-cost-summary {
	width: 500px;
	border: 1px solid #8BB8C5;
}





/* ####################################### */
/* ############ BOOKING MISC ############# */
/* ####################################### */



a#cta-book-online:link,
a#cta-book-online:visited {
	background-image: url(/images/grayshott/cta_book_now.png);
	width: 220px;
	height: 61px;
}

a#cta-book-online:hover,
a#cta-book-online:focus {
	background-position: 0 -69px;
}