/* Basket
============================ */

#errorBlock {
  border: 1px solid #F9A9B7;
  background: #FDE7EB url(/img/icons/error_message.gif) 12px 11px no-repeat;
  padding: 10px;
  margin-top: 10px;
  color: #E35870;
  height: auto;
}

#errorBlock strong, #errorBlock span {
  display: block;
  padding-left: 20px;
  line-height: 14px;
  font-size: 75%;
}

table#basket {
  width: 666px;
  margin: 16px 0 0 0;
  font-size: 70%;
  text-align: left;
}
  table#basket td {
    border-bottom: 1px solid #d6d6d6;
    padding: 8px 0;
    vertical-align: middle;
  }

  table#basket tr.top_row {
    background: #f8f8f8;
    color: #6e6e6e;
  }

    table#basket tr.top_row td.first {padding-left: 10px;}

  table#basket tr.subtotal {
    color: #57b6d1;
    font-size: 135%;
    line-height: 22px;
  }
  
  table#basket tr.subtotal td {
    padding-top: 8px;
  }
  
  table#basket tr.subtotal td#discountTD {
    padding-top: 8px;
    vertical-align: top;
    line-height: 24px;
  }
  
  #discountTD form strong {
    display: block;
    float: left;
    font-weight: normal;
    width: 130px;
    clear: none;
    line-height: 29px;
  }

  #discountTD form input {
    display: block;
    float: left;
    width: 60px;
    clear: none;
    margin-top: 4px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  #discountTD form button {
    display: block;
    float: left;
    width: 82px;
    height: 29px;
    background: url(/img/buttons/apply.gif) 0 0 no-repeat;
    cursor: pointer;
    border: 0;
    margin: 0;
    padding: 0;
  }

  #discountTD form button:hover {
    background-position: 0 -29px;
  }
  
#right_column #cards {
  background: url(/img/icons/cards.jpg) 0 0 no-repeat;
  width: 204px;
  height: 18px;
  margin: 24px 0 0 0;
  float: left;
}

form.update_td {
  width: 100px;
}

select.update_select {
  float: right;
  display: block;
}

button.update_button {
  background: url(/img/buttons/update_text.gif) 0 5px no-repeat;
  width: 33px;
  height: 20px;
  display: block;
  border: 0;
  cursor: pointer;
  float: right;
  margin-left: 5px;
}

/* Buttons
============================ */

table#basket button.delete {
	display: block;
  width: 29px;
	height: 29px;
  background: url(/img/buttons/delete.gif) 0 0 no-repeat;
	cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0;
}

a.continue_shopping {
	display: block;
  width: 166px;
	height: 29px;
  background: url(/img/buttons/continue_shopping.gif) 0 0 no-repeat;
	cursor: pointer;
  float: right;
  margin-top: 18px;
  margin-right: 10px;
}

a.proceed_to_checkout {
	display: block;
  width: 179px;
	height: 29px;
  background: url(/img/buttons/proceed_to_checkout.gif) 0 0 no-repeat;
	cursor: pointer;
  float: right;
  margin-top: 18px;
}

  table#basket a.delete:hover, a.continue_shopping:hover, a.proceed_to_checkout:hover {background-position: 0 -29px;}
table#basket tr.noborder td {
    border: none;
}
input.add_to_basket {
    display: block;
    width: 136px;
    height: 29px;
    background: url(/img/buttons/add_to_basket.gif) 0 0 no-repeat;
    cursor: pointer;
    margin: 14px 10px 0 0;
    border:none;
    text-indent:-10000px;
    margin-left: 4px;
}
input.add_to_basket:hover {
    background-position: 0 -29px;
}
#upsell {
    width: 666px;
    overflow:hidden;
    background:#f8f8f8;
    padding-top: 19px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d6d6d6;
}
#upsell-image {
    float:left;
    width: 120px;
    margin-right: 10px;
    display:inline;
}
#upsell-description {
    float:left;
    width: 536px;
}
#upsell-description .content {
    padding-left: 6px;
}
#right_column p.title {
    font-size: 12px;
    padding-bottom: 4px;
}
#right_column div.description, #right_column div.description p {
    font-size: 11px;
}
#right_column p.price {
    font-size: 14px;
    color:#57B6D1;
    padding-bottom: 14px;
}
a.enlarge em {
    text-decoration:none;
    font-style:normal;
    border-bottom: 1px solid #F8CEE4;
}
a.enlarge:hover em {
    border: none;
}
#right_column a.enlarge {
    border:none;
    padding-left: 13px;
    margin: 6px 0 0 5px;
    display:block;
    background: url(/img/buttons/enlarge.png) no-repeat left center;
}
#base_content_bottom #right_column p.disc {
    color:#57b6d1;
    margin-top: 10px;
    font-size: 13px;
}
