/*
    print styles
*/

body {
    padding: 0.5em 1em;
    background-color: #fff;
    font-size: 0.7em;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.6em;
}


h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

.sIFR-replaced embed,
#nav,
.heading ul,
div.sidebar,
div.bar,
#footer ul,
#header img,
#footer .txt-box {
    display: none;
}


#page {
    position: relative;
    padding-top: 100px;
}

strong.logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 0.1em;
    text-indent: -3000px;
        height: 107px;
        width: 123px;
    background: url(/static/images/print-logo.jpg) 0 0 no-repeat;
}

a {
    text-decoration: none;
    color: #000;
}

#content {
    text-align:left;
}

#footer {
    margin-top: 0.5em;
    font-size: 90%;
}

#footer a {
    color: #000;
}

#footer .logo {
    background: url(/static/images/print-eho.jpg) 0 0 no-repeat;
    text-indent: -4000px;
    display: block;
    height: 40pt;
    width: 136px;
}


/*
============================
    property detail page 
----------------------------
*/

ul.thumbnails,
a.btn,
#property_detail .add,
#property_detail h1 {
    display: none;    
}

#property_detail h2 {
font-size: 100%;    
}

#property_detail div.photo img {
    border: 1px solid #000;
}

#property_detail .col-box address {
    font-style: normal;
    font-weight: bold;
}

#property_detail .col-box p {
    margin: 0;
}

#property_detail div.center {
    position: relative;
}

#property_detail .info-box {
    position: absolute;
    top: -100px;
    right: 0;
    font-size: 1em;
    text-align: right;
}

#property_detail .info-box p {
    margin: 0;
}

#property_detail .info-box strong {
    font-size: 150%;
}

#property_detail .main .list-box{
    overflow:hidden;
    clear:both;
}
#property_detail .main .list-bg{
    overflow:hidden;
    padding: 2em 0 0;

}
#property_detail .main .list-box .column{
    float:left;
    overflow:hidden;
    width:350px;
    padding:0 20px 0 0;
}
#property_detail .main .list-box strong{display:block;}
#property_detail .main .list-box ul.info{
    padding:0 0 0.8em;
    margin:0;
    list-style:none;

}
#property_detail .main .list-box ul.info li{
    width:100%;
    overflow:hidden;

}
#property_detail .main .list-box ul.info p{
    margin:0;
    float:left;

}
#property_detail .main .list-box ul.info strong{
    float:left;
    width:104px;
    padding:0 20px 0 0;


}
#property_detail .main .list-box ul.list{
    padding:0 0 20px 12px;
    margin:0;
}
#property_detail .main .list-box .list li{
    padding:0 0 0 9px;
}

