form.basket
  {
  margin: 0;
  padding: 4px 10px;
  color: #fff;
  background: #000;
  }
form.basket b
  {
  color: #fff;
  background: transparent;
  }

h2,
h3
  {
  font-size: 1em;
  }

table.cart
  {
  border-collapse: collapse;
  }
table.cart th,
table.cart td
  {
  border: 1px solid #000;
  padding: 5px 10px;
  }
table.cart th
  {
  text-align: right;
  }
table.cart tr.total th,
table.cart tr.total td
  {
  border-top-width: 2px;
  color: #000;
  background: #ffa;
  }
table.cart td.price
  {
  text-align: right;
  }
table.cart td.blind
 {
  padding: 0;
  }
table.cart td.blind h3
  {
  margin: 10px;
  }
table.cart td.blind table
  {
  margin: 0 10px;
  }
table.cart td.blind th, 
table.cart td.blind td
 {
  border: 0 none;
  }
p.checkout
  {
  margin: 10px 0 0 0;
  border-top: 1px solid #000;
  padding: 10px 15px;
  color: #000;
  background: #ffa;
  text-align: right;
  }
p.checkout input
  {
  margin: 0 0 0 10px;
  vertical-align: middle;
  }
