﻿/* SEARCH RESULTS ----------------------------------*/
#SearchHolder {
	width: 926px;
	margin-bottom:20px;
}
#MapHolder {
	float: left;
	width: 642px;
}
#Items {
	float: left;
	width: 282px;
	list-style: none;
	border-top: 1px solid #cccccc;
}
.ItemTemplate {
}

/* Modify my search */
#RegionLinkHolder {
	position: relative;
	height: 28px;
	width: 926px;
	margin-top: 10px;
}

#SearchResultsHeader {
	display: inline-block;
	position: relative;
	float: right;
	height: 28px;
	font-weight: bold;
	margin-right:10px;
    padding:0;
    width:189px;
}

#RegionLink {
	display: inline-block;
	position: relative;
	float: right;
	height: 28px;
	font-weight: bold;
	margin-right:10px;
    padding:0;
    width:600px;
}

#RegionLink span
{
    display: inline-block;
    width: 9px;
    height: 28px;
    margin:0;
    padding:0;
    
}
.RegionLinkLeft
{
    background-image: url('/Content/dev-mtbeds/Images/tab_left.gif'); 
    width:9px;
    height:28px;
    margin:0; 
    padding:0;
    float:right;
}
.RegionLinkMiddle
{
    padding: 8px 0 0 0;
    background-image: url('/Content/dev-mtbeds/Images/tab_tile.gif');
    width: auto;
    white-space: nowrap;
    margin:0;
    height:20px;
    float:right;
}
.RegionLinkRight
{
    background-image: url('/Content/dev-mtbeds/Images/tab_right.gif'); 
    width:9px;
    height:28px;
    margin:0;
    padding:0;
    float:right;
}
#RegionLink a {
	color: #6d3327;
	text-decoration: none;
	height: 28px;
}
#RegionLink a:hover {
	color: #6d3327;
	text-decoration: underline;
}
#RegionLinkHolder div.trigger {
	display: inline-block;
	float: right;
	background: url('/Content/dev-mtbeds/Skins/Default/Img/modify_btn.gif') no-repeat right top;
	height: 28px;
	font-weight: bold;
	position: relative;
	width: 117px;
	overflow:hidden;
}
#RegionLinkHolder div.trigger a {
	color: #6d3327;
	text-decoration: none;
	display: block;
	height: 28px;
	padding-left: 10px;
	padding-top: 8px;
}
#RegionLinkHolder div.trigger a:hover {
	color: #6d3327;
	text-decoration: underline;
}
div.active {
	background-position: right bottom;
}
.modifySearch {
	float: right;
}

