﻿.Booking_HouseMapOverview {
    background-color: #F5F5F5;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 378px;
    position: relative;
}

    .Booking_HouseMapOverview .Booking_HouseMapLinks {
        float: left;
        height: 34px;
        line-height: 34px;
        padding: 10px;
        margin: 0px;
        width: 358px;
    }

#imgGeneralMapIcon {
    background: url("images/SpriteSheet.png") no-repeat scroll -34px -539px transparent;
    height: 35px;
    width: 30px;
}


.Booking_HouseMapOverview #aGeneralMapLink, .Booking_HouseMapOverview .resetlink {
}

ul.SmallHouseContainer {
    margin: 0px;
    padding: 0px;
    position: relative;
    /*width: 582px;    */
    list-style-type: none;
}

    ul.SmallHouseContainer > li {
        float: left;
        margin-right: 10px;
        width: 184px;
    }

    ul.SmallHouseContainer li.SmallHouseTagPictos {
        position: absolute;
        top: 0px;
        left: 120px;
        margin: 0;
        padding: 0;
    }

#ulExternalHouses ul.SmallHouseInfo, #ulLocalHouses ul.SmallHouseInfo,
#ulExternalHousesAll ul.SmallHouseInfo, #ulLocalHousesAll ul.SmallHouseInfo {
    /*float:left;
    position: relative;
    padding: 0px;
    margin: 0px 10px 10px 0px ;
    list-style-type: none;
    overflow: hidden;    
    width: 184px;
    height: 266px;
    background-color: #FFF;
    border-bottom: 1px solid #b8bec4;*/
}

    #ulExternalHouses ul.SmallHouseInfo .SmallHouseProvider, #ulLocalHouses ul.SmallHouseInfo .SmallHouseProvider,
    #ulExternalHousesAll ul.SmallHouseInfo .SmallHouseProvider, #ulLocalHousesAll ul.SmallHouseInfo .SmallHouseProvider {
        position: absolute;
        top: 243px;
        left: 5px;
        margin: 0;
        padding: 0;
        font-style: italic;
        font-size: 10px;
        display: none;
    }

ul.SmallHouseInfo li {
}

/*

.SmallHouseLocation {
    margin-left: 5px;
    height: 14px;
    overflow: hidden;
}

    .SmallHouseLocation h4 {
        padding: 0;
        margin: 0;
        font-weight: normal;
    }

.SmallHouseInfo {
}

.SmallHouseImage {
    float: left;
    height: 123px;
    overflow: hidden;
    margin-top: 6px;
}

.SmallHouseName {
}

#ulExternalHouses .SmallHouseShortDescription,
#ulExternalHousesAll .SmallHouseShortDescription {
    display: none;
}

#ulExternalHouses .SmallHouseHeadline,
#ulExternalHousesAll .SmallHouseHeadline {
    position: absolute;
    left: 0px;
    top: 133px;
    height: 44px;
    line-height: 20px;
    overflow: hidden;
}


#ulLocalHouses .SmallHouseShortDescription,
#ulLocalHousesAll .SmallHouseShortDescription {
    display: none;
}

#ulLocalHouses .SmallHouseHeadline,
#ulLocalHousesAll .SmallHouseHeadline {
    position: absolute;
    left: 0px;
    top: 133px;
    height: 44px;
    line-height: 20px;
    overflow: hidden;
}



#ulExternalHouses .SmallHouseLink a, #ulLocalHouses .SmallHouseLink a,
#ulExternalHousesAll .SmallHouseLink a, #ulLocalHousesAll .SmallHouseLink a
{
    display: block;
    position:absolute;
    top:0px;
    left:0px;
    width: 184px;
    height: 256px;
    color: #FFF;
    
    
    background-color: black;
    cursor: pointer;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
    z-index: 20;
}*/

