#IDXbody {

    font-family: Trebuchet MS, Helvetica, Sans-Serif;
    font-size: 10px;
    margin: 3px 0px 0px 0px;
    background:#FFFFFF;
    text-align:center;
}
a {
    text-decoration: none;
    color: #0000FF;
}
img { border: 0px; }

/* ##### Listing Search ##### */

#search_container {
    width: 580px;
    margin: 0px 0px 0px 0px;
    margin-left: auto;
    margin-right: auto;
    border: #000000 solid 0px;
    text-align:left;
}

#search_header {
    width: 580px;
    text-align: left;
    border: #000000 solid 3px;
    border-width: 0px 0px 3px 0px;
    padding: 0px 0px 3px 0px;
    margin: 0px 0px 15px 0px;
}

#town_heading {
    display: inline;
    padding: 0px 0px 0px 180px;
    font-weight: bold;
}

#bed_heading {
    display: inline;
    padding: 0px 0px 0px 48px;
    font-weight: bold;
}

#bath_heading {
    display: inline;
    font-weight: bold;
}

#price_heading {
    display: inline;
    padding: 0px 0px 0px 20px;
    font-weight: bold;
}

#tour_heading {
    display: inline;
    padding: 0px 0px 0px 42px;
    font-weight: bold;
}

#mls_heading {
    display: inline;
    padding: 0px 0px 0px 18px;
    font-weight: bold;
}

.listings {
    width: 580px;
    height: 140px;
    text-align: left;
    margin: 5px 0px 15px 0px;
    border: #000000 dashed 1px;
    border-width: 0px 0px 1px 0px; 
}

.listing_photo {
    text-align: center;
    width: 140px;
    height: 120px;
    margin: 0px 3px 0px 0px;
    float: left;
}

.listing_town {
    display: inline;
    padding: 45px 0px 0px 0px;
    margin: 0px 5px 0px 0px;
    width: 110px;
    height: 75px; /* what ever is added to padding is subtracted from here */
    float: left;
}

.listing_beds {
    display: inline;
    padding: 45px 0px 0px 0px;
    margin: 0px 10px 0px 0px;
    width: 25px;
    height: 75px; /* what ever is added to padding is subtracted from here */
    float: left;
    text-align:center;
}

.listing_baths {
    display: inline;
    padding: 45px 0px 0px 0px;
    margin: 0px 5px 0px 0px;
    width: 10px;
    height: 75px; /* what ever is added to padding is subtracted from here */
    float: left;
    text-align:center;
}

.listing_price {
    display: inline;
    padding: 45px 0px 0px 0px;
    margin: 0px 5px 0px 0px;
    width: 80px;
    height: 75px; /* what ever is added to padding is subtracted from here */
    float: left;
    text-align:center;
}

.listing_tour {
    display: inline;
    padding: 45px 0px 0px 0px;
    margin: 0px 10px 0px 0px;
    width: 60px;
    height: 75px; /* what ever is added to padding is subtracted from here */
    float: left;
    text-align:center;
}

.listing_mlsid {
    display: inline;
    padding: 45px 0px 0px 0px;
    width: 110px;
    height: 75px; /* what ever is added to padding is subtracted from here */
    float: left;
    text-align:center;
}

/* ##### END Listing Search ##### */

