.boxText { font-size: 80%; }
.errorBox { background: #fcc; font-weight: bold; }
.stockWarning { color: #c03; }
.productsNotifications { background: #f2fff7; }
.orderEdit { color: #999; text-decoration: underline; }
SPAN.greetUser { font-weight: bold; color: #4DD3E5; }

BODY {
  font-family : Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000;
  background: #fff;
  padding: 0;
  margin: 0;
}

A {
  font-size: x-small;
  color: #000;
  text-decoration: none;
}

A:hover {
  color: #4DD3E5;
  text-decoration: underline;
}

FORM { display: inline; }
TABLE { font-size: small; }
TD { font-size: x-small; }

TR.header {
  background: #fff;
}

TD.headerNavigation {
  font-size: x-small;
  font-weight: bold;
  color: #fff;
  background: #bbc3d3;
}

A.headerNavigation,
A.headerNavigation:hover {
  color: #fff;
}

TR.headerError {
  background: #f00;
}

TD.headerError {
  background: #f00;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

TR.headerInfo {
  background: #0f0;
}

TD.headerInfo {
  background: #0f0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

TD.footer {
  font-weight: bold;
  color: #fff;
  background: #bbc3d3;
}

.infoBox,
.infoBoxContents {
  background: #fff;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  font-size: x-small;
  font-weight: bold;
  color: #fff;
  background: #bbc3d3;
}

.infoBox,
TD.infoBox,
SPAN.infoBox {
  border: 1px solid #bbc3d3;
}

TR.accountHistory-odd,
TR.addressBook-odd,
TR.alsoPurchased-odd,
TR.payment-odd,
TR.productListing-odd,
TR.productReviews-odd,
TR.upcomingProducts-odd,
TR.shippingOptions-odd {
  background: #fff;
}

TR.accountHistory-even,
TR.addressBook-even,
TR.alsoPurchased-even,
TR.payment-even,
TR.productListing-even,
TR.productReviews-even,
TR.upcomingProducts-even,
TR.shippingOptions-even {
  background: #fcfcfc;
}

TABLE.productListing {
  border: 1px solid #b6b7cb;
}

.productListing-heading {
  font-weight: bold;
  color: #fff;
  background: #b6b7cb;
}

TD.productListing-data {
  font-size: x-small;
}

A.pageResults {
  color: #00f;
}

A.pageResults:hover {
  color: #00f;
  background: #ff3;
}

TD.pageHeading,
DIV.pageHeading {
  font-size: small;
  font-weight: bold;
  color: #333;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000;
}

TD.main, P.main {
  line-height: 1.5;
}

TD.main TABLE TD.smallText {
  border: 1px solid #999;
  margin: 1em;
}

TD.smallText A,
SPAN.smallText,
P.smallText {
  font-size: x-small;
}

TD.accountCategory {
  color: #3dc0e6;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #f00;
}

CHECKBOX, INPUT, RADIO, SELECT {
}

TEXTAREA {
  width: 100%;
}

TABLE.formArea {
  background: #f1f9fe;
  border: 1px solid #7b9ebd;
}

TD.formAreaTitle {
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice,
SPAN.errorText {
  color: #f00;
}

.moduleRow {}
.moduleRowOver { background: #D7E9F7; }
.moduleRowSelected { background: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000; }

/* message box */
.messageBox {}
.messageStackError,
.messageStackWarning { background: #ffb3b5; }
.messageStackSuccess { background: #9f0; }

/* input requirement */
.inputRequirement { color: #f00; }
