﻿/*
    THE RESPONSIVE VIEWPORTS CATERED FOR HEREIN ARE:
    - 1000px+
    - (max-width: 999px) and (min-width: 768px)  
    - (max-width: 767px) and (min-width: 440px)
    - below 440px
*/
.breadcrumbs{ margin-bottom: 10px; }
.breadcrumbs ol { list-style: none;margin: 0;padding: 0;display: block;  }
.breadcrumbs ol li { float: left;padding-left: 3px;  }

a.socialbutton, a.socialbutton:hover {
    color: #333 !important;
    text-decoration: none !important;
    vertical-align: middle;
    margin-right: 15px;
}
a.socialbutton > * {
    vertical-align: middle
}
a.socialbutton > img {
    margin-right: 5px;
}

.key
{
    border: 1px solid #EEE;
    background-color: #F9F9F9;
    padding: 5px;
    border-radius: 4px;
    line-height: 30px;
}
.key img { vertical-align: middle; }
div.filter{ border: 1px solid #EEE; background-color: #F9F9F9; padding: 5px; position: relative; border-radius: 4px; }

label[disabled]{ color: #CCC;cursor: default; }

/* BUTTON MENU BAR */
ul.buttonmenu {
    margin-bottom: 5px;
}

ul.buttonmenu, ul.buttonmenu ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
}

ul.buttonmenu li {
    float: left;
}

ul.buttonmenu li a {
    display: block;
    border: 1px solid #EEE;
    background-color: #F6F6F6;
    padding: 5px;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-right: 1px;
}

ul.buttonmenu li a.mobile {
    display: none;
    font-weight: bold;
    color: black;
}

ul.buttonmenu li a:hover
{
    border-color: #DDD;
    background-color: #FAFAFA;
}

/* AREA SPECIALIST STUFF */
.area-specialist-slider {
    position: relative;
}

    .area-specialist-slider .area-specialist {
        text-align: center;
        display: none;
    }

    .area-specialist-slider .slider-button {
        position: absolute;
        width: 32px;
        height: 32px;
        background: url("/content/photo_arrow_sprite.png") no-repeat;
        cursor: pointer;
        top: 50%;
        margin-top: -16px;
        display: block;
    }

        a.slider-button:hover {
            background-position-y: -32px;
        }

        .area-specialist-slider .slider-button.right {
            right: 0;
            background-position-x: -32px;
        }

        .area-specialist-slider .slider-button.left {
            left: 0;
        }

.area-specialist .logo img {
    border: 1px solid #EEE;
    padding: 1px;
    background-color: #FFF;
    margin-bottom: 3px;
    max-width: 150px;
}

.area-specialist-slider .area-specialist {
    padding: 0 35px;
}
/* END AREA SPECIALIST STUFF */

/* REFINE SEARCH STUFF */

#refineSearch {
    border: 1px solid #DDD;
    margin-bottom: 10px;
    border-radius: 4px;
}

#refineSearch {
    padding-left: 10px;
    padding-top: 10px;
}

#searchSidebar {
    width: 250px;
}

#refineSearch.left, #refineSearch.right {
    width: 238px;
}

#searchSidebar.left, #refineSearch.left {
    float: left;
    margin-right: 10px;
    clear: left;
}

#searchSidebar.right, #refineSearch.right {
    float: right;
    margin-left: 10px;
    clear: right;
}

#refineSearch div.label {
    margin-bottom: 2px;
}

#refineSearch .single {
    width: 110px;
    display: inline-block;
    margin: 0 5px 5px 0;
    overflow: hidden;
}

    #refineSearch .single input.number {
        width: 100%;
    }

#refineSearch #size {
    width: 80px;
}

#refineSearch .double {
    width: 226px;
    overflow: hidden;
    display: inline-block;
    margin: 0 5px 5px 0;
}

#refineSearch .advanced {
    display: none;
}

@media screen and (max-width: 999px) {
    #searchSidebar {
        display: none;
    }

    #refineSearch.left, #refineSearch.right {
        float: none;
        margin: 0 0 5px 0;
        width: auto;
    }
}

@media screen and (max-width: 439px) {
    #refineSearch {
        display: none;
    }

        #refineSearch.homepage {
            display: block;
        }
}
/* END REFINE SEARCH STUFF */

/* HOMEPAGE STUFF */
#homepage-widget-container {
    width: 250px;
}

    #homepage-widget-container.left {
        float: left;
    }

    #homepage-widget-container.right {
        float: right;
    }


.homepage-widget {
    border: 1px solid #DDD;
    padding: 7px;
    margin: 0;
    border-radius: 4px;
    margin-bottom: 4px;
    overflow: auto;
}