/*
#ulExternalHouses .SmallHouseLink a:hover, #ulLocalHouses .SmallHouseLink a:hover,
#ulExternalHousesAll .SmallHouseLink a:hover, #ulLocalHousesAll .SmallHouseLink a:hover {
    opacity: 0.1;
    -moz-opacity: 0.1;
    filter: alpha(opacity=10);
}

.SmallHouseLink2 a {
    display: block;
    position: absolute;
    top: 170px;
    right: 0px;
}

.SmallHousePrice {
    color: #bfcc71;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 10px;
}


.tripleCol .SmallHousePrice {
    position: absolute;
    top: 205px;
    color: #bfcc71;
    font-size: 14px;
    font-weight: bold;
    width: 179px;
    line-height: 25px;
}

.tripleCol .SmallHousePeriodText  
{
    margin-top: 184px;
    }

.tripleCol .SmallHouseImage 
{
    margin-bottom:5px;
    }


.SmallHouseMap 
{
    float:right;
    cursor:pointer;
}

.SmallHouseHeadline 
{
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 14px;
    color: #3f3f3f;
	margin: 0;
	padding: 0 5px;
	margin-top: 16px;
	margin-bottom: 6px;
}
    
.SmallHouseShortDescription 
{
    margin-left:5px;
    }

.SmallHousePeriodText 
{
    margin-left:5px;
    margin-top:154px;
}

.SmallHouseCityBackground 
{
    position:absolute;
    left:0px;
    top:121px;   
    background-color: #A9BE0B;
    opacity:0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
	width: 100%;
	height:22px;
    }
.MasterHouse .SmallHouseCityBackground
{
    position:absolute;
    left:0px;
    top:121px;   
    background-color: #8DC5E1;
    opacity:0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
	width: 100%;
	height:22px;
    }
.SmallHouseCity
{
    position:absolute;
    left:0px;
    top:121px;
    color: white;
    font-weight:bold;
    line-height:22px;  
    height:22px; 
    padding-left:5px;
    padding-right:5px;
    overflow:hidden;
    }*/

.myLogin {
    position: absolute;
    right: 36px;
    text-align: right;
    top: -15px;
}

.box_wrap {
    z-index: 19999;
}

a.large {
    display: block;
    background-color: #bfcc71;
    width: 159px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}

a.largegrey {
    display: block;
    background: #b5b5b5;
    width: 159px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}

a.large:hover {
    display: block;
    background-color: #9EA85E;
    width: 159px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}

a.small {
    display: block;
    width: 123px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
}



a.smallgrey {
    display: block;
    background-color: #b5b5b5;
    width: 123px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
}


a.smallbutton, input.smallbutton {
    cursor: pointer;
    background-color: #83B9F6;
    color: #FFFFFF !important;
    display: block;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    margin-right: 2px;
    float: left;
    border-width:0;
    border-style:none;
}

    a.smallbutton:hover, input.smallbutton:hover {
        background-color: #6F9DCE;
    }

a.searchButton {
    float: right;
}

    a.searchButton,
    a.searchButton:visited,
    a.searchButton:link,
    a.searchButton:hover,
    a.searchButton:visited:hover,
    a.searchButton:link:hover,
    a.searchButton img {
        color: white;
    }


a.imageButton,
a.imageButton:visited,
a.imageButton:link,
a.imageButton:hover,
a.imageButton:visited:hover,
a.imageButton:link:hover,
a.imageButton img {
    color: white;
}



.searchHeader {
    /*width: 186px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;*/
}

.dateselectordiv {
    width: 155px;
}

    .dateselectordiv img {
        position: relative;
        margin-left: 4px;
        margin-top: 2px;
    }

.AdvancedSearchBlock {
    display: block;
    float: left;
    width: 100%;
}

.AdvancedSearchUL, .AdvancedSearchULExtended {
    background-color: #F5F5F5;
    float: left;
    font-size: 10px;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    width: 100%;
}

#AdvancedSearchExtended {
    /*background-color: #DEE8EE;
    float: left;
    margin: 0;    
    width: 378px;*/
    float: left;
    padding: 10px;
    background-color: #F5F5F5;
    width: 358px;
}

    #AdvancedSearchExtended > div {
        float: left;
        padding-top: 10px;
        width: 358px;
        border-top: 1px solid #FFF;
    }

.AdvancedSearchUL li, .AdvancedSearchULExtended li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #FFF;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.AdvancedAttributes {
    float: left;
    width: 300px;
}

.AdvancedSearchAttribute {
    float: left;
    /*height: 62px;*/
    width: 100%; /*60px;*/
    margin-left: 10px;
    text-align: left;
    height:19px;
}

    .AdvancedSearchAttribute span {
        display: inline-block;
        font-size: 10px;
        margin-right: 10px;
        cursor:default;
    }

