﻿    body{
	    margin: 0px;
	    padding: 0px;
	    text-align: center;
	    }
    .display {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 8px;
    }
    .sale{
    /*
	    position:relative;
	    top: -1px;
	    width: 142px;
	    z-index:10;
    */
	    color: black;
	    font-weight: bold;
	    font-size: 9px;
	    background-color: white;
    }
    .pageBreakBefore {
        page-break-before: always
    }    
    
    #inventoryTable
    {
/*
		background:url(../images/fastlanePrintBG.gif);
		background-color: White;
		background-position:top;
		background-repeat:repeat-y;
*/
		width: 600px;
    }
    
    #inventoryTable tr
    {
		vertical-align:top;
    }
   
     #inventoryTable tr td
    {
		text-align: left;
		padding-bottom:20px;
		
    }
   
    .itemCell
    {
		width: 140px;
    }
   

	.noprint { display: none; }

