/* ==================================
		Book Now Interactive
   ================================== */
#leftBook { float: left; width: 329px; margin: 0 10px 0 20px; }
#rightBook { float: right; width: 369px; margin: 0 20px 0 10px; } 

div.bookleftcol {
	background-color: #e1f4fd;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.leftbooktopbox {
	padding-right: 10px !important;
	padding-left: 10px !important;
	padding-bottom: 3px !important;
}
div.bookrightcol {
	background-color: #e1f4fd;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

div.bookSpacer { height: 20px; }

#leftBook table { width: 100%; border-collapse: collapse; border-spacing: 0px 0px; font-size: 12px; line-height: 16px; color: #808284; }
#leftBook thead { font-style: italic; font-size: 12px; line-height: 16px; color: #002b65; }
#leftBook tr.odd { background-color: #c4e5f5; }
#leftBook td, #leftBook th { padding: 4px 7px; }

/* New Stuff */
#booknow2page { 
	clear: both;
	width: 800px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	text-align: left;
	position: relative;
	background-color: #fff;
	padding-top: 0px;
	min-height: 420px;
}

#booknow2cta {
	clear: both;
	height: 67px;
	width: 800px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	position: relative;
	background: url(../images/booknow2/book-now-telephone.gif) no-repeat left top;
}
#booknow2cta span { display: none; }

#booknow2page div.booknow2container {
	position: relative;
	clear: both;
	width: 740px;
	left: 0px;
	top: 0px;
	text-align: left;
	padding-top: 0px;
	margin: 0px 30px 15px 30px;
}
#booknow2page div.booknow2container.blue { background-color: #e1f4fd; }
#booknow2page div.booknow2container.white {	background-color: #fff; }
#booknow2page div.leftBook2 { float: left; width: 335px; padding: 10px 10px; }
#booknow2page div.rightBook2 { float: right; width: 335px; padding: 10px 10px; } 
#booknow2page div.leftBook2.blue,#booknow2page div.rightBook2.blue { background-color: #e1f4fd; }
#booknow2page div.singleCol { padding: 10px 10px; }

div.ageBox {
	position: relative;
	float: right;
	width: 155px;
	margin-left: 15px;
	border: 1px solid #0095d9;
	padding: 10px;
}
#booknow2page div.ageBox ul {
	color: #808284;
	font-size: 13px;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 0px;
	margin-bottom: 0px;
}
#booknow2page div.ageBox li {
	margin-bottom: 2px;
}

#booknow2page table { width: 100%; border-collapse: collapse; border-spacing: 0px 0px; font-size: 12px; line-height: 16px; color: #808284; }
#booknow2page thead { font-style: italic; font-size: 12px; line-height: 16px; color: #002b65; }
#booknow2page tr.odd { background-color: #c4e5f5; }
#booknow2page td, #booknow2page th { padding: 4px 4px; background-image: none; }
#booknow2page td.booked { background-position: right top; background-repeat: no-repeat; background-image: url(../images/full.gif); }


#page h4.fault { font-size: 13px; margin-bottom: 0px; font-weight: bold; font-style: italic; color: red; }
#page h4.details { font-size: 17px; margin-bottom: 5px; font-weight: bold; font-style: italic; color: #0095d9; }
#page p.details { font-size: 14px; line-height: 20px; margin-bottom: 5px; color: #808284; }


.registrationForm legend {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0;
	margin: 0;
}
.registrationForm fieldset { border: 0; margin: 0; }
.registrationForm label { display: block; width: 145px; }
.registrationForm input:focus, .registrationForm textarea:focus {  }
.registrationForm input { float: right; width: 180px; left: 0px; top: -15px; position: relative; }
.registrationForm input.radio, .registrationForm input.checkbox, .registrationForm input.submit { width: auto; }
.registrationForm input.submit { float: left; position: relative; top: 0px; left: 150px; }
.registrationForm select { float: right; width: 186px; left: 0px; top: -15px; position: relative; }
.registrationForm p.field { padding-bottom: 0px; color: #808284;  }
.registrationForm textarea { float: right; width: 180px; left: 0px; top: -15px; position: relative; height: 45px; }

.registrationForm label.wide { display: block; width: 255px; margin-bottom: 5px; }
.registrationForm input.wide { float: right; width: 100px; left: 0px; top: -18px; position: relative; }
