﻿div#searchresults
{
    
}
div.propertysummary
{
    clear: both;
    width: 628px;
}
.propertysummary:hover
{
    
}
.propertysummary .propertyimage
{
    float: left;
    width: 170px;
    padding: 5px;
}
.propertydesc
{
    float: left;
    width: 380px;
    margin-left: 5px;
    padding: 10px;
    background-image: url(images/First_Click_4_FeaturedBGLight.jpg);
    text-align: justify;
    font-size: 0.85em;
}
.propertydesc:hover
{
    background-image: url(images/First_Click_4_FeaturedBG.jpg);
}

div.propertydesc h2
{
    font-size: 1.3em;
	color: #183F5E;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -8px;
}
div.propertydesc h3
{
    font-size: 1.1em;
	color: #183F5E;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* View now button */
.propertyviewnow
{
    float: right;
    margin-bottom: -5px;
}
/*seperator */
.propertysummary hr
{
    clear: both;
    width: 500px;
    display: none;
}


