h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #000000;
}


BODY {
  background: #000000;
  color: #000000;
  margin: 10px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #575757;
  text-decoration: underline;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

TD.main, TR.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.5;
  font-size: 12px;
}

TD.prodmain, TR.prodmain, P.prodmain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 2;
  font-size: 12px;
}

.boxText {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

TD.smallText, TR.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
}

.outline {
    border-top: 1px;
    border-right: 1px;
    border-left: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #575757;
    background: #ffffff;
}

/* Header */

TR.header {
  background: #ffffff;
}

/* Navigation */

TR.headerNavigation {
  background: #eeeeee;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #eeeeee;
  color: #ffffff;
  font-weight : bold;
  height: 26px;
  background-image: url(images/template/background.gif);
}

A.headerNavigation { 
  color: #ffffff;
}

A.headerNavigation:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Info Box */

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #eeeeee;
  color: #ffffff;
  height: 26px;
  background-image: url(images/template/background.gif);
}

a.infoBoxHeadingLink {
    color: #ffffff;
}

a.infoBoxHeadingLink:hover {
    color: #ffffff;
    text-decoration: underline;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1.5;
  border-top: 1px;
  border-right: 1px;
  border-left: 1px;
  border-bottom: 1px;
  border-color: #cccccc;
  border-style: solid;
  background: #FFEBA8;
}

/* Menu */

.menu {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}

/* Product Listing & Search Result */

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: #FFFFE5;
}

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: #F2FFE5;
}


TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #cccccc;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: transparent;
  color: #FFFFFF;
  height: 26px;
  font-weight: bold;
  background-image: url(images/template/background.gif);
}

A.productListing-heading {
  padding-top: 8px;
  background: transparent;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

/* Footer */

TR.footer {
  background: #bbc3d3;
  font-size: 8px;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #eeeeee;
  color: #ffffff;
  font-weight : bold;
  height: 26px;
  background-image: url(images/template/background.gif);
}


/* Message Box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }
