/** checkout **/

#uc-cart-checkout-form .form-item {
  margin: 2px 0;
}

#uc-cart-checkout-form .field-label {
  padding-right: 10px;
}

#uc-cart-checkout-form .form-required {
  float: right;
  padding-left: 20px;
}

/** update cart **/

#cart-form-products input {
  background: white;
}

#cart-form-products .form-item {
  margin: 0;
}

#cart-form-products .price {
  text-align: right;
}

#cart-form-products .subtotal {
  text-align: right;
}

#cart-form-products #subtotal-title {
  font-weight: bold;
  padding-right: 10px;
}

#continue-shopping-link {
  margin: 20px 0;
}

.pane-title-row td {
  background: white;
  font-weight: bold;
}

/** **/

.address-pane-table td {
  background: none;
  border: none;
  padding: 0;
}

/** checkout form review **/

.cart-review .price {
  text-align: right;
}

.cart-review .subtotal {
  text-align: right;
}

.cart-review #subtotal-title {
  font-weight: bold;
  padding-right: 10px;
}

/** checkout form address **/

.description {
  margin: 20px 0;
}

/** button **/

.add-to-cart input[type=submit] {
  background: url(../images/purchase-button.png) no-repeat left center;
  border: none;
  color: #666;
  height: 18px;
  padding-left: 25px;
}

