﻿div#searchCriteria
{
    width:400px;
    text-align:left;
    margin:0px auto;
}

div#searchCriteria td
{
    padding:10px 5px;
}


div#searchResults
{
    margin: 10px 0px 10px 15px;
    width:550px;
}

/* container for an individual property image */
div.propertyPhotoDiv
{
    width:160px;
    text-align:center;
    margin:3px 0px;
    padding:1px;
    background:#efefef;
    border:solid 1px silver;
}

/* right hand pane of photos for a business */
div#propertyPhotoList
{
    width:175px;
    float:right;
    padding-left:10px;
    margin-left:5px;
}

div#propertyDetails
{
    width:400px
}

div#propertyDetails p
{
    margin-bottom:3px;
}

div#propertyDetails td
{
    padding:5px;
}

div#propertyMLS
{
    padding-top:3px;
    margin-top:5px;
}