#homepage-main-container {
    width: 720px;
}

    #homepage-main-container.right {
        float: right;
    }

    #homepage-main-container.left {
        float: left;
    }

.homepage-thumbnail {
    display: inline-block;
    overflow: hidden;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    width: 237px;
}

.homepage-thumbnail .img-container {
    position: relative; 
    padding: 4px; 
    border: 1px solid #DDD; 
    margin: 10px auto 0 auto;
    height: 177px;
}

    .homepage-thumbnail .img-container a img {
        min-width: 100%;
        min-height: 100%;
        margin: auto;
        position: relative;
	    top: 50%;
	    left: 50%;
	    transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

/* END HOMEPAGE STUFF */

/* START MULTISELECT RED FILTER  */
.ui-multiselect-hasfilter ul {
    position: relative;
    top: 2px;
}

.ui-multiselect-filter {
    float: left;
    margin-right: 10px;
    font-size: 11px;
}

    .ui-multiselect-filter input {
        width: 80px;
        font-size: 10px;
        margin-left: 5px;
        height: 15px;
        padding: 2px;
        border: 1px solid #292929;
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
    }

.ui-multiselect-filter {
    color: rgb(0, 0, 0);
    font-size: 12px !important;
    background-color: rgb(239, 255, 204);
    border: 1px solid rgb(44, 163, 0);
    border-radius: 3px;
    padding: 2px 7px;
}

    .ui-multiselect-filter input[type=search] {
        border: none;
        background-color: rgb(239, 255, 204);
        font-size: 12px;
        padding: 4px;
        margin-left: 0;
    }

.ui-multiselect-header ul li {
    padding-right: 2px !important;
}
/* END MULTISELECT RED FILTER */

/* RESPONSE SECTION */
/* base CSS for > 1000px screen res that will be read by IE8 and below */

label.fieldHeader {
    font-weight: bold;
    white-space: nowrap;
}

.nonMobileHide {
    display: none;
}

.showTablet {
    display: none;
}

.showMobile {
    display: none;
}

#sort-by {
    padding-top: 5px;
}

#converter-cart-btns {
    float: right;
    margin-top: 7px;
    margin-right: 8px;
    position: relative;
}

#page-footer, #coverpicture {
    width: 1000px;
    position: relative;
}

div.browsePage #map_arealist {
    width: 290px !important;
    padding: 0 !important;
}

#footer {
    padding: 10px;
    width: 980px;
}

#imageCanvas, #mapCanvas, #videoCanvas {
    height: 600px;
    width: 825px;
}

#searchResults {
    width: 720px;
}

#cmdRefineSearch {
    display: none;
}

/* search result stuff */

.searchresult-list:hover, .searchresult-grid:hover {
    background-color: #FCFCFC;
}

