﻿#ExtendedHousesLarge
{
     float: left; 
     width: 100%; 
     /*border-top: 1px solid #b8bec4;*/
     padding-top: 10px;
}

#ExtendedHousesLarge .LocationText
{
    display:inline-block;
    width: 224px;
    margin-right:6px;
    }
#ExtendedHousesLarge .PeopleText
{
    display:inline-block;
    width: 54px;
    margin-right:6px;
    text-align:right;
    }
#ExtendedHousesLarge ul
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#ExtendedHousesLarge li
{
    float:left;
    border-bottom: 1px solid #e1e6ec;
    width:100%;
    padding-bottom:10px;
}

#ExtendedHousesLarge li div.left
{
    Float:left;
    margin-left:10px;
    width:125px
}
#ExtendedHousesLarge li div.center
{
    margin-left:10px;
    Float:left;
}
#ExtendedHousesLarge li div.right
{
    Float:right;
    width:190px;
}


#ExtendedHousesLarge li a
{
    display: block;
    text-decoration: none;   
    margin-top:10px;
}
#ExtendedHousesLarge li div.right a.DedicatedLink
{
    display: block;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 10px;   
    margin-right:10px;
    float:right; 
    
}

#ExtendedHousesLarge span.housename
{
    /*float:left;*/
    font-weight: bold;
    width:100%;
    display:block;
    color: #000; 
    margin-top:5px;
        margin-top: 10px;
}

#ExtendedHousesLarge span.housedescription
{
    width:500px;
    display:block;
    color: #000; 
    margin-top:5px;
}

#ExtendedHousesLarge span.city
{
    /*clear:both;*/
    font-weight: bold;
    display:block;
    /*float:left;*/
    width:100%;
    color: #6DC6E3; 
    font-size:18px;
        margin-top: 10px;
    
}

#ExtendedHousesLarge span.period
{
    color: #000; 
    float:left;
    width:100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

#ExtendedHousesLarge span.price
{
    font-weight:bold;
    float:left;
    width:100%;
    font-size:18px;
    margin-top:5px;
    color: #6DC6E3; 
}
/*
#ExtendedHousesLarge li a:hover
{
    background-color: #e1e6ec;
}*/

#ExtendedHousesLarge .ExtendedHousesHeader
{
    background-color: #e1e6ec;
    margin: 0 0 0px;
    padding: 7px;
}

#ExtendedHousesLarge .ExtendedHousesLinkLargeAll
{
    float: right;
    margin-top: 5px;
    margin-right:10px;
    
}
