﻿body {
}
h1
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
p
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.divHomePage
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
}
 .headerImage
{
    width: 918px;
    height: 142px;
    margin-left: 5px;
    border: 1px solid #676767;
    vertical-align: bottom;
}
.productList_name
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.tableProductList
{
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #FFFFFF #808080 #808080 #808080;
    width: 800px;
   
}
.productList_description
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
.productList_itemnumber
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
.productList_price
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding-right: 10px;
}