.searchresult-list {
    border: 1px solid #DDD;
    padding: 10px;
    background-color: #F7F7F7;
    margin: 10px 0 0 0;
    position: relative;
}

    .searchresult-list .estateagent {
        text-overflow: ellipsis;
        max-width: 160px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: middle;
        padding-right: 10px;
    }

        .searchresult-list .estateagent img {
            border: 1px solid #CCC;
        }

    .searchresult-list .estateagent2, .searchresult-grid .estateagent2 {
        display: none;
        clear: both;
        text-align: center;
        padding-top: 5px;
    }

    .searchresult-list .right-panel {
        text-overflow: ellipsis;
        max-height: 145px;
        overflow: auto;
    }

    .searchresult-list .address {
        border-bottom: 1px dotted #DDD;
        padding-bottom: 5px;
        font-weight: bold;
    }

    .searchresult-list .solemandate {
        padding: 3px;
        margin-right: 5px;
        color: red;
        display: inline-block;
        font-weight: normal;
        font-size: 10px;
    }

    .searchresult-list .display-address {
        font-size: 14px;
    }

        .searchresult-list .display-address .suburb-town {
            display: none;
        }

    .searchresult-list .display-price {
        font-size: 13px;
        float: right;
    }

    .searchresult-list .thumbnails {
        float: left;
        position: relative;
        width: 256px;
        height: 192px;
        padding: 4px;
        border: 1px solid #DDD;
        margin: 10px 10px 0 0;
        text-align: center;
        background-color: #FFF;
        overflow: hidden;
    }

    .searchresult-list .thumbnail-container {
        width: 256px;
        height: 192px;
        overflow: hidden;
    }

    .searchresult-list .thumbnails img.thumbnail {
        min-width: 100%; 
        min-height: 100%; 
        margin: auto; 
        position: relative; 
        top: 50%; 
        left: 50%; 
        transform: translateY(-50%) translateX(-50%); 
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

    .searchresult-list .thumbnails img.status {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 50%;
    }


.featureimages img {
    margin: 0 4px;
    vertical-align: middle;
}

.searchresult-list .featureimages {
    font-size: 12px;
    margin: 10px 0 0 0;
    font-weight: bold;
    color: black;
}

.searchresult-list .category {
    padding: 5px;
    padding-left: 0;
}

.searchresult-list .title {
    font-weight: bold;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    clear: right;
}

.searchresult-list .featureditems {
    margin-top: 10px;
    font-weight: bold;
    line-height: 20px;
}

.searchresult-list .areas {
    margin-top: 10px;
}

.searchresult-list .heading {
    font-weight: bold;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.searchresult-list .bigbuttons {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.searchresult-list .display-price {
    font-size: 14px;
}

@media screen and (max-width: 999px) and (min-width: 768px) {
    #page-footer, #coverpicture {
        width: 768px;
    }

    #footer {
        width: 748px;
    }

    #sticky-header-content {
        width: 748px !important;
    }

    #homepage-main-container {
        width: 490px;
    }

    .homepage-thumbnail {
        margin-right: 0 !important;
        width: 242px;
    }

    .homepage-thumbnail.third {
        display: none;
    }

    .mandateLeftPanel {
        width: 538px !important;
    }

    #mandatePictureImage {
        max-height: 427px !important;
        max-width: 570px !important;
    }

    #imageCanvas, #mapCanvas, #videoCanvas {
        height: 427px;
        width: 570px;
    }

    #mandatePictureThumbnails {
        height: 417px !important;
    }

    #map_arealist {
        width: auto !important;
        padding: 0 !important;
    }

    #searchResults {
        width: auto;
        float: none !important;
    }

    #searchSidebar {
        width: 190px;
    }

    #searchLineBreaker {
        display: block !important;
    }

    #cmdRefineSearch {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #homepage-map {
        display: none;
    }

    #homepage-widget-container {
        width: auto !important;
        float: none !important;
    }

    #homepage-main-container {
        width: 100%;
    }

    #searchPageMap {
        display: none !important;
    }

    .searchresult-list .right-panel {
        display: none;
    }

    .searchresult-list .estateagent2, .searchresult-grid .estateagent2 {
        display: block;
    }
}

@media screen and (max-width: 767px) and (min-width: 440px) {

    .showTablet { display: inherit !important; }

    #page-footer, #coverpicture {
        width: 440px;
    }

    .homepage-thumbnail {
        width: 199px;
    }

    .homepage-thumbnail.third {
        display: none;
    }

    .homepage-thumbnail .img-container {
        height: 141px;
    }

    #sticky-header-content {
        width: 420px !important;
    }

    #slides_main {
        display: none;
    }

    #map_arealist {
        width: 180px !important;
        padding: 0 !important;
    }

    .mandateLeftPanel {
        width: auto !important;
    }

    .mandateRightPanel {
        width: 180px !important;
    }

    .pager-pg4, .pager-pg5 {
        display: none;
    }

    #pagination-container span {
        display: block;
    }

    #mandateLine {
        display: none;
    }

    #mandatePictureImage {
        max-height: 182px !important;
        max-width: 243px !important;
    }

    #imageCanvas, #mapCanvas, #videoCanvas {
        height: 182px;
        width: 243px;
    }

    #mandatePictureThumbnails {
        height: 172px !important;
    }

    #footer {
        width: 420px;
    }

    #searchPageMap {
        display: none;
    }

    #searchResults {
        width: auto;
        float: none !important;
    }

    #searchSidebar {
        width: 160px;
        border: none !important;
    }

    #cmdRefineSearch {
        display: none;
    }
}

