/* !Global
----------------------------------------------------------------------- */

.content_well th {
	text-align: left;
}

.content_well a,
.content_well a.btn.btn_ter {
	font-size: 11px;
}

.content_well a.btn {
	font-size: 13px;
}


/* Tooltips ----------------------------------------- */

.content_well .tooltip {
	position: absolute;
	display: none;
	background: url(../images/global/bgs/small_tooltip_bg.png) no-repeat;
	width: 142px;
	height: 45px;
	padding: 15px 23px 16px 15px;
	/*start  Style-changes based on adjustments */
	z-index: 99;
	/*end change*/	
}

.content_well .tooltip h5,
.content_well .tooltip a,
.content_well .tooltip p {
	font-size: 10px;
}



/* Hotel info ----------------------------------------- */

.prop_header {
	position: relative;
	height: 130px;
	width: 688px;
	color: #262262;
}

.prop_header h2 {
	font-weight: bold;
}

.prop_header li {
	list-style: none;
	line-height: 1;
}

.prop_header p {
	margin: 0 0 .25em;
}

.prop_header dl {
	overflow: hidden;
	margin: 0 0 .25em;
}

.prop_header dt {
	float: left;
	margin: 0 .3em 0 0;
	font-weight: bold;
}

.prop_header dd {
	float: left;
}

.hotel_id {
	width: 320px;
	float: left;
	margin: 0 20px 0 0;
}

.hotel_meta {
	float: left;
	width: 240px;
}

.hotel_contact {
	overflow: hidden;
	padding: 0 0 3px;
}

.hotel_contact .contact_links {
	clear: left;
	margin: 0 0 3px;
}

.hotel_contact .contact_links > li {
	float: left;
}

.hotel_contact .contact_links > li:first-child {
	border-right: 1px solid #999;
	margin: 0 .3em 0 0;
	padding: 0 .3em 0 0;
}

.prop_header .regulations {
	clear: both;
}

.prop_header .regulations li {
	list-style: none;
	float: left;
	margin: 2px 3px 2px 0; 
}

.prop_header .rating {
	position: absolute;
	top: 55px;
	right: 3px;
	text-align: center;
}

.prop_header .rating dt {
	font-weight: normal;
	float: none;
	color: #666;
}

.prop_header .rating dd {
	float: none;
	width: 75px;
	margin: 0 auto;
}








/* Rate line promo
----------------------------------------------------------------------- */

.rate_line_promo {
	padding: 0 100px 0 0;
	height: 46px; /* height of starburst */
	line-height: 46px;
	float: right;
	margin: 0 0 10px 0;
	position: relative;
}

.rate_line_promo .badge {
	text-align: center;
	float: left;
	width: 45px;
	height: 39px;
	background: url(../images/global/bgs/badge-large.png) 0 0 no-repeat;
	margin: 0 5px 0 0;
	line-height: 15px;
	padding: 7px 0 0 1px;
}

.rate_line_promo .badge span { font-size: 16px; }
.rate_line_promo .badge strong { font-size: 18px; }

/* can't use .badge + p because there's not always a badge */
.rate_line_promo > p {
	float: right;
	text-align: right;
	font-size: 1.2em;
	margin: 12px 0 0;
}

.rate_line_promo .actual_price {
	font-size: 1.583em; /* 19px */
}

.rate_line_promo .btn {
	position: absolute;
	top: 12px;
	right: 0;
}


/* Tier logo and tooltip ----------------------------------------- */

.prop_header .tier_logo {
	position: absolute;
	z-index: 3; /* for IE7 */
	top: 0;
	right: 0;
	width: 98px;
	height: 51px;
	background: url('../images/content/tier_logo_property_header.png') 0 0 no-repeat;
}

.prop_header .tier_logo p {
	position: absolute;
	top: 0;
	left: -9999px;
}

.prop_header .tier_logo .tooltip {
	width: 140px;
	padding: 5px 50px 5px 40px;
	width: 144px;
	position: absolute;
	top: -30px;
	left: -230px;
	z-index: 100;
	text-align: left;
	background: url(../images/global/bgs/var_tooltip_main_right.png) 0 0 no-repeat;
	height: auto;
	display: none;
}

.prop_header .tier_logo .tooltip .cap {
	height: 30px;
	position:absolute;
	left: 0;
	width: 229px;
	z-index:9999;
}

.prop_header .tier_logo .tooltip .cap.top {
	top: -30px;
	background: url(../images/global/bgs/var_tooltip_top_right.png) 0 0 no-repeat;
	z-index:1000;
}

