﻿body
{
    background-color: #b2b5d0;
    font-family: Verdana;
}
H1
{
    color: #7b3e36;
    font-size: x-large;
    font-weight: normal;
}
.highlighted
{
    color: #7b3e36;
}
A:active
{
    color: #7b3e36;
}
A:hover
{
    color: #7b3e36;
}
A:link
{
    color: #7b3e36;
}
A:visited
{
    color: #7b3e36;
}
.header1
{
    font-weight: bold;
    font-size: 35pt;
    text-transform: uppercase;
    color: #A89FB3;
    font-family: 'Arial Black';
    line-height: 50px;
}
.header2
{
    font-size: 20pt;
    text-transform: uppercase;
    color: #7b3e36;
    font-family: 'Arial Black';
    position: absolute;
    left: 120px;
    padding-top: 20px;
}
A.titleLink:active
{
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}
A.titleLink:hover
{
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}
A.titleLink:link
{
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}
A.titleLink:visited
{
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}
H2
{
    color: #d56f64;
}
.CartListHead
{
    background-color: #626473;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 15pt;
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
}

.CartListFooter
{
    background-color: #626473;
    line-height: 5pt
}
.mainMenuItem
{
    cursor: hand;
    background-color: #d56f64;
}
