﻿.property
{
    height:200px;
    margin-bottom:20px;
    overflow:hidden;
}
.propertyImage
{
    width:275px;
    float:left;
}
.propertyText
{
    /*width:408px;*/
    width:391px;
    padding:0px 15px;
    float:left;
}
#propertyBasicInfo
{
    float:left;
    width:391px;
    margin-right:20px;
}
#propertyAddress
{
    width:259px;
    border:solid 1px #999;
    background-color: rgb(25,75,121);
    color: #FFF;    
    padding:7px;
    margin-bottom:7px;
}
#propertyImages
{
    float:right;
    width:275px;
    margin-left:20px;
}
.propertyThumb
{
    width:70px;
    padding:6px;
}
#propertyInfo label
{
    width:250px;
}
#page_title
{
    margin-bottom:7px;
}


