/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Shopping cart styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

#shopping-cart .cart-sums
{
  list-style: none;
}

#shopping-cart .item-sums
{
  white-space: nowrap;
}

#shopping-cart .item-actions
{
  text-align: right;
}

.delete-from-list input
{
  background: transparent url(img/cart-item-delete.gif) no-repeat top left;
  width: 13px;
  height: 13px;
}

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

#shopping-cart td.cart-summary ul.cart-sums,
#shopping-cart form.verify-gc
{
  float: right;
}

#shopping-cart td.cart-summary .checkout-buttons {
  clear: both;
}

#shopping-cart .update-icon {
  background: transparent url(../images/update.png) no-repeat left -16px;
  width: 16px;
  height: 16px;
}

#shopping-cart .update-icon[disabled="disabled"],
  #shopping-cart .update-icon-disabled
{
  background-position: left top;
  cursor: default;
}

#shopping-cart .sums li.included-surcharge{
  color: #7e7e7e;
}
