@charset "utf-8";

/* CSS Document */

body {
    font: 100%/1.4 Arial, Helvetica, sans-serif;
    background-color: #d1d1d1;
    margin: 0;
    padding: 0;
    color: #000;
}

#header {
    width: 100%;
    height: 87px;
    background-image: url('../images/header-bg.png');
    background-position: 0 0;
    background-repeat: repeat-x;
}

#header .table {
    height: 87px;
}

#header .col_left {
    text-align: left;
}

#header .col_right {
    text-align: right;
}

#header img.mobile {
    display: none;
}

#bidding_details .total {
    width: 100%;
    height: 69px;
    background-image: url('../images/amount-bg.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

#bidding_details .grand_total {
    background-image: url('../images/grand-total-bg.png');
}

#bidding_details .table {
    height: 69px;
}

#bidding_details .col_left {
    text-align: right;
    font-size: 20px;
}

#bidding_details .col_right {
    text-align: left;
    font-size: 28px;
    line-height: 1;
}

#bidding_details .grand_total.total {
    color: #fff;
}

#bidding_details .grand_total.total .col_right {
    background-image: url('../images/grand-total-divider.png');
}

#bidding_details .total .col_right {
    background-image: url('../images/amount-divider.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.table {
    display: table;
    width: 100%;
}

.cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 35px;
}

.col_left {
    float: left;
    width: 50%;
}

.col_right {
    float: right;
    width: 50%;
}

#passwordbox {
    margin-top: 4%;
}

#main_content .col_one {
    width: 32.8125%;
    float: left;
}

#main_content .col_two {
    width: 39.55078125%;
    float: left;
    text-align: center;
}

#main_content .col_three {
    width: 27.63671875%;
    float: left;
}

#main_content .col_one img,
#main_content .col_two img,
#main_content .col_three img {
    width: 100%;
    height: auto;
    display: block;
}

#main_content .col_three img {
    width:80%;
    margin:40px auto;
}

#main_content .col_two .table {
    position: relative;
    height: 100%;
}

#main_content .col_two .cell {
    padding: 0;
}

#main_content .col_two .inner {
    position: relative;
}

#main_content .col_two .wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#main_content div.error,
#main_content div.notice {
    border: thin solid;
    border-radius: 10px;
    display: inline-block;
    margin: 10px 10px 20px;
    padding: 1em;
    width: 70%;
    box-sizing:border-box;
}

#main_content div.error a,
#main_content div.notice a {
    color: inherit;
    text-decoration: underline;
}

#main_content div.error {
    background: #fcc;
    border-color: #f00;
}

#main_content div.notice {
    background: #cfc;
    border-color: #090;
}

#main_content a.button {
    text-align: center;
    width: 70%;
    padding: 6% 0%;
    border-radius: 10px;
    background: #255d84;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#255d84), to(#0989a9));
    background: linear-gradient(#255d84, #0989a9);
    background: linear-gradient(#255d84, #0989a9);
    background: linear-gradient(#255d84, #0989a9);
    background: linear-gradient(#255d84, #0989a9);
    background: linear-gradient(#255d84, #0989a9);
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 4%;
    box-shadow: 2px 2px 12px rgba(0,0,0,50%);
}

#main_content input.field,
#main_content .select {
    appearance: none;
    background: white;
    text-align: center;
    width: 70%;
    padding: 6% 0%;
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
    margin-top: 4%;
    color: #000;
    box-shadow: 2px 2px 12px rgba(0,0,0,50%) inset;
    border: none;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
}

#main_content select::-ms-expand {
    display: none;
}

#main_content optgroup { text-align: left; }

#main_content ul.select-menu li {
    display:none;
    background:white;
}

#main_content ul.select-menu li:first-of-type {
    display:block;
}

#main_content select {
    appearance: none;
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    width: 10em;
}

#main_content input[type='number'] {
    appearance:textfield;
}

#main_content input::-webkit-outer-spin-button,
#main_content input::-webkit-inner-spin-button {
    appearance: none;
}

#main_content input.submit {
    background: #255d84;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#255d84), to(#0989a9));
    background: linear-gradient(#255d84, #0989a9);
    background:    linear-gradient(#255d84, #0989a9);
    background:     linear-gradient(#255d84, #0989a9);
    background:      linear-gradient(#255d84, #0989a9);
    background:         linear-gradient(#255d84, #0989a9);
    border: none;
    border-radius: 10px;
    box-shadow: 2px 2px 12px rgba(0,0,0,50%);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 4%;
    padding: 6% 0%;
    text-align: center;
    text-transform: uppercase;
    width: 70%;
}

#main_content a.button:first-child,
#main_content input:first-child  {
    margin-top: 0;
}

#main_content p {
    margin: 8% 0 0;
    font-size: 18px;
    color: #000;
}

#main_content p a {
    color: #000;
    text-decoration: underline;
}

a {
    outline: 0;
    text-decoration: none;
}

a.registerlogin {
    display:block;
    margin-bottom:40px;
}

@media only screen and (max-width: 740px) {
    #header img.mobile {
        display: inline-block;
    }

    #header img.ipad {
        display: none;
    }

    .cell {
        padding: 0 15px;
    }

    #bidding_details .col_left {
        text-align: center;
        font-size: 14px;
    }

    #bidding_details .col_right {
        font-size: 22px;
    }

    #main_content .col_one,
    #main_content .col_three {
        display: none;
    }

    #main_content .col_two {
        width: 100%;
    }
}

@media( max-width: 420px ){
    #bidding_details .current_high_bidder .col_right {
        font-size: 16px;
    }
}
