/* Anchor Vans print.css */

#lhcol{
    display:none;
}

.wide-view-link, .back-to-van, .enquiryaboutvehicle, .print, .noprint, .footerlinks, .locall, .outofhours{
    display:none;
}

.widecont{
    width:100%;
}

#van-pics {
    width:550px;
}

#footer .textwrapper {
    margin-bottom:0px;
    padding:0px 0px 0px 0px;
}

#header{
    width:600px;
}

table#vandetails {
    width:90%;
}

/* hidden from the screen, visible on print */
.printonly{
    display: block;
}

#floatdiv,
#header,
#tradedescact,
#footer,
.applied-filters-summary,
.potential-filters-summary,
.backtochoices_button
{
	display: none;
}

