﻿.maindiv
{
    width: 100%;
    margin: 0;
}
.titlediv
{
    background-image: url(../../../images/Title-AD-en.Gif);
    background-repeat: no-repeat;
    background-position: left;
    height: 40px;
}
.divright
{
    width: 450px;
    float: left;
}
.divleft
{
    float: right;
    width: 450px;
}
.yellow
{
    border: solid 1px #FEE502;
    border-top: none;
}
.orange
{
    border: solid 1px #F7AE03;
    border-top: none;
}
.reddiv
{
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #B80303;
    color: #ffffff;
}
.admin-tbl
{
    font-family: Tahoma;
    border-top-color: #707283;
    border-top-width: 1px;
    border-bottom-color: #707283;
    border-bottom-width: 1px;
    border-left-color: #707283;
    border-left-width: 1px;
    border-right-color: #707283;
    border-right-width: 1px;
    table-layout: fixed;
    border-spacing: 0px;
    border-style: solid;
}
.Auction-header
{
    background-color: #36717a;
    font-size: 11px;
    color: #000000;
    font-weight: 500;
}
.tbl-ad-y
{
    border: solid 1px #fee600;
}
.tbl-ad-o
{
    border: solid 1px #db9b06;
}

.tbl-ad-o, .tbl-ad-y
{
    color: #000000;
    font-size: 11px;
    border-top: none;
}
.backy
{
    background-image: url(../../../images/l-yellow.gif);
    background-repeat: no-repeat;
    width: 19px;
    height: 30px;
}
.backy2
{
    background-image: url(../../../images/r-yellow.gif);
    background-repeat: no-repeat;
    width: 19px;
    height: 30px;
}
.backyrep
{
    text-align: left;
    background-image: url(../../../images/rep-yellow.gif);
    background-repeat: repeat;
}

.backo
{
    background-image: url(../../../images/l-orange.gif);
    background-repeat: no-repeat;
    width: 25px;
    height: 30px;
}
.backrep
{
    text-align: left;
    background-image: url(../../../images/rep-orange.gif);
}
.backo2
{
    background-image: url(../../../images/r-orange.gif);
    background-repeat: no-repeat;
    width: 25px;
    height: 30px;
}

