﻿body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 10px;
    margin: 0;
    background-color: #cbd6cf;
}

.centered {
    margin: 0 auto;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

h1 {
    font-size: 2.4em;
    color: #b4d0b4;
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: normal;
    line-height: 0.8em;
}

h2 {
    font-size: 2.4em;
    color: #007d32;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 6px;
}

    h2.mainTitle {
        font-size: 3.2em;
        margin-left: 30px;
    }

h3 {
    font-size: 2.2em;
    font-weight: normal;
    color: #007d32;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: .05em;
}

h4 {
    font-size: 1.75em;
    color: #007d32;
    margin-top: 0;
    margin-bottom: 4px;
    letter-spacing: .1em;
}


    h4.small {
        font-size: 1.6em;
    }

h5 {
    font-size: 1.4em;
    color: #007d32;
    margin-top: 0;
    margin-bottom: 4px;
    letter-spacing: .1em;
}

p {
    font-size: 1em;
    line-height: 1em;
}

ul {
    margin: 0 0 0 18px;
    padding: 0;
}

    ul li {
        padding-bottom: 6px;
    }

    ul.menu,
    ul.menuInline {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        ul.menu li {
            padding-bottom: 5px;
        }

        ul.menuInline li {
            display: inline;
            border-right: solid 1px #ffffff;
            padding: 0 8px;
        }

            ul.menuInline li.end {
                border: none;
                padding: 0 4px 0 4px;
            }

    ul.menuBullet {
        margin-left: 14px;
        padding: 0;
        list-style: disc;
    }

        ul.menuBullet li {
            padding-bottom: 6px;
        }

img {
    border: none;
}

/* Master pages */

#outerFrame {
    max-width: 1200px;
    margin: 0 auto;
}

#contactMapCanvas {
    height: 600px;
    width: 100%;
    max-width: 1200px;
    position: absolute;
    top: 0;
    z-index: 0;
    display: none;
}

    #contactMapCanvas.enabled {
        display: block;
    }

#bannerWrap {
    border-bottom: solid 4px #eb5b27;
}

    #bannerWrap.propDetails,
    #bannerWrap.registration {
        background-color: #f2f2f2;
        border-bottom: none;
    }

    #bannerWrap.propListing {
        background-image: url('../Images/listingBanner.jpg');
        background-position-y: bottom;
    }

    #bannerWrap.auctions {
        background-image: url('../Images/auctionsBanner.jpg');
        background-position-y: bottom;
    }

    #bannerWrap.aboutUs {
        background-image: url('../Images/aboutusBanner.jpg');
        background-position-y: bottom;
    }

    #bannerWrap.contactus {
        position: relative;
        border-bottom: none;
    }

    #bannerWrap.admin {
        background-image: url('../Images/listingBanner.jpg');
        background-position-y: bottom;
        height: 220px;
    }

#banner {
    max-width: 1010px;
    margin: 0 auto;
}

    #banner .top {
        height: 56px;
        padding-left: 40px;
        padding-right: 40px;
        background-color: #007d32;
        color: #ffffff;
    }

        #banner .top .tel {
            float: left;
            padding-top: 14px;
            font-size: 2.5em;
        }

        #banner .top .add {
            float: right;
            padding-top: 18px;
            font-size: 1.7em;
        }

        #banner .top a {
            color: #ffffff;
        }

    #banner .bot {
        min-height: 104px;
        padding-top: 34px;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        background-color: #ffffff;
    }

        #banner .bot .buttonRow {
            height: 56px;
        }

        #banner .bot .logo {
            float: left;
            padding-left: 40px;
            padding-bottom: 10px;
        }

        #banner .bot .nav,
        #banner .bot .navadmin {
            float: left;
            width: 160px;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
            margin-left: 30px;
            transition: 0.4s;
        }

            #banner .bot .nav:hover,
            #banner .bot .navadmin:hover {
                border-bottom: 2px solid #007d32;
                -webkit-box-shadow: 0px 0px 6px 6px rgba(0,125,50,0.3);
                -moz-box-shadow: 0px 0px 6px 6px rgba(0,125,50,0.3);
                box-shadow: 0px 0px 6px 6px rgba(0,125,50,0.3);
            }

        #banner .bot .navadmin {
            padding-top: 0;
        }

        #banner .bot .social {
            float: left;
            padding-top: 0px;
            padding-left: 40px;
        }

            #banner .bot .social img {
                width: 35px;
            }

        #banner .bot a {
            font-size: 1.4em;
            color: #808080;
            text-decoration: none;
        }

#contentWrap {
    clear: both;
    background-color: #f2f2f2;
    padding-bottom: 40px;
}

.content {
    max-width: 1010px;
    margin: 0 auto;
}

    .content .msgLabelContainer {
        padding-top: 14px;
        height: 26px;
        font-size: 1.2em;
    }

#footerWrap {
    clear: both;
    min-height: 370px;
    background-color: #000000;
}

    #footerWrap.noMinHeight {
        min-height: unset;
        min-height: inherit;
    }

#footer {
    max-width: 1010px;
    margin: 0 auto;
}

    #footer a {
        color: #ffffff;
    }

    #footer p {
        line-height: 1.4em;
    }

    #footer .top {
        padding-top: 10px;
    }

        #footer .top .col {
            padding-top: 30px;
            padding-bottom: 20px;
            padding-left: 4px;
            overflow: hidden;
            color: #ffffff;
            font-size: 1.4em;
            float: left;
        }

            #footer .top .col.address {
                width: 290px;
            }

            #footer .top .col.news {
                width: 98%;
                max-width: 450px;
            }

            #footer .top .col.links {
                width: 200px;
                float: right;
            }

        #footer .top .twitterTimelineWrap {
            height: 200px;
            overflow: auto;
        }

    #footer .botWrap {
        min-height: 54px;
        border-top: solid 1px #ffffff;
        border-bottom: solid 1px #ffffff;
        margin-left: 4px;
        margin-right: 4px;
        clear: both;
    }

    #footer .bot {
        color: #ffffff;
        font-size: 1.2em;
        display: inline-block;
        width: 100%;
    }

        #footer .bot .signup {
            padding-top: 8px;
            float: left;
        }

            #footer .bot .signup .icon {
                padding-top: 10px;
                padding-right: 20px;
                float: left;
            }

            #footer .bot .signup .label {
                padding: 12px 18px 4px 0;
                float: left;
            }

            #footer .bot .signup .input {
                padding-left: 2px;
                float: left;
                height: 46px;
            }

                #footer .bot .signup .input .button {
                    padding-top: 4px;
                    display: inline-block;
                }

        #footer .bot .twitter {
            padding-top: 8px;
            float: right;
            width: 196px;
        }




            #footer .bot .twitter .label {
                padding-top: 12px;
                transform: translateY(-5px);
                width: 120px;
            }

            #footer .bot .twitter .logo {
                float: right;
                margin-left: 5px;
                margin-top: 5px;
            }

                #footer .bot .twitter .logo img {
                    width: 30px;
                }


