﻿.productTableRow
{
 font-family: arial;
 font-size: 8pt;   
 border-bottom: solid 1px black;
}

.productTableRow2
{
 color: White;
 background-color: Black;
 font-family: arial;
 font-size: 8pt;   
}

.productTableRowHeader2
{
 font-family: arial;
 font-size: 10pt;   
 font-weight: bold;
}

.productTableRowHeader
{
 font-family: arial;
 font-weight: bold;
 font-size: 12pt;   
}

.productTableText
{
 font-family: arial;
 font-size: 8pt;   
}

.productDiv
{
    padding-left: 10px;
    height: 575px;
    width: 685px;
    overflow: auto;
    vertical-align: top;
}
   
.productText
{
 font-family: arial;
 font-size: 12pt;   
 font-weight: bold;
 color: #333333;
 text-align: center;    
}

.tblProducts
{
    padding-top: 15px;
}