/* First come the styles which are used in the demo */
.facetsearch {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

.sortAsc {
    background: #a3d796 url("/images/greensortAsc.png") no-repeat 5%;
}

.sortDesc {
    background: #a3d796 url("/images/greensortDesc.png") no-repeat 5%;
}

.bottomline {
    padding: 10px 0 10px 0;
    font-weight: bold;
}

    .bottomline .orderby,
    .bottomline .facettotalcount {
        display: inline-block;
    }

        .bottomline .orderby ul,
        .bottomline .orderby li {
            display: inline;
            padding: 0;
        }

    .bottomline .orderby-title {
        margin: 0 0 0 10px;
    }

    .bottomline .deselectstartover {
        float: right;
    }

#language {
    width: 400px;
}

    #language .facetlist {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
    }

.imgProperty {
    width: 180px;
    height: 120px;
}

#wrapper,
#documentation {
    margin: 0 auto;
    width: 800px;
}

#results {
    /*position: relative;*/
    position: absolute;
    top: 20px;
    *display: inline;
    /*top: 0px;*/
    left: 0px;
    bottom: 10px;
    right: 10px;
    width: 700px;
    height: 840px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 0px !important;
}

.itemList {
    display: inline-block;
    width: 99%;
}

#showmorebutton {
    border: 1px solid #AAA;
    background-color: #DDD;
    margin: 0 0 10px 0;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
}

#resultsHeader {
    display: none;
}

#overallPropertySearch .MicrosoftMap {
    /*margin: 10px;*/
}

#iwtShare {
    padding-left: 9px;
}

    #iwtShare a {
        display: inline-block;
        padding: 0px 2px 0px 2px;
    }

#propertySlide {
    width: 700px;
    height: 420px;
}

.propDetailSummary .property_name,
.propDetailSummary .property_street,
.propDetailSummary .property_suburb,
.propDetailSummary .property_town,
.propDetailSummary .property_postcode {
    color: #00719b;
    font-size: 12px;
    font-weight: 700;
}

.propDetailSummary .property_features {
    margin-top: 5px;
}

.propDetailSummary .property_feature_label {
    font-size: 10px;
    font-weight: bold;
    color: #00719b;
    width: 35px;
    min-height: 12px;
    margin-bottom: 2px;
    float: left;
    padding: 0px;
    font-weight: 700;
}

.propDetailSummary .property_feature_value {
    float: left;
    width: 140px;
    padding: 0px;
    min-height: 12px;
    color: #666;
    font-size: 10px;
}

.propDetailSummary .property_feature_divider {
    clear: both;
    height: 0px;
}

.property_detail_summary h2 {
    padding: 2px 0px 3px 0px;
    margin: 0px;
}

.property_detail_summary h3 {
    padding: 2px 0px 3px 0px;
    margin: 0px;
    color: #00719b;
}

.propSearchTopBanner {
    position: absolute;
    height: 20px;
    width: 203px;
    opacity: 0.4;
    background-color: #00719B;
    color: white;
    text-align: center;
}

.propSearchImage {
    margin-left: auto;
    margin-right: auto;
    width: 73%;
}

.tileItem {
    width: 203px;
    height: 210px;
    margin: 0px 8px 10px 2px;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    border: gainsboro 1px solid;
}

    .tileItem:hover {
        background-color: gainsboro;
        cursor: pointer;
    }

    .tileItem h4 {
        font-size: 1.2em;
    }

    .tileItem .tags {
        font-weight: bold;
        color: gray;
    }

.listlistItem {
    padding: 0px;
    width: 680px;
    height: 50px;
    margin: 1px 2px 0px 2px;
    border: gainsboro 1px solid;
}

    .listlistItem:hover {
        background-color: gainsboro;
        cursor: pointer;
    }

    .listlistItem li {
        list-style-type: none;
        display: inline;
        float: left;
        width: 95px;
        border-right: gainsboro 1px solid;
        height: 50px;
        padding-left: 3px;
        padding-right: 3px;
    }

        .listlistItem li.propSearchImageList {
            width: 68px;
        }

            .listlistItem li.propSearchImageList img {
                padding: 3px;
            }

        .listlistItem li.propSearchAddressList {
            width: 200px;
            overflow: hidden;
        }

        .listlistItem li.propSearchSizeList {
            width: 90px;
        }

        .listlistItem li.propSearchMoreInformation {
            float: right;
            width: 12px;
            padding: 3px;
            cursor: pointer;
        }

        .listlistItem li.propSearchYieldList {
            width: 90px;
        }
