@CHARSET "UTF-8";

body {
  background-color: #ffffff;
  font-family: helvetica, sans-serif, arial;
  text-align: center;
}

div.title {
  background-color: #6666ff;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

div.menu {
  float: left;
  background-color: #bbbbff;
  position: relative;
  left: 20;
  border-style: dashed;
  border-width: 2px;
  border-color: #888888;
  padding: 10px;
}

div.menu-item {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

div.menu-item-last {
  border-style: none;
}

div.body {
  clear: right;
}

a.menu-item {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

td.result {
  border-style: solid;
  border-width: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

td.result-hl {
  border-style: solid;
  border-width: 1px;
  padding-left: 2px;
  padding-right: 2px;
  background-color: #ccccff;
}

table {
  font-size: 14px;
}

table.cart {
	font-size: 12px;
}

tr.cart {
	background-color: #dddddd;
}

table.results {
  position: relative;
  left: 20px;
  font-size: 12px;
}

th {
  text-align: right;
}

a.action {
  font-size: 10px;
  color: #0000ff;
  padding-left: 10px;
  padding-right: 10px;
}

select {
	font-size: 12px;
}