/**
 * Decléor Store Cart Styles 
**/

/* @group Tags */

tr td {
  border-top: 1px solid #E5E3D7;
  border-bottom: 1px solid #E5E3D7;
}

/* @endgroup */

/* @group Classes */

.column.right .description {
	width: 19em;
}

.free-gift {
	font-weight: bold;
}

/* @endgroup */

/* @group Layout (IDs) */

#cart-items {
  width: 100%;
}

#cart-items .thumbnail {
  padding: 0.625em;
}

#cart-items .thumbnail,
#cart-items .title {
  background-color: #FFF;
}

#cart-items .title {
  border-left: none;
  width: 80%;
}

#cart-items .quantity {
  white-space: nowrap;
  text-align: center;
}

#cart-items .quantity input {
  vertical-align: middle;
}

#cart-items .update-button {
  margin-left: 0.625em;
}

#cart-add-gift-wrapping td,
#cart-gift-wrapping td,
#cart-delivery td,
#cart-total td,
#cart-checkout-controls td {
  border: none;
}

#cart-add-gift-wrapping td {
  padding: 1.25em 0 2.5em 0.625em;
}

#cart-add-gift-wrapping td.thumbnail {
  background: url("../images/gift_wrapping.png") no-repeat 50% 1.25em;
}

#add-gift-wrapping {
  margin-bottom: 0;
}

#add-gift-wrapping a {
  background-color: #77AE36;
  color: #FFF;
  display: block;
  font-size: 1.1em;
  line-height: 1.1364em;  
  margin: 0;
  padding: 0.5682em;
}

#add-gift-wrapping a:hover {
  background-color: #618e2c;
  text-decoration: none;
}

#cart-gift-wrapping td {
  padding-top: 1.25em;
  white-space: nowrap;
}

#gift-message {
  margin: 5px 0;
}

#gift-message td {
  font-size: 0.92em;
  line-height: 1.3587em;
  margin: 0.625em 0;
  padding-top: 0;
  vertical-align: top;  
}

#gift-message .note {
  padding: 0;
  margin: 0;
}

#delivery-info {
  vertical-align: top;
}

#cart-total .total {
  font-size: 1.4em;
  line-height: 0.8929em;  
  padding: 0.4464em 0.4464em 0.2232em;
}

#cart-checkout-controls td {
  padding-top: 1.25em;
  text-align: right;
}

#card-types {
	float: right;
	margin: 0 0 1.25em 1.25em;
	padding-top: 0.625em;
}

#submit-order-button {
  background: url("../images/buttons/processing.gif") no-repeat;
  clear: both;
  float: right;
  height: 24px;
  overflow: hidden;
  width: 82px;
}

#update-details-notice {
	margin-bottom: 2.5em;
	width: 23em;
}

#terms-notice {
	margin-top: 2.5em;
  width: 23em;
}

/* @endgroup */
