.cart
{
  padding: 20;
  margin: 20;
  border-collapse: seperate;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;

table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #000;
}


table caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

table td, table th
{
  margin: 0.3em;
  text-align: left;
  color: #FFFFF;
}


table th[scope=col]
{
  color: #000;
  background-color: #8fadcc;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

table tr.alt th, table tr.alt td
{
  color: #2a4763;
}

table tr:hover th[scope=row], table tr:hover td
{
  background-color: #632a2a;
  color: #fff;
}