﻿.property-list-search
{
    width: 188px;
    padding: 5px;
    border: solid 1px #c0c0c0;
    float: left;
}

.property-list-container
{
    width: 665px;
    height: auto;
    float: right;
}

.property-list-item
{
    width: auto;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    padding-top: 0px;
    color: #6c696b;
    margin: 0px;
}

.property-list-item hr
{
    border: none;
    border-top: solid 3px #5b99a4;
    clear: both;
}

.property-list-image
{
  /*  border: solid 1px #c0c0c0; 
    width: 155px;
    height: 155px;*/
    float: left;
    padding: 10px;
}

.property-list-item-header
{
    width: 400px;
    height: auto;
    float: left;
}

.property-list-item-header h2
{
    float: left;
}

.property-list-item-header strong
{
    float: right;
}

.property-list-item-header a:link
{
    color: #6c696b;
    text-decoration: none;
}

.property-list-item-header a:visited
{
    color: #6c696b;
    text-decoration: none;
}

.property-list-item-header a:active
{
    color: #6c696b;
    text-decoration: none;
}

.property-list-item-header a:hover
{
    color: #000000;
    text-decoration: none;
}

.property-list-item-header hr
{
    border: none;
    border-top: solid 1px #c0c0c0;
    clear: both;
}

.property-list-item-details
{
    width: 400px;
    height: auto;
    float: left;
}

.property-list-top
{
    display: block;
    clear: both;
    padding-bottom: 20px;
}

.property-list-bottom
{
    display: block;
    clear: both;
    padding-top: 20px;
}

.property-list-item-feature-list
{
	float: right;
	width: 190px;
}

.property-list-item-feature-list ul
{
	list-style-type: disc;
	list-style-position: inside;
}

.property-list-item-feature-list ul li
{
	padding: 0px;
	margin: 0px;
	color: #5b99a4;
	list-style-type: disc;
}

.property-list-item-feature-list div
{
	height: 10px;
	background-color: #d8e7e9;
	color: #5b99a4;
	padding: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.property-list-item-feature-list a
{
	color: #5b99a4;
}

.property-list-item-feature-list a:hover
{
	color: #5b99a4;
	text-decoration: underline;
}

.property-list-item-feature-list a:visited
{
	color: #5b99a4;
}