.prop_header .tier_logo .tooltip .cap.bottom {
	bottom: -30px;
	background: url(../images/global/bgs/var_tooltip_bottom_right.png) 0 0 no-repeat;
	z-index:1000;
}

.prop_header .tier_logo .tooltip h5 {
	margin-bottom: .4em;
	font-size: 11px;
	color: #262262;
}

.prop_header .tier_logo .tooltip li {
	list-style: disc;
}

.prop_header .page_actions {
	position: absolute;
	bottom: 10px;
	right: 0;
	top: auto;
}


/* Tabbed navigation ----------------------------------------- */

#prim_tabs {
	clear: both;
	height: 26px;
	width: 704px; /* yellow bar must extend to .content_well edge */
}

#prim_tabs ul {
	height: 23px;
	border-bottom: 3px solid #ffd200;
}

#prim_tabs li {
	list-style: none;
	float: left;
	height: 20px;
	width: 700px;
	text-align: center;
	font-weight: bold;
	background: url(../images/property/property-main-tabs.png) 100% 0 no-repeat;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#prim_tabs > div {
	height: 100%;
}

#prim_tabs a {
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: -.02em;
}


/* Active tabs */

#prim_tabs .active {
	background-position: 0 0;
	color: #fff;
}

#prim_tabs .active a { color: #004a86; }




/* !Overview
----------------------------------------------------------------------- */

.pane_content {
	padding: 15px 0;
	clear: both;
}


/* Left column ----------------------------------------- */

.pane_content .imageCol {
	width: 202px;
	float: left;
	margin: 0 15px 0 0;
}

.pane_content .imageCol img {
	display: block;
	margin: 0 0 3px;
}

.topOfferings {
	margin: 25px 0 0;
}

.topOfferings .espot {
	max-width: 200px;
	margin: 0 0 10px;
}

/* This class should really be "high_speed_internet", but our prototype isn't really
configured to handle dynamic content. */
.topOfferings .business_center {
	width: 117px;
	height: 84px;
	background: url(../images/property/index-left-promo-free-internet.png) no-repeat;
	margin: 0 0 20px;
}

.topOfferings .free_breakfast {
	width: 117px;
	height: 150px;
	background: url(../images/property/index-left-promo-breakfast.png) no-repeat;
}


/* Tertiary info ----------------------------------------- */

.ter_content {
	width: 175px;
	float: right;
	/* must be adjacent to primary tabs bottom rule and right edge of .content_well */
	margin: -15px -17px 0 0;
}

/* Rate promo */

.ter_content .rate_promo {
	background: #ffd200;
	width: 174px;
	/*height: 5.7em;*/
	height:auto;
	padding: 10px 0 10px;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	color: #555;
	margin: 0 0 30px;
}

.ter_content .rate_promo .avg_rate {
	display: block;
}

.ter_content .rate_promo .btn {
	width: 104px;
	margin: 2px auto 0 30px;
    position: absolute;
}

.ter_content .promo_rate {
	font-weight: bold;
	font-size: 18px;
}


/* Directions */

.ter_content .directions {
	margin: 0 0 45px;
}

.ter_content .directions a {
	display: block;
	margin: 0 0 1px;
}

.ter_content .directions img {
	margin: 0 0 5px;
}


/* Promos */

.overview_promos .espot {
	max-width: 167px;
	margin: 0 0 15px;
}




/* Main overview content ----------------------------------------- */

.property_index .hotelContent {
	width: 290px;
	float: left;
	margin-top:-15px;
}

/* Indrajit New Change 09-30-11 */
.all_amenities .more_content,
.property_footer .more_content{
	font-size:10px !important;
}
.more_content,
.hotel_desc .copy {
	font-size: 11px !important;
	line-height: 1.3em;
}

.more_content {
	display: none;
}

.hotelContent h3 {
	color: #262262;
	display: block;
	font-weight: bold;
	font-size: 13px !important;
	margin: 15px 0 5px;
	padding: 0;
	
}

.hotel_desc p{
	margin: 0 0 5px;
	font-size: 11px !important;
}


/* Amenity icons */
.hotelContent .amenities{
	border-top: 1px solid #888;
	padding: 12px 0 0;
	margin: 15px 0 0;
}
/* Indrajit New Change 09-30-11 */

.amenities .infographic li {
	float: left;
	width: 48px;
	list-style-type: none;
	text-align: center;
	color: #333;
	line-height: 1;
	background-image: url(../images/property/amenities_sprite.png);
	background-repeat: no-repeat;
	padding: 28px 0 0;
	margin: 0 3px 10px;
	position: relative;
}

