﻿*
{
    padding: 0;
    margin: 0;
}
#main
{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #660000;
}
#head
{
    background-color: #000099;
    height: 120px;
    text-align: center;
}
#stripes
{
    background-image: url('stripes.gif');
    background-repeat: repeat-x;
    height: 32px;
}
#leftcolumn
{
    width: 200px;
    height: 100%;
    padding: 20px 20px 0 20px;
    text-align: right;
    border-right-style: solid;
    border-right-width: 5px;
    border-right-color: #FFFF00;
    background-color: #000090;
}
#content
{
padding-left: 10px;
    border-top-style: solid;
    border-top-width: 16px;
    border-top-color: #000090;
}
#rightcolumn
{
    width: 5px;
    background-color: #99CCCC;
}
.footer
{
    border-style: solid;
    border-color: #660000;
    border-width: 1px 0 1px 0;
    margin-top: 25px;
}
.centrehead
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}
.searchbox
{
    width: 33%;
    height: 50%;
    text-align: right;
    padding-right: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.searchbox a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.cartsummary
{
    width: 33%;
    height: 50%;
    text-align: right;
    padding-right: 25px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}
.cartsummary a
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}
.menu
{
    width: 100%;
    padding: 5px 0 20px 0;
        border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #FFFFFF;
}
.menu a
{
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
}
.menu a:hover
{
    text-decoration: underline;
}
.shopmenu
{
    width: 100%;

}
.menuhead
{
    font-size: 12pt;
    color: #FFFFFF;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #FFFFFF;
    padding: 20px 0 5px 0;
}
.menuhead a
{
    font-size: 12pt;
    color: #FFFFFF;
    text-decoration: none;
}
.menuhead a:hover
{
    text-decoration: underline;
}
.hovermenu a
{
    text-decoration: underline;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.selectedmenu
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    text-decoration: underline;
    color: #FF0000;
}
.highlighttext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #660000;
}
.headtext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #660000;
}
.boldtext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #660000;
}
.normaltext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #660000;
}
.italictext
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-style: italic;
    font-weight: bold;
    color: #660000;
}
.pnlcart
{
    text-align: center;
    width: 500px;
    background-color: #FCFCFC;
    border: solid 2px #660000;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=25);
    opacity: 0.25;
}
a.cartdelete
{
    font-size: x-small;
    text-decoration: underline;
    color: #660000;
}
h1
{
    padding-left: 10px;
    margin: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #660000;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
    color: #660000;
}
h3
{
    padding-left: 10px;
    margin: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    text-decoration: none;
    color: #660000;
}
.listseparator
{
    width: 96%;
    color: #660000;
    text-align: center;
    height: 1px;
}
#checkoutcrumb
{
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #660000;
}
.checkoutcrumbinactive
{
    font-size: 9pt;
    font-weight: normal;
    color: #808080;
}
.registerhighlight
{
    color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    padding: 5px;
}
.checkoutcrumbactive
{
    text-decoration: underline;
}
p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #660000;
}

