body 
{
     background-color: #C0C0C0;
     height: 100%;
}
ul.menu
{
    margin: 0;
    margin-left: 10px;
    padding: 0;
    list-style: none;
    line-height: 20px;
}

li.cat
{
    background: url(  '/images/back_ul_orange.gif' ) left no-repeat;
    padding: 0 0 0 14px;
    height: 20px;
}

li.vendor
{
    background: url(  '/images/back_ul_green.gif' ) left no-repeat;
    padding: 0 0 0 14px;
    height: 20px;
}

body, input, a, select, textarea
{
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-family: Tahoma;
    color: #535353;
}
td, th
{
    font-size: 11px;
    font-family: Tahoma;
    color: #535353;
}
.input
{
    font-size: 11px;
    font-family: Tahoma;
    color: black;
}

#backdiv
{
    width: 100%;
    height: 100%;
    background-color: #C0C0C0;
    text-align: center;
}

#contentdiv
{
    text-align: left;
    width: 770px;
    height: 100%;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

#topmenucontainer
{
    background-color: #E7E7E7;
    height: 25px;
    filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0,startColorstr= '#e4e4e4' , endColorstr= '#f3f3f3' );
    clear: both;
    display: block;
}

a.topmenu
{
    display: block;
    font-weight: bold;
    font-family: arial;
    font-size: 12px;
    text-align: center;
    width: 90px;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
    margin: 1px;
    float: left;
    white-space: nowrap;
}

a.plink
{
    text-decoration: none;
    color: black;
}

a.plink:hover
{
    text-decoration: underline;
}


a.topmenu:hover
{
    background-color: #fbfbfb;
}

a.btopmenu
{
    font-weight: bold;
    font-family: arial;
    font-size: 11px;
    text-align: center;
    width: 97px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    margin: 1px;
    display: block;
    float: left;
}
a.btopmenu:hover
{
    background-color: #fbfbfb;
}
span.btopmenudivider
{
    font-weight: bold;
    font-family: arial;
    font-size: 11px;
    width: 7px;
    text-decoration: none;
    line-height: 20px;
    display: block;
    float: left;
}
a.cat
{
    text-decoration: none;
}

a.cat:hover
{
    text-decoration: underline;
}


span.topmenudivider
{
    font-weight: bold;
    font-family: arial;
    font-size: 12px;
    width: 7px;
    text-decoration: none;
    line-height: 25px;
    display: block;
    float: left;
}

#leftmenu_div
{
    font-family: Tahoma;
    width: 150px;
    float: left;
    text-align: left;
}

#maincontent_div
{
    clear: none;
    margin-left: 152px;
    width: 585px;
}

h2
{
    font-size: 12pt;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
h3
{
    font-size: 10pt;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.currentcategoryname
{
    display: block;
    height: 20px;
    background-color: #73B500;
    color: white;
    line-height: 18px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    border: none;
}
h1
{
    font-size: 13pt;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