.amenities .infographic .tooltip {
	position: absolute;
	top: -70px;
	left: -5px;
	text-align: left;
}

.infographic .am_pool {
	background-position: center 0;
}
.infographic .am_gym {
	background-position: center -60px;
}
.infographic .am_meeting {
	background-position: center -120px;
}
.infographic .am_breakfast {
	background-position: center -180px;
}
.infographic .am_internet {
	background-position: center -240px;
}
.infographic .am_parking {
	background-position: center -300px;
}
.infographic .am_shuttle {
	background-position: center -360px;
}
.infographic .am_restaurant {
	background-position: center -420px;
}
.infographic .am_business {
	background-position: center -480px;
}
.infographic .am_pets {
	background-position: center -540px;
}

.amenities h3 {
	margin: 0 0 .5em;
}

.all_amenities {
	clear: both;
	margin: 0 0 12px;
}

.all_amenities ul {
	margin-left: 15px;
}

.all_amenities > a {
	display: block;
	margin: .5em 0 0;
	width: 2.5em;
}

/* Overview footer */

.property_footer {
	clear: both;
	border-top: 1px solid #ddd;
	padding: 10px;
	width: 470px;
	margin: 15px 0 0;
	color: #666;
}

.property_footer > div {
	width: 138px;
	float: left;
	padding: 1px 5px 1px 20px;
	border-right: 1px solid #ddd;
	min-height: 9em;
}

.property_footer > div:first-child {
	margin: 0 0 0 -20px;
}

.property_footer > div.last {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}

.property_footer h5 {
	color: #262262;
	font-weight: bold;
	margin: 0 0 .5em;
}

.property_footer ul,
.property_footer p {
	margin: 0 0 .5em;
}

.property_footer ul {
	padding-left: 15px;
	margin-left: -15px;
}

.property_footer li {
	margin: 0 0 .3em;
}




/* !Dining
----------------------------------------------------------------------- */

.dining_local_map {
	clear: both;
	margin: 0 0 10px;
	padding: 0 0 20px;
}

.pin_1 { top: 30px; left: 30px; }
.pin_2 { top: 80px; left: 130px; }
.pin_3 { top: 40px; left: 200px; }
.pin_4 { top: 50px; left: 300px; }
.pin_5 { top: 90px; left: 500px; }

.map_options {
	position: absolute;
	top: 140px;
	left: 5px;
}

.map_options li {
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
}



/* Restaurant listings ----------------------------------------- */

.restaurant_listings_cont {
	width: 522px;
	float: left;
}

.rate_line_promo + .restaurant_listings_cont {
	margin: -30px 0 0;
}

/* Listing header */

.listings_header {
	height: 29px;
	border-bottom: 1px solid #d7d7d7;
}

.listings_header h3 {
	width: 131px;
	height: 29px;
	background: url(../images/property/dining-listing-head-bg.png) 0 0 no-repeat;
	text-align: center;
	line-height: 31px;
	color: #ffd200;
	font-size: 13px;
}

.listings_header ul,
.listings_header p {
	margin: 4px 0 0 20px;
}

.listings_header li {
	display: inline;
}

.restaurant_listings .listings_header span {
	font-weight: bold;
}

/* Individual listings */

.restaurant_listings .listings > li {
	width: 480px;
	min-height: 155px;
	list-style: none;
	clear: both;
	padding: 0 20px 15px;
	position: relative;
	border: 1px solid #d7d7d7;
	border-width: 0 1px;
}

.restaurant_listings .listings > li:first-child {
	padding-top: 25px;
}

.restaurant_listings .listings > li.last {
	border-bottom-width: 1px;
}

.restaurant_listings .listings > li > div {
	list-style: none;
	float: left;
}

.restaurant_image {
	width: 139px;
	text-align: center;
}

.restaurant_image > img {
	display: block;
	margin: 0 0 2px;
}

/* Menu details */

.menu_details {
	width: 185px;
	/* 324 = this.width + .restuarant_image.width + 10px margin  */
	/* 149 =  .restuarant_image.width + 10px margin */
	margin: 0 -334px 0 149px;
}

.menu_details h4 {
	font-size: 12px;
}

.venue,
.expense_ratings strong {
	font-weight: bold;
	color: #333;
}

.menu_details > div {
	margin: 0 0 1em;
}

.expense_ratings,
.food_category {
	display: inline;
	font-size: 12px;
}

