@media all {

    h1 {
        padding-top: 27px;    
    }
    
    h2.product-line {
        margin: 30px 10px 0 10px;
        border-bottom: 3px solid #000;
        padding: 10px;     
    }
        
    .layout-page {
        clear: both;
        width: 960px;
    }
    
    .layout-column {
        float: left;
        width: 480px;    
    }
        
    .category {
        margin: 10px;
        border: 1px solid #999;
        padding: 10px;    
    }
    
    .category h3 {
        padding-top: 0;    
    }
    
    .note {
        display: block;
        font-size: 9px;
        color: #333;    
    }
    
    table.price {
        border-collapse: collapse;
        width: 100%;    
    }
    
    table.price th,
    table.price td {
        font-size: 11px;
        line-height: 16px;
        padding: 3px;    
    }
    
    table.price th.price,
    table.price td.price {
        text-align: right;
        width: 80px;    
    }
    
    table.price thead th {
        font-weight: bold;
        border-bottom: 1px solid #000;    
    }
    
    table.price tbody td {
        border-bottom: 1px solid #999;    
    }
    
    #CoverSheet {
        position: relative;
        margin: 10px;
        padding-right: 300px;    
    }
    
    #ContactInfo {
        position: absolute;
        top: 0;
        right: 0;
        border: 1px solid #000;    
        padding: 10px;
    }
    
    #ContactInfo h2 {
        padding-top: 0;    
    }

    .print-only {
        display: none;       
    }

}


@media print {
    
    .page-break {
        page-break-after: always; 
    }
    
    .no-print {
        display: none;   
     }  
     
     .print-only {
        display: block;    
     }
     
    
}