.AdvancedSearchAttribute .inputspan {
    border: 1px solid #bfcc71;
    height: 16px;
    width: 16px;
    
}
.AdvancedSearchAttribute .inputspan::after {
        content: "\f00c";
        font-family: FontAwesome;
        color:#bfcc71;
        line-height: 14px;
        height:16px;
        font-size:15px;
        visibility:hidden;
}
.AdvancedSearchAttribute .inputspan.selected::after {
        visibility:visible;
}
.AdvancedSearchAttribute .inputspan input {
    display:none;
}

.ez-hide {
    opacity: 0;
    filter: alpha(opacity=0);
}

.ez-checkbox {
    zoom: 1;
    display: inline;
    _height: 30px;
    text-align: center;
}

    .ez-checkbox input {
        width: 32px;
        height: 32px;
        cursor: pointer;
    }


    .ez-checkbox .inputspan {
        width: 38px;
        height: 38px;
        margin-left: 14px;
    }

        .ez-checkbox .inputspan:hover, .ez-checked .inputspan {
            background-color: #59b5dd;
        }


#ulLotteryHouses {
    border-top: 1px solid #b8bec4;
}

    #ulLotteryHouses ul.SmallHouseInfo {
        display: block;
        float: left;
        padding: 0;
        /*margin: 0px 10px 10px 0px ;*/
        list-style-type: none;
        overflow: hidden;
        width: 572px;
        background-color: #FFF;
    }

    #ulLotteryHouses .SmallHouseLocation {
        /*display:none;*/
        position: absolute;
        left: 130px;
        top: 4px;
        font-weight: bold;
        margin: 0px;
    }

    #ulLotteryHouses .SmallHouseName {
        position: absolute;
        left: 130px;
        top: 20px;
    }

    #ulLotteryHouses > li {
        float: left;
        position: relative;
        width: 572px;
        border-bottom: 1px solid #b8bec4;
        padding: 10px 0px 0px 0px;
    }

    #ulLotteryHouses ul.SmallHouseInfo {
        list-style: none;
        margin: 0px;
    }


        #ulLotteryHouses ul.SmallHouseInfo li {
            float: left;
            list-style: none;
        }

    #ulLotteryHouses .SmallHouseLink a {
        position: absolute;
        left: 364px;
        top: 60px;
        /*display:none;
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 202px;
    color: #FFF;
    background-color: black;
    cursor: pointer;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
    z-index: 20;*/
    }

        #ulLotteryHouses .SmallHouseLink a:hover {
            /*opacity:0.1;
	-moz-opacity:0.1;
	filter:alpha(opacity=10);*/
        }

    #ulLotteryHouses .SmallHouseCityBackground {
        display: none;
    }

    #ulLotteryHouses .SmallHouseCity {
        display: none;
    }

    #ulLotteryHouses .SmallHouseImage {
        float: none;
        height: 68px;
        margin: 0px 0px 10px 0px;
        padding: 0px;
    }

    #ulLotteryHouses .SmallHouseShortDescription {
        /*position:absolute;
    left:125px;
    height:43px;
    overflow:hidden;
    top:31px;
    width:300px;*/
        display: none;
    }

    #ulLotteryHouses .SmallHouseHeadline {
        /*position:absolute;
    left:125px;
    top:-2px;*/
        display: none;
    }

    #ulLotteryHouses .SmallHousePeriodText {
        position: absolute;
        left: 440px;
        top: 12px;
        margin: 0;
        padding: 0;
    }

    #ulLotteryHouses .SmallHousePrice {
        left: 440px;
        position: absolute;
        top: 33px;
    }

    #ulLotteryHouses .LotList {
        /*background-color: #dddddd;*/
        display: none;
        float: left;
        height: 250px;
        width: 572px;
        /*  margin:0px 0px 10px 0px;*/
    }