.expense_ratings {
	margin: 0 .3em 0 0;
	padding: 0 .2em 0 0;
	border-right: 1px solid #666;
}

.expense_ratings .text {
	position: absolute;
	top: 0;
	left: -9999px;
}

.menu_details .desc p {
	margin: 0 0 .5em;
}

.download_link a {
	display: inline-block;
	min-height: 15px;
	background: url(../images/global/sprites/global-ui.png) 0 -393px no-repeat;
	padding: 0 0 0 20px;
}

/* Restaurant meta info */

.restaurant_info {
	width: 130px;
	float: right !important;
}

.restaurant_info h5 {
	color: #333;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 .25em;
}

.restaurant_info dl {
	overflow: hidden;
	clear: left;
	margin: 0 0 .25em;
}

.restaurant_info dt {
	color: #333;
	font-weight: bold;
	float: left;
	margin: 0 .3em 0 0;
}

.restaurant_info dd {
	display: inline;
}

.restaurant_info .days dd {
	display: block;
	clear: left;
}

.restaurant_info li {
	list-style: none;
	margin: 0 0 .15em;
}


/* In-hotel dining (featured restaurant) ----------------------------------------- */

.in_hotel {
	width: 692px;
	margin: 0 0 35px;
}

.restaurant_listings.in_hotel .listings .featured {
	width: 650px;
	padding-top: 180px;
	padding-bottom: 20px;
	min-height: 185px;
	border-width: 0 1px 1px;
}

.in_hotel .featured .restaurant_image {
	width: 649px;
	height: 151px;
	text-align: left;
	position: absolute;
	top: 20px;
	left: 20px;
}

.in_hotel .featured .restaurant_image a {
	display: block;
	margin: 7px 0 0 1.25em;
	width: 11em;
}

.in_hotel .featured .menu_details {
	width: 345px;
}

.in_hotel .listings .featured + li {
	background: #fff;
	margin-top: -1px;
}


/* Promotions ----------------------------------------- */

.current_promotions {
	width: 155px;
	float: right;
	margin: 29px 0 0;
}

.property_hotel_dining .current_promotions {
	margin-top: 405px; /* height of featured restaurant */
}

.current_promotions .cap {
	display: none;
}

.current_promotions .espot {
	max-width: 155px;
	margin: 0 0 15px;
}





/* !Photos and Video
----------------------------------------------------------------------- */

.property_images_pane {
	clear: both;
	border: 1px solid #d7d7d7;
	position: relative;
	margin: 0 auto;
	height: 517px;
	padding: 33px;
}

.thumbnail_container {
	float: left;
	margin: 0 50px 0 0;
	width: 170px;
	height: 505px;
	overflow: auto;
}

.thumbnail_container li {
	list-style: none;
	margin: 0 0 10px;
}

.picture-slides-selected-thumbnail {
	border: 2px solid #262262;
	display: block;
	width: 121px;
	overflow: hidden;
}


/* Slideshow image/video tabs ----------------------------------------- */

.property_images_pane .tabs {
	display: block;
	clear: both;
	height: 35px;
	position: absolute;
	top: -36px;
	left: -1px;
	z-index: 5;
}

.property_images_pane .tabs ul { height: 100%; }

.property_images_pane .tabs li {
	list-style: none;
	float: left;
	height: 100%;
	line-height: 41px;
	text-align: center;
}

