/* line 3, ../../app/stylesheets/cart.sass */
h3 {
  background: url('/images/cart_tab.gif?1317053430') no-repeat;
  height: 26px;
  width: 130px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin: 0 0 18px 16px;
  padding: 12px 0 0 44px;
}

/* line 13, ../../app/stylesheets/cart.sass */
h4 {
  background: url('/images/cart_tab2.gif?1317053430') no-repeat;
  height: 29px;
  width: 504px;
  font-size: 13px;
  font-weight: normal;
  color: #467d97;
  margin: 0 0 18px 16px;
  padding: 9px 0 0 44px;
}

/* line 23, ../../app/stylesheets/cart.sass */
#cart-container {
  padding-top: 32px;
  padding-left: 2px;
}

/* line 27, ../../app/stylesheets/cart.sass */
#basket {
  width: 932px;
  background: url('/images/cart_tab3.gif?1317053430') no-repeat;
  margin: 0 0 0 16px;
}
/* line 31, ../../app/stylesheets/cart.sass */
#basket table {
  width: 100%;
}
/* line 33, ../../app/stylesheets/cart.sass */
#basket th {
  font-size: 13px;
  font-weight: bold;
  color: #717a81;
  text-align: center;
  padding: 9px 15px;
}
/* line 39, ../../app/stylesheets/cart.sass */
#basket th.col1 {
  text-align: left;
  padding-left: 42px;
}
/* line 42, ../../app/stylesheets/cart.sass */
#basket td {
  border-bottom: 1px solid #d1d6d8;
  padding: 15px 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #333333;
}
/* line 49, ../../app/stylesheets/cart.sass */
#basket td.col1 {
  padding-left: 42px;
  text-align: left;
}
/* line 52, ../../app/stylesheets/cart.sass */
#basket td.col2 {
  text-align: left;
  font-size: 11px;
}
/* line 55, ../../app/stylesheets/cart.sass */
#basket td.col3 {
  text-align: right;
}
/* line 57, ../../app/stylesheets/cart.sass */
#basket td.col2 a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #4f8c00;
}
/* line 62, ../../app/stylesheets/cart.sass */
#basket td.col5 {
  text-align: right;
}
/* line 64, ../../app/stylesheets/cart.sass */
#basket td.col5 a {
  font-weight: bold;
  text-decoration: none;
  color: #276c8a;
}
/* line 68, ../../app/stylesheets/cart.sass */
#basket td.subtotal {
  color: black;
  font-weight: bold;
  text-align: right;
}
/* line 72, ../../app/stylesheets/cart.sass */
#basket #basket-right {
  text-align: right;
  position: relative;
  padding: 15px 0;
}
/* line 76, ../../app/stylesheets/cart.sass */
#basket #basket-right #group-div {
  position: absolute;
  right: 300px;
  top: 16px;
}
/* line 80, ../../app/stylesheets/cart.sass */
#basket #basket-right #group-div label {
  font-size: 12px;
  font-weight: bold;
  color: black;
}
/* line 84, ../../app/stylesheets/cart.sass */
#basket #basket-right input {
  vertical-align: top;
  margin: 0 0 0 25px;
}

