@charset "UTF-8";
#bookingBox {
	float: left;
	height: 255px;
	width: 100%;
	overflow: scroll;
	visibility: visible;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#noBkg {
	background-color: #FFFFFF;
	float: left;
}
#bookingHolder {
	float: left;
	width: 275px;
	margin-top: 15px;
	margin-left: 45px;
}
.belowBooking {
	float: left;
	width: 270px;
	margin-top: 21px;
}
.bookingHolder-inside {
	float: left;
	width: 258px;
	margin-bottom: 5px;
	text-align: justify;
}
.booking-Info {
	background-color: #CCCCCC;
	float: left;
	height: 63px;
	width: 255px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 5px;
}
.bookingTxt {
	float: left;
	width: 156px;
}
.checkout {
	text-align: right;
	float: left;
	width: 270px;
	margin-top: 5px;
}
.perNight {
	font-size: 9px;
	float: left;
	margin-bottom: 5px;
	width: 20px;
	margin-left: 2px;
	line-height: 8px;
}
.pic {
	margin-top: 2px;
	float: left;
	padding-left: 5px;
}
.roomName {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
	width: 150px;
	margin-top: 2px;
	padding-left: 5px;
}
.roomPrice {
	font-size: 18px;
	color: #0093D3;
	float: left;
	width: 75px;
	text-align: right;
}
.viewDis {
	font-size: 11px;
	padding-left: 15px;
	width: 130px;
	float: left;
}

