@media print {
    body {
        line-height: 1.2em;
    }
    
    #header_margins, #topnav, #nav, #footer {
        display: none;
    }
    
    #col1 {display:none}
    #col2 {display:none}

    #col3, #col3_content { width: 100%; margin:0; padding: 0; border:0}
    
    .skip {
        display: none;
    }
    
    .products .see_details { display: none; }

    .product h4 {
        margin-bottom: 0;
    }
    
    .highlighted_view_all,
    .product .add_to_cart,
    .product .view_all_references {
        display: none;
    }
    
    .product #selected_price,
    .product #selected_reference {
        font-size: 1.3em;
        font-weight: bold;
    }
    
    .product #selected_price .old_price {
        font-size: 0.7em;
        font-weight: normal;
    }
    
    .old_price {
        text-decoration: line-through;
    }
    
    .border_top, .border_bottom {
        display: none;
    }
    
    .back_button {
        display: none;
    }
    
    h1, h2, h3, h4 {
        margin: 0.3cm 0 0 0 ! important;
        padding: 0;
    }
    
    h3 a {
        margin: 0;
    }
    
    h4 {
        border-bottom: 1px solid #000;
    }
    
    table {
        padding: 0.4cm;
        border-bottom: 1px solid #000;
        border-collapse: collapse;
    }
    
    table th {
        border-bottom: 2px solid #444;
    }
    
    table th,
    table td {
        padding: 2mm 3mm;
    }
    
    table .old_price {
        font-weight: normal;
    }

}