#copyrightWrap {
    min-height: 42px;
    background-color: #000000;
    font-size: 1.2em;
    padding-top: 12px;
}

#copyright {
    max-width: 1010px;
    margin: 0 auto;
}

    #copyright a {
        color: #ffffff;
    }

    #copyright .logo {
        padding-left: 4px;
        padding-right: 140px;
        color: #ffffff;
        display: inline;
        float: left;
    }

    #copyright .rights {
        padding-top: 8px;
        padding-left: 100px;
        color: #ffffff;
        display: inline;
        float: left;
    }

#copyrightWrap .menu {
    padding-right: 4px;
    padding-top: 8px;
    display: inline;
    float: right;
}

/* HomePage */

#featuredWrap {
    max-width: 1010px;
    margin: 0 auto;
}

    #featuredWrap.home {
        min-height: 566px;
    }

    #featuredWrap.listing {
        min-height: 260px;
    }

    #featuredWrap.aboutus {
        min-height: 200px;
    }

    #featuredWrap .featured {
        position: relative;
        top: 50px;
        float: right;
        width: 266px;
        min-height: 410px;
        background-color: #ffffff;
        padding: 20px 20px 0 30px;
        color: #808080;
    }

        #featuredWrap .featured .address {
            font-size: 1.5em;
            color: #007d32;
            font-weight: normal;
            margin-top: 0;
            margin-bottom: 10px;
        }

        #featuredWrap .featured .typebeds {
            padding-top: 10px;
            font-size: 1.7em;
            height: 34px;
        }

        #featuredWrap .featured .featureTxt {
            min-height: 190px;
            padding-top: 10px;
            border: solid 1px #ffffff;
        }

            #featuredWrap .featured .featureTxt ul {
                font-size: 1.4em;
            }

        #featuredWrap .featured .moreWrapper {
            float: left;
            color: #000;
            padding-top: 40px;
        }

            #featuredWrap .featured .moreWrapper a {
                font-size: 1.4em;
                color: #808080;
            }

        #featuredWrap .featured .priceWrapper {
            float: right;
            color: #000;
            text-align: right;
            font-size: 1.4em;
            font-weight: bold;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            #featuredWrap .featured .priceWrapper .price {
                color: #007d32;
                font-size: 2em;
            }

#containerWrap {
    display: inline-block;
    width: 100%;
}

    #containerWrap .container {
        background-color: #ffffff;
        border-bottom: solid 4px #cccccc;
        margin-top: 10px;
        float: left;
    }

    #containerWrap .linkCol p,
    #containerWrap .teamCol p,
    #containerWrap .contactCol p,
    #containerWrap .auctions .aucDates p {
        color: #808080;
        font-size: 1.5em;
        line-height: 1.4em;
    }

    #containerWrap .linkCol a,
    #containerWrap .teamCol a {
        color: #007d32;
        font-size: 1.6em;
    }

    #containerWrap .linkCol ul,
    #containerWrap .teamCol ul {
        color: #007d32;
    }

    #containerWrap .cont01 {
        padding: 20px 10px 0 24px;
        min-height: 110px;
        width: 282px;
        margin-top: 0;
    }

        #containerWrap .cont01 .icon,
        #containerWrap .cont05 .icon,
        #containerWrap .cont08 .icon {
            float: left;
            width: 60px;
        }

        #containerWrap .cont01 .text,
        #containerWrap .cont05 .text {
            float: left;
            width: 220px;
            color: #808080;
            font-size: 1.3em;
            line-height: 1.3em;
        }

    #containerWrap .cont02 {
        min-height: 290px;
        width: 100%;
        clear: both;
    }

        #containerWrap .cont02 .linkCol {
            float: left;
            height: 330px;
            padding-top: 20px;
            padding-bottom: 20px;
            min-width: 316px;
            width: 47%
        }

        #containerWrap .cont02 .picCol {
            float: left;
            padding: 24px 0 20px 4px;
            min-width: 316px;
            width: 50%;
        }

            #containerWrap .cont02 .picCol img {
                width: 100%;
            }

    #containerWrap .cont03 {
        min-height: 360px;
        clear: both;
        width: 100%;
    }

        #containerWrap .cont03 .teamCol {
            float: left;
            width: 42%;
            min-width: 316px;
        }

            #containerWrap .cont03 .teamCol .container {
                padding: 20px 10px 0 20px;
                min-height: 192px;
                width: 90%;
            }

                #containerWrap .cont03 .teamCol .container .icon {
                    padding-left: 10px;
                }

        #containerWrap .cont03 .contactCol {
            float: right;
            width: 56%;
            min-width: 316px;
        }

            #containerWrap .cont03 .contactCol .container {
                padding: 20px 10px 0 20px;
                min-height: 418px;
            }

            #containerWrap .cont03 .contactCol .msgLabelContainer {
                padding-top: 14px;
                height: 26px;
                font-size: 1.2em;
            }

            #containerWrap .cont03 .contactCol .msgLabelContainerCompact {
                padding-top: 9px;
                height: 22px;
                font-size: 1.2em;
            }

.dataProtect {
    font-size: 1.4em;
    color: #808080;
}

#containerWrap .cont04 {
    min-height: 246px;
    padding: 20px;
    min-width: 276px;
    text-align: center;
}

    #containerWrap .cont04 .icon {
        padding-top: 8px;
    }

    #containerWrap .cont04 img {
        box-shadow: 2px 2px 10px 4px rgba(0,0,0,.2);
    }

#containerWrap .cont05 {
    padding: 20px 10px 0 24px;
    min-height: 110px;
    width: 282px;
}

#containerWrap .cont06 {
    min-height: 400px;
    width: 94%;
}

    #containerWrap .cont06 .addressCol {
        float: left;
        padding: 20px 0 0 30px;
        min-width: 260px;
        color: #808080;
    }

        #containerWrap .cont06 .addressCol p {
            font-size: 1.7em;
            line-height: 1.2em;
        }

        #containerWrap .cont06 .addressCol a {
            color: #808080;
        }

        #containerWrap .cont06 .addressCol .icon {
            display: inline-block;
            clear: left;
        }

        #containerWrap .cont06 .addressCol .label {
            color: #808080;
            font-size: 1.6em;
            display: inline-block;
            vertical-align: top;
            padding-top: 6px;
            padding-left: 4px;
            min-width: 130px;
        }

            #containerWrap .cont06 .addressCol .label.parking {
                padding-top: 0;
                padding-left: 14px;
                min-width: 200px;
            }

    #containerWrap .cont06 .picCol {
        float: right;
        padding: 26px 30px 20px 4px;
    }

        #containerWrap .cont06 .picCol img {
            width: 100%;
        }

