table#shoppingCart{
border-top:1px dotted #323232;
border-bottom:1px dotted #323232;
}
thead th{
border-bottom:1px solid #aaa;
}
th, td{
font-size:11px;
padding:5px;
text-align:left;
}
th.total, td.total{
text-align:right;
}
th.qty, td.qty{
text-align:center;
}
tbody tr th, tbody tr td{
border-bottom:1px solid #aaa;
}
tbody tr.alt th, tbody tr.alt td{
background-color:#fff;
}
tbody tr.freeProduct th, tbody tr.freeProduct td{
background-color:#0054a2;
color:#fafafa;
font-size:110%;
}
tfoot th, tfoot td{
text-align:right;
font-weight:normal;
}
