* {
    font-family        : verdana, arial, avantgarde, helvetica, sans-serif;
    vertical-align     : top;
}

body.normal {
    background-color   : #FFFFFF;
    background-image   : url(images/right_bg.jpg); 
    background-repeat  : repeat-x;
}

.normal, ul li {
    font-size        : 11px;
    font-family      : Verdana,Helvetica,Arial,sans-serif;
    color            : #606060;
}

.small {
    font-size        : 10px;
    font-family      : Arial,sans-serif;
    color            : #606060;
}

.smallwhite {
    font-size        : 10px;
    font-family      : Arial,sans-serif;
    color            : White;
}

.pageheader {
    font-size        : 20px;
    font-family      : Arial,sans-serif;
    font-weight      : bold;
    font-style       : italic;
    color            : #C00000;
    letter-spacing   : 0.2em
}

.sectionheader {
    font-size        : 16px;
    font-family      : Arial,sans-serif;
    font-weight      : bold;
    font-style       : italic;
    color            : #C00000;
    letter-spacing   : 0.1em
}

.subsectionheader {
    font-size        : 11px;
    font-family      : Verdana, Helvetica, Arial, sans-serif;
    font-weight      : bold;
    font-style       : italic;
    color            : #302020;
    letter-spacing   : 0.1em
}

.titlebarheader {
    font-size        : 13px;
    font-family      : Arial,sans-serif;
    font-weight      : bold;
    color            : White;
}

.titlebarnormal {
    font-size        : 11px;
    font-family      : Arial,sans-serif;
    color            : White;
}

.itemBorder {
    border           : 1px solid black;
}

.itemText {
    text-decoration  : none;
    color            : #FFFFFF;
    font             : 12px Arial, Helvetica;
}

A.itemText {
    color            : White;
    text-decoration  : none;
}

A.itemText:visited {
    color            : White;
    text-decoration  : none;
}

A.itemText:active {
    color            : Yellow;
    text-decoration  : none;
}

A.itemText:link {
    color            : White;
    text-decoration  : none;
}

A.itemText:hover {
    color            : White;
    text-decoration  : none;
}

table.menuBorder {
    background-color : black;
}

table.border {
    background-color : #606060;
}

table.normal {
    background-color : #FFFFFF;
}

table.shaded {
    background-color : #FAFAFA;
}

table.advertisement {
    background-color : #FAD50A;
    background-image : url(images/money.gif);
}

table.advertisement td {
    color            : #606060;
}

table.header {
    background-color : #C00000;
}

table.footer {
    background-color : #C00000;
}

.button {
    font-size        : 11px;
    font-family      : Arial,sans-serif;
    color            : Black;
}

.input {
    font-size        : 11px;
    font-family      : Verdana,Helvetica,Arial,sans-serif;
    font-weight      : normal;
    color            : Black;
    background-color : Ivory;
}

.activemenutab {
    font-size        : 12px;
    font-family      : Verdana,Helvetica,Arial,sans-serif;
    color            : #606060;
}

.inactivemenutab {
    font-size        : 12px;
    font-family      : Verdana,Helvetica,Arial,sans-serif;
    color            : #fffff7;
}

.specialoffers {
    font-size        : 11px;
    font-family      : Verdana,Helvetica,Arial,sans-serif;
    font-weight      : bold;
    color            : White;
}

.error {
    font-size        : 11px;
    font-family      : Verdana,Helvetica,Arial,sans-serif;
    font-weight      : bold;
    color            : Red;
}

.warning {
    font-size        : 11px;
    font-family      : Verdana,Helvetica,Arial,sans-serif;
    font-weight      : bold;
    color            : #C00000;
}

A {
    color            : #C00000;
    text-decoration  : none;
}

A:visited {
    color            : #C00000;
    text-decoration  : none;
}

A:active {
    color            : #C00000;
    text-decoration  : none;
}

A:link {
    color            : #C00000;
    text-decoration  : none;
}

A:hover {
    color            : #000000;
    text-decoration  : underline;
}

ul.list {
    list-style-type    : none;
    padding            : 0px;
    margin             : 0px;
    text-align         : left;
    width              : 100px;
}

ul.list li {
    font-size          : 11px;
    font-family        : Verdana,Helvetica,Arial,sans-serif;
    background-image   : url("images/bullet.gif");
    background-repeat  : no-repeat;
    background-position: 0 0.4em;
    text-align         : left;
    display            : block;
    text-decoration    : none;
    border             : 0px;
    padding            : 0.10em 0em 0em 1.0em;
    margin             : 0px;
    list-style         : none;
}

img.floatright {
    float              : right;
    border             : 0px;
    margin             : 0px 0px 7px 7px;
}

img.floatleft {
    float              : left;
    border             : 0px;
    margin             : 0px 7px 7px 0px;
}

div.productsection {
    padding-top        : 0.5em;
    padding-bottom     : 1.5em;
    margin-top         : 0.5em;
    margin-left        : 0px;
    margin-right       : 0px;
    margin-bottom      : 0px;
    background-color   : #FFFFFF;
    overflow           : auto;
    width              : 410;
    font-size          : 11px;
    font-family        : Verdana,Helvetica,Arial,sans-serif;
    color              : #606060;
    border-bottom      : dashed 1px #c0c0c0;
}

div.productsonsalesection {
    padding-top        : 0.5em;
    padding-bottom     : 1.5em;
    margin-top         : 0.5em;
    margin-left        : 0px;
    margin-right       : 0px;
    margin-bottom      : 0px;
    background-color   : #FFFFFF;
    overflow           : auto;
    width              : 580;
    font-size          : 11px;
    font-family        : Verdana,Helvetica,Arial,sans-serif;
    color              : #606060;
    border-bottom      : dashed 1px #c0c0c0;
}



