﻿.auctions
{
    width:360px;
    height:160px;
    background-color:#ffc;
    float:left;
    font-family:Arial;
    font-size:14px;
    border:dashed 2px #000;
    padding:2px 2px 2px 2px;
    margin:5px 5px 5px 10px;   
    }
.adate
{
    float:left;
    height:15px;
    width:90px;
    
    }
.atime
{
    float:left;
    height:15px;
    width:70px;
    clear:right;
    padding-left:5px;
    }
.atitle
{
    float:left;
    height:15px;
    clear:right;
    }
.alocation
{
    float:left;
    padding:1px 0px 1px 0px
    }
.aimage
{
    float:left;
    clear:left;
    height:100px;
    width:75px;
    }
.apayment
{
    float:right;
    clear:none;
    }
.apremium
{
    float:right;
    clear:right;
    height:15px;
    }
.adesc
{
    float:right;
    height:90px;
    width:275px;
    }
.areflink
{
    float:right;
    height:15px;
    }
.eventful
{
    margin:20px 0px 0px -8px;
    padding:0px 0px 0px 0px;
    float:left; 
    }