#section-2 .box2 .record {
    background-image: url("../../images/classifieds/listing_off.gif");
    background-repeat: no-repeat;
    float: left;
    height: 72px;
    margin: 10px 20px 10px 0;
    overflow: hidden;
    padding: 5px 10px 5px 30px;
    width: 250px;
}
#section-2 .box2 .record-hover {
    background-image: url("../../images/classifieds/listing_on.gif");
    background-repeat: no-repeat;
}
#section-2 .box2 .record-hover .headline a {
    color: #FFFFFF;
}
#section-2 .box2 .record .count {
    float: right;
    font-weight: bold;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    width: 45px;
}
#section-2 .box2 .headline {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 7px 0 0 0;
    padding: 0;
    width: 200px;
}
#section-2 .box2 .abstract {
    margin: 5px 0 0 0;
    padding: 0;
    width: 200px;
}
#section-2 .records {
    clear: both;
}
#section-2 .box1 .record {
    color: #333333;
    font-size: 11px;
    margin-bottom: 15px;
}
#section-2 .box1 .record img {
    float: left;
    margin: 0 15px 10px 5px;
}
#section-2 .box1 .record .contact {
    color: #000000;
    font-size: 12px;
    margin-top: 10px;
}
#section-2 .box1 .record .email {
    font-size: 12px;
}
#section-2 .box1 .record h1 {
    font-size: 16px;
}
#section-2 .box1 .record .type {
    border-right: 1px solid #CCCCCC;
    margin-right: 4px;
    padding-right: 4px;
}
#section-2 .box1 .body {
    margin-top: 10px;
}
#section-2 .box1 .more {
    display: block;
    margin: 5px 0;
    padding: 0;
}
#section-2 .box1 .get_listed {
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    line-height: 30px;
    margin-right: 50px;
    padding: 0 0 0 10px;
}
#section-2 .box1 .category {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
#section-2 .box1 .category select {
    margin-left: 10px;
}
#section-2 .box1 .back_to_listings {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 20px 0;
}
