﻿div.product      {width:175px;height:250px;border:solid 1px silver;float:left;padding:2pt;}
img.headerwidth {width:732px}  /* 700px + 4px * (2px per product) + 4 * (2*2px padding) */
img.productwidth{width:130px;}
    
    .red
    {
        color:Red;
    }

    body{
        font-family:arial, helvetica, sans-serif;
        font-size:9pt;
        margin:0px;
    }

    #printlayer 
    {
        position:absolute;
        top:0px;
        left:0px;
        width:732px;
        height:30px;
        background-color:silver;
        text-align:center;
        padding-top:8px;
    }
    
    a 
    {
        text-decoration:none;
        font-family:Arial, Helvetica, Sans-Serif;
        font-size:0.8em;color:black;
    }
    
    a:hover
    {
        color:white;
    }
