﻿/******************* PRINT PAGE *************************/

@media only print {
    body, html {background: #fff}
    * {padding: 0 !important}
    div#container {color: #000000; margin: 15px; width: 100%;}

    header .logo {
        background: url("/content/onview.png") repeat scroll 0 0 transparent;
        float: left;
        height: 84px;
        margin-top: 0;
        position: relative;
        width: 229px;
    }
   
    header, aside, .listing-header a[title="Back to Listing"], .pSocial, footer a 
     {display: none;}

    .content, .property, .home, .admin {width: 98%; box-shadow: none;}
    a.agentDetailsLink{display:none;}

    .listing-header span.pId {float: none;}

    footer, .listing-header, .property-info, .property-info h1, .property-info .pPhotoZoom, .property-info .pAgencyDetails, .property-info .pAgencyDetails h3, .property-info .pAgencyDetails strong   {width: 100%}

    .property-info .pPhotoThumbs {overflow: auto; width: 100%; height: auto;}

    .property-info h2 { font-size: 15px;}

    .property-info .pAgencyDetails span {float: none; width: 100%;}
    .property-info .pAgencyDetails {height: auto}

    footer p {text-align: left; width: 100%; margin: 0;}

    .listing-header span.pId b {display: block; margin: 10px 0; width: 100%; font-weight: normal}

    h1 {width: 100%;}

    .property-info, .pPhotoZoom {border: 1px solid #fff !important; background: #fff !important; text-align: left !important;}

    footer {height: 100px;}

    .listing-header {height: auto; line-height: 9px}

    /*.property-info div.text {page-break-after:always;}*/
}
/* END PRINT PAGE */