/* DESIGNED FOR VIEWPORT 340PX */
@media screen and (max-width: 439px) {

    /* MOBILE BUTTON NAV BAR*/
    ul.buttonmenu ul {
        display: none;
    }

    ul.buttonmenu li a.mobile {
        display: block;
        text-transform: uppercase;
        /*
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAhUlEQVQ4T63RMQoCQQwF0Led2AhexhPY2ojewUt4E7stxMpKxCsJoqBYKh9Lq81uIDBN3nySRs9qsMGy6BwCvDEqAs8AW6yQd5f6YN916O+DQYAF0pU6JsEL48o0HgF2WBeX2A6yg2L631gSzDAvKucAd0yKwDXApUeCU4D0tHiFW+8rfAGQbBKM4FimcwAAAABJRU5ErkJggg==);
            padding-left: 32px;   
            background-position: 8px center;
        */
        padding-left: 20px;
        padding-right: 10px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAnElEQVQ4T63SMQ5BQRRA0fMLFmEbhEIsgIQVKSgsiIZaFEjENlgDQSaZ8psx+aaee+e9m6k0PFVDXkrQwQFvDHGreywlmGIToTF2pYIWFnhhiWep4Kc8uYiD2OD8zZYSBPgYwR4upSv0cYoTdHEtFYT7AQwRa+FwIdcgGzIlaGMVJ5jjUbrCDOsITbAtFYSvvI8TjHAvFWT3/0vED1SqGRHze5LwAAAAAElFTkSuQmCC);
        background-position: 4px center;
        background-repeat: no-repeat;
    }

    ul.buttonmenu li:hover ul {
        display: block;
    }
    ul.buttonmenu ul {
        border: 1px solid #DDD;
        border-top: none;
    }
    ul.buttonmenu ul li {
        float: none;
    }
    ul.buttonmenu ul a {
        border: none;
        margin: 0;
    }

    /* END - MOBILE BUTTON NAV BAR */

    #sort-by {
        padding-top: 0 !important;
    }

    .nonMobileHide, .showMobile {
        display: inherit !important;
    }

    #converter-cart-btns {
        float: left;
    }

    #page-footer, #coverpicture {
        width: 320px;
    }

    #sticky-header-content {
        width: 300px !important;
    }

    #footer {
        width: 300px;
    }

    #footerBranches {
        display: none;
    }

    #homepage-thumbnail-container {
        display: none;
    }

    .mandateRightPanel {
        float: none !important;
        padding: 0 !important;
        width: auto !important;
        clear: both !important;
    }

    .mandateLeftPanel {
        width: auto !important;
    }

    #mandatePictureImage {
        max-height: 216px !important;
        max-width: 288px !important;
    }

    #imageCanvas, #mapCanvas, #videoCanvas {
        height: 216px;
        width: 288px;
    }

    #mandatePictureThumbnails {
        display: none;
    }

    #mandatePictureMain {
        padding-right: 5px !important;
        border-right: 1px solid #DDD !important;
        border-radius: 4px !important;
    }

    #map_arealist {
        width: auto !important;
        padding: 0 !important;
    }

    #slides_main {
        display: none;
    }

    #searchPageMap {
        display: none;
    }

    #cmdSaveProfile {
        width: 300px;
    }

    #subscribe-btn-desc {
        display: none;
    }

    #showhidemap {
        display: none;
    }

    #searchResults {
        width: 300px;
        padding: 0;
    }

    #searchSidebar {
        width: 300px;
        border: none !important;
        display: none;
    }

    #sort-and-order {
        margin-left: 0 !important;
        margin-top: 5px !important;
    }

    .searchresult-list .featureimages {
        margin: 0 0 5px 5px;
        float: right;
    }
}

/* SEARCH RESULT STUFF */

@media screen and (max-width: 999px) {
    .searchresult-list .estateagent, .searchresult-grid .estateagent {
        display: none;
    }
}

