#shopping-cart table {
  width: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
#shopping-cart th {
  background: #AE1130 url(/images/sc-tr.gif) top right no-repeat;
  color: #fff;
  text-align: left;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
#shopping-cart th div {
  padding: 10px;
}
#shopping-cart th.no-curves {
  background: none;
}

#shopping-cart td {
  background-color: #D3D2D2;
  border: 0px;
  margin: 0px;
  padding: 10px;
}
#shopping-cart td a {
  text-decoration: none;
}
#shopping-cart td.cart-price {
  color: #991831;
  font-weight: bold;
}
#shopping-cart input.quantity-input {
  width: 30px;
  text-align: center;
  border-top: 1px solid #C3C3C3;
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #F0F0F0;
}
#shopping-cart div.edit {
  margin: 0px 0px 5px 0px;
}

#shopping-cart #product-total {
  background-color: #F1F1F1;
  font-size: 1.4em;
  font-weight: bold;
  text-align: right;
  margin: 7px 0px 0px 0px;
  padding: 10px;
}
#shopping-cart #product-total #product-total-price {
  color: #AE1130;
}

#shopping-cart #delivery-summary-title {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  background: #AE1130 url(/images/sc-tr.gif) top right no-repeat;
  width: 10em;
  border: 0;
  margin: 10px 0px 5px 0px;
  padding: 0;
}
#shopping-cart div.top-left {
  background: url(/images/sc-tl.gif) no-repeat;
  padding: 5px;
}

#shopping-cart #delivery-cost {
  background: #D3D2D2;
  margin: 0px 0px 2px 0px;
  padding: 5px;
}

#shopping-cart #delivery-cost #delivery-cost-left {
  float: left;
  padding: 3px 0px 0px 0px;
  width: 50%;
}
#shopping-cart #delivery-cost #delivery-cost-right {
  float: left;
  text-align: right;
  width: 50%;
}
#shopping-cart #delivery-cost #delivery-cost-order-price {
  color: #AE1130;
}
#shopping-cart #delivery-cost #delivery-cost-right #delivery-cost-price {
  color: #AE1130;
  border: 1px solid #fff;
  width: 6em;
  float: right;
}

#shopping-cart #delivery-description {
  background: #D3D2D2;
  color: #AE1130;
  padding: 5px;
}
#shopping-cart #delivery-description #delivery-description-text {
  padding: 3px 5px 0px 0px;
  float: right;
}
#shopping-cart #delivery-description #delivery-description-image {
  float: right;
}

#shopping-cart #delivery-total {
  background-color: #F1F1F1;
  font-size: 1.4em;
  font-weight: bold;
  text-align: right;
  padding: 10px;
  margin: 10px 0px 5px 0px;
}
#shopping-cart #delivery-total span.price {
  color: #AE1130;
}
#shopping-cart #overall-total {
  background-color: #CF8190;
  color: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  text-align: right;
  margin: 0px 0px 7px 0px;
  padding: 10px;
}

#shopping-cart #cart-checkout {
  background: url(/images/cart-checkout-bg.gif) repeat-x;
  padding: 10px 0px 0px 0px;
  height: 51px;
  he\ight: 41px;
}
#shopping-cart #cart-checkout #agent-key {
  float: left;
  width: 70%;
}
#shopping-cart #cart-checkout #agent-key input {
  width: 110px;
}
#shopping-cart #cart-checkout #checkout-button {
  background: url(/images/cart-checkout-bg.gif) repeat-y;
  float: left;
  text-align: right;
  width: 30%;
  padding: 0px 0px 0px 0px;
}
#shopping-cart #cart-checkout #checkout-button img {
  float: right;
}
