﻿.Cart 
{
    border: 2px #C0C0C0 solid;
    text-align: center;
    font-family: Arial;
}

.Cart tr
{
    border: solid 2px #000000;
}

.Cart th 
{
    background-color: #ae8eff;
    border-left: solid thin #ccc;
    border-right: solid thin #ccc;
}

.Cart span#itemID
{
    font-size: x-small;
    color: #aaa;
}

.Cart .btnRemove
{
    font-size: x-small;
}