#containerWrap .cont07 {
    min-height: 330px;
    width: 100%;
}

    #containerWrap .cont07.noMinHeight {
        min-height: unset;
        min-height: inherit;
    }

    #containerWrap .cont07 .text {
        padding: 30px 30px 0 30px;
    }

    #containerWrap .cont07 .form {
        padding-left: 30px;
    }

        #containerWrap .cont07 .form .enquiryWrap {
            float: left;
            width: 86%;
            max-width: 326px;
        }

        #containerWrap .cont07 .form .msgWrap {
            clear: both;
            padding-top: 10px;
        }

        #containerWrap .cont07 .form .tbEnquiry {
            padding-left: 30px;
        }

    #containerWrap .cont07 .label {
        font-size: 1.4em;
        color: #007d32;
        letter-spacing: .05em;
        font-weight: bold;
    }

    #containerWrap .cont07 p {
        color: #808080;
        font-size: 1.5em;
        line-height: 1.4em;
    }

    #containerWrap .cont07 hr {
        border: solid 1px #e0e0e0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

#containerWrap .cont08 {
    padding: 20px 10px 0 24px;
    min-height: 60px;
    width: 45%;
    min-width: 316px;
}

    #containerWrap .cont08 a {
        color: #007d32;
        font-size: 2.2em;
        margin-bottom: 10px;
        letter-spacing: .05em;
    }

    #containerWrap .cont08 .label {
        margin-top: 10px;
        float: left;
        margin-right: 20px;
    }

    #containerWrap .cont08 .iconRight {
        margin-top: 14px;
    }

#containerWrap .futureAucs {
    width: 100%;
}

    #containerWrap .futureAucs a {
        color: #007d32;
    }

    #containerWrap .futureAucs .content {
        padding: 30px 30px 0 30px;
    }

    #containerWrap .futureAucs .aucDates {
        float: left;
        margin-bottom: 20px;
    }

    #containerWrap .futureAucs .icons {
        float: right;
        padding-left: 10px;
        margin-bottom: 20px;
    }

        #containerWrap .futureAucs .icons .icon {
            display: inline-block;
            clear: left;
        }

        #containerWrap .futureAucs .icons .label {
            display: inline-block;
            padding-left: 14px;
            padding-top: 6px;
            vertical-align: top;
        }

    #containerWrap .futureAucs .takingEntries {
        font-size: 1.5em;
        color: #808080;
    }

    #containerWrap .futureAucs .RadListBox .rlbGroup {
        border: none;
    }

    #containerWrap .futureAucs .RadListBox .rlbItem {
        padding-left: 0;
    }

#containerWrap .auctions {
    width: 100%;
}

    #containerWrap .auctions a {
        color: #007d32;
    }

    #containerWrap .auctions .content {
        padding: 30px 30px 0 30px;
    }

    #containerWrap .auctions .aucDates {
        float: left;
        margin-bottom: 20px;
        width: 45%;
        min-width: 288px;
    }

    #containerWrap .auctions .icons {
        margin-bottom: 20px;
    }

        #containerWrap .auctions .icons .icon {
            padding-top: 4px;
        }

        #containerWrap .auctions .icons .label {
            float: left;
            margin-right: 20px;
        }

    #containerWrap .auctions .takingEntries {
        font-size: 2em;
        font-weight: bold;
        color: #fe0000;
    }

    #containerWrap .auctions .catAvailable {
        font-size: 1.3em;
        font-weight: bold;
    }

    #containerWrap .auctions .map {
        float: right;
        padding: 24px 0 20px 4px;
        min-width: 316px;
        width: 50%;
        height: 430px;
        margin-bottom: 30px;
    }


/* Auction Listings Page */

#aucContentWrap {
    clear: both;
    background-color: #ffffff;
    padding-bottom: 30px;
}

#aucDetailsWrap {
    display: inline-block;
    max-width: 1010px;
    width: 100%;
}

    #aucDetailsWrap p {
        color: #808080;
        font-size: 1.5em;
        line-height: 1.4em;
    }

    #aucDetailsWrap .buttonContainer {
        float: right;
        text-align: right;
    }

.gmapWrapper {
    margin-bottom: 20px;
}

    .gmapWrapper .gmap {
        width: 100%;
        height: 600px;
    }

.gmapTopShortWrapper {
    margin-bottom: 20px;
}

    .gmapTopShortWrapper .gmap {
        width: 100%;
        height: 450px;
    }

    .gmapWrapper .maplabel,
    .gmapTopShortWrapper .maplabel {
        color: red;
        background-color: #fff;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        border: 2px solid black;
        padding: 0 4px;
        white-space: nowrap;
    }

/* ContactUs Page */

#mapSpacer {
    width: 100%;
    height: 397px;
    z-index: -1;
    position: relative;
    border-bottom: solid 4px #eb5b27;
}

/* News Testimonial Page */

#newsContentWrap {
    clear: both;
    background-color: #ffffff;
    padding-bottom: 30px;
}

#newsDetailsWrap {
    display: inline-block;
    padding-left: 40px;
    padding-right: 4px;
    width: 100%;
}

    #newsDetailsWrap p {
        color: #808080;
        font-size: 1.5em;
        line-height: 1.4em;
    }

#newsContainer {
    min-height: 380px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: solid 4px #cccccc;
    margin-bottom: 30px;
    display: inline-block;
}

    #newsContainer .metaContainer {
        padding: 40px 20px 0 40px;
        float: left;
        max-width: 570px;
        color: #808080;
    }

        #newsContainer .metaContainer .author {
            font-size: 1.8em;
            padding-top: 10px;
        }

        #newsContainer .metaContainer .text {
            padding-top: 10px;
        }

        #newsContainer .metaContainer .textEdit {
            padding-top: 20px;
            font-size: 1.5em;
            line-height: 1.4em;
        }

        #newsContainer .metaContainer .text p {
            font-size: 1.5em;
            line-height: 1.4em;
        }

    #newsContainer .imageContainer {
        float: right;
        padding: 40px 40px 0 4px;
    }

        #newsContainer .imageContainer img {
            width: 100%;
        }

    #newsContainer .fileUploadContainer {
        height: 60px;
        overflow: hidden;
    }

    #newsContainer .imageEditorContainer {
        float: right;
        padding: 40px 40px 40px 0;
    }

        #newsContainer .imageEditorContainer .upload {
            height: 30px;
            overflow: hidden;
            float: Left;
        }

        #newsContainer .imageEditorContainer .message {
            font-size: 1.4em;
            float: left;
            padding-top: 6px;
            max-width: 230px;
        }

/* About Us */

#aboutusWrapper {
}

    #aboutusWrapper .sliderContainer {
        width: 100%;
        background-color: #ffffff;
        border-bottom: solid 4px #cccccc;
        margin-bottom: 30px;
        display: inline-block;
    }

    #aboutusWrapper .sliderContent {
        padding: 40px;
    }

        #aboutusWrapper .sliderContent .slider {
            margin-top: 30px;
            margin-bottom: 20px;
        }

            #aboutusWrapper .sliderContent .slider img {
                width: 100%;
            }

        #aboutusWrapper .sliderContent .col {
            width: 48%;
            margin-top: 20px;
            margin-bottom: 20px;
        }

    #aboutusWrapper p,
    #aboutusWrapper ul {
        color: #808080;
        font-size: 1.3em;
        line-height: 1.4em;
    }

    #aboutusWrapper .teamContainer {
        width: 100%;
        background-color: #ffffff;
        border-bottom: solid 4px #cccccc;
        margin-bottom: 30px;
        display: inline-block;
    }

    #aboutusWrapper .teamContent {
        padding: 40px 40px 10px 40px;
    }

        #aboutusWrapper .teamContent .member {
            display: inline-block;
            width: 200px;
            height: 380px;
            margin-right: 40px;
        }

            #aboutusWrapper .teamContent .member .image {
                display: inline-block;
                width: 200px;
                height: 300px;
                background-color: #007d32;
            }

            #aboutusWrapper .teamContent .member .meta {
                text-align: center;
                padding-top: 20px;
            }


                #aboutusWrapper .teamContent .member .meta a {
                    font-size: 1.2em;
                    color: #808080;
                }

