﻿body 
{
    font-family: Arial;
    font-size: small;
    margin-top: 0;
    margin-left: 0;
    scrollbar-base-color: maroon;
    scrollbar-arrow-color: #FFFFFF;
}
td.rightPanel 
{
    background-image: url(images/rightBackground.jpg);
    background-repeat: no-repeat;
    width: 200px;
}
td.leftPanel 
{
    background-image: url(images/Background.jpg);
    background-repeat:  repeat;
    width: 200px;
}
td.leftBorder
{
    background-image: url(images/LeftPanel.jpg);
    background-repeat: repeat-y;
    width: 50px;
}
td.centerContent
{
    height: 400px;
    width: 550px;
    overflow: scroll; 
    max-height: 400px;
}
td.listContent
{
    height: 400px;
}
td.productImage 
{
    width: 75px;
    height: 75px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-top : 0px;
    padding-right : 0px;
}
p.Text
{
    padding-right: 8px; 
    padding-left: 8px; 
    padding-bottom: 8px; 
    padding-top: 8px;
    text-align: left;
}
p.title
{
    font-family: Verdana;
    font-size:x-large;
    text-align:right;
    font-weight:bolder;
    color:Maroon; 
}
.note
{
    font-size:smaller;
}
.productTitle
{
    color: Maroon;
    font-size:large;
    font-family: Verdana;
}
.partNumber
{
    color: Maroon;
    font-family: Verdana;
    font-weight:bold;
}
a.topMenu
{
    text-decoration: none;
    font-weight: bold;
    color: Maroon;
}