table.Basket {
margin-top: 15px;
border-collapse: collapse;
background-color: #fcecf2;
}

table.Basket th {
text-transform: uppercase;
padding: 5px;
text-align: left;
font-weight: bold;
color: #e84f95;
border-bottom: 2px dotted #e84f95;
}

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

table.Basket tfoot td {
background-color: #f6c9db;
text-align: left;
padding: 6px;
}

table.Basket tfoot td.Blank {
background-color: #fff;

}

table.Basket form {
margin: 0;
}

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

table.Basket input.Button {
border: none;
background-color: #e84f95;
padding: 2px;
color: #fff;
}

.ProductImage {
border: 4px solid #a5a3a1;
}

table.Basket table.ProductDetail td {
padding: 4px;
border-bottom: none;
}

table.Basket .TextButton {
border: none;
background-color: transparent;
color: #e84f95;
font-weight: bold;
font-size: 0.9em;
}

#CheckoutCell {
background-color: #e84f95;
text-align: right;
}

#CheckoutCell .Button {
font-weight: bold;
font-size: 0.9em;
}