﻿h1
{
    white-space: nowrap;
    font-family: Courier New;
    font-size: 22px;
    color: #999999;
    margin-bottom: 0px;
    padding-top: 20px;
}
hr
{
    height: 1px;
    border: none;
    color: #999999;
    background-color: #999999;
    margin-bottom: 12px;
}
.contentDiv
{
    font-size: 11px;
}
.productsHeaderImage
{
    margin: 0px 0px 16px 0px;
    padding-top: 17px;
}
.allProductsMainCat
{
    background-color: #1d7339;
    margin-bottom: 6px;
    padding: 4px;
    font-weight: bold;
}
.productsLink2
{
    color: White;
    text-decoration: none;
}
.allProductsSubCat
{
    margin: 0px 0px 12px 4px;
    font-weight: bold;
}
.allProductsSubCat span
{
    vertical-align: top;
    display: inline-block;
    margin: 0px 4px 0px 0px;
}
.allProductsSubCat ul
{
    margin: 2px 0px 0px 20px;
    font-weight: normal;
    font-size: 10px;
}
.productsBox
{
    float: left;
    width: 560px;
    margin-bottom: 12px;
    line-height: 16px;
}
.productsThumbnail
{
    float: left;
    border: none;
    width: 75px;
    margin: 0px 0px 0px 0px;
}
.productsDescriptionBox
{
    width: 480px;
}
.productsBrand
{
    color: White;
    display: block;
    width: 480px;
    padding-top: 2px;
    padding-bottom: 3px;
    background-color: #1d7339;
}
.productsLink2
{
    color: White;
    text-decoration: none;
}
.productsDescription
{
    display: block;
    margin-left: 8px;
    margin-top: 2px;
}
.productsCode
{
    color: #666666;
    font-size: 10px;
}