/* Listings Page */

#listingsWrapper {
    max-height: 1030px;
    overflow: auto;
}

#listingContainer {
    width: 100%;
    background-color: #ffffff;
    border-bottom: solid 4px #cccccc;
    margin-bottom: 30px;
    display: inline-block;
}

    #listingContainer .imageContainer {
        position: relative;
        float: left;
        padding-right: 20px;
    }

        #listingContainer .imageContainer .pic {
        }

        #listingContainer .imageContainer img {
            width: 100%;
        }

        #listingContainer .imageContainer .availability {
            position: absolute;
            top: 0;
            left: 0;
            width: 210px;
            height: 28px;
            padding-top: 8px;
            background-color: #007d32;
            color: #ffffff;
            font-size: 1.8em;
            text-align: center;
            text-transform: uppercase;
        }

    #listingContainer .metaContainer {
        float: left;
        max-width: 530px;
        padding: 20px 4px 0 4px;
    }

        #listingContainer .metaContainer .textContainer {
            min-height: 170px;
            color: #808080;
        }

            #listingContainer .metaContainer .textContainer .address {
                color: #007d32;
                font-size: 2.2em;
                padding-bottom: 18px;
            }

            #listingContainer .metaContainer .textContainer .typebeds {
                font-size: 1.8em;
                padding-bottom: 20px;
            }

            #listingContainer .metaContainer .textContainer .description {
                font-size: 1.5em;
                line-height: 1.3em;
                padding-bottom: 6px;
            }

        #listingContainer .metaContainer .iconsContainer {
        }

            #listingContainer .metaContainer .iconsContainer a {
                color: #007d32;
            }

        #listingContainer .metaContainer .iconMenu {
            float: left;
            font-weight: bold;
            color: #007d32;
            padding-top: 32px;
            width: 244px;
        }

            #listingContainer .metaContainer .iconMenu ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }

            #listingContainer .metaContainer .iconMenu li {
                display: inline-block;
                width: 20px;
                font-size: 1.7em;
            }

                #listingContainer .metaContainer .iconMenu li.icon {
                    width: 34px;
                }

        #listingContainer .metaContainer .button,
        #salesDetailsWrapper .viewingsContainer .button {
            float: left;
            width: 78px;
            text-align: center;
            color: #007d32;
            font-size: 1.2em;
            font-weight: bold;
        }

        #listingContainer .metaContainer .priceWrapper {
            color: #000;
            font-size: 1.5em;
            font-weight: bold;
            float: right;
            text-align: right;
            padding-top: 12px;
        }

            #listingContainer .metaContainer .priceWrapper .price {
                color: #007d32;
                font-size: 1.6em;
            }

/* Property details page */

