@charset "utf-8";
/*  BOOKING WIDGET  	*/

#bookingWidget {
	color: #FFFFFF;
	display: block;
	width: 187px;
	height: 144px;
	background-color: #000000;
	clear: both;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom:3px;
}
#bookingWidgetTop {
	background: url(../images/shell/bookingWidget-top.gif) no-repeat top;
	display: block;
	width: 195px;
	height: 55px;
}
#bookingWidgetBottom {
	background: url(../images/shell/bookingWidget-bottom.gif) no-repeat top;
	display: block;
	width: 195px;
	height: 13px;
}
#bookingWidget h6 {
	display:inline;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
#bookingWidget div.title {
	padding-bottom: 4px;
}
#bookingWidget div.row {
	display: block;
	width: 185px;
	height: auto;
	padding-bottom: 8px;
	padding-left: 8px;
}
#bookingWidget div.goRow {
	display: block;
	width: 60px;
	height: auto;
	padding-bottom: 8px;
	padding-left: 120px;
}
#bookingWidget .bookTravelers {
	border:none;
	width: 35px;
	background-color:#CACACA;
}
#bookingWidget .submitBtn {
	background: url(../images/shell/icon_arrow-black.gif) no-repeat center right;
	border:none;
	color:#FFF;
	font-weight:bold;
	width:60px;
	height:14px;
	cursor:pointer;
}
#bookingWidget label {
	display:inline;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:15px;
	padding: 0px;
}
#bookingWidget .calIcon img {
	margin-top:0px;
	vertical-align:text-top;
}
#bookingWidget input {
	border:none;
	font-size:11px;
	line-height:11px;
	text-align:center;
	padding:1px;
	height:15px;
	width:120px;
}
#bookingWidget select {
	border:none;
	font-size:11px;
	line-height:13px;
	padding:1px;
	height:17px;
}
#bookingWidget label .arrow {
	display:inline-block;
	background: url(../images/shell/icon_arrow-black.gif) no-repeat center center;
	width:14px;
	height:14px;
	margin:0 5px 0 0;
	vertical-align:text-top;
}
#bookingWidget .bookDate {
	display:inline;
	background-color:#CACACA;
	border:none;
	width:70px;
	padding:1px;
}
#bookingWidget .bookType {
	border:none;
	width:155px;
	margin-left:70px;
	margin-right:10px;
	font-size:8px;
	padding:1px 2px;
}
#bookingWidget .bookNights {
	border:none;
	width:20px;
	padding:1px 2px;
	background-color:#CACACA;
}
#bookingWidget .bookAge {
	border:none;
	width:20px;
	padding:1px 2px;
}
#bookingWidget #ageHolder {
	position:relative;
	width:1px;
	height:1px;
	display:inline;
}
#bookingWidget #ages {
	position:absolute;
	background-color: #333;
/*	background-image:url(../images/shell/subNav_bg.png);		*/
	border:1px solid #EEE;
	bottom:30px;
	left:-80px;
	width:240px;
	height:30px;
	padding:5px 8px 8px 8px;
}
