.property
{
    border-top: 1px solid;
    padding: 8px 7px;
    position: relative;
    overflow: hidden;
}

.property.last
{
    border-bottom: 1px solid;
}

.property.alt .photo
{
    position: relative;
}

.property input
{
    float: left;
    margin-top: 35px;
    margin-right: 15px;
    margin-left: 9px;
    position: relative;
}

.property .photo
{
    float: left;
    margin-right: 10px;
    width: 120px;
    height:100px;
}


.property h3
{
    font-size: 13px;
    margin: 0;
    color: #777;
}

#proplist h3 {
  color: #0D6B90 !important;
}

.property .price
{
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-top: -16px;
    position: relative;
    width: 100px;
}

.property .description,
.property .details,
.property .details p,
.property .icon_links

{
    font-size: 11px;
}

.property .details p,
.property .icon_links li
{
    line-height: 1.6;
}

.property .description
{
    clear: right;
    line-height: 1.3;
    margin: 5px 0;
}

.property .details
{
    width: 400px;
}

.property .details p
{
    display: block;
    float: left;
    margin: 0;
    width: 160px;
}

.property .details p.smaller
{
    width: 100px;
}

.property .details strong
{
    padding-right: 2px;
}

.property .icon_links
{
    clear: right;
    float: right;
    font-weight: bold;
    position: relative;
    width: 150px;
}

.properties.small .property .photo
{
    width: 80px;
    height:60px;
}

.properties.small .property .price
{
    margin-top: -18px;
    width: 100px;
}

.properties.small .property .description
{
    margin: 2px 0;
}

.properties.small .property .details
{
    width: 300px;
}

.properties.small .property .details p
{
    width: 60px;
}

.properties.minimal .properties
{
    border-collapse: collapse;
    position: relative;
    width: 570px;
}

.properties.minimal .properties td
{
    font-size: 11px;
    padding: 4px 2px;
}

.properties.minimal .property
{
    color: #444;
}

.properties.minimal .property .mls_number
{
    font-weight: bold;
    width: 110px;
}

.properties.minimal .property .title
{
    color: #444;
    width: 320px;
}

.properties.minimal .property .price
{
    font-size: 11px;
    margin-top: 0;
    padding-right: 5px;
    width: 80px;
}

.properties.minimal .property .icon_links
{
    margin: 0 0 0 15px;
    width: 65px;
}

.properties.minimal .property .icon_links li
{
    line-height: 1;
}

.properties.minimal .property .icon_links li a
{
    background-position: right -32px;
    padding-left: 5px;
    padding-right: 1.9em;
    width: 43px;
}

.properties.minimal .property .icon_links li a:hover
{
    background-position: right -486px;
}

.properties.condensed .property
{
    border-top: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 4px 4px 5px 4px;
    position: relative;
    width: 273px;
    height: 44px;
}

.properties.condensed .property input
{
    margin: 20px 5px 0 7px;
}

.properties.condensed .property a.spanning_link
{
    background: url(../img/blank.gif);
    cursor: pointer;
    display: block;
    padding: 4px 4px 5px 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 273px;
    height: 45px;
    text-decoration: none;
    z-index: 2;
}

.properties.condensed .property h3,
.properties.condensed .property .price,
.properties.condensed .details
{
    position: relative;
    left: 65px;
    z-index: 1;
}

.properties.condensed .property .photo
{
    height: 50px;
    width: 65px;
    margin: 0;
    position: absolute;
    top: 4px;
    font-size: 9px;
    font-size: 10px;
}

.properties.condensed .property h3,
.properties.condensed .property .price
{
    font-size: 11px;
}

.properties.condensed .map_marker
{
    position: absolute;
    top: 4px;
    right: 0;
}

.properties.condensed .price
{
    float: none;
    margin: 2px 0 0 0;
    width: 250px;
}

.properties.condensed .details
{
    color: #000;
    float: none;
    margin: 0;
    padding: 0;
    width: 270px;
}

.properties.condensed li
{
    display: inline;
    font-size: 11px;
    list-style: none;
    margin-right: 5px;
}

.properties.condensed .details strong
{
    padding-right: 0;
}

.properties.condensed .pagination
{
    width: 270px;
}

.properties.condensed .pagination li
{
    margin: 0 2px;
}

.properties.condensed .pagination li a
{
    font-size: 9px;
    padding: 4px 6px;
}

