
BODY {
  background: /images/cart/cart_bg2.jpg;
  font-family: sans-serif;
  font-size: 90%;
  }

TABLE {
  border: none;
  border-collapse: collapse;
  }

TH {
  border: 1px solid #334d66;
  background: #e0efff;
  font-weight: bold;
  padding: 0.1ex 1ex 0.1ex 1ex;
  text-align: left;
  font-size: 90%;
  }

.inner {
  border: 1px solid #334d66;
  background: #e0efff;
  font-weight: normal;
  padding: 0.1ex 1ex 0.1ex 1ex;
  text-align: left;
  font-size: 80%;
  }

TD {
  border: 1px solid #334d66;
  background: white;
  padding: 0.1ex 1ex 0.1ex 1ex;
  text-align: left;
  font-size: 90%;
  }

INPUT {
  font-size: 90%;
  border-width: 1px;
  }
TEXTAREA {
  font-size: 90%;
  border-width: 1px;
  }
SELECT {
  font-size: 90%;
  border-width: 1px;
  }

HR {
  border: none;
  border-top: 1px dashed #ceccc4;
  height: 0;
  }

H3 {
  text-align: center;
}

/* class selectors */
.navigation { font-family: Helvetica, sans-serif; font-size: 9pt; }
.heading { background: #CCCCCC; color: #000000; }
.event { background: #CCCCCC; color: #000000; }
.normal { background: #FFFFFF; color: #000000; }