#salesDetailsWrapper {
}

    #salesDetailsWrapper .container {
        background-color: #ffffff;
        max-width: 1010px;
        width: 100%;
        display: inline-block;
    }

    #salesDetailsWrapper .addressContainer {
        min-height: 80px;
        margin-bottom: 10px;
    }

        #salesDetailsWrapper .addressContainer .address {
            float: left;
            padding: 28px 4px 0 40px;
            color: #007d32;
            font-size: 2.4em;
            font-weight: bold;
        }

        #salesDetailsWrapper .addressContainer .navigation {
            float: right;
            padding: 20px 30px 0 0;
        }

            #salesDetailsWrapper .addressContainer .navigation img, #salesDetailsWrapper .addressContainer .navigation input {
                height: 30px;
                padding-top: 6px;
            }

        #salesDetailsWrapper .addressContainer .availability {
            margin: 24px 40px 24px 0;
            float: right;
            width: 210px;
            height: 28px;
            padding-top: 8px;
            background-color: #007d32;
            color: #ffffff;
            font-size: 1.8em;
            text-align: center;
            text-transform: uppercase;
        }

        #salesDetailsWrapper .addressContainer .availabilityAdmin {
            margin: 28px 40px 20px 0;
            float: right;
            width: 210px;
            height: 32px;
            padding-top: 10px;
            font-size: 1.8em;
            background-color: #71ac7a;
            text-align: center;
        }

    #salesDetailsWrapper .briefDescContainer {
        margin-top: 30px;
    }

        #salesDetailsWrapper .briefDescContainer .description {
            padding: 30px;
            color: #808080;
        }

            #salesDetailsWrapper .briefDescContainer .description .editorList {
                font-size: 1.5em;
                line-height: 1.3em;
            }

            #salesDetailsWrapper .briefDescContainer .description .editorBrief {
                font-size: 1.4em;
                line-height: 1.3em;
            }

    #salesDetailsWrapper .detailsContainer {
        min-height: 470px;
        margin-top: 30px;
        color: #808080;
    }

        #salesDetailsWrapper .detailsContainer p {
            font-size: 1.4em;
            line-height: 1.3em;
        }

        #salesDetailsWrapper .detailsContainer .leftCol {
            padding: 40px 10px 40px 30px;
            float: left;
            max-width: 600px;
        }

        #salesDetailsWrapper .detailsContainer .typebeds {
            padding-top: 10px;
            font-size: 1.8em;
        }

        #salesDetailsWrapper .detailsContainer .rightCol {
            padding: 40px 30px 40px 0;
            width: 310px;
            float: right;
        }

        #salesDetailsWrapper .detailsContainer .priceWrapper {
            text-align: right;
            color: #000;
            font-size: 1.8em;
            font-weight: bold;
            padding-bottom: 20px;
        }

            #salesDetailsWrapper .detailsContainer .priceWrapper .price {
                text-align: right;
                color: #007d32;
                font-size: 1.6em;
            }

        #salesDetailsWrapper .detailsContainer .iconMenu {
            font-weight: bold;
            color: #007d32;
            padding-top: 20px;
        }

            #salesDetailsWrapper .detailsContainer .iconMenu a {
                color: #007d32;
            }

            #salesDetailsWrapper .detailsContainer .iconMenu ul {
                margin: 0;
                padding: 0;
                list-style: none;
                font-size: 1.4em;
            }

            #salesDetailsWrapper .detailsContainer .iconMenu li {
                display: inline-block;
                width: 60px;
                font-size: 1.7em;
            }

                #salesDetailsWrapper .detailsContainer .iconMenu li.icon {
                    width: 60px;
                }

                #salesDetailsWrapper .detailsContainer .iconMenu li.label {
                    width: 120px;
                    vertical-align: top;
                    line-height: 2em;
                }

        #salesDetailsWrapper .detailsContainer .button {
            margin-top: 20px;
        }

            #salesDetailsWrapper .detailsContainer .button a {
                text-decoration: none;
            }

        #salesDetailsWrapper .detailsContainer .button {
            margin-top: 20px;
        }

        #salesDetailsWrapper .detailsContainer .txtDescription {
            font-size: 1.4em;
            margin-top: 10px;
        }

            #salesDetailsWrapper .detailsContainer .txtDescription p {
                font-size: 1em;
                line-height: 1.3em;
            }

        #salesDetailsWrapper .detailsContainer .guidesDisclaimer {
            padding-left: 30px;
            padding-right: 30px;
            font-size: 1em;
            line-height: 1.3em;
        }

    #salesDetailsWrapper .viewtimesContainer {
        min-height: 70px;
        margin-top: 30px;
    }

        #salesDetailsWrapper .viewtimesContainer .icon {
            float: left;
            padding: 20px 40px 0 40px;
        }

        #salesDetailsWrapper .viewtimesContainer .text {
            float: left;
            padding-top: 20px;
            font-size: 2.4em;
            color: #808080;
        }

            #salesDetailsWrapper .viewtimesContainer .text a {
                color: #007d32;
            }

    #salesDetailsWrapper .mapContainer {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #salesDetailsWrapper .mapContainerAdmin {
        min-height: 330px;
        margin-top: 30px;
    }

    #salesDetailsWrapper .mapContainerAdmin {
        background-color: #f2f2f2;
        font-size: 1.4em;
    }

    #salesDetailsWrapper .mapContainer .map {
        height: 640px;
        width: 100%;
    }

    #salesDetailsWrapper .mapContainerAdmin .map {
        height: 330px;
        width: 100%;
    }

    #salesDetailsWrapper .viewingsContainer {
        min-height: 300px;
        margin-top: 30px;
        color: #808080;
    }

        #salesDetailsWrapper .viewingsContainer p {
            font-size: 1.4em;
            line-height: 1.3em;
        }

        #salesDetailsWrapper .viewingsContainer a {
            color: #007d32;
        }

        #salesDetailsWrapper .viewingsContainer .address {
            color: #007d32;
            font-size: 1.2em;
        }

        #salesDetailsWrapper .viewingsContainer .tel {
            color: #007d32;
            float: left;
            font-size: 1.1em;
            padding-right: 30px;
        }

        #salesDetailsWrapper .viewingsContainer .button {
            margin-top: 17px;
        }

        #salesDetailsWrapper .viewingsContainer .logo {
            float: left;
            font-size: 1.1em;
        }

        #salesDetailsWrapper .viewingsContainer .leftCol {
            padding: 40px 0 10px 30px;
            float: left;
            max-width: 530px;
        }

        #salesDetailsWrapper .viewingsContainer .rightColWrapper {
            padding: 40px 30px 40px 0;
            min-width: 266px;
            width: 38%;
            float: right;
        }

            #salesDetailsWrapper .viewingsContainer .rightColWrapper .col {
                border-left: solid 1px #b3b3b3;
                display: inline-block;
                padding-left: 30px;
                padding-right: 10px;
            }

    #salesDetailsWrapper .fileUploadContainer {
        height: 60px;
        overflow: hidden;
    }

    #salesDetailsWrapper .imageEditorContainer {
        margin-top: 30px;
        background-color: #f2f2f2;
    }

        #salesDetailsWrapper .imageEditorContainer .upload {
            height: 30px;
            overflow: hidden;
            float: Left;
            padding-right: 20px;
        }

        #salesDetailsWrapper .imageEditorContainer .message {
            font-size: 1.4em;
            float: left;
            padding-top: 6px;
        }

        #salesDetailsWrapper .imageEditorContainer .thumbs {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        #salesDetailsWrapper .imageEditorContainer .thumb {
            width: 126px;
            height: 80px;
            border: solid 4px #ffffff;
            cursor: pointer;
            margin-right: 10px;
        }

    #salesDetailsWrapper .titleContainer {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        #salesDetailsWrapper .titleContainer .title {
            padding: 18px 40px;
            color: #007d32;
            font-size: 2.4em;
            font-weight: bold;
        }

    #salesDetailsWrapper .otherLotsContainer {
        height: 280px;
        position: relative;
    }

        #salesDetailsWrapper .otherLotsContainer .navLeft {
            position: absolute;
            top: 0;
            left: 0;
            width: 40px;
            float: left;
            margin-top: 100px;
        }

        #salesDetailsWrapper .otherLotsContainer .navRight {
            position: absolute;
            top: 0;
            right: 0;
            width: 40px;
            float: right;
            margin-top: 100px;
        }

.viewingContainer {
    border-bottom: 1px solid #B1B1B1;
    padding-bottom: 4px;
    margin-top: 8px;
}

    .viewingContainer .datetxt {
        font-size: 11px;
    }

/* ToolTip*/
#tooltipContainer {
    background-color: #f2f2f2;
    padding: 10px;
    min-height: 200px;
    box-shadow: rgba(0,0,0,.4) 5px 5px;
    display: inline-block;
}

    #tooltipContainer .leftCol {
        float: left;
        width: 250px;
        padding-right: 10px;
    }

    #tooltipContainer .lotNumber {
        font-size: 2em;
        color: #007d32;
    }

    #tooltipContainer .type {
        font-size: 1.4em;
        color: #007d32;
    }

    #tooltipContainer .address {
        font-size: 1.2em;
        line-height: 1.2em;
        overflow: hidden;
        padding-top: 6px;
        color: #000;
    }

    #tooltipContainer .priceWrapper {
        font-size: 1.1em;
        line-height: 1.6em;
        font-weight: bold;
        min-height: 40px;
        padding-top: 6px;
        color: #000;
    }

        #tooltipContainer .priceWrapper .price {
            font-size: 1.7em;
            color: #007d32;
        }

    #tooltipContainer .rightCol {
        float: left;
        padding-top: 8px;
    }

/* data protection */

.dpWrapper {
    background-color: #007d32;
    padding: 40px;
    color: #fff;
    font-size: 2.2em;
}

    .dpWrapper.grey {
        background-color: #575756;
    }

    .dpWrapper h1 {
        color: #fff;
        margin-top: 30px;
        margin-bottom: 50px;
        font-size: 2.6em;
    }

    .dpWrapper a {
        text-decoration: underline;
        color: #fff;
    }

    .dpWrapper p {
        line-height: 1.1em;
    }

    .dpWrapper .address {
        margin-top: 150px;
        font-size: .8em;
    }

    .dpWrapper a {
        color: #fff;
    }

/* Inputs */
.txts01,
.txts02,
.txts03,
.txts04 {
    border-radius: 0px;
    height: 30px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
}

.txts02 {
    background-color: #f2f2f1;
    font-size: 1.2em;
}

