@import url(/style/client_gallery.css);
@import url(/style/form.css);

.summary {
  border-top: 1px solid #ead5ba;
  border-left: 1px solid #ead5ba;
  border-bottom: 1px solid #ead5ba;
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0 0 0;
}

.summary th {
  background-color: #ead5ba;
}

.summary td {
  width: 50%;
  border-right: 1px solid #ead5ba;
}

.calc_shipping {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1em;
}

.calc_shipping .label {
  text-align: left;
  font-weight: bold;
}

#zip {
  margin-bottom: .5em;
}

.totals {
  margin-left: auto;
}

.totals td, .calc_shipping td {
  border: 0;
}

#tot_cell {
  padding-right: 1em;
}

.cart {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
  border: 1px solid #ead5ba;
}

.cart th {
  font-weight: bold;
  background-color: #ead5ba;
}

.cart td, #cart th {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.cart td {
  border: 1px solid #ead5ba;
}

.cart .heading {
  font-weight: bold;
  padding-top: 20px;
}

.label {
  text-align: right;
}
