/*
 $Log: gt_eCart.css $
 Revision 1.1  2007-12-02 23:51:29-04  Battersby
 Initial revision

*/
.gt_eCart, #gt_eCart td,#gt_eCart th,#gt_eCart input, .gt_eCartButton {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
}

#gt_eCart td,#gt_eCart th {
  padding-left : 4px;
  padding-right : 4px;
}

#gt_eCart td.title  {
  border-top : 1px solid #000000;
  font-size : 14px;
  font-weight : bold;
}

#gt_eCart td.colLabel {
  color : #000000;
  border-top : 1px solid #000000;
  border-bottom : 1px solid #000000;
  font-weight : bold;
  background : #CECFCE;
}

#gt_eCart td.items,#gt_eCart td.empty  {
  background : #EFEBEF;
}

#gt_eCart td.empty {
  padding-top : 10px;
  font-weight : bold;
  padding-bottom : 10px;
}

.gt_eCartButton {
  padding-left : 5px;
  padding-right : 5px;
  background : #31659C;
  color : #FFFFFF;
  width:auto;
  overflow:visible;

}

#gt_eCart td.totalRow {
  border-top : 1px solid #000000;
  border-bottom : 1px solid #000000;
  font-weight: bold;
}

#gt_eCart input {
 text-align : right;
}

