/* Hotel Pricing/Availability */

@import "HotelListing.css";
@import "HotelDetails_Common.css";

.check_availability {
	width: auto;
}

.travelers_wrap {
	width: 33%;
}

/*

#HotelDetailAvailability .calendar_icon {
	margin-right: .9em;
}

/* Availability Search */

#HotelDetailAvailability .date_select {
	width: 60%;
}

#HotelDetailAvailability .date_input {
	width: 49%;
}

#HotelDetailAvailability .date_select input {
	width: 75%;
}

	/* Error Messages */
	
#HotelDetailAvailability .status .error_box {
	width: 40%;
}

/* Rates */

.hotel_rates {
	float: left;
}
#p37 .hotel_rates {
	width:95.6%;
	margin-top:8px;
}
.hotel_rates div.hr {
	clear: both;
	background: url('../images/bg_hotel_rates.gif') left top repeat-x;
	height: 39px;
	margin-bottom: -1.636em;
	border-top: 1px solid #fff;
}

.hotel_rates div.hr hr {
	visibility: hidden;
}

.hotel_room_rates {
	color: #515151;
	overflow: hidden;
	height: 1%;
}

	/* Room Name */

.hotel_room_rates .room_name {
	margin: 0 0 1.18em 0;
}

	/* Rates Table */

.hotel_room_rates th, .hotel_room_rates td {
	padding: 0 8px;
	text-align: center;
}

.hotel_room_rates th {
	vertical-align: top;
}

.hotel_room_rates td {
	padding-bottom: 12px;
}

.hotel_room_rates .week {
	text-align: left;
	padding-left: 0;
}

.hotel_room_rates a.link_rate {
	position: relative;
  z-index: 20;
}

.hotel_room_rates a.link_rate:hover {
	z-index: 21;
	background: none;
	
}

.hotel_room_rates a.link_rate .rate_popup {
	visibility: hidden;
}

.hotel_room_rates a.link_rate:hover .rate_popup {
	visibility: visible;
}

.hotel_room_rates a.link_rate span.rate_popup {
    position: absolute;
    top: -60px;
	left: 30px;
	text-decoration: none !important;
}

.hotel_room_rates a.link_rate span div.redeem_content,
.hotel_room_rates a.link_rate span div.blackout_content {
	padding: 10px;
	width: 70px;
	color: #fff;
    text-align: left;
    line-height: 1.18em;
    background-position: 0 50px;
}

.hotel_room_rates a.link_rate span div.redeem_content {
	background-color: #658da4; 
}

.hotel_room_rates a.link_rate span div.blackout_content {
	background-color: #993300;
}

.hotel_room_rates a.link_rate div.rate_popup_arrow {
	position: relative;
	top: -10px;
	left: -11px;
	float: left;
	width: 28px;
	height: 31px;
	display: block;
	background: url('../images/rate_popup_arrow.gif') no-repeat;
}

.hotel_room_rates a.link_rate .blackout div.rate_popup_arrow {
	background: url('../images/blackout_popup_arrow.gif') no-repeat;
}

.hotel_room_rates .button_1 {
	float: right;
}

#divSelectedPromotions { margin-top:10px }


