@charset "utf-8";

@media print {
    
    #header,
    #footer,
    .sidebar,
    .B_crumbBox,
    #order-form
    {
        display: none;
    }
    
    #content {
        width: 100%;
        margin: 0;
    }
    .width {
        width: auto;
    }
    .content-block {
        border: none;
    }
    
}