﻿.galleryContent {
    text-align: left;
    height: 460px;
    padding: 20px;
    background-color: #fff;
    font-size: 1em;
    overflow: hidden;
}

    .galleryContent .logoContainer {
        float: left;
    }

    .galleryContent .titleContainer {
        float: left;
        padding-left: 20px;
        padding-top: 20px;
        font-size: 1.4em;
    }

    .galleryContent .movieContainer {
        margin-bottom: 10px;
    }

    .galleryContent .lotImageContainer {
        height: 160px;
        overflow: hidden;
    }

    .galleryContent .toolsContainer {
        height: 102px;
    }

    .galleryContent .lotImage {
        max-width: 200px;
        max-height: 150px;
    }

    .galleryContent .lotNumber {
        padding-top: 15px;
        color: #f28e31;
        font-size: 1.8em;
        font-weight: bold;
        height: 20px;
    }

    .galleryContent .town {
        padding-top: 18px;
        color: #003261;
        font-size: 1.8em;
        height: 45px;
    }

    .galleryContent .address {
        color: #003261;
        font-size: 1.2em;
        height: 90px;
    }

    .galleryContent .guidePrice {
        color: #003261;
        font-size: 1.4em;
        height: 30px;
    }

    .galleryContent .biddingStatus {
        color: #ea3c2f;
        font-size: 1.2em;
        height: 75px;
        width: 300px;
        padding: 10px;
        border: solid 1px #d0d1d3;
        overflow: auto;
    }

    .galleryContent .currentBid {
        color: #003261;
        font-size: 2.4em;
        font-weight: bold;
        height: 40px;
        padding-top: 10px;
    }

    .galleryContent .currency {
        color: #003261;
        font-size: 1.3em;
        font-weight: bold;
        margin-top:10px;
    }

    .galleryContent .clientLogoContainer {
        height: 100px;
    }

    .galleryContent .clientLogo {
        width: 100px;
    }

    .galleryContent .resultsContainer {
        height: 178px;
        width: 170px;
        padding: 6px 4px 0 14px;
        color: #003261;
        line-height: 1.5em;
        background-color: #dcdcdc;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 6px 6px 5px #888888;
        overflow: auto;
    }

    .galleryContent .colLeft {
        float: left;
        width: 570px;
        height: 420px;
        border-right: solid 2px #676869;
    }

        .galleryContent .colLeft .picCol {
            float: left;
            width: 200px;
            padding-top: 10px;
        }

        .galleryContent .colLeft .addressCol {
            float: left;
            width: 290px;
            padding-top: 6px;
            padding-left: 20px;
        }
        

    .galleryContent .colLeftVid {
        float: left;
        width: 630px;
        height: 370px;
    }

    .galleryContent .colRight {
        float: right;
    }
        
        .galleryContent .colRight .venueCol {
            float: left;
            width: 130px;
        }
        
        .galleryContent .colRight .resultsCol {
            float: right;
        }

    .galleryContent .colRightVid {
        padding-top: 200px;
        float: right;
        width: 130px;
    }

.SCPlayerWrapper {
    width: 100%;
    height: 220px;
}
