H2 {
  background: url("/images/nav/view-order.jpg") no-repeat top center;
  padding-top: 80px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

.centerColumn {
  text-align: left;
  width: 95%;
}

#cartContentsDisplay {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 8px;
  width: 670px !important;
}

#cartContentsDisplay TD {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 2px 5px;
}

.cartQuantity {
  border-left: 1px solid #000;
}

#cartContentsDisplay TH {
  padding: 2px 5px;
}

#cartSubTotal, 
#checkout-button {
  text-align: right;
  position: relative;
  right: 23px;
}

#cartSubTotal {
  font-weight: bold;
}

.cssButton,
.cssButtonHover,
#continue-shopping, 
#checkout-button {
  border: 1px solid #7C684D;
  padding: 5px 10px;
  display: block;
  width: 130px;
  text-align: center;
  font-weight: normal;
  font-family: georgia;
  font-size: 12px;
  text-decoration: underline;
  color: #4D0101;
  float: right;
}

#continue-shopping {
  float: left;
  position: relative;
  top: 0px;
}

.cartQuantity {
  text-align: center;
}

.cartQuantity BR {
  display: none;
}

.cartQuantity INPUT {
  width: 20px;
  text-align: center;
}

.cartQuantityUpdate {
  display: none;
}

#or {
  float: right;
  position: relative;
  top: 30px;
  right: -80px;
}

#PPECbutton {
  float: right;
  padding-top: 10px;
}

span.button_checkout {
  position: relative;
  right: 25px;
}