.SmallHouseLinkLotToggle {
    display: block;
    float: left;
    width: 100%;
    height: 20px;
    text-align: center;
    padding-top: 0px;
}

    .SmallHouseLinkLotToggle a {
        border-top: 1px solid #D0EBF2;
        display: block;
        color: #4D8B9E;
        cursor: pointer;
        width: 100%;
        height: 20px;
        background-image: URL('/App_Themes/FCarlsberg/images/Navigation/FoldDown.png');
        background-repeat: no-repeat;
        background-position: center;
    }

        .SmallHouseLinkLotToggle a:hover {
            background-color: #F5F5F5;
        }

        .SmallHouseLinkLotToggle a.unfolded {
            background-image: URL('/App_Themes/FCarlsberg/images/Navigation/FoldUp.png');
        }

.LotListWrapper {
    width: 572px;
    overflow: hidden;
}

.LotListMain {
    width: 582px;
    overflow: hidden;
}




.RelatedHouses .jScrollPaneContainer {
    position: relative;
    float: left;
    height: 250px;
    width: 378px;
    overflow: hidden;
}

.RelatedHouses .jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
    border: 1px solid #E1E6EC;
    /*border-left:1px solid #E1E6EC;*/
    /*border-right:1px solid #E1E6EC;*/
    /*height:166px;*/
    margin-top: -1px;
}

.RelatedHouses .jScrollPaneDrag {
    position: absolute;
    background: #E1E6EC;
    cursor: pointer;
    overflow: hidden;
    width: 15px;
    background-image: url(/App_Themes/FCarlsberg/images/scrollindicator.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.RelatedHouses .jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    /*background-color: #666;*/
}

.RelatedHouses .jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    /*background-color: #666;*/
}

.RelatedHouses a.jScrollArrowUp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    /*background-color: #666;*/
    height: 9px;
}

    .RelatedHouses a.jScrollArrowUp:hover {
        /*background-color: #f60;*/
    }

.RelatedHouses a.jScrollArrowDown {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    /*background-color: #666;*/
    height: 9px;
}

    .RelatedHouses a.jScrollArrowDown:hover {
        /*background-color: #f60;*/
    }

.RelatedHouses a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    /*background-color: #f00;*/
}


.RelatedHouses a.jScrollArrowUp:hover {
    background-position: 0 -15px;
}

.RelatedHouses a.jScrollArrowDown:hover {
    background-position: 0 -15px;
}

.RelatedHouses a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    background-position: 0 -30px;
}


#mainFooter .SmallHouseLink a:hover {
    opacity: 0.1;
    -moz-opacity: 0.1;
    filter: alpha(opacity=10);
}

#mainFooter ul.SmallHouseInfo {
    float: left;
    position: relative;
    padding: 0px;
    margin: 0px 10px 13px 0px;
    list-style-type: none;
    overflow: hidden;
    width: 184px;
    height: 319px;
    background-color: #FFF;
    border-bottom: 1px solid #b8bec4;
}

#mainFooter .SmallHouseHeadline {
    height: 16px;
    margin-top: 146px;
    overflow: hidden;
}

#mainFooter .SmallHouseShortDescription {
    height: 72px;
    overflow: hidden;
    position: relative;
    /*position: absolute;
    top: 220px;*/
    /*left: 0px;
    top: 295px;
    background-color: #444;
    height: 100px;
    overflow: hidden;*/
}

#mainFooter .SmallHouseLink a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 184px;
    height: 309px;
    color: #FFF;
    background-color: black;
    cursor: pointer;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    z-index: 20;
}

#mainFooter .SmallHousePeriodText {
    bottom: 41px;
    margin-top: 6px;
    position: absolute;
    left: 0px;
}

#mainFooter .SmallHousePrice {
    bottom: 15px;
    color: #bfcc71;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    overflow: hidden;
    position: absolute;
    width: 179px;
    height: 25px;
    left: 0;
}


#mainFooter .SmallHouseProvider {
    display: none;
}

.WideHouse {
    position: relative;
    width: 378px;
}


.WideHousePrice {
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    margin-bottom: 16px;
    position: absolute;
    text-align: right;
    top: 176px;
    width: 100%;
    font-size: 18px;
}

    .WideHousePrice > span {
        margin-right: 10px;
        float: right;
    }

    .WideHousePrice .price {
        margin-right: 10px;
        float: right;
    }


.WideHousePriceBackground {
    background-color: #A9BE0B;
    height: 40px;
    position: absolute;
    top: 176px;
    width: 100%;
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
}