.txts03 {
    height: 100px;
    padding: 5px 10px 5px 10px;
    background-color: #f2f2f1;
    font-size: 1.2em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.txts04 {
    font-size: 1.2em;
}

.txts05,
.txts06 {
    height: 40px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
    background-color: #71ac7a;
    color: #ffffff;
}

.txts06 {
    height: 30px;
    text-align: right;
}

/* captchs */
.captchaWrapper input {
    margin-right: 10px;
}

.captchaWrapper .rcInvalid {
    color: Red;
}

/* Buttons */
.buts01,
.buts05 {
    background-color: #71ac7a;
    color: #ffffff;
    font-size: 1.4em;
    border-radius: 0px;
    height: 30px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.buts02 {
    background-color: #f39423;
    color: #ffffff;
    font-size: 1.6em;
    border-radius: 0px;
    height: 32px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.buts03 {
    background-color: #f39423;
    background-image: url(../Images/backEnquire.png);
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 2em;
    border-radius: 0px;
    height: 42px;
    width: 270px;
    padding-top: 16px;
    padding-left: 20px;
    text-align: center;
    border: none;
    display: inline-block;
    letter-spacing: .1em;
    cursor: pointer;
}

.buts04 {
    background-color: #007d32;
    color: #ffffff;
    font-size: 1.6em;
    border-radius: 0px;
    height: 50px;
    width: 200px;
    border-right: 8px solid #9C9B9B;
    padding-top: 10px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: 0.4s;
    text-decoration: none !important;
    margin-bottom: 10px;
}

    .buts04:hover {
        border-right: 8px solid #FFFFFF;
        /* border-left: 8px solid #9C9B9B;*/
        -webkit-box-shadow: 0px 0px 4px 4px rgba(0,125,50,0.3);
        -moz-box-shadow: 0px 0px 4px 4px rgba(0,125,50,0.3);
        box-shadow: 0px 0px 4px 4px rgba(0,125,50,0.3);
    }

.buts05 {
    background-color: #eb5b27;
}

/* Lists */

.list01,
.list02 {
    background-color: #71ac7a;
    color: #ffffff;
    font-size: 1em;
    border: none;
    padding-left: 10px;
}

.list02 {
    font-size: 1.4em;
    border: none;
    height: 24px;
}

/* Label */

.lbl01 {
    font-size: 1.3em;
}

/* Layout */

#sliderFrame {
    position: absolute;
    top: 0px;
    width: 100%;
    max-width: 1200px;
    z-index: -1;
}

    #sliderFrame.listing {
        min-height: 460px;
    }

#sliderFrameDetails {
    width: 100%;
    max-width: 1010px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

    #sliderFrameDetails img {
        width: 100%;
        height: 100%;
    }

    #sliderFrameDetails .thumbs {
        min-height: 66px;
        position: absolute;
        /*
		bottom: -118px;
        width: 56%;
		*/
        bottom: 5px;
        width: 100%;
    }

        #sliderFrameDetails .thumbs ul {
            margin: 0;
        }

        #sliderFrameDetails .thumbs li {
            display: inline;
            margin-right: 10px;
        }

            #sliderFrameDetails .thumbs li img {
                width: 90px;
                height: 55px;
                border: solid 4px #ffffff;
                cursor: pointer;
            }


.disclaimer {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 1.2em;
}

.invisible {
    visibility: hidden;
    display: none;
}

.hidden {
    display: none;
}

.unhidden {
    /*display: normal;*/
}

.hide {
    display: none !important;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right !important;
}

.clearBoth {
    clear: both;
}

.inlineBlock {
    display: inline-block;
}

.inlineWrap {
    display: inline-block;
    width: 100%;
}

.hline {
    border-top: solid 1px #b3b4b3;
    width: 100%;
}

.hline2 {
    border-top: solid 1px #b3b4b3;
    width: 100%;
    margin-left: -640px;
    width: 950px;
}

.bold {
    font-weight: bold;
}

.noMargin {
    margin: 0;
}

.noMarginTop {
    margin-top: 0 !important;
}

.noMarginBot {
    margin-bottom: 0;
}

.noMarginRight {
    margin-right: 0 !important;
}

.noPadding {
    padding: 0;
}

.noPaddingLeft {
    padding-left: 0 !important;
}

