﻿.AllHousesMap 
{
    position:relative;
    }

.AllHousesMap .MapHeadLineText 
{
    margin-top:10px;
    padding-left: 20px;
    }
.AllHousesMap .MapViewButtons 
{
    /*left: 457px;*/
    right: 0px;
    position: absolute;
    top:0px;
    height:30px;
    z-index: 1;
    }
.AllHousesMap #imgDenmarkButton 
{
    cursor:pointer;
    margin-right:1px;
    }
.AllHousesMap #imgEuropeButton 
{
    cursor:pointer
    }
    

.Booking_HouseMapOverview
{
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom:0px;
    width: 100%;
    position:relative;
}

#imgGeneralMapIcon
{
    background: url("images/SpriteSheet.png") no-repeat scroll -34px -539px transparent;
    height: 35px;  
    width: 30px;
}

#MapFilterEurope
{
    cursor: pointer;
    position:absolute;
    top:0px;
    right:0px;
    background-color:white;
    height: 40px;
    width:155px;
    font-size:18px;
    line-height:40px;
    padding-left:10px;
}
#MapFilterEurope::after, #MapFilterDenmark::after {
        position:absolute;
        right:10px;
        top:10px;
        width:20px;
        height:20px;
        line-height:20px;
        font-size:18px;
        content: "\f105";
        display: inline-block;
        font-family: FontAwesome;
        font-feature-settings: normal;
        font-kerning: auto;
        font-language-override: normal;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-synthesis: weight style;
        font-variant: normal;
        font-weight: normal;
        text-rendering: auto;
        transform: translate(0px, 0px);
        text-align:center;
            color:white;
            background-color:#83B9F6;
    }
#MapFilterDenmark
{
    cursor: pointer;
    position:absolute;
    top:0px;
    right:0px;
    background-color:white;
    height: 40px;
    width:155px;
    font-size:18px;
    line-height:40px;
    padding-left:10px;
}

    #MapFilterDenmark.selected, #MapFilterEurope.selected
    {
        display:none;
    }


.Booking_HouseMapOverview .Booking_HouseMapLinks
{
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 10px;
    margin: 0px;
    width: 358px;

}

.Booking_HouseMapOverview #aGeneralMapLink, .Booking_HouseMapOverview .resetlink
{
 
}
.MapWidth_378 #MapFilterDenmark {
	height: 40px !important;
}
.MapWidth_378 #MapFilterEurope {
	height: 40px !important;
}

.MapHouseList .SmallHouseShortDescription a {
    cursor: pointer;
    background-color: #83B9F6;
    color: #FFFFFF !important;
    display: block;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    margin-top:10px;
    width:95%;
}
.MapHouseList .SmallHouseShortDescription a:hover {
        background-color: #00A3E8;
    }

.MapHouseList .HouseDescription, 
.MapHouseList .SmallHouseChangeDates, 
.MapHouseList .SmallHouseAvailablePrices, 
.MapHouseList .ButtonPlaceholder {
    display:none;
}
