﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 0.8em;
}

a
{
    color: #003399;
}

h1
{
    margin-top: 0px; /* Corrects a display problem in FireFox */
    border-bottom: 1px solid #FE9900;
}

h2
{
    border-bottom: 1px dotted #FE9900;
}

.storeTitle
{
    background-color: #4A207E;
    background-image: url(images/SiteTitleBg.gif);
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
    font-size: 2em;
    font-family: Georgia, "Times New Roman", Times;
    font-weight: bold;
    color: White;
}

.siteFooter
{
    border-top: 1px solid #AAAAAA;
    background-image: url(images/SiteFooterBg.gif);
    background-repeat: repeat-x;
    color: #666666;
    margin-top: 3em;
    padding: 0.5em;
    font-size: 0.8em;
}

.siteMenu
{
    background-image: url(images/SiteMenuBg.gif);
    background-repeat: repeat-x;
    color: #AAAAAA;
    padding: 0px;
}

.siteMenu a
{
    display: block;
    padding: 0.75em;
    font-weight: bold;
    color: White;
    text-decoration: none;
}

.siteMenu a:hover
{
    text-decoration: underline;
}

.popUpStoreTitle
{
    background-color: #4A207E;
    padding: 0.75em;
    font-size: 1.1em;
    font-family: Georgia, "Times New Roman", Times;
    font-weight: bold;
    color: White;
}

.popUpMenu
{
    background-color: #66999A; 
    color: White;
    padding: 0.25em;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 0.8em;
}

.popUpMenu a
{
    font-weight: bold;
    color: White;
    text-decoration: none;
}

.popUpMenu a:hover
{
    text-decoration: underline;
}


.highlightContainer
{
    background-image: url(images/HighlightContainerBg.gif);
    border: 1px solid #FFBA87;
    padding: 0.5em;
}

.errorContainer
{
    padding: 1em;
    background-color: #FFFFD5;
    border: 1px solid #AA0000;
    color: #AA0000;
}

.errorTitle
{
    font-weight: bold;
}



.textBoxError
{
    background-color: #FFFACD;
    border: 2px solid red;
}

.textBoxTipLabel
{
    color: #aaaaaa;
    font-size: 0.8em;
}

.formLabel
{
    text-align: right;
    vertical-align: top;
    padding-top: 4px;
}

.creditCardIcon
{
    border: 1px solid #dddddd !important;
}