/*Header Box*/
.listlistItemTitle {
    padding: 0px;
    width: 700px;
    height: 20px;
    margin: 0px 0px 0px 2px;
    background-color: #00719b;
    color: #fff;
}

    .listlistItemTitle li {
        list-style-type: none;
        display: inline;
        float: left;
        min-width: 60px;
        padding: 1px 5px 0px 20px;
        margin: 0px;
    }

        .listlistItemTitle li.propSearchImageList {
            width: 70px;
        }

        .listlistItemTitle li.propSearchAddressList {
            width: 150px;
            padding-left: 71px;
        }

        .listlistItemTitle li.propSearchSizeList {
            width: 120px;
        }

.propSearchImageList {
    float: left;
}

h3.propDetailNonHeader {
    margin: 0px;
    padding: 0px;
}

.deselectstartover {
    float: right;
    padding-right: 5px;
    cursor: pointer;
}

.propDetailTopHalf {
    min-height: 210px;
}

.propDetailTopRight,
.propDetailTopLeft {
    display: inline-block;
}

.propDetailTopRight {
    padding: 10px;
    width: 300px;
}

.propDetailTopLeft {
    margin: 10px;
    float: left;
    width: 325px;
    border: gainsboro 1px solid;
    height: 172px;
    overflow: hidden;
}

    .propDetailTopLeft img {
        margin: 2px;
        width: 99%;
        cursor: pointer;
    }

.propDetailBottomHalf {
    height: 200px;
    width: 700px;
    font-family: Arial;
    font-size: 12px;
    display: inline-block;
}
/*.propDetailBottomLeft {
    width: 140px;
    border-right: gainsboro 2px solid;
    height: 200px;
    display: inline-block;
    float: left;
}

    .propDetailBottomLeft ul {
        list-style: none;
        padding: 0px;
        margin: 0px 2px 0px 0px;
    }*/
.propDetailBottomRight {
    width: 690px;
    height: 200px;
    display: inline-block;
    padding-left: 10px;
}

    .propDetailBottomRight ul {
        padding-left: 10px;
        margin-top: 0px;
    }

.propDetailStrapline {
    font-size: 20px;
    font-family: Arial;
    color: #00719b;
    font-weight: bold;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.propDetailAddress {
    font-size: 18px;
    font-weight: bold;
    color: #616264;
    padding-bottom: 4px;
    margin-top: 0.83em !important;
    margin-bottom: 0.83em !important;
}

.propDetailType,
.propDetailPrice,
.propDetailSize,
.propDetailTerms,
.propDetailPPID,
.propDetailEPC,
.propDetailBreem {
    font-weight: 700;
    font-size: 12px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #525252;
}

    .propDetailType div,
    .propDetailPrice div,
    .propDetailSize div,
    .propDetailTerms div,
    .propDetailPPID div,
    .propDetailEPC div,
    .propDetailBreem div {
        color: #00719b;
        width: 65px;
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.propDetailDocuments div,
.propDetailSummary div {
    color: #00719b;
    font-weight: bold;
    padding-bottom: 2px;
}

.propDetailBackButton {
    cursor: pointer;
    width: 125px;
    height: 20px;
    text-align: center;
    background-color: #00719B;
    color: white;
    position: absolute;
    z-index: 2;
}

.propDetailMarketingStatusButton {
    cursor: pointer;
    width: 200px;
    height: 20px;
    text-align: center;
    background-color: #00719B;
    color: white;
    position: absolute;
    z-index: 1;
    right: 0px;
}

.propDetailBackToDetailsButton {
    cursor: pointer;
    width: 688px;
    height: 20px;
    background-color: #00719B;
    color: white;
    position: absolute;
    z-index: 1;
    text-align: left;
    padding-left: 10px;
}

.propDetailBackToDetailsButtonStrapline {
    right: 10px;
    position: absolute;
    top: 1px;
    width: 480px;
    height: 19px;
    text-align: right;
    overflow: hidden;
}

.propDetailGallery {
    width: 200px;
    height: 200px;
}

.propertyImages .pika-stage {
    width: 599px;
    height: 398px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #E5E5E5;
    top: 20px;
}

    .propertyImages .pika-stage img {
        height: 418px;
        vertical-align: top;
        top: 0px;
    }

.propertyImages .jcarousel-container-vertical {
    top: -25px;
    left: 14px;
}

.propertyImages .jcarousel-skin-pika .jcarousel-container-vertical {
    height: 424px !important;
}

.propertyImages .pika-stage .pika-imgnav a.next {
    right: 0px;
}

.propertyImages .pika-stage .pika-imgnav a.previous {
    left: 0px;
}

.propertyMap {
    width: 98px;
    height: 98px;
    border: gainsboro 1px solid;
    position: absolute;
    bottom: 0px;
    right: -99px;
    overflow: hidden;
}

.propertyMapBig {
    padding-top: 20px;
    width: 600px;
    height: 400px;
    position: absolute;
    top: 0px;
    z-index: -1;
    background-color: white;
}

.propertyMapCover {
    width: 100px;
    height: 320px;
    z-index: -1;
    position: absolute;
    left: 600px;
    top: 0px;
}

.propertyImages {
    overflow: hidden;
    height: 420px;
    width: 601px;
}

#propertyImageSlide {
    margin-right: 100px;
}

.propertyChangeView {
    height: 30px;
    overflow: hidden;
}

#propertyContactSlide {
    height: 420px;
    width: 720px;
}

