#cart {
  margin-bottom: 24px; }

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

#cart a.do-remove {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  overflow: hidden;
  cursor: pointer; }

#cart a.do-remove.working {
  background: url(/images/loading-sm.gif);
  text-indent: 100%;
  cursor: pointer; }

#cart td.qty input {
  width: 100%; }

#cart td.qty input.working {
  text-indent: -200em;
  background: #ddd url(/images/loading-sm.gif) center no-repeat; }

.site-content {
  padding-top: 12px; }
