﻿.PropertySummary
{
    float: left;
    width: 159px;
    padding: 10px 10px 10px 10px;
    height: 100%;
    background-color: #F9F9F9;
border: solid 1px #D8D8D8;
    margin-right: 10px;
    margin-bottom:10px;
}
.PropertySummary:hover
{
    background-color: #e2eff8;
}
.PropertySummaryTitle
{
    font-weight: bold;
    color: #005A94;
    margin-bottom: 10px;
    display: block;
    height: 15px;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.PropertySummaryImages
{
    position: relative;
    width: 160px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
   
    border: 1px solid #999;
    overflow: hidden;
}
.PropertySummaryImage
{
    position: absolute;
    width: 160px;
    height: 120px;
}
.PropertySummaryDesc
{
    background-color: White;
    border: solid 1px #ccc;
    display: block;
    float: left;
    line-height: 20px;
    padding: 0px 4px 0px 4px;
    margin: 10px -1px 10px 0px;
}
.Price
{
   color: #005A94;
font-weight: bold;
font-size: 18px;
width: 100%;
float: left;
margin-bottom: 5px;
}
.PropertySummaryCollectionHeading
{
    margin-top: 0px;
    margin-bottom: 15px;
}
.AgencyName
{
    height: 30px;
    width:160px;
    display: block;
        overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.detailsContainer
{
    font-size:13px;
    color:#333;
    line-height:25px;
    
}
