/* Lista aukcji */

.auctions {/*
    width: 100%;
    min-width: 680px;
    margin-top: 10px;
    clear: both;*/
    margin-bottom: 15px;
    width: 90%;
}

.auctions .auction {
    padding-bottom: 0px;
    width: 100%;
}

.auction {
    margin-bottom: 0px;
    margin-top: 15px;
    background-color: #dddddd;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: small;
    width: 90%;
}

.auction h1 {
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.auctionbr {
    border-bottom-color: #006DBA;
    border-bottom-style: solid;
    border-bottom-width: 2px;

}

.auction .description {
    width: 70%;
    margin-bottom: 5px;
    display: block;
}

.auction .description p {
    color: #969696;
    font-weight: normal;
    margin-top: 5px;
}

.auction .finish {
    float: right;
}

.finish p {
    margin-bottom: 5px;
    margin-top: 5px;
}

/* tworzenie aukcji */

p.label {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

div#daty {
    height: 80px;
}

div#daty p.label {
    margin-bottom: -10px;
}

#poczatek {
    float: left;
}

#koniec {
    float: right;
}

/* Widok aukcji */
h3 {
    margin: 30px;
    text-align: justify;
}

#show {
    margin-left: 15px;
    margin-right: 15px;
}

#show #head {
    width: 100%;
    height: 130px;
}

#show p {
    margin-bottom: 5px;
    font-size: 15px;
}

#show p.time {
    color: #ff0000;
}

#show #cena {
    float: left;
    color: #000000;
    height: 100px;
    width: 200px;
    background-color: #969696;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
}

#show #cena p {
    margin-top: 5px;
    margin-left: 5px;
    font-weight: bold;
}

p#price {
    font-size: 50px;
    text-align: right;
    margin-right: 10px;
}

#show #licytacja {
    float: right;
    height: 100px;
    width: 200px;
    background-color: #ffd800;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
}

#show #licytacja p {
    margin: 10px;
    color: #006DBA;
    font-weight: bold;
}

#opis {
    clear: both;
}

/* Obserwowane aukcje */
p.observedAuctions {
    text-align: justify;
}

#frontpage a.observedAuction {
    color: #969696;
}

.anuluj {
    margin-left: 20px;
    font-style: italic;
}

#frontpage .anuluj a {
    color: #ff0000;
    font-weight: normal;
}

/* Formularz licytacji */
.offer {
    margin: 10px;
    text-align: right;
    color: #006DBA;
    font-weight: bold;
}

.offer .button {
    margin-right: 10px;
}

.offerTitle {
    margin: 10px;
    color: #006DBA;
}

.offer input {
    background-color: #EDF5FF;
}

.offer input:focus {
    border: 1px solid #006DBA;
}

/* Lista ofert */

#oferty {
    background-color: #edf5ff;
    border-color: #2647a0;
    border-style: solid;
    border-width: 1px;
    margin: 20px;
    margin-bottom: 5px

}

#oferty h4 {
    margin: 10px;
    color: #006DBA;
}

#oferty table {
    border-collapse: collapse;
    border: none;
}

#oferty td {
    color: #006dba;
    /*border-top-color: #2647a0;*/
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 1px;
}

#oferty .canceled td {
    text-decoration: line-through;
    color: #969696;
}

#oferty a {
    color: #ff0000;
}