@media screen and (min-width: 440px) and (max-width: 767px) {
    .pager-pg5 {
        display: none !important;
    }

    .tabletHide {
        display: none !important;
    }

    #search-results-text {
        clear: left;
        display: block;
        padding: 5px 0;
    }

    #showhidemap {
        display: none;
    }

    #subscribe-btn-desc {
        display: none;
    }

    .searchresult-list {
        border: 1px solid #DDD;
        padding: 10px;
        background-color: #F7F7F7;
        margin: 10px auto 0 auto;
        position: relative;
        width: 260px;
    }

        .searchresult-list .description {
            display: none;
        }

        .searchresult-list .address {
            border-bottom: 1px dotted #DDD;
            padding-bottom: 5px;
            font-weight: bold;
        }

        .searchresult-list .solemandate {
            padding: 3px;
            margin-right: 5px;
            color: red;
            display: inline-block;
            font-weight: normal;
            font-size: 10px;
        }

        .searchresult-list .display-address {
            font-size: 14px;
        }

        .searchresult-list .full-address {
            display: none;
        }

        .searchresult-list .display-price {
            font-size: 13px;
        }

        .searchresult-list .thumbnails {
            min-width: 228px;
            width: 228px;
            min-height: 170px;
            max-height: 192px;
            float: left;
            position: relative;
            padding: 4px;
            border: 1px solid #DDD;
            margin: 10px 10px 0 0;
            text-align: center;
            background-color: #FFF;
            overflow: hidden;
        }

            .searchresult-list .thumbnails img.thumbnail {
                float: none;
                height: 100%;
                cursor: pointer;
            }

            .searchresult-list .thumbnails img.status {
                position: absolute;
                top: 0;
                left: 0;
                max-width: 50%;
            }

        .searchresult-list .display-address .suburb-town {
            display: inline;
        }

        .searchresult-list .category {
            display: none;
        }

        .searchresult-list .title {
            font-weight: bold;
            margin-top: 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .searchresult-list .featureditems {
            display: none;
        }

        .searchresult-list .areas {
            margin-top: 10px;
        }

        .searchresult-list .heading {
            font-weight: bold;
            font-size: 12px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .searchresult-list .display-price {
            font-size: 14px;
            float: none;
        }

        .searchresult-list .bigbuttons {
            display: none;
        }

    .searchresult-list .featureimages {
        margin: 0 0 5px 5px;
        float: right;
    }
}

@media screen and (max-width: 439px) {
    #cmdSaveProfile {
        margin-top: 5px !important;
    }

    .ui-spinner-button {
        display: none !important;
    }

    .ui-spinner-input {
        margin-right: .4em !important;
    }

    a {
        line-height: 25px;
    }

    #menu-bar {
        height: 0;
        min-height: 0 !important;
        border: none !important;
    }

    #converter-cart-btns {
        margin: 0 !important;
    }

    .mobileHide {
        display: none !important;
    }

    #cmdRefineSearch {
        display: block !important;
    }

    #search-results-text {
        clear: left;
        display: block;
        padding: 5px 0;
    }

    .searchresult-list {
        border: 1px solid #DDD;
        padding: 10px;
        background-color: #F7F7F7;
        margin: 10px 10px 0 0;
        position: relative;
        width: 278px;
        overflow: hidden;
        float: left;
    }

        .searchresult-list .address {
            padding-bottom: 5px;
            font-weight: bold;
            white-space: nowrap;
        }

        .searchresult-list .solemandate {
            padding: 3px;
            margin-right: 5px;
            color: red;
            display: inline-block;
            font-weight: normal;
            font-size: 10px;
        }

        .searchresult-list .display-address .full-address {
            display: none;
        }

        .searchresult-list .display-price {
            font-size: 14px;
            float: none;
        }

        .searchresult-list .reference {
            display: none;
        }

        .searchresult-list .thumbnails {
            position: relative;
            padding: 4px;
            border: 1px solid #DDD;
            margin: auto;
            margin-top: 5px;
            text-align: center;
            background-color: #FFF;
            max-width: 256px;
            max-height: 192px;
        }

            .searchresult-list .thumbnails img.thumbnail {
                float: none;
                height: 100%;
                cursor: pointer;
            }

            .searchresult-list .thumbnails img.status {
                position: absolute;
                top: 0;
                left: 0;
                max-width: 50%;
            }

        .searchresult-list .display-address .suburb-town {
            display: inline;
        }

        .searchresult-list .category {
            display: none;
        }

        .searchresult-list .title {
            clear: left;
            margin-top: 10px;
            overflow: hidden;
            font-weight: bold;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            max-width: 194px;
        }

        .searchresult-list .featureditems {
            display: none;
            margin-top: 10px;
            font-weight: bold;
            line-height: 20px;
        }

        .searchresult-list .areas {
            display: none;
            margin-top: 10px;
        }

        .searchresult-list .heading {
            font-weight: bold;
            font-size: 12px;
            display: block;
            margin-top: 5px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            max-width: 194px;
        }

        .searchresult-list .description {
            display: none;
        }

        .searchresult-list .bigbuttons {
            display: none;
            position: absolute;
            bottom: 10px;
            right: 10px;
        }
}
/* END RESPONSIVE SECTION */

/* ELEMENTS CSS */

body {
    color: #333;
    font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    height: 100%;
}

#page {
    padding: 10px;
    position: relative;
}

#translator-bar, #converter-bar, #shoppingcart-bar {
    border: 1px solid #DDD;
    background: #F6F6F6 url(/content/loader_black.gif) no-repeat center center;
    height: 24px;
    min-width: 24px;
    float: right;
    cursor: pointer;
    margin-left: 1px;
    display: block;
}

    #translator-bar:hover, #converter-bar:hover, #shoppingcart-bar:hover {
        background-color: #FFF;
        z-index: 99999;
    }

#converter-bar {
    background-image: url(/content/icons/currency.png);
}

