@charset "utf-8";
/* CSS Document */

body
{
    margin:0;
    padding:0;
}
.page
{
    max-width:651px;
    min-width:auto;
    font-family:Arial, Verdana, helvetica, sans-serif;
    font-size:0.9em;
    padding:0px;
    margin:0 auto;
    position:relative;
    color:#000;
}
hr
{
    clear:both;
}
.content
{
    position:relative;
}
a
{
    color:#0e49d0;
    text-decoration:none;
}
a:hover
{
    background-color:#e1e1e1;
}
ol.propertyList
{
    list-style:none;
    min-width:500px;
    margin:0;
    padding:0;
    clear:both;
}
li.propertyItem
{
    clear:left;
    position:relative;
    min-height:130px;
}
a.propertyImage
{
    display:block;
    float:left;
    padding:0 5px 5px 0;
}
a.propertyImage:hover
{
    background-color:#fff;
}
.propertyImage img
{
    width:150px;
    border:1px solid #333;
}
a.address
{
    display:inline-block;
    max-width:230px;
    font-size:1.1em;
    text-decoration:underline;
}
.description
{
    width:78%;
    padding:0 50px 0 0;
    text-align:justify;
}
ul.detailsList
{
    position:absolute;
    top:20px;
    right:0;
    width:19%;
    margin:0;
    padding:0;
    list-style:none;
    display:inline-block;
    min-width:130px;
}
.icon
{
    text-indent:48px;
    line-height:30px;
}
a.icon
{
    display:inline-block;
    padding:0 5px 0 0;
}
.likeOff
{
    background:url(http://www.dezrez.com/drapp/dotnetsites/webengine/images/likeBW2.png) no-repeat 5px center;
    text-indent:38px;
    margin:5px 0;
}
.likeOn
{
    background:url(http://www.dezrez.com/drapp/dotnetsites/webengine/images/like.png) no-repeat 5px center;
    text-indent:38px;
    margin:5px 0;
}
.bedroomsIcon
{
    text-indent:45px;
    line-height:30px;
    background:url(http://www.dezrez.com/drapp/dotnetsites/webengine/images/beds.png) no-repeat 5px center;
}
.receptionsIcon
{
    text-indent:45px;
    line-height:30px;
    background:url(http://www.dezrez.com/drapp/dotnetsites/webengine/images/recs.png) no-repeat 5px center;
}
.bathroomsIcon
{
    text-indent:45px;
    line-height:35px;
    background:url(http://www.dezrez.com/drapp/dotnetsites/webengine/images/baths.png) no-repeat 5px center;
}
.propertyStatus
{
    color:#f00;
}
.rssIcon
{
    text-indent:40px;
    line-height:32px;
    background:url(http://www.dezrez.com/drapp/dotnetsites/webengine/images/rss.png) no-repeat 5px center;
}
.price
{
    font-size:1.1em;
}
ul.pages
{
    margin:0;
    padding:0;
    height:20px;
    list-style:none;
    clear:both;
}
.pages li
{
    width:20px;
    height:15px;
    margin:3px;
    float:left;
}
.pages a
{
    display:block;
    background:#222;
    color:#fff;
    text-align:center;
}

.pages a.currentPage, .pages a:hover
{
    background:#ccc;
    color:#000;
}
li.previous, li.next
{
    width:auto;
}
.next a, .previous a
{
    color:#000;
    background-color:#fff;
}
.next a:hover, .previous a:hover
{
    text-decoration:underline;
    background-color:#fff;
}
.footer
{
    padding:20px 0;
}
.dezrez
{
    text-align:right;
}
.dezrez img
{
    display:inline;
}
.topLinks
{
    text-align:right;
}
.rss
{
    float:right;
    position:relative;
    top:27px;
}
.elipse
{
    text-align:center;
}
.order
{
    list-style:none;
    margin:10px 0 5px 0;
    padding:0;
    top:0;
    right:0;
    float:right;
}
.order li
{
    float:left;
    margin:0;
}
.order a
{
    line-height:25px;
    text-indent:30px;
}
.order a:hover
{
    background-color:#E1E1E1;
}
.lowtohigh a
{
    background:url(http://www.dezrez.com/drapp/dotnetsites/webengine/images/lowtohigh.png) no-repeat 5px center;
}
.hightolow a
{
    background:url(http://www.dezrez.com/drapp/dotnetsites/webengine/images/hightolow.png) no-repeat 5px center;
}
.inActive
{
    color:#aaa;
}
.order a.inActive
{
    color:#aaa;
    background
}
.order .lowtohigh a.inActive
{
    background:url(http://www.dezrez.com/drapp/dotnetsites/webengine/images/lowtohighGrey.png) no-repeat 5px center;
}
.order .hightolow a.inActive
{
    background:url(http://www.dezrez.com/drapp/dotnetsites/webengine/images/hightolowGrey.png) no-repeat 5px center;
}