/* CSS for Classified listings 

   Version 22/05/07               */


#main div.classifiedContent {
     background-color: #eff5e7;
     border-style: solid;
     border-color: #d1e3bb;
     border-width: 1px;
     margin-bottom: 2pt;
}

#main div.classifiedFeatured {
     border-style: solid;
     border-color: #d1e3bb;
     border-width: 2px;
     margin-bottom: 5pt;
}

.classifiedName {
     display: block;
     width: 175px;
     float: left;
}


.classifiedLink {
     display: block;
     width: 50px;
     float: right;
}

.classifiedSum {
     margin-left: 175px;
     margin-right: 55px;
}

#main p.classifiedPostFooter {
    background-color: transparent;
    border-style: none;
}

br.clear { clear: both; }

#refno {
        display:none;
}

