table.Basket {
border-collapse: collapse;
}

table.Basket th {
background-color: #5c0a0a;
padding: 5px;
text-align: left;
}

table.Basket td {
border-bottom: 1px solid #5c0a0a;
padding: 5px;
text-align: left;
}

table.Basket tfoot td {
background-color: #5c0a0a;
color: #fff;
align: inherit;
}

table.Basket form {
margin: 0;
}

table.Basket input {
background-color: #fff;
border: 1px solid #5c0a0a;
text-align: center;
}

table.Basket input.Button {
background-color: #5c0a0a;
color: #fff;
}