#cart_table {
  float: left;
  width: 720px; }

#cartitems {
  border-bottom: 1px solid #444; }
  #cartitems td {
    padding: 15px; }
    #cartitems td.image {
      width: 75px;
      vertical-align: top; }
    #cartitems td.qty {
      width: 80px; }
      #cartitems td.qty input {
        width: 50px; }
    #cartitems td.price, #cartitems td.gross {
      width: 70px; }

#cartitems td div.bigtitle {
  color: #ff9600;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; }
#cartitems td li div.title, #cartitems td li.value {
  float: left; }
#cartitems td li div.title {
  width: 60px; }
#cartitems td li div.value {
  color: #fff; }

#update_cart_wrapper {
  margin-bottom: 20px;
  overflow: hidden; }

/**
 * CT Columns
 */
div.ctleft, div.ctright {
  float: left; }

div.ctleft {
  margin-right: 40px;
  width: 340px; }

div.ctright {
  width: 340px; }

div.ctleft h3 {
  font-size: 14px;
  font-weight: bold; }

/**
 * Estimate cart shipping
 */
#cart_shipping {
  margin-bottom: 20px; }

/**
 * Cart summary
 */
#cart_summary {
  background: #181818;
  float: right;
  padding: 10px; }

#cart_summary li {
  margin-bottom: 5px;
  overflow: hidden; }

#cart_summary li div.title {
  float: left; }

#cart_summary li div.value {
  float: right; }

#cart_summary li.total {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px; }

#cart_summary a.sbutton {
  font-size: 20px;
  padding: 10px 30px; }

/**
 * Sidebar
 */
#cart_side {
  float: left;
  margin-left: 20px;
  width: 220px; }
