﻿body {
}
table.basket
{
    background-color: #cc0000;
    border: 3px solid #FFFFFF;
    margin-bottom:20px;
}

.basket td
{
    color: #FFFFFF;
}
.head td    {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #FFFFFF;
    font-family: Verdana;
}
.basketButton
{
    font-size: 14px;
    margin-bottom: 20px;
    padding: 5px;
    color: #FFFFFF;
    background-color: #cc0000;
}
.basketList
{
    color: #FFFFFF;
    font-size: 12px;
    vertical-align: top;
    padding: 5px;
}
.basketListAlternative
{
    color: #FFFFFF;
    font-size: 12px;
    vertical-align: top;
    padding: 5px;
    background-color: #A60000;
}