/* MODIFY MY SEARCH (on the search results page in conjuction with the above css) */
#advanced {width:922px; background-color:#fafbfb;}
.ModifyMySearchResultsContainer {float:left; margin:0; padding: 10px 19px 0 19px; background-color:#fafbfb;}
.ac_results {background:#e6e9e6; border:1px solid #c5c5c5;}
.ac_results ul {list-style:none; margin:0; padding:0;}
.ac_even {padding:5px; margin:0;}
.ac_odd {padding:5px;}
.ac_over {background:#aabac1; color:#FFF;}
.ModifyBtnHolder {margin-top:50px;}

/* ================= */
/* SEARCH RESULTS COLUMN */
#searchResults .title {
	float: right;
	width: 167px;
	margin: 7px 0px 5px 7px;
	list-style: none;
}
#searchResults .PriceContainer {
	float: right;
	list-style: none;
	margin: 5px 0 0 10px;
	width: 95px;
}
#searchResults .PriceContainerLeft {
	float: left;
	margin-right: 3px;
}
#searchResults .PriceContainerRight {
	float: left;
}
#searchResults .FromText {
	font-size: 8px;
	color: #6d3327;
	margin-top: 3px;
}
#searchResults .FromPricePerDay {
	width: 65px;
	margin: 0;
	font-size: 14px;
	color: #6d3327;
	font-weight: bold;
}
#searchResults .RoomPerNightText {
	font-size: 8px;
	color: #6d3327;
	font-style: italic;
	margin-top: -2px;
}
#searchResults .accommodation_star {
	width: 12px;
	height: 12px;
	background-image: url(/Content/dev-mtbeds/Skins/Default/Img/star-rating.gif);
	margin: 0;
	float: left;
	background-repeat:no-repeat;
}
#searchResults .accommodation_no_star {
	width: 12px;
	height: 12px;
	background-image: url(/Content/dev-mtbeds/Skins/Default/Img/star-rating-empty.gif);
	margin: 0;
	float: left;
	background-repeat:no-repeat;
}
#searchResults .description {
	font-size: 90%;
	margin: 0px 5px 2px 7px;
}
#searchResults .StarRating {
	float: left;
	width: 90px;
	margin-left: 7px;
	margin-top: 4px;
}
#searchResults .viewmore {
	font-size: 9px;
	font-weight: bold;
	float: left;
	width: 80px;
	margin: 4px 0 4px 93px;
}
#searchResults .ViewMoreIcon {
	background-image: url(/Content/dev-mtbeds/Skins/Default/Img/view_on_map_ico.gif);
	height: 11px;
	width: 12px;
	display: inline-block;
	background-image: no-repeat;
	text-decoration: none;
}
#searchResults .viewmore a {
	font-size: 9px;
	font-weight: bold;
}
#searchResults .AvailabilityRequest {
	font-size: 9px;
	font-style: italic;
	margin-left: 7px;
}
/* Don't remove or change this line */
#searchResults .Accommodation {
	display: none;
}
/* Don't remove or change this line */
#searchResults .OnRequestAccommodation {
	display: none;
}

/* Don't remove or change this line */
#searchResults .PromoAccommodation {
	margin: 5px 0 0 7px;
	display: inline-block;
	vertical-align: baseline;
	cursor:pointer;
	height:22px;
}
/* Don't remove this line */
#searchResults .PromoAccommodation .SpecialIcon {
	background-image: url(/Content/dev-mtbeds/Skins/Default/Img/special_offer_ico.gif);
	height: 21px;
	width: 21px;
	display: inline-block;
	background-image: no-repeat;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 4px;
	float:left;
}
/* Don't remove or change this line */
#searchResults .LocalSpecial {
	margin: 5px 0 2px 7px;
	display: inline-block;
	vertical-align: baseline;
}
/* Don't remove this line */
#searchResults .LocalSpecial .SpecialIcon {
	background-image: url(/Content/dev-mtbeds/Skins/Default/Img/special_offer_ico.gif);
	height: 21px;
	width: 21px;
	display: inline-block;
	background-image: no-repeat;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 4px;
	float:left;
	cursor:pointer;
	
}
#searchResults .OnSpecialText {
	color: #A23535;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
	float:left;
	cursor:pointer;
}

#searchResults .PromoAccommodation .NormalPrice
{
    display: block;
    float:left;
    margin-top:5px;
}

#searchResults .NormalPrice {
	font-size: 9px;
	color: #6d3327;
	margin: 0 0 10px 5px;
	display: none;
}
#searchResults .NormalPrice li {
	list-style: none;
	list-style-image: url(/Content/dev-mtbeds/Skins/Default/Img/special_offer_ico.gif);
	margin: 0 0 0 28px;
}
#searchResults .listview {
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#searchResults .listview-item {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background: #FFF;
	border-right: 1px solid #cccccc;
	padding-bottom: 3px;
}
#searchResults .altRow {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background: #f6f6f6;
	border-right: 1px solid #cccccc;
	padding-bottom: 3px;
}
.list-pager {
	display: block;
	width: 100%;
}
.list-pager-buttons {
	list-style: none;
	float: right;
	margin-right: 14px;
	margin-top: 4px;
}
.button-first {
	float: left;
	margin: 10px 0 0 0;
}
.button-previous {
	float: left;
	margin: 10px 0 0 5px;
}
.pager-currentpage {
	float: left;
	margin: 12px 0 0 10px;
	font-weight: bold;
}
.pager-pagecount {
	float: left;
	margin: 12px 0 0 2px;
	font-weight: bold;
}
.button-next {
	float: left;
	margin: 10px 0 0 10px;
}
.button-last {
	float: left;
	margin: 10px 0 0 5px;
}
#promoList {
	width: 927px;
	margin: 25px 0 0 0;
}

