﻿#booking p {
	line-height: 18px;
}

#booking_requirements {
	height: 450px;
	background-color:#F5F5F5;
	padding: 10px 10px 10px 10px;
	float: right;
	width: 43%;
}

#booking_requirements  h2 {
	font-size: 11px;
	color:	#000000;
	padding: 0 0 5px 0 ;
	font-weight:bold;
	border-bottom: #666666 dotted 1px;
}
				
#booking_header_text p {
	font-size: 11px;
	font-weight: bold;
}

#booking_party_size {
	height: 160px;
}

#booking_party_size h2{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

#booking_party_size p{
	padding: 5px 3px 0 0;
}

#booking_party_size input{
	background-color:#FFFFFF;
	color:#000000;
	padding: 3px 0 0 3px;
	width: 163px;
	border: 1px Solid #999;
}
			
#booking_party_size .bookingupdate-button {
	border:none;
	width: 170px;
	height: 25px;
	margin: 5px 0 0 0 !important;
	cursor:pointer;
}

#booking_total_price {
	text-align: right;
	margin-right: 30px;
	padding: 10px 0 10px 0;
	border-top:#999999 dotted 1px;
	border-bottom:#999999 dotted 1px;
}

#booking_total_price p { 
	padding:0 0 0 0; 
}

#booking_total_price .lbl_total_price {
	font-size:48px;
	font-weight:bold;
}

#booking_butt {
	height:31px;
	background: url(/images/layout/mainnav_back01.gif) left top no-repeat;
	padding: 0 0 0 7px; 
	margin: 0 0 10px 0;
	line-height: 27px;
	cursor:pointer;
}

#booking_butt a {
	color:#FFFFFF;
	font-size:12px;
}
									 
#booking .booking_highlight { 
	background-color: #E2E0EB;
	padding: 5px;
	width:235px;
	text-align:center;
}