.property_images_pane .tabs a {
	display: block;
	height: 100%;
	background: url(../images/property/property-photo-video-tabs.png) no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.property_images_pane .tabs .active a {
	color: #004a86;
}

.property_images_pane .tabs .photo_tab a {
	width: 72px;
	background-position: 0 0;
}

.property_images_pane .tabs .photo_tab.active a {
	background-position: 0 -35px;
}

.property_images_pane .tabs .video_tab a {
	width: 145px;
	background-position: -72px 0;
}

.property_images_pane .tabs .video_tab.active a {
	background-position: -72px -35px;
}



/* Slideshow controls ----------------------------------------- */

.slideshow_main {
	float: left;
	width: 338px; /* width of image */
}

.picture-slides-image-counter {
	float: left;
	margin: 3px 0 0;
}

.slideshow_controls {
	float: right;
	height: 20px;
	margin: 0 0 6px;
	width: 130px; /* ie7 */
}

.slideshow_controls p,
.slideshow_controls ul {
	float: left;
}

.slideshow_controls p {
	margin: 3px 5px 0 0;
}

.slideshow_controls li {
	float: left;
	list-style: none;
	overflow: hidden;
	text-indent: -9999px;
	margin: 2px 3px 0 0;
	width: 17px;
	height: 17px;
}

.slideshow_controls a {
	display: block;
	height: 100%;
	background-image: url(../images/property/slideshow-controls.png);
	background-repeat: no-repeat;
}

.picture-slides-previous-image a {
	background-position: 0 -2px;
}

.picture-slides-next-image a {
	background-position: -17px -2px;
}

.slideshow_controls .picture-slide-playStop-slideshow {
	width: 20px;
	height: 20px;
	margin-top: 0;
}

.slideshow_controls .picture-slides-start-slideshow {
	background-position: -56px 0;
}

.slideshow_controls .picture-slides-stop-slideshow {
	background-position: -35px 0;
}

.picture-slides-fade-container {
	clear: both;
	margin: 0 0 20px;
}

.picture-slides-image-title {
	font-weight: bold;
	color: #262262;
	margin: 0 0 .5em;
}

.picture-slides-image-text {
	margin: 0 0 .5em;
}


/* Video specifics ----------------------------------------- */

.video_listing .cat_img {
	float: left;
	width: 125px;
	margin: 0 15px 15px 0;
}

.video_listing .rm_links {
	float: left;
	width: 150px;
	margin: 0 15px 15px 0;
}

.video_listing .rm_links li {
	list-style: none;
	margin: 0 0 .25em;
}



/* !Rooms and Rates
----------------------------------------------------------------------- */

.property_room_rates .pane_content {
	background: none;
}

.property_room_rates .wrap {
	position: relative;
}

.discount_rates_link {
	display: none;
}

.property_room_rates .corp_code,
.property_room_rates .rate_code {
	left: -250px;
	background: url(../images/global/ratecodeBG-mirror.png) 0 0 no-repeat;
	padding: 20px 40px 20px 30px;
}

.property_room_rates .corp_code { top: -15px; }

.property_room_rates .rate_code { top: 20px; }


/* Discount box ----------------------------------------- */

.prop_discount_box {
	position: absolute;
	left: auto;
	right: -15px;
	top: -5px;
	z-index: 20;
	display: none;
	width: 260px;
}

.prop_discount_box > div {
	width: auto;
	margin: 0 !important;
}

.prop_discount_box .btn {
	clear: both;
	margin: 0 0 0 25px;
	width: 4.5em;
}

.prop_discount_box h2 {
	font-size: 11px;
}

.prop_discount_box .discount_btm {
	width: 233px;
	float: right;
	background-position: 100% 100%;
}


.rate_choice {
	color: #666;
	font-size: 1.091em;
	font-weight: bold;
	margin: 0 0 15px 8px;
}

.rate_choice strong {
	color: #262262;
}

.rooms_rates_choices {
	position: relative;
	min-height: 22px; /* height of button */
	margin: 0 0 15px;
}

.rooms_rates_choices .filters {
	margin: 0 0 15px 8px;
	float: left;
	width: 30em;
}

.rooms_rates_choices .filters dt {
	font-weight: bold;
	color: #262262;
	float: left;
	margin: 0 1em 0 0;
	font-size: 13px;
}

.rooms_rates_choices .filters li {
	list-style: none;
	float: left;
	margin: 0 .5em 0 0;
	padding: 0 .5em 0 0;
	border-right: 1px solid #999;
}

.rooms_rates_choices .filters .smoking {
	border-right: none;
}

.rooms_rates_choices .discount_rates_btn {
	float: right;
	margin: 0 20px 0 0;
	width: 135px;
}


/* Tabs ----------------------------------------- */

.rooms_and_rates_tabs {
	width: 688px;
	margin: 0 0 20px;
	position: relative;
	clear: both;
}

#rrTabCont {
	height: 57px;
	position: relative;
}

#rrTabCont .slideTrig {
	width: 18px;
	height: 54px;
	float: left;
	background: url(../images/property/slider_arrow_sprite.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 4px 2px 0 0;
}

#rrTabCont .slideTrig.disabled { cursor: default; }

/* uncomment this if you want to hide slider triggers */
/* #rrTabCont.no_slider .slideTrig { display: none; } */

#rrTabCont .slideTrig.next {
	background-position: -18px 0; 
	float: right;
	margin-right: 0;
}

#rrTabCont .slideTrig.next.disabled { background-position: -18px -54px; }
#rrTabCont .slideTrig.prev.disabled { background-position: 0 -54px; }

#rrTabCont > ul {
	float: left;
	width: 650px;
}

