/* main table settings */

TABLE.tblCart TH {
  font: 10px Arial, sans-serif;
  color: #176ca0;
  background-color: transparent;
  text-align: left;
  vertical-align: top;
  }

TABLE.form .title {                                /* heading of the sections like Your Order, Shipping Options */
  font: bold 13px Arial, sans-serif;
  color: #176ca0;
  background-color: transparent;
  text-decoration: underline;
  }

TABLE.tblCart TD {
  font: 10px Arial, sans-serif;
  color: #555555;
  background-color: transparent;
  text-align: left;
  vertical-align: top;
  }

TD.title {                                              /* main title of a page */
  font: 14pt Times, serif;
  color: #176ca0;
  background-color: transparent;
  text-decoration: none;
  }


/* list of products */

A.itemName:link {                                       /* the link with the product name */
  font: bold 12px Arial, sans-serif;
  color: #990000;
  background-color: transparent;
  text-align: left;
  text-decoration: none;
  }

A.itemName:visited {
  font: bold 12px Arial, sans-serif;
  color: #990000;
  background-color: transparent;
  text-decoration: none;
  }

A.itemName:hover {
  text-decoration: underline;
  }

TABLE.tblCart TD.item {                                 /* item description in the product list */
  font: bold 12px Arial, sans-serif;
  color: #000099;
  background-color: #FEE6FF;
  text-decoration: none;
  }

TABLE.form TD.item {                                 /* item description in the product list */
  font: bold 12px Arial, sans-serif;
  color: #176ca0;
  background-color: #FEE6FF;
  text-decoration: none;
  }

TABLE.subtotal TH {                                 /* subtotal in the shopping cart */
  font: bold 12px Arial, sans-serif;
  color: black;
  background-color: #FEE6FF;
  text-decoration: none;
  }

TABLE.form TD.label {                                /* the labels of input elements eg. Remove, Qty etc. */
  font: 13px Arial, sans-serif;
  color: #555555;
  background-color: transparent;
  text-decoration: none;
  }

TABLE.tblCart TD.highlight {                   /* the price of the product and other highlighted infos */
  font: bold 12px Arial, sans-serif;
  color: #990000;
  background-color: #FEE6FF;
  text-decoration: none;
  }


/* the total price table in checkout */

TABLE.total TD {
  vertical-align: bottom;
  }

TABLE.total TD.sum {
  font: bold 12px Arial, sans-serif;
  text-align: right;
  }

TABLE.total INPUT {
  font: bold 13px Arial, sans-serif;
  color: black;
  background-color: #dbf2f3;
  text-align: right;
  border: 1px solid #48b1c5;
  }

TABLE.total TD.title {
  text-align: right;
  }


/* alignment settings */

TABLE.form .left {
  text-align: left;
  }

TABLE.form .center {
  text-align: center;
  }

TABLE.form .right {
  text-align: right;
  }

TD.line {
    background-image: url(images/line.gif);
}
