/* ------ basket and order table style ---------- */

.orderTable
{
  background-color: #33CCFF;
}

.orderRow
{
  background-color: #CCFFFF;
  color: #000000;
  font-size: 11px;
}

.orderHead
{
  background-color: #3300CC;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
}