.marginTop4 {
    margin-top: 4px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginBot6 {
    margin-bottom: 6px !important;
}

.marginBot10 {
    margin-bottom: 10px;
}

.marginBot20 {
    margin-bottom: 20px;
}

.marginBot30 {
    margin-bottom: 30px;
}

.marginBot40 {
    margin-bottom: 40px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight30 {
    margin-right: 30px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft30 {
    margin-left: 30px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop30 {
    padding-top: 30px;
}

.paddingTop40 {
    padding-top: 40px;
}

.paddingBot10 {
    padding-bottom: 10px;
}

.paddingLeft4 {
    padding-left: 4px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft30 {
    padding-left: 30px;
}

.paddingLeft40 {
    padding-left: 40px;
}

.paddingRight13 {
    padding-right: 13px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingRight30 {
    padding-right: 30px;
}

.paddingRight50 {
    padding-right: 50px;
}

.width100 {
    width: 100px;
}

.width180 {
    width: 180px;
}

.width200 {
    width: 200px;
}

.width220 {
    width: 220px;
}

.width270 {
    width: 270px;
}

.width250 {
    width: 250px;
}

.width550 {
    width: 550px;
}

.flowdiv30 {
    width: 30px;
    height: 1px;
    display: inline-block;
    float: left;
}

.labelFixWidth {
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

.fontSize1em4 {
    font-size: 1.4em;
}

/* Site colours */

.colourSiteGreen {
    color: #007d32;
}

.colourSiteLightGreen {
    color: #b4d0b4;
}

.colourSiteGrey {
    color: #f2f2f2;
}

.colorTextGrey {
    color: #808080;
}

.auctionIcons {
    margin-top: 12px;
    width: 100%;
    border-bottom: 0px solid #9C9B9B;
}

.noBorder {
    border-bottom: 0px;
}

.auctionIconsL {
    float: left;
    width: 10%;
}

.auctionIconsM {
    float: left;
    width: 80%;
}

    .auctionIconsM a {
        color: #616160 !important;
    }

.auctionIconsR {
    font-size: 20px;
    font-weight: bold;
    color: #007d32;
    float: right;
    width: 10%;
    text-align: right;
}

.auctionsMapCanvas {
    float: right;
    padding: 24px 0 20px 4px;
    min-width: 316px;
    width: 50%;
    height: 500px;
}

#containerWrap .auctionIcons .icons .icon {
    float: left;
}

.flipX {
}

    .flipX img {
        transform: scaleX(-1);
    }

.img30 img {
    width: 30px;
}

.img40 img {
    width: 40px;
}

.downloadCat img {
    width: 258px;
}

.downloadCat2 img {
    width: 370px;
}

.downloadCat, .downloadCat2 {
    margin-top: 10px;
    transition: 0.4s;
    margin-bottom: 19px;
}

.imgButtons {
    transition: 0.4s;
}
    .downloadCat:hover, .downloadCat2:hover, .imgButtons:hover {
        -webkit-box-shadow: 0px 0px 6px 6px rgba(0,125,50,0.3);
        -moz-box-shadow: 0px 0px 6px 6px rgba(0,125,50,0.3);
        box-shadow: 0px 0px 6px 6px rgba(0,125,50,0.3);
    }

.downloadButtonsOuter {
    width: 35%;
}

    .downloadButtonsOuter a,
    .downloadButtonsOuter a:link,
    .downloadButtonsOuter a:visited {
        color: #808080;
    }

.downloadButtons {
    width: 86%;
    height: 56px;
    overflow: hidden;
    padding: 5%;
    border-bottom: 2px solid #D9D9D9;
    background: #FFFFFF;
    margin: 10px 0 0 10px;
    transition: 0.4s;
}

    .downloadButtons:hover {
        border-bottom: 2px solid #007d32;
        color: #444444;
        -webkit-box-shadow: 0px 0px 6px 6px rgba(0,125,50,0.3);
        -moz-box-shadow: 0px 0px 6px 6px rgba(0,125,50,0.3);
        box-shadow: 0px 0px 6px 6px rgba(0,125,50,0.3);
    }

    .downloadButtons h1 {
        color: #007d32;
        padding: 0;
        margin: 0;
        font-size: 1.7em;
        line-height: 1.1em;
    }

    .downloadButtons p {
        margin: 4px 0 0 0;
        font-size: 12px;
        line-height: 1.2em;
    }

    .downloadButtons div:nth-child(1) {
        width: 20%;
    }

    .downloadButtons div:nth-child(2) {
        width: 80%;
    }

.searchHeader div {
    margin: 4px;
}

    .searchHeader div:nth-child(1) {
        margin-left: 12px;
    }

    .searchHeader div:nth-child(2) {
        margin-left: 10px;
        padding-top: 2.5px;
    }

.searchHeader img {
    height: 30px;
}

.searchHeader select {
    width: 190px;
    height: 25px;
}

.searchHeaderRight {
    font-size: 16px;
}

    .searchHeaderRight img {
        margin-left: 4px;
        height: 20px;
    }

    .searchHeaderRight a {
        text-decoration: none;
        color: #111;
    }

.addMap {
    margin-top: 0px;
    margin-left: 8px;
    font-size: 10px;
    text-align: center;
}

.shText {
    padding: 4px;
    margin-top: 5px;
    margin-right: 8px;
}

.box0, .box1 {
    border: 1px solid #B1B1B1;
    border-left: 0;
    background: #FFFFFF;
    padding: 4px 14px 1px 14px;
    margin-top: 4px;
    transition: 0.4s;
}

    .box0:hover, .box1:hover {
        background: #EEEEEE;
        color: #444;
        -webkit-box-shadow: 0px 0px 3px 3px rgba(0,125,50,0.3);
        -moz-box-shadow: 0px 0px 3px 3px rgba(0,125,50,0.3);
        box-shadow: 0px 0px 3px 3px rgba(0,125,50,0.3);
    }

.box0 {
    border-left: 1px solid #B1B1B1;
}

.boxsel {
    background: #6F6F6E;
    color: #FFF;
}

.tl {
    text-align: left;
}

.tc {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.tr {
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf {
    clear: both;
    height: 0;
    line-height: 0;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w100 {
    width: 100%;
}

.infoPanel1 {
    background: #F2F2F2;
    padding: 20px;
}

.headerImageSelect {
    min-height: 90px;
    width: 40%;
}

    .headerImageSelect img {
        height: 45px;
        margin-left: 4px;
        cursor: pointer;
    }

.iconSize1 {
    border-bottom: 1px solid #B1B1B1;
    margin-bottom: 14px;
}

    .iconSize1 img {
        width: 45px;
    }

    .iconSize1 .txt, .iconSize1 .txt a {
        display: inline-block;
        font-size: 18px;
        color: #037D36;
        position: relative;
        top: -8px;
        left: 5px;
    }

    .iconSize1 a {
        text-decoration: none;
    }

    .iconSize1.noBorder {
        border-bottom: 0;
    }

    .iconSize1.noViewingsContainer {
        text-align: center;
        padding-bottom: 20px;
        font-size: 18px;
    }

        .iconSize1.noViewingsContainer a {
            color: #707070;
        }

    .iconSize1 .addeventatc img {
        width: unset;
        height: 12px;
        margin-left: 4px;
        margin-right: 4px;
    }

.rigisterToBid {
    margin-top: 10px;
}

    .rigisterToBid img {
        width: 100%;
    }

.gridRecDivider {
    display: none;
    width: 1010px !important;
    height: 5px;
    border-bottom: 1px solid #808080;
    margin-bottom: 20px;
}

    .gridRecDivider:nth-child(8n+2) {
        display: block;
        clear: both;
    }

.gridRec {
    background: #FFF;
    padding: 0px;
    float: left;
    border: 2px solid #B1B1B1;
    border-top: 0;
    border-left: 0;
    width: 226px;
    margin: 2px 10px 20px 10px;
    min-height: 270px;
}

.gridRecImg {
    padding: 0;
    margin: 2px;
    max-height: 141px;
    background: #fff;
}

    .gridRecImg img {
        width: 100%;
        background: #fff;
    }

.gridType {
    background: #037D36;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    padding: 5px 0 5px 0;
    height: 28px;
}

.gridLot {
    border-bottom: 1px solid #808080;
    color: #037D36;
    width: 90%;
    margin: 2px 5% 4px 5%;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    min-height: 24px;
}

.gridText {
    width: 90%;
    margin: 2px 5% 8px 5%;
    font-size: 13px;
}

.gridRec a, .SummaryRec a {
    text-decoration: none;
    color: #111;
}

.SummaryRec {
    background: #FFF;
    padding: 0px;
    float: left;
    border: 2px solid #B1B1B1;
    border-top: 0;
    border-left: 0;
    width: 100%;
    margin: 2px 10px 20px 10px;
}

.SummaryRecImg {
    padding: 0;
    margin: 2px;
    background: #fff;
    width: 100%;
}

    .SummaryRecImg img {
        width: 100%;
        background: #fff;
    }

.SummaryType {
    background: #037D36;
    color: #FFF;
    text-align: left;
    font-size: 15px;
    padding: 5px 0 5px 8%;
}

.SummaryLot {
    border-bottom: 1px solid #808080;
    color: #037D36;
    width: 93%;
    margin: 10px 3.5% 4px 3.5%;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
}

    .gridLot .imageCount,
    .SummaryLot .imageCount {
        position: relative;
        top: -3px;
        display: inline-block;
        margin-left: 4px;
        color: #808080;
    }

    .gridLot img, .SummaryLot img {
        height: 20px;
    }

.SummaryText {
    margin: 2px 5% 8px 5%;
    font-size: 20px;
}

.SummaryDescription {
    height: 160px;
    width: 90%;
    margin: 2px 5% 12px 5%;
    font-size: 13px;
    overflow: auto;
    color: #808080;
}

.SummaryPrice {
    position: relative;
    top: 100%;
    width: 90%;
    margin: 2px 5% 8px 5%;
    font-size: 18px;
}

.SummaryExtras {
    margin-top: 70px;
    border-left: 1px solid #111;
    padding: 10px;
    height: 190px;
}
/* Messages */
.ok {
    color: Green;
    font-weight: bold;
}

.err {
    color: #EA3323;
    font-weight: bold;
}

.capture {
    margin-right: 50px;
    margin-top: 16px;
}

.future {
    padding: 30px 30px 0 30px;
    font-size: 2em;
    color: #1d1d1b;
}

    .future p {
        width: 60%;
        line-height: 25px;
    }

    .future a {
        font-size: 1em;
        padding-top: 20px;
        height: 40px;
        margin: 20px 20px 20px 0px;
    }

    .future h2 {
        font-size: 1.5em;
    }

.futureBottom {
    font-size: 0.75em;
    margin: 10px 0 10px 0;
}

    .futureBottom a {
        color: #007d32;
    }

.buyersGuide {
    margin: 10px 0 10px 0;
}

    .buyersGuide .buts04 {
        font-size: 1.2em;
        padding-top: 20px;
        height: 40px;
    }

.catalogueButton {
    width: 258px;
}

@media print {
    #banner {
        display: none;
    }

    .headerImageSelect {
        display: none;
    }

    .RlotText {
        display: none;
    }

    .titleContainer {
        display: none;
    }

        .titleContainer .title {
            display: none;
        }

    .infoPanel1 {
        display: none;
    }

    #mainContent_OtherLotsUP {
        display: none;
    }

    #footerWrap {
        display: none;
    }

    #copyrightWrap {
        display: none;
    }

    hr {
        display: none;
    }

    #contentWrap {
        background: #FFFFFF;
    }

    body {
        background: #FFFFFF;
    }
}

.mobNav {
    display: none;
    width: 100%;
    font-size: 18px;
}

.venueImage {
    position: absolute;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.video100 {
    width: 100%;
    height: 550px;
}

    .video100 iframe {
        height: 100%;
        width: 100%;
        border: 0;
    }

@media screen and (max-width:982px) {
    h3 {
        font-size: 1.6em;
    }

    .future p {
        width: 90%;
    }

    #containerWrap {
        width: 96%;
    }

        #containerWrap .cont08 a {
            font-size: 1.8em;
        }

    .video100 {
        height: 170px;
    }

    #containerWrap .cont06 {
        width: 84%;
    }

    #mapSpacer {
        height: 130px;
    }

    .venueImage {
        margin-top: 140px;
    }

        .venueImage img {
            width: 100vw;
        }

    .headerImageSelect {
        text-align: center;
        margin-right: 15vw;
        width: 100vw;
    }

    #aucDetailsWrap .w45 {
        width: 95%;
    }

    .buttonContainer .buts04 {
        height: 32px;
        width: 90vw;
        margin-right: 4vw;
    }

        .buttonContainer .buts04 img {
            height: 20px;
        }

    #VideoFrame {
        width: 100%;
    }

    .mobNav {
        display: block;
        text-align: center;
    }

    #banner .top .tel {
        font-size: 16px;
        width: 100%;
        text-align: center;
        padding-top: 4px;
    }

    #banner .top .add {
        font-size: 12px;
        width: 100%;
        text-align: center;
        padding-top: 4px;
    }

    /*mobile css*/
    #banner .bot .nav,
    #banner .bot .navadmin {
        height: 0px;
        margin-top: -20px;
        transition: 0.5s;
        opacity: 0;
        display: none;
        width: 80vw;
        margin-bottom: 4vw;
        border-bottom: 3px solid #007d32;
        -webkit-box-shadow: 0px 0px 6px 6px rgba(0,125,50,0.2);
        -moz-box-shadow: 0px 0px 6px 6px rgba(0,125,50,0.2);
        box-shadow: 0px 0px 6px 6px rgba(0,125,50,0.2);
    }

    #banner .bot .logo {
        float: none;
        width: 100%;
        text-align: center;
        padding-left: 0vw;
        padding-bottom: 5px;
    }

    #banner .top {
        padding-left: 0px;
        padding-right: 0px;
    }

    #banner .bot .social {
        display: none;
        padding-left: 45vw;
    }

    #containerWrap .cont01 {
        padding: 20px 5% 0 5%;
        width: 90%;
    }

    #containerWrap .cont02 .picCol {
        padding: 24px 0 20px 0px;
        min-width: 100vw;
    }

    #containerWrap .cont03 .teamCol {
        width: 100%;
        min-width: 100%;
    }

    #containerWrap .cont03 .contactCol {
        width: 100%;
        min-width: 100%;
    }

    .paddingRight50 {
        padding-right: 0px;
    }

    .width200 {
        width: 80vw;
    }

    #footer .top .col.address {
        width: 100vw;
        text-align: center;
    }

    #footer .top .col {
        padding-left: 0px;
    }

    .marginBot6 {
        text-align: center;
    }

    #footer .top .col.links {
        width: 100vw;
        text-align: center;
    }

    #footer .bot .signup {
        padding-left: 7vw;
    }

    #copyright .logo {
        padding: 0;
        text-align: center;
        width: 100vw;
    }

    #copyright .rights {
        width: 100vw;
        text-align: center;
        padding-top: 12px;
        padding-left: 0px;
    }

    #copyrightWrap .menu {
        width: 100vw;
        text-align: center;
        padding-right: 0px;
        padding-top: 18px;
    }

    #containerWrap .cont08 {
        padding: 20px 0px 0 5vw;
        min-height: 60px;
        width: 95vw;
        min-width: 95vw;
    }

    .auctionsMapCanvas {
        width: 90vw;
    }

        .auctionsMapCanvas img {
            width: 100%;
            margin-left: 1%;
        }

    .downloadCat {
        margin-top: 10px;
        transition: 0.4s;
        text-align: center;
        width: 100vw;
    }

    .downloadButtonsOuter {
        width: 95vw;
    }

    #featuredWrap .featured {
        opacity: 0.75;
    }

    .RadGrid .rgRow {
        width: 30%;
        height: 45px;
    }

        .RadGrid .rgRow:nth-child(2) {
            background-color: #eee;
        }

    .gridRec {
        width: 42vw;
    }

    #salesDetailsWrapper .detailsContainer .rightCol {
        padding: 0;
        float: none;
    }

    #salesDetailsWrapper .titleContainer .title {
        font-size: 6.4vw;
    }

    #salesDetailsWrapper .otherLotsContainer {
        height: 220px;
        overflow: hidden;
    }

    .searchHeader {
        width: 100%;
    }

    .searchHeaderRight {
        font-size: 16px;
        width: 100%;
    }

        .searchHeaderRight img {
            margin-left: 0px;
            height: 10px;
        }

        .searchHeaderRight a {
            text-decoration: none;
            color: #111;
            display: inline-block;
            float: right;
            width: auto;
            text-align: center;
        }

    .shText {
        display: none;
    }

    .addMap {
        margin-right: 2vw;
    }

    .thumbs {
        display: none;
    }

    #containerWrap .container {
        float: none;
        clear: both;
    }
}