.WideHousePeople {
    margin-bottom: 10px;
    display: none;
}

.WideHouseDescription {
    height: 93px;
    overflow: hidden;
    display: none;
}

.WideHouseTagPictos {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 8px;
    background-image: url("/App_themes/FCarlsberg/images/whitebg.png");
}

    .WideHouseTagPictos img {
        margin-left: 4px;
    }

.WideHouseLink {
    width: 378px;
    height: 178px;
    position: absolute;
    left: 0px;
    top: 0px;
}

    .WideHouseLink a {
        width: 378px;
        height: 216px;
        position: absolute;
        left: 0px;
        top: 0px;
    }

        .WideHouseLink a:hover {
            background-color: Black;
            opacity: 0.1;
            -moz-opacity: 0.1;
            filter: alpha(opacity=10);
        }

        .WideHouseLink a span {
            display: none;
        }

.WideHouseLocation {
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    margin-bottom: 16px;
    position: absolute;
    top: 176px;
    left: 10px;
    font-size: 18px;
}

.CreateProfile {
    display: none;
}

#ulExternalHouses .SmallHouseNr,
#ulExternalHousesAll .SmallHouseNr {
    display: none;
}

div.popupheader {
    background-color: #bfcc71;
    color: white;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
}

#mailattachmentlist a {
    background-image: URL(/images/icons/pdficon26.gif);
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    display: block;
    max-width: 82px;
    overflow: hidden;
    margin-right: 10px;
    padding-left: 28px;
    line-height: 26px;
}

.ChkSchoolKids {
    display: none;
}


.tripleCol .MasterHouse .SmallHousePeriodText {
    float: none;
    position: absolute;
    margin-top: 0;
    top: 175px;
}

.tripleCol .MasterHouse .SmallHouseBeforePrice {
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 10px;
    position: absolute;
    top: 180px;
    width: 100%;
    font-style: italic;
    color: #aaaaaa;
}

.tripleCol .MasterHouse .SmallHousePrice {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    position: absolute;
    top: 190px;
    width: 179px;
}

    .tripleCol .MasterHouse .SmallHousePrice > span {
        display: inline-block;
        width: 100%;
    }

    .tripleCol .MasterHouse .SmallHousePrice a {
        margin-top: 6px;
    }

#mainFooter .MasterHouse .SmallHousePeriodText {
    float: none;
    position: absolute;
    margin-top: 0;
    top: 255px;
}

#mainFooter .MasterHouse .SmallHouseBeforePrice {
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 10px;
    position: absolute;
    top: 260px;
    width: 100%;
    font-style: italic;
    color: #aaaaaa;
}

#mainFooter .MasterHouse .SmallHousePrice {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    position: absolute;
    top: 270px;
    width: 179px;
    height: 58px;
}

    #mainFooter .MasterHouse .SmallHousePrice > span {
        display: inline-block;
        width: 100%;
    }

    #mainFooter .MasterHouse .SmallHousePrice a {
        margin-top: 6px;
    }

#mainFooter .MasterHouse .SmallHouseHeadline {
    height: 16px;
    margin-top: 140px;
    overflow: hidden;
}

#mainFooter ul.SmallHouseContainer.MasterHouseList, #mainFooter ul.SmallHouseContainer.MasterHouseList ul.SmallHouseInfo.MasterHouse {
    height: 352px;
}

#mainFooter .MasterHouse .SmallHouseLink a {
    height: 336px;
}

#mainFooter .MasterHouse .SmallHouseProvider {
    display: inline-block;
    position: absolute;
    top: 320px;
    left: 5px;
    font-size: 10px;
    font-style: italic;
}

.SmallHouseAvailablePrices .PriceInfo {
    font-size: 14px;
    text-align:right;
    font-weight:bold;
}
.SmallHouseAvailablePrices .PriceInfo.Reduced {
    color:#BC0A1D;
}

.SmallHouseAvailablePrices .PriceInfoBefore {
    text-align:right;
    color:#888888;
    text-decoration:line-through;
    display:block;
}

