﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-Serif;
    font-size: 0.8em;
}

a
{
    color: #007AC1;
    border: none;
}

h1
{
    margin-top: 0px; /* Corrects a display problem in FireFox */
}

h2
{
    
}

.storeTitleBg
{
    background-image: url(images/banner_backbleed_cropped.gif);
    background-repeat: repeat-x;
    text-align: center;
}

.leftColumn
{
    border-right: 1px solid #828282;
    width: 174px;
    vertical-align: top;
}

.rightColumn
{
    width: 610px;
    vertical-align: top;
}

.contentContainer
{
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}

.leftColumnTitle
{
    width: 175px;
    background-image: url(images/banner_backbleed_cropped.gif);
}

.rightColumnTitle
{
    width: 610px;
    background-image: url(images/banner_backbleed_cropped.gif);
}

.leftColumnFooter
{
    width: 175px;
    border-top: 1px solid #808080;
    padding-top: 1em;
}

.rightColumnFooter
{
    width: 610px;
    vertical-align: top;
    font-family: Arial;
    font-size: 0.7em;
    color: #666666;
    border-top: 1px solid #808080;
    padding-top: 1em;
}

.rightColumnFooter td
{
    vertical-align: top;
}

.titleBg
{
    background-image: url(images/banner_backbleed_cropped.gif);
    background-repeat: repeat-x;
}

.siteMenu
{
    font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-Serif;
    padding: 5px;
    text-align: right;
    color: #DDDDDD;
}

.siteMenu a
{
    color: black;
    text-decoration: none;
}

.siteMenu a:hover
{
    color: #007FAA;
}

.popUpStoreTitle
{
    background-color: #4A207E;
    padding: 0.75em;
    font-size: 1.1em;
    font-family: Arial, Helvetica, Sans-Serif;
    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-color: #A1C7D4;
    border: 1px solid #66A3C3;  
    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;
}