.propertyContactCancelButton {
    width: 200px;
    height: 23px;
    text-align: center;
    bottom: 0px;
    position: absolute;
    cursor: pointer;
    padding: 7px;
    font-size: 20px;
}

.propSerAdvRadioButtons {
    width: 218px;
    height: 160px;
    background: #DDD;
}

    .propSerAdvRadioButtons input {
        margin-right: 3px;
        border: 1px solid gainsboro;
    }
/*.propSerAdvInput {
    width: 212px;
    margin-top: 2px;
    margin-bottom: 5px;
    height: 46px;
    text-indent: 4px;
    background: white;
    margin-left: 2px;
}*/
.psaPropertyType {
    width: 105px;
}

.psaPropertyTypeLabel {
    margin-bottom: 2px;
}

.psaPropertyTypeSelector {
    height: 46px;
    width: 213px;
    background: #5F81A6;
    text-indent: 4px;
    color: white;
    padding-top: 5px;
    margin-left: 2px;
}

    .psaPropertyTypeSelector select {
        margin-left: 6px;
        width: 203px;
        margin-top: 5px;
    }

.psaSubmit {
    margin-top: 3px;
    width: 213px;
    border: 0 !important;
    height: 46px;
    background: #FFC423;
    color: black;
    font-size: large;
    margin-left: 2px;
    cursor: pointer;
}
/*.psaTab {
    width: 70px;
    height: 29px;
    background: #008399;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 11px;
    cursor: pointer;
}

    .psaTab.psaTabSelected {
        background: #DDD;
        color: black;
    }*/
.psaTabs {
    padding: 0;
    margin: 0;
    display: inline;
    list-style-type: none;
}

    .psaTabs li {
        display: inline-block;
        list-style-type: none;
        width: 70px;
    }

.psaSearchWW {
    padding-top: 30px;
    margin-left: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.psaMainImage {
    position: absolute;
    top: 10px;
}

.psaSearchOverall {
    width: 700px;
    height: 420px;
}

.psaOverall .psaPaington {
    background-image: url("/images/paignton.jpg");
    width: 700px;
    height: 420px;
}

.psaOverall .psaPika {
    width: 700px;
    height: 420px;
}

.psaTitleBox {
    width: 700px;
    height: 60px;
    background: #004184;
    opacity: 0.6;
    margin-top: 140px;
    color: white;
    text-indent: 500px;
    padding-top: 20px;
}

.pika-stage {
    top: -10px;
    left: -10px;
    width: 700px;
    height: 420px;
}

.pika-textnav,
.pika-imgnav,
.pika-imgnav a.previous,
.pika-imgnav a.next {
    background: 0 !important;
    display: none;
}

.psaInvestment,
.psaDevelop {
    cursor: pointer;
}

.overallPropertySearch {
    display: none;
}

.psNoResultsTitle {
    padding: 35px;
    font-size: 1.2em;
    color: #00719B;
}

.psNoResultsBody {
    padding: 35px;
}