#converter-currs, #translator-langs {
    display: none;
    min-width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFF;
    padding: 2px;
    border: 1px solid #DDD;
    border-radius: 4px;
}

    #converter-currs a, #translator-langs a {
        display: block;
        white-space: nowrap;
        cursor: pointer;
        padding: 3px 5px;
        border-radius: 3px;
    }

    #translator-langs a {
        padding-top: 1px;
        padding-bottom: 1px;
    }

        #translator-langs a.selected, #converter-currs a.selected {
            cursor: default;
            text-decoration: none;
        }

    #translator-langs img {
        margin-right: 3px;
        vertical-align: middle;
    }

#translator-bar {
    background-image: url(/content/loader_black.gif);
    padding: 3px;
}

#shoppingcart-bar {
    background-image: url(/content/icons/cart.png);
    background-position: 4px center;
}

button {
    border: 1px solid #CCC;
    color: #333;
    font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
    font-size: 13px;
    background-color: #F0F0F0;
    padding: 6px;
    border-radius: 2px;
    cursor: pointer;
}

    button.lifted span.ui-icon {
        background-image: url(/content/themes/base/images/ui-icons_ffffff_256x240.png);
    }

.lifted .ui-icon-telephone {
    background: url(/content/telephone_ffffff.png) no-repeat 0 0 !important;
}

.ui-icon-telephone {
    background: url(/content/telephone_888888.png) no-repeat 0 0 !important;
}

button em, button span {
    vertical-align: middle;
    margin-right: 3px;
}

div.titletip {
    display: inline-block;
    vertical-align: top;
    background: transparent url(help_black.png) top left no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 3px;
}

div.tooltip {
    padding: 10px;
    border: 1px solid #ffe000;
    border-radius: 4px;
    background-color: #fffce3;
    color: #333;
    margin: 5px 0;
}

    div.tooltip h1 {
        font-weight: bold;
        font-size: 13px;
        font-style: italic;
        margin: 0 0 5px 0;
    }

label {
    cursor: pointer;
}

hr {
    border: none;
    border-top: 1px solid #DDD;
    display: block;
}

a img {
    border: none;
    vertical-align: middle;
}

p {
    line-height: 20px;
}

