* {
    font-family: Verdana, Arial, Tahoma, sans;
}

body {
    background-color: white;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    overflow: auto;
}

.price {
    float: right;
    font-size: 11px;
}

.timeleft {
    font-size: 9px;
    margin-left: 5px;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
    color: black;
}

.item {
    padding: 2px 2px 2px 2px;
    margin: 0px;
    font-size: 1px;
}

.item_highlight_outbid {
    padding: 2px 2px 2px 2px;
    margin: 0px;
    font-size: 1px;
    background-color: #ff8888;
    color: black;
}

.item_highlight_outbid .title_outbid {
    font-size: 11px;
    color: black;
}

.title_winner {
    font-size: 11px;
    color: #008800;
}

.title_outbid {
    font-size: 11px;
    color: #cc0000;
}

a.more {
    padding: 2px;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.error {
    padding: 2px;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

