﻿/*
 * Search Results: Classifieds
 */
#divResults {
    width: auto;
}
#divResults .header {
    width: auto;
    height: 20px;
    margin: 15px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
}
#divResults .header .title {
    font: bold 15px Arial, Helvetica, Sans-Serif;
    color: rgb(27,68,108);
}
#divResults .footer {
    height: 20px;
    margin: 10px 0px 5px 0px;
    text-align: center;
}
#divResults #divListings .header {
    height: 20px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    color: rgb(27,68,108);
}
#divResults #divListings .header #select {
    width: 50px;
    margin: 0px;
    float: left;
}
#divResults .row {
    margin: 5px 0px 5px 0px;
    clear: both;
}
.listing {
    width: auto;
    _height: 20px; /* IE fix */
    padding: 2px 10px 2px 10px;
    background-color: rgb(230,236,240);
}
.listing .listSelect {
    width: 40px;
    _width: 38px; /* IE fix */
    padding: 2px 0px 0px 10px;
    _padding: 0px 0px 0px 10px; /* IE fix */
    float: left;
}
.listing input {
    margin: 0px;
    padding: 0px;
}
.listing .listTitle {
    width: 500px;
    margin: 0px 10px 0px 0px;
    font: bold 12px Arial, Helvetica, Sans-Serif;
    color: rgb(27,68,108);
}
.listing .listDateStart {
    width: 115px;
    display: block;
    float: left;
}
.listing .listLocation {
    width: 500px;
    margin: 0px 0px 0px 50px;
    float: left;
}
.listing .listProfessions {
    margin: 0px 0px 0px 50px;
}
.alternate {
    background-color: Transparent;
}


/*
 * Search Results: Browse
 */

.browseCats .browseCatsHeader {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}
.catParent .catParentHeader {
    font-weight: bold;
    margin: 10px 0px 5px 20px;
}
.catChild {
    margin: 0px 0px 0px 40px;
}