
.auctionsList
{
    font-family: Arial;

    width: 750px;
}

.auctionsList .auction
{
    clear: both;

    margin: 5px;
}

.auctionsList .title
{
    font-size: 18pt;
    font-weight: bold;
    
    background-color: #E8F3FF;
    color: #003366;

	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	
    margin: 5px;
}

.auctionsList .photoinfo
{
}

.auctionsList .photo
{
    float: left;
    
    width: 160px;
    
    margin-right: 5px;
}

.auctionsList .photo img
{
    display: block;
    
    margin-left: auto;
    margin-right: auto;

    border: 1px solid #C0C0C0;
}

.auctionsList .info
{
    float: left;
    
    width: 500px;
    
    margin-left: 5px;
}

.auctionsList .info .status
{
	font-weight: normal;
    font-size: 12pt;
}

.auctionsList .info .status .offline
{
    font-weight: bold;
}

.auctionsList .info .status .live
{
    font-weight: bold;
    color: #FF0000;
}

.auctionsList .info .status .cancelled
{
    font-weight: bold;
    color: #FF0000;
}

.auctionsList .info .status .postponed
{
    font-weight: bold;
    color: #FF0000;
}

.auctionsList .info .status .sold
{
    font-weight: bold;
    color: #FF0000;
}

.auctionsList .info .address
{
	font-weight: normal;
    font-size: 12pt;
}

.auctionsList .info .description
{
	font-weight: normal;
    font-size: 10pt;
    color: #606060;
}

.auctionsList .info .description p
{
	text-align: justify;
}

.auctionsList .info .moreinfo
{
	font-weight: normal;
    font-size: 10pt;
}

.auctionsList .info .moreinfo a,
.auctionsList .info .moreinfo a:active,
.auctionsList .info .moreinfo a:visited,
.auctionsList .info .moreinfo a:hover
{
    color: #003366;
	font-weight: normal;
    font-size: 10pt;
    text-decoration: underline;
}


