BODY {
  color: #444444;
}
.page {
}

.content {
  background: #fcfcfc;
}

.columnLeft {
  background: #fcfcfc;
}

.output {
  background: #fcfcfc;
}

.result {
  background: #fcfcfc;
}


.columnRight {
  background: #fcfcfc;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #A2B6DE;
}

TD.headerNavigation {
  color: #888888;
}

A.headerNavigation {
  color: #444444;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TABLE.pageHeading {
  border-bottom: 3px solid #525689;
}

TD.pageHeading, DIV.pageHeading {
  color: #525689;
}

.infoBox {
  background: #DDE5F5;
}

TD.infoBox, SPAN.infoBox {
}

.infoBoxContents {
  background: #f8f8f9;
}

TD.infoBoxHeading {
  background: #DDE5F5;
  color: #555555;
}

A.infoBoxHeading {
  color: #555555;
}

A.infoBoxHeading:hover {
  color: #222222;
}

TD.infoBoxFooting {
  background: #DDE5F5;
}

/* ButtomBox style */
.infoBoxButton {
  /*background: #eeeeee;*/
}

.infoBoxContentsButton {
  /*background: #fcfcfc;*/
}

TR.footer {
  background: #A2B6DE;
}

TD.footer {
  color: #444444;
}
SPAN.footer, A.footer {
  color: #D5DEF1;
}
A.footer:hover {
  color: #D4DDF0;
}

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

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

TABLE.productListing {
  border-color: #A2B6DE;
}

.productListing-heading {
  background: #A2B6DE;
  color: #555555;
}

TD.productListing-data {
}

A.pageResults {
  color: #666666;
}

A.pageResults:hover {
  color: #cc0000;
  /* background: #FFFF33; */
}


input.INPUT {
   border: 1px solid #7b9ebd;
}

TD.productListingTitle {
  color: #525689;
}

A.productListingTitle {
  color: #525689;
}

A.productListingTitle:hover {
  color: #cc0000;
}

SPAN.productPrice {
  color: #FD7D2F;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

div.hr {
  background: #525689;
}

