
table.list {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}

table.list th {
  color: #fff;
  white-space: nowrap;
  vertical-align: top;
  border: 0;
  padding: 0;
}

table.list div.th {
  background-color: #002767;
  border-right: 1px dotted #fff;
  padding: 0 10px;
}
table.list a.th {
  background-color: #002767;
  border-right: 1px dotted #fff;
  padding: 0 10px;
  display: block;
  color: #fff;
  text-decoration: underline;
}

table.list div.table-head-left {
  background-color: #002767;
  background-image: url("../imgs/page/table-hdr-left.gif");
  background-position: top left;
  background-repeat: no-repeat;
  border-right: 1px dotted #fff;
  padding: 0 10px;
}
table.list a.table-head-left {
  background-color: #002767;
  background-image: url("../imgs/page/table-hdr-left.gif");
  background-position: top left;
  background-repeat: no-repeat;
  border-right: 1px dotted #fff;
  padding: 0 10px;
  display: block;
  color: #fff;
  text-decoration: underline;
}

table.list div.table-head-right {
  background-color: #002767;
  background-image: url("../imgs/page/table-hdr-right.gif");
  background-position: top right;
  background-repeat: no-repeat;
  padding: 0 10px;
}

table.list td {
  white-space: nowrap;
  border-left: 1px dotted #002767;
  border-right: 1px dotted #002767;
  border-bottom: 1px dotted #002767;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  vertical-align: middle;
}

.order-history th { background-color: #002767; }
.order-history th div { padding-left: 5px; }