.SmallHouseAvailablePrices {width: 100%; margin:5px 0px; position:relative;display:table;}
.SmallHouseAvailablePrices > div {width: 100%; margin:5px 0px; display:table-row;}
.SmallHouseAvailablePrices > div > span {padding-bottom:5px;}
.SmallHouseAvailablePrices > div.selected {font-weight:bold;}
.SmallHouseAvailablePrices > div.greyed {color:#888888;}
.SmallHouseAvailablePrices .Description {display:table-cell;width:30%; vertical-align:middle;}
.SmallHouseAvailablePrices .PriceInfo {display:block;vertical-align:middle;}
.SmallHouseAvailablePrices .PriceInfo .PriceBefore {color:#888888; text-decoration:line-through;}
/*.SmallHouseAvailablePrices .PriceInfo .PriceAfter:before {content:"\a "; white-space: pre;}*/
.SmallHouseAvailablePrices .PriceInfo .PriceAfter {margin-left: 5px;color:#bfcc71;}
.SmallHouseAvailablePrices > div.selected .PriceInfo .PriceStandard {}
.SmallHouseAvailablePrices .ButtonPlaceholder {display:table-cell;width:40%; vertical-align:middle;}
.ButtonPlaceholder .smallbutton {
    display:inline-block;
    /*position:absolute;
    right:20px;
    bottom: 10px;*/
    font-size: 18px;
    font-weight:bold;
    padding: 10px 10px !important;
        margin-bottom: 5px;
    margin-right: 10px;
    float: right;
}
.SmallHouseLink a {
    float:right;
    padding: 1px 5px;
    width:60px;
    display:inline-block;
    cursor:pointer;
    text-decoration:underline;
}


#tooltip ul.SmallHouseInfo {
    background-color: #FFFFFF;
    float: left;
    height: 266px;
    list-style-type: none;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 184px;
}

    #tooltip ul.SmallHouseInfo li {
        list-style: none;
    }

#tooltip .SmallHouseShortDescription {
    display: none;
}



#tooltip .SmallHouseHeadline {
    height: 44px;
    left: 0;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    top: 133px;
    color: #3F3F3F;
    font-family: Georgia;
    font-size: 14px;
    font-weight: normal;
    margin: 16px 0 6px;
    padding: 0 5px;
}

#tooltip .SmallHouseProvider {
    display: none;
}

#tooltip ul#ulLocalHouses .smallbutton {
    display: none;
}


.TaxationList {
    border-top: 1px solid black;
    list-style: none;
    position: relative;
    padding: 10px 0 0 0;
    margin: 0;
    width: 250px;
}

    .TaxationList li {
        float: left;
        list-style: none;
        padding: 0px 4px;
        margin: 0px;
    }

    .TaxationList .TaxationValue {
        width: 88px;
        text-align: right;
        display: inline-block;
    }

    .TaxationList .TaxationHeadLine {
        width: 150px;
        display: inline-block;
        text-align: left;
    }

    .TaxationList .MainColorText {
        color: #bfcc71;
    }

    .TaxationList .Underlined {
        text-decoration: underline;
    }
    /*
    
#ulLocalHousesAll .LocaleHouse * {
    cursor:pointer;
}*/

.SmallHouseShortDescription a {
    cursor:pointer;
}

.ExternalAreaView {
    position:relative;
}

.ExternalAreaView > div > div {
/*padding-top:10px;*/
    line-height: 40px;
    position:relative;
    overflow:hidden;
}

    .ExternalAreaView .ButtonPlaceholder {
        width:100%;
        display:inline-block;
        text-align:center;
        position:relative;
    }


.ExternalAreaView > div > div .smallbutton {
    position:relative;
    margin:0 auto;
    bottom:0px;
    line-height:14px;
    right:auto;
    left:auto;
    top:auto;
    bottom:auto;
    float:right;
    /*right: 10px;*/
    /*position:center;*/
}

h3.ExternalAreaGroupHeader {
    /*background-color: #f5f5f5;*/
    border-bottom: medium none;
    font-size: 26px;
    font-style: italic;
    padding-left: 10px;
}

a.ExternalAreaGroupLink {
    float:right;
    font-size: 14px;
    margin-bottom:10px;
}

h1.ExternalCountryHeader {
    margin-top: 20px;
    margin-bottom: 10px;
}

#AjaxLoadedExternalHouses > .row {
    border-bottom: 1px solid #83b9f6;
    border-top: 1px solid #83b9f6;
    margin-bottom: 10px;
}