#promoResults {
	margin:20px 0 30px 0; 
	width:670px; 
	border-top:1px solid #ccc;
}

.promoHeader {
	border-left:1px solid #ccc; 
	border-right:1px solid #ccc; 
	height:20px; 
	padding:10px;
}

#promoAd {
	width: 235px;
	float: left;
	margin: 0 0 0 30px;
}
.promo_img {
	float: left;
	width: 60px;
	margin: 8px 10px 8px 10px;
}
.promo_content {
	float: left;
	width: 426px;
	margin: 8px 0 8px 10px;
}

.promo_description {
	float:left; 
	width:390px;
}

.promo_more {
	float: left;
	width: 110px;
	margin: 8px 0 8px 8px;
}
.promo_name {
	font-weight: bold;
	color: #3c6777;
	margin-bottom: 8px;
}

.PageButtonFirst
{
    border: none; 
}

.PageButtonLeft
{
    border: none;
}

.PageButtonRight
{
    border: none;
}

.PageButtonLast
{
    border: none;
}

#promoResults .popup_btnmoreinfo2 {
	width: 100px;
	height: 26px;
	background-image: url('/Content/dev-mtbeds/Skins/Default/Img/more_info_bg_img.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	padding-top: 12px;
	cursor: pointer;
	margin-top:10px;
}
form#fHtlSgl {
	visibility: hidden;
	position: absolute;
	top: 0px;
}
.listview {
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.listview-item {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background: #FFF;
	border-right: 1px solid #cccccc;
	padding-bottom: 3px;
}
/*mapIcon.css renamed*/
.HotelPushpin {
	margin-left: 4px;
	background: url(/Content/dev-mtbeds/Images/mapicon_hotel_new.gif);
	height: 56px;
	width: 40px;
}
.promotionsPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(/Content/dev-mtbeds/Images/mapicon_hotel_new.gif);
	height: 56px;
	width: 40px;
}
.CarHireLocationPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(car.png);
	height: 35px;
	width: 35px;
}
.airportPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(plane.png);
	height: 35px;
	width: 35px;
}
.CityPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(train.png);
	height: 35px;
	width: 35px;
}
.PointOfInterestThumbnail {
	background: url(thumb_POI.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 31px;
	width: 48px;
	float: left;
	padding-left: 20px;
}
.AccomodationThumbnail {
	background: url(thumb_hotel.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 31px;
	width: 48px;
	float: left;
	padding-left: 20px;
}
.CarHireLocationThumbnail {
	background: url(thumb_car.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 31px;
	width: 48px;
	float: left;
	padding-left: 20px;
}
.airportThumbnail {
	background: url();
	background-repeat: no-repeat;
	background-position: top right;
	height: 31px;
	width: 48px;
	float: left;
	padding-left: 20px;
}
.CityThumbnail {
	background: url();
	background-repeat: no-repeat;
	background-position: top right;
	height: 31px;
	width: 48px;
	float: left;
	padding-left: 20px;
}
.BarbecueRestaurantPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.AsianRestaurantPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.PlaceOfInterestPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.ArtGallery-ExhibitionCentrePushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.FortPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.Deli-SandwichRestaurantPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.InternationalRestaurantPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.MexicanRestaurantPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.CoffeeShop-CafeteriaPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.OtherAccommodationPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.ChineseRestaurantPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.SeafoodRestaurantPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.SelfCateringPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.OtherRestaurantPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.SteakRestaurantPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.FastFoodPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.Campsite-CaravanParkPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.ItalianRestaurantPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.AmericanRestaurantPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.Hotel-MotelPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.MuseumPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.BedAndBreakfastPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.FrenchRestaurantPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.GermanRestaurantPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.BattlefieldPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.PizzeriaPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.PubPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.Statue-Plaque-MemorialPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.RestCampPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.Planetarium-ExploratoriumPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.Arts-CraftsPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.WreckPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.LodgePushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.ViewPointPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.WhaleWatchingPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.ScenicDrivePushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.ProvincialHeritageSitePushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.HistoricalMonumentPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.RuinPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.GravesPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.Resort-SpaPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.BritishRestaurantPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.HistoricalTownPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}
.TouristInformationPushpin {
	margin-left: 4px;
	margin-top: -24px;
	background: url(../Images/mapicon_POI.gif);
	height: 56px;
	width: 40px;
}

/*Map Popup Styles*/
/* Styles that apply to the info box's containing element whether it has no beak, a rightBeak, or a leftBeak */
.customInfoBox-noBeak, .customInfoBox-with-rightBeak, .customInfoBox-with-leftBeak {
	position: absolute;
	width: 350px;
	z-index: 2001;
}
/* Offset the body for the drop-shadow and set the body background and border just for starters (developers can change this easily) */
.customInfoBox-body {
	position: relative;
	top: -5px;
	left: -5px;
	padding: 8px;
	border: 1px solid #3c6777;
	background-color: #fff;
	z-index: 2000;
}
/* Apply a nice default drop-shadow after the default Bing Maps info box styles are cleared */
.customInfoBox-shadow {
	position: relative;
	background-color: #ccc;
}
/* Sections of the info box that a developer could style if desired, but have no style when the default Bing Maps info box styles are cleared */
.customInfoBox-previewArea, .customInfoBox-actionsBackground {
}
/* Sections of the info box that should not be visible when the default Bing Maps info box styles are cleared */
.customInfoBox-actions, .customInfoBox-paddingHack {
	display: none;
}
.customInfoBox-beak, .customInfoBox-progressAnimation {
	visibility: hidden;
}
.imgHolder {
	width: 60px;
	margin-right: 8px;
	float: left;
}
.popup_img {
	width: 60px;
}
.infoRight {
	float: left;
	width: 260px;
}
.popup_hotelname {
	color: #3c6777;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 13px;
}
.popup_fromprice {
	font-weight: bold;
	color: #6d3327;
}
.popup_frompricehidden {
	display: none;
}
.popup_hoteldescr {
	margin-top: 8px;
	padding-right: 8px;
}
.mapPopupSpecial {color:#6d3327; width:235px; padding:10px; background:#f7f7f7; border:1px solid #ccc; margin-top:10px; max-height:120px; overflow:auto;}

.regionBrowserSpecial {color:#6d3327; width:95%; padding:10px; background:#f7f7f7; border:1px solid #ccc; margin-top:10px; max-width:95%; max-height:100px; overflow:auto; overflow-x: hidden; -ms-overflow-x: hidden;}

.popup_btnmoreinfo {
	margin-top: 8px;
	font-weight: bold;
}

/* More Info Button */
#MoreInfoBtn {display:block; width:122px; height:28px; overflow:hidden; text-indent:26px; font-style:normal; margin-top:10px;}
#MoreInfoBtn a {display:block; width:122px; height:28px; background:url(/Content/dev-mtbeds/Skins/Default/Img/CheckAval.gif); background-position:top left; color:#FFF; font-weight:bold; line-height:28px;}
#MoreInfoBtn a:hover {background-position:bottom left; color:#FFF; font-weight:bold; text-decoration:none;}

div#BusyScreen
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 200px;
    background-color: Blue;
}