pre {
    font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
    font-size: 13px;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

input[type=text], input[type=password], textarea, select {
    color: #333;
    font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
    font-size: 13px;
    border: 1px solid #DDD;
    padding: 4px;
    border-radius: 2px;
}

.redtext {
    color: red;
}

.field-validation-error {
    color: #F00;
}

.input-validation-error {
    border: 1px solid #F66 !important;
    background-color: #FEE !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #F00;
}

/* TABLE LAYOUTS */

table {
    border-collapse: collapse;
}

td, th {
    font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
    font-size: 13px;
}

    table.layout {
        margin-top: 10px;
    }

        table.layout td, table.layout th {
            padding: 5px;
        }

        table.layout tr.subtotal td {
            font-weight: bold;
            border-top: 2px solid #EEE;
            border-bottom: 1px solid #EEE;
        }

        table.layout tbody tr td {
            border-bottom: 1px dotted #AAA;
        }

        table.layout tr.stripe td {
            background-color: #FAFAFA;
        }

td.number, th.number {
    text-align: right !important;
    padding-right: 0 !important;
}

table.layout th {
    border-bottom: 2px solid #EEE;
    padding-right: 15px;
    text-align: left;
}

table.layout3 {
    border-collapse: collapse;
}

    table.layout3 td {
        padding: 5px;
    }

    table.layout3 th {
        font-style: italic;
        font-weight: bold;
        border-bottom: 1px double #CCC;
        padding: 5px !important;
        text-align: left;
    }

    table.layout3 tr.total td {
        font-weight: bold;
        border-top: 1px double #CCC;
        padding: 5px;
        text-align: right;
    }

/* END TABLE LAYOUTS */
p {
    margin: 5px 0;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0;
}

h4 {
    font-weight: bold;
    margin: 4px 0;
}

h1 span, h2 span, h3 span {
    font-weight: normal;
    font-style: normal;
}


/* CLASS CSS */

img.areatip {
    vertical-align: middle;
    width: 10px;
    height: 10px;
}

.ui-tooltip {
    font-size: 10px !important;
}

.featurebox {
    border: 1px solid #DDD;
    background-color: #F6F6F6;
    border-radius: 4px;
    padding: 5px 10px 10px 10px;
    margin: 10px 0;
}

.ui-effects-transfer {
    border: 2px dotted #777 !important;
    background-color: #CCC !important;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

div.numbernote {
    display: inline-block;
    color: #999;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

span.numbernote {
    color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 1px 5px 2px 5px;
    font-size: 10px;
    font-weight: bold;
}

div.clear {
    clear: both;
    height: 0;
}

.loading {
    background: url(/content/loader_black.gif) center no-repeat !important;
}

input.number {
    width: 55px;
}

input.numberbig {
    width: 90px;
}

td.fieldHeader {
    text-align: right;
    font-weight: bold;
    padding-left: 15px;
    vertical-align: top;
    padding-top: 6px;
    padding-right: 5px;
}

#search-results-text {
    font-weight: bold;
}

.searchresult-grid {
    border: 1px solid #DDD;
    padding: 10px;
    background-color: #F7F7F7;
    margin: 10px 10px 0 0;
    position: relative;
    width: 194px;
    height: 250px;
    overflow: hidden;
    float: left;
}

    .searchresult-grid .display-address .category {
        display: none;
    }


    .searchresult-grid .right-panel {
    }

    .searchresult-grid .address {
        padding-bottom: 5px;
        font-weight: bold;
        white-space: nowrap;
    }

    .searchresult-grid .solemandate {
        padding: 3px;
        margin-right: 5px;
        color: red;
        display: inline-block;
        font-weight: normal;
        font-size: 10px;
    }

    .searchresult-grid .display-address .full-address {
        display: none;
    }


    .searchresult-grid .reference {
        display: none;
    }

    .searchresult-grid .thumbnails {
        float: left;
        position: relative;
        padding: 4px;
        border: 1px solid #DDD;
        margin: 0;
        text-align: center;
        background-color: #FFF;
        max-width: 256px;
        max-height: 192px;
    }

        .searchresult-grid .thumbnails img.thumbnail {
            float: none;
            height: 100%;
            cursor: pointer;
        }

        .searchresult-grid .thumbnails img.status {
            position: absolute;
            top: 0;
            left: 0;
            max-width: 50%;
        }

    .searchresult-grid .featureimages {
        float: left;
        clear: left;
        font-size: 12px;
        margin: 5px 0 5px 5px;
        font-weight: bold;
    }

    .searchresult-grid .category {
        padding: 5px;
        padding-left: 0;
    }

    .searchresult-grid .title {
        clear: left;
        margin-top: 10px;
        overflow: hidden;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 194px;
    }

    .searchresult-grid .featureditems {
        display: none;
        margin-top: 10px;
        font-weight: bold;
        line-height: 20px;
    }

    .searchresult-grid .areas {
        display: none;
        margin-top: 10px;
    }

    .searchresult-grid .heading {
        font-weight: bold;
        font-size: 12px;
        display: block;
        margin-top: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 194px;
    }

    .searchresult-grid .description {
        display: none;
    }

    .searchresult-grid .display-price {
        padding-top: 3px;
        float: none !important;
        clear: both;
    }

    .searchresult-grid .bigbuttons {
        display: none;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

.searchSideTable td {
    padding-top: 5px;
}


/* ID CSS */
#footer {
    padding: 10px;
    margin: auto;
    background-color: #EEE;
}

#map_arealist {
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    width: 340px;
}

#footer-container {
    color: #999;
}

#footer img {
    vertical-align: middle;
    padding: 0 5px;
    border: 0;
}

#menu-bar {
    background-color: #F6F6F6;
    padding: 0;
    margin: 0;
    min-height: 36px;
    border-bottom: 1px solid #dddddd;
}


#menu-bar ul.swhmenu li a {
    text-align: left;
}

#page {
    background-color: #FFF;
}

#page-footer {
    margin: auto;
}

#coverpicture {
    margin: auto;
}

/* JQUERY UI CUSTOMIZATIONS */

.ac_odd {
    color: #000 !important;
    background: #FFF !important;
}

.ac_over {
    color: #FFF !important;
    background: #0073ea url(/scripts/css/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x !important;
    border: none !important;
}

.ac_results {
    border-color: #DDD !important;
}

.ui-spinner input[type=text] {
    border: none;
    padding: 0;
}

.ui-multiselect {
    padding: 4px 0 4px 4px !important;
}

.ui-selectmenu-button a:hover {
    color: #FFF;
}

.ui-selectmenu-button a.ui-state-focus {
    color: #FFF !important;
}

.ui-widget {
    font-family: "Segoe UI", Tahoma, Verdana, sans-serif !important;
}

/* PAGER */

#pagination-pager {
    margin: 5px 0 10px 0;
    vertical-align: middle;
    display: inline-block;
    padding-left: 0 !important;
}

    #pagination-pager li {
        list-style: none;
        margin-right: 2px;
        display: block;
        float: left;
        width: 24px;
        border-radius: 4px;
        padding: 5px 0;
        cursor: pointer;
        text-align: center;
    }

    #pagination-pager .previous-off, #pagination-pager .next-off, #pagination-pager .active {
        cursor: default;
    }

