body
{
    margin: 0;
    height: 100%;
    width: 100%;
}
input, textarea, select
{
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.MainDiv
{
    position: absolute;
    z-index: 1;
    visibility: visible;
    left: 3px;
    top: 47px;
    width: 658px;
}
.CartDiv
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    color: black;
}
.CartHeader
{
	font-weight: bold;
}
.HeaderMessage
{
}

.checkout
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}
.checkoutinput
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

.nopcart
{
    background-color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    width: 100%;
}
.nopheader
{
    background-color: gray;
    color: white;
}
.nopentry
{
    background-color: #AAAAAA;
    font-weight: bold;
    color: black;
}
.nopentrytotal
{
    background-color: #AAAAAA;
    font-weight: bold;
    color: black;
    text-align: right;
}
.noptotallabel
{
    background-color: gray;
    color: white;
}
.noptotal
{
    background-color: #AAAAAA;
    font-weight: bold;
    color: black;
    text-align: right;
}
.nopmessage
{
    background-color: #AAAAAA;
    font-weight: bold;
    color: black;
}
.noppaypalmessage
{
    background-color: #AAAAAA;
    font-weight: bold;
    color: black;
}
.nopbutton
{
    background: white;
    color: black;
}
.checkoutbutton
{
}
.checkoutcell
{
}