#rrTabCont li {
	width: 128px;
	height: 57px;
	margin: 0 2px 0 0;
	float: left;
	list-style: none;
}

#rrStandardRate {
	position: relative;
	z-index: 1;
}

#rrTabCont #rrStandardRate a {
	border-left-width: 1px;
}

#rrTabCont li a {
	display: block;
	background: url(../images/property/rr-tabs.png) 0 100% no-repeat;
	height: 30px;
	padding: 10px 4px 17px;
	text-decoration: none;
	position: relative;
	color: #fff;
	line-height: 1.1;
	font-size: 13px;
	text-align: center; /* must apply on a and not li or else ie7 tries to center-align tabs as a whole */
}

#rrTabCont .active a {
	color: #004a86;
	background-position: 0 0;
	cursor: default;
}

#rrTabCont .wyn_rewards .tab_title {
	background: url('../images/property/wyn_rew_tab_logo_default.png') no-repeat 0 0;
	width: 108px;
	height: 32px;
	display: block;
	margin: -4px 0 0 4px; /* can't use "auto" for proper optical alignment */
	text-indent: -9999px;
}

#rrTabCont .wyn_rewards.active .tab_title {
	background-position: 0 100%;
}

#rrTabCont .active .tab_title {
	font-weight: bold;
}

#rrTabCont .from_price {
	position: absolute;
	bottom: 3px;
	left: 4px;
	width: 120px;
}

#rrTabCont .price_amt {
	color: #fff;
}

#rrTabCont .active .price_amt {
	color: #004a86;
}

#rrTabCont .price_unit {
	color: #fff
	font-weight: normal;
}

#rrTabCont #rrMoreRates {
	position: relative;
	overflow: hidden;
	width: 520px;
	margin-right: 0;
}

#rrMoreRates > ul {
	position: relative;
	left: 0;
}


#rrTabCont .badge {
	float: right;
	margin: -5px 0 0 5px;
}

.badge > span,
.badge > strong {
	display: block;
}

#rrPanelCont {
	background: #fff;
	border: 1px solid #d7d7d7;
	padding: 10px;
	position: relative;
	z-index: 1;
}

#rrPanelCont > div {
	display: none;
	position: relative;
	z-index: 2;
}

#rrPanelCont > div.active { display: block; }


/* rewards-only tab ----------------------------------------- */

#rrTabCont.wyn_rewards_tab_single {
	text-transform: uppercase;
	height: 68px;
}

#rrTabCont.wyn_rewards_tab_single .slideTrig { display: none; }

#rrTabCont.wyn_rewards_tab_single ul { margin: 0; }

#rrTabCont.wyn_rewards_tab_single li {
	width: 350px;
	height: 68px;
	text-align: left;
}

#rrTabCont.wyn_rewards_tab_single li a {
	height: 100%;
	padding: 0;
	border-top: 1px solid transparent;
	background: url(../images/property/rewards-tab-single.png) 0 0 no-repeat;
	color: #ffd200;
}

#rrTabCont.wyn_rewards_tab_single li a > span {
	display: block;
	margin: 26px 0 0 190px;
	text-align: left;
}

#rrTabCont.wyn_rewards_tab_single li a > span > span  {
	display: block;
	position: static;
}

#rrTabCont.wyn_rewards_tab_single .price_amt {
	color: #ffd200;
}

#rrTabCont.wyn_rewards_tab_single .price_unit {
	color: #fff;
}


/* Tab panels ----------------------------------------- */

.rate_intro h3 {
	margin: 0 0 .25em;
	padding: 0;
	font-size: 18px;
}

.rate_intro h3 .from_price {
	font-weight: normal;
	font-size: 13px;
}

.rate_intro h3 .price_unit {
	font-weight: normal;
	color: #666;
}

.rate_intro p {
	margin: 0 0 .5em;
}

.room_results > li {
	list-style: none;
	width: 667px;
	text-align: left;
	margin: 0 0 5px;
}


/* Result header */

table.room_info {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d7d7d7;
}

.room_info td {
	vertical-align: top;
}

table.room_info p {
	padding: 0;
}

.room_info > thead {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
}

.room_info > thead th {
	background: #004a86;
	vertical-align: middle;
	font-weight: bold;
	padding: .25em 0;
}

.room_info > thead .availability {
	background-position: 50% 0;
}

.room_info > thead .price {
	background-position: 100% 0;
}

.room_info > thead h4 {
	margin: 2px 10px 0 8px;
	float: left;
	font-size: 13px;
	color: #ffd200;
	padding-bottom:5px;
}