/* MESSAGE BOX */

.warningbox a, .infobox a, .successbox a {
    color: Blue;
    text-decoration: underline;
}

.successbox, .warningbox, .infobox {
    margin-bottom: 10px;
    text-align: center;
}

    .successbox pre, .warningbox pre, .infobox pre {
        white-space: normal;
        color: inherit;
    }

    .successbox td, .warningbox td, .infobox td, div.warningbox, div.infobox, div.successbox {
        position: relative;
        font-weight: normal;
        display: block;
        padding: 10px 34px 10px 10px !important;
        text-align: left;
        min-height: 13px;
    }

    .warningbox .hl1 {
        display: inline-block;
        padding: 3px 6px;
        border-radius: 4px;
        color: white;
        text-transform: uppercase;
        background-color: #a94442;
        margin: 3px 0 1px 0;
        font-size: 11px;
        break-before: always;
    }

.warningbox {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}

.infobox {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
}

.successbox {
    color: #3c763d;
    background-color: #eef8ea;
    border: 1px solid #7ab947;
}

    .successbox .closeButton, .warningbox .closeButton, .infobox .closeButton {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 9px;
        right: 8px;
        cursor: pointer;
    }

.warningbox .closeButton, .flatwarningbox .closeButton {
    background: url(/content/closeRedCold.png);
}

    .warningbox .closeButton:hover, .flatwarningbox .closeButton:hover {
        background: url(/content/closeRedHot.png);
    }

.infobox .closeButton {
    background: url(/content/closeYellowCold.png);
}

    .infobox .closeButton:hover {
        background: url(/content/closeYellowHot.png);
    }

.successbox .closeButton:hover {
    background: url(/content/closeGreenHot.png);
}

.successbox .closeButton {
    background: url(/content/closeGreenCold.png);
}


/* SCROLLABLE CHECKBOX LIST (AKA SELECT LIST WITH CHECKBOXES) */

.scroll_checkboxes {
    padding: 3px;
    overflow: auto;
    border: 1px solid #ccc;
    background: #FFF;
    clear: left;
}

    .scroll_checkboxes span {
        white-space: nowrap;
        display: block;
    }

        .scroll_checkboxes span label {
            display: inline !important;
            margin-left: 3px;
        }

input.search {
    width: 60px;
    margin-bottom: 1px;
    margin-right: 1px;
    padding-left: 20px;
    background: #FFF url(/content/icons/search.png) no-repeat 1px 1px;
}

/* ANCHOR TAG BUTTONS AND ICONS */
a.ui-button2 {
    display: block;
    float: left;
    border: 1px solid #EEE;
    background-color: #F6F6F6;
    padding: 5px;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-right: 1px;
}

a.ui-icon {
    display: inline-block !important;
}

a.ui-button2:hover {
    border-color: #DDD;
    background-color: #FAFAFA;
}

.ui-icon-question {
    background: url(/content/icons/question.png);
}

.ui-icon-resume {
    background: url(/content/icons/control-play.png);
}

.ui-icon-suspend {
    background: url(/content/icons/control-pause.png);
}

.ui-icon-addproperty {
    background: url(/content/icons/home--plus.png);
}

.ui-icon-property {
    background: url(/content/icons/home.png);
}

.ui-icon-payments {
    background: url(/content/icons/currency.png);
}

.ui-icon-priorityads {
    background: url(/content/icons/priorityad2.png);
}

.ui-icon-mydetails {
    background: url(/content/icons/blue-document-list.png);
}

.ui-icon-renew {
    background: url(/content/icons/refresh.png);
}

.ui-icon-submit {
    background: url(/content/icons/rocket-fly.png);
}

.ui-icon-view {
    background: url(/content/icons/spectacle.png);
}

.ui-icon-edit {
    background: url(/content/icons/photo-album-pencil.png);
}

.ui-icon-edit2 {
    background: url(/content/icons/edit.png);
}

.ui-icon-delete {
    background: url(/content/icons/delete.png);
}

.ui-icon-extras {
    background: url(/content/icons/plus.png);
}

.ui-icon-cart {
    background: url(/content/icons/cart.png);
}

.ui-icon-currency {
    background: url(/content/icons/currency.png);
}

.ui-icon-print {
    background: url(/content/icons/printer.png);
}

 .g-recaptcha > div {
    max-width: 200px;
    height: 68px !important;
}
        
.g-recaptcha > a {
    display:none !important;
}

.g-recaptcha > div > div {
    max-width: 100%;
    height: 68px !important;
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-radius: 3px;
}


.reCaptchaSpacer {
    margin-top: 16px;
}