#cart-wrapper * {
  font-family: Arial, sans-serif; }

#cart-wrapper {
  border-top: 4px solid #AF9E8E;
  border-bottom: 20px solid #ddd;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  overflow: display;
  opacity: 0.95;
  background: url(/images/overlay.png) repeat;
  filter: alpha(opacity=95); -moz-opacity: .95;background: #fff url(/images/overlay.png) top left repeat;
  text-align: left; }
  #cart-wrapper a {
    color: #3F3B39; }
  #cart-wrapper a img {
    border: 2px solid #fff;
    padding: 0px; }
  #cart-wrapper a:hover img {
    border: 2px solid #333;
    padding: 0px; }
  #cart-wrapper a.checkout:hover {
    color: #3F3B39; }

#cart-content {
  position: relative;
  width: 680px;
  padding: 30px 0;
  top: 0;
  margin: 0 auto;
  color: #3F3B39;
  font-size: 12px;
  line-height: 18px;
  text-align: left; }
  #cart-content p {
    font-size: 12px;
    line-height: 18px;
    color: #3F3B39;
    font-weight: normal;
    margin: 0 0 18px 0;
    padding: 0;
    text-align: left; }
  #cart-content h1 {
    color: black;
    margin: 9px 0 18px 0;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    color: #3F3B39;
    font-weight: bold; }
  #cart-content span.empty {
    font-size: 10px;
    font-style: oblique;
    font-weight: normal; }

table#cart {
  width: 670px;
  float: lef; }
  table#cart th {
    font-style: oblique;
    border-bottom: 3px double #999;
    margin-bottom: 10px;
    color: #555;
    text-align: center; }
  table#cart tr.subtotal {
    text-align: right; }
  table#cart tr.item {
    height: 70px; }
    table#cart tr.item img.product_thumbnail {
      float: left;
      border: 5px solid #fff;
      margin: 10px 0 0 10px; }
    table#cart tr.item td {
      vertical-align: middle; }
    table#cart tr.item td.pic_and_title span.item_title {
      float: left;
      margin: 12px 0 0 10px; }
  table#cart td {
    vertical-align: top; }
  table#cart .quantity {
    text-align: center; }
  table#cart .cost {
    font-size: 14px;
    text-align: center; }
  table#cart .cart-head {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none; }
  table#cart .extra {
    text-align: right; }
  table#cart .merchandise_total_title {
    font-style: oblique;
    font-size: 14px;
    color: #777;
    padding: 11px 10px 0 0; }
  table#cart .merchandise_total_amount {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-top: 1px solid #ccc;
    padding-top: 10px; }

table#check_out_cart {
  width: 500px;
  margin: 0 auto;
  font-family: Georgia, Times; }
  table#check_out_cart th {
    font-style: oblique;
    border-bottom: 3px double #555; }
  table#check_out_cart td, table#check_out_cart th {
    padding: 5px;
    text-align: left; }
  table#check_out_cart td.quantity, table#check_out_cart th.quantity {
    text-align: center; }
  table#check_out_cart tr.subtotal {
    vertical-align: top; }
    table#check_out_cart tr.subtotal td.merchandise_total_title {
      font-style: italic; }
    table#check_out_cart tr.subtotal td.merchandise_total_amount {
      font-weight: bold; }
    table#check_out_cart tr.subtotal td {
      border-top: 1px dotted #999;
      border-bottom: 1px solid #555; }
  table#check_out_cart tr.tax, table#check_out_cart tr.discount {
    vertical-align: top; }
  table#check_out_cart tr.item td {
    vertical-align: center;
    padding-top: 15px;
    padding-bottom: 15px; }
  table#check_out_cart tr.order_total {
    vertical-align: top;
    font-weight: bold;
    font-size: 18px; }
    table#check_out_cart tr.order_total td {
      border-top: 1px solid #555; }