.room_info > thead .regulations {
	float: left;
}

.room_info > thead .max_occupancy {
	font-weight: normal;
	float: left;
	margin: 4px 10px 0 0;
}

.room_info > thead ul, 
.room_info > thead li {
	float: left;
	list-style: none;
	margin: -1px 3px 0 0;
}

.room_info > thead .icon {
	background-image: url(../images/global/sprites/regulations-sprite-white.png);
	margin: 5px 3px 0 0;
	float: left;
}


/* Result content */

.room_info > tbody {
	height: 115px;
}

.room_info > tbody > tr > td {
	padding-top: 5px;
}

.room_info td.room_desc {
	background-position: 0 100%;
}

.room_info td.availability {
	width: 80px;
	background-position: 50% 100%;
}

.room_info td.price {
	width: 190px;
	background-position: 100% 100%;
}

.room_info .room_desc .media {
	text-align: center;
	margin: 0 8px 0 2px;
	width: 125px;
	float: left;
}

.room_info .room_desc .desc {
	float: left;
	width: 250px;
	min-height: 80px;
	padding-bottom: 20px;
	position: relative;
}

.room_info .room_desc .desc a {
	position: absolute;
	bottom: 5px;
	left: 0;
}

/* Pricing table */

.room_info .pricing_wrapper {
	height: 7.3em;
	padding: 0 0 2em;
	position: relative;
}

.pricing_table {
	width: 175px;
	border-collapse: collapse;
	margin: 0 0 9px;
}

.pricing_table td,
.pricing_table th {
	vertical-align: top;
	padding: 2px 0;
	height: 1em;
	line-height: 1;
}

.pricing_table th {
	font-weight: normal;
}

.pricing_table .nightly_rate th,
.pricing_table .total th {
	font-weight: bold;
}

.pricing_table td {
	text-align: right;
}

.pricing_table .nightly_rate .price_amt,
.pricing_table .discount_price .price_amt,
.pricing_table .num_nights .price_amt,
.pricing_table .tax .price_amt {
	font-weight: normal;
	color: #666; /* ie7 doesn't undestand inherit */
}

.pricing_table .discount_price .price_amt {
	font-weight: bold;
}

.pricing_table .total {
	color: #262262;
	font-weight: bold;
	font-size: 12px;
}

.pricing_table .total th,
.pricing_table .total td {
	border-top: 1px solid #d7d7d7;
	padding-top: 3px;
}

.pricing_table.points .total th,
.pricing_table.points .total td {
	border: none;
}

.pricing_table .total .price_unit {
	color: #666;
}

.room_info .actions {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 177px;
}

.points .actions .modal_trigger {
	display: none;
	visibility: hidden;
}


.room_info .modal_trigger {
	float: left;
	padding: 6px 0 0;
}

.room_info .btn {
	float: right;
	margin: 2px 0 0 0;
	width: 4.5em;
}

.room_info .tooltip {
	right: -60px;
	top: 15px;
}

.room_info .tooltip p {
	font-size: 11px;
	margin: 5px;
}

.room_results_disclaimer {
	margin: .5em 0 0;
}

.room_results_disclaimer h5 {
	margin: .5em 0;
	text-indent: -.3em; /* hang the asterisk */
	color: #666;
}

.room_results_disclaimer p {
	margin: 0 0 .5em;
}


/* Rooms/Rates error states ----------------------------------------- */

.property .content_well div.error {
	margin: -10px 0 15px;
	border: none;
}

.error p {
	margin-left: 0;
	font-size: 1.2em;
}

.property_room_rates.page_error .rooms_rates_choices {
	margin: 0;
}

.property_room_rates.page_error .filters {
	margin-bottom: 5px;
}

.property_room_rates.page_error td.price .actions {
	margin-top: 80px;
}

.property_room_rates.page_error .discount_rates_btn {
	display: none;
}

.property_room_rates.page_error #rrPanelCont {
	border-width: 1px;
}

.reserve_button .tooltip {
	top: 15px;
	left: -55px;
	z-index: 100;
}

.reserve_button .tooltip p { font-size: 11px; }




/* Unavailable error states ----------------------------------------- */

.content_well .error.change_dates p {
	margin: 0 0 4px;
}

.error.change_dates ul {
	width: auto;
	list-style: disc;
	margin: 0 0 0 3em;
	color: #333;
	font-weight: bold;
}

