.gtEcart, .gtEcart td,.gtEcart th,.gtEcart input, .gtEcartButton {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
}

.gtEcart td,.gtEcart th {
  padding-left : 4px;
  padding-right : 4px;
}

.gtEcart .title  {
  border-top : 1px solid #000000;
  font-size : 14px;
  font-weight : bold;
}

.gtEcart .colLabel {
  color : #000000;
  border-top : 1px solid #000000;
  border-bottom : 1px solid #000000;
  font-weight : bold;
  background : #99CCFF; /* light blue */
}

.gtEcart .items,.gtEcart .empty, .gtEcart .discount {
  background : #FFCCFF; /* pink */
}

.gtEcart .discount {
  font-style : italic;
}

.gtEcart .empty {
  padding-top : 10px;
  font-weight : bold;
  padding-bottom : 10px;
}

.gtEcartButton {
  padding-left : 5px;
  padding-right : 5px;
  background : #31659C;
  color : #FFFFFF;
  width:auto;
  overflow:visible;
  margin-left : 2px;
  margin-right : 2px;
}

.gtEcart .totalRow {
  border-top : 1px solid #000000;
  border-bottom : 1px solid #000000;
  font-weight: bold;
}

.gtEcart input {
 text-align : right;
}

.gtEcart .hidden {
  display : none;
}


