﻿body {
}
.descriptionBox 
{
    width: 500px;
    height: 40px;
}
.itemNumberBox
{
    width: 100px;
}
.priceBox
{
    width: 50px;
    text-align: right;
}
.noteText
{
    font-family: Verdana;
    font-size: 9px;
}
.standardText
{
    font-family: Verdana;
    font-size: 11px;
    text-align: left;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

.standardText10
{
    font-family: Tahoma;
    font-size: 10px;
    text-align: left;
    color: #000000;
    text-decoration: none;
}

.standardRedText
{
    font-family: Verdana;
    font-size: 11px;
    text-align: left;
    color: #CC0000;
    text-decoration: none;
}



.warningStyle 
{
    font-family: Verdana;
    font-size: 10px;
    color: #CC0000;
}
.adminHeader
{
    padding: 10px;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
}
.divHeader
{
    width: 800px;
    height: 60px;
    background-image: url( 'images/header.jpg' );
}
.divFooter
{
    width: 800px;
    height: 24px;
    background-image: url( 'images/footer_menu_bg.gif' );
    text-align: right;
}
.menuFooter
{
    font-family: tahoma;
    font-size: 11px;
    text-decoration: none;
    color: #f7dc00;
}
.menuFooterCell
{
    padding-right: 10px;
    padding-left: 10px;
}
.divHeaderWhiteShadow
{
    height: 20px;
   
}

.divHeaderGreyShadow
{
    height: 20px;
    background-image: url( 'images/header_shadow_grey_bg.gif' );
}

.divFooterWhiteShadow
{
    height: 20px;
    background-image: url( 'images/footer_shadow_white_bg.gif' );
}
.header1
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}

.headerHotDeal
{
    border-width: 2px;
    border-color: #CC0000;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
    color: #CC0000;
    width: 624px;
    border-bottom-style: solid;
}
.header2
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}
.header3
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    
}
.imageNoBorder
{
    border-style: none;
}
.productBar
{
    font-family: Tahoma;
    font-size: 12px;
    color: #333333;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
    background-image: url('images/product_bar_bg.gif' );
    height: 24px;
}
.categoryButton
{
    font-family: Tahoma;
    font-size: 12px;
    color: #333333;
    border-style: none;
    text-decoration: none;
}
.btnRemove
{
    font-family: Tahoma;
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
    color: #CC0000;
    text-decoration: none;
}
.standardTextBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}
 .menuStyle
{
        font-family : Verdana;
        font-size : 12px;
        color : #cccccc;
        z-index: 2;
        text-align: right;
    }

.submenuStyle
{
    font-family: Verdana;
    font-size: 11px;
    color: #cccccc;
    background-color: #4e4e4e;
    text-align: left;
    z-index: 100;
}