.error.change_dates li {
	list-style: disc;
	float: none;
	width: auto;
	margin: 0 0 2em;
	position: relative;
}

.error.change_dates li:last-child { margin-bottom: 0; }

.error .or {
	position: absolute;
	left: -2.75em;
	top: -1.5em;
	text-transform: uppercase;
}

/* Search results additional styles */

.prop_search_results {
	background: #fff;
	border: 1px solid #aaa;
	padding: 15px 0;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.3);
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
}

.prop_search_results .search_header .header_wrap { width: 340px; }

.prop_search_results .search_header { padding: 0 10px; }

.prop_search_results h2 { text-transform: none; }

.prop_search_results .results_meta { margin-top: 0; }

.prop_search_results .hotel_result { clear: both; }

.prop_search_results h4 a { font-size: 1em; }

.prop_search_results .hotel_result .tier  { margin: 3px 2px 0; }

.prop_search_results .hotel_result div.availability { width: 161px; }

.prop_search_results .sort_by { margin-left: 10px; }

.prop_search_results .sort_by a { font-size: 1em; }

.prop_search_results.results > h3 { margin: 0 0 10px 5px; padding-left: 127px; }

.hotel_result .tooltip {
	height: auto;
}




/* !Maps and Directions
----------------------------------------------------------------------- */

/* Map ----------------------------------------- */

.map .tooltip {
	top: -15px;
	left: 20px;
}

.property_maps_and_directions .map {
	margin: 55px 0 10px;
	clear: both;
}

.map_links {
	position: absolute;
	top: -20px;
	left: 5px;
}

.map_links li {
	list-style: none;
	float: left;
	font-weight: bold;
}

.map_links li:first-child {
	padding: 0 .5em 0 0;
	margin: 0 .3em 0 0;
	border-right: 1px solid #666;
}

.property_maps_and_directions .map img {
	width: 688px;
}

.property_maps_and_directions .pin_1 { top: 100px; left: 350px; }


/* Directions ----------------------------------------- */

h4.map_header {
	color: #262262;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0 0 .5em;
}

/* Getting to the hotel */

.compass_directions {
	width: 370px;
	float: left;
	margin: 0 0 20px 15px;
}

.map_accordion {
}

.map_accordion dt {
	background: url(../images/global/sprites/global-ui.png) no-repeat 0 -229px;
	padding: 0 0 0 20px;
	color: #666;
	font-weight: 600;
	min-height: 16px;
	line-height: 16px;
	cursor: pointer;
}

.map_accordion dt.current {
	background-position: 0 -260px;
}

.map_accordion dd {
	display: none;
	margin: 0 0 0 20px;
}

/* Get turn-by-turn directions form */

.map_directions {
	width: 260px;
	float: right;
	margin: 0 10px 20px 0;
}

.map_directions li {
	list-style: none;
	overflow: hidden;
}

.map_directions label[for="tbt_address"] {
	display: none;
}

#tbt_address {
	width: 245px;
	margin: 10px 0;
}

.map_directions .btn {
	float: left;
	margin: 0 5px 5px 0;
	width: 8em;
}

.map_directions .btn + span {
	float: left;
	margin: 2px 0 0;
}



/* Turn by turn directions ----------------------------------------- */

.tbt_results {
	border-top: 1px solid #666;
	padding-top: 15px;
	margin: 0 15px;
	clear: both;
	text-align: left;
	position: relative;
}

.tbt_results table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 1.5em;
}

.tbt_results th,
.tbt_results td {
	padding: .4em;
}

/* Table head */

.tbt_results thead th {
	color: #262262;
	background: #ccc;
	font-weight: bold;
	font-size: 12px;
}

.tbt_results thead .direction {
	padding-left: 1.2em;
}

.tbt_results .distance {
	width: 20%;
	padding-right: 3%;
}

.tbt_results .time {
	width: 30%;
}

.tbt_results .distance li {
	list-style: none;
	display: inline;
}

.tbt_results .distance li:first-child {
	margin-right: .5em;
}


/* Table body */

.tbt_results tbody tr.even {
	background: #e6e6e6;
}

.tbt_results tbody th {
	font-weight: normal;
}


/* Table summary */

.tbt_summary p,
.tbt_summary dl {
	font-weight: bold;
	color: #333;
	font-size: 12px;
}

.tbt_summary p,
.tbt_summary dl,
.tbt_summary dt,
.tbt_summary dd {
	display: inline;
}

.tbt_results .page_actions {
	font-weight: normal;
	margin: 20px 0 0;
	position: static;
	overflow: hidden;
}
