﻿
.heading_block {
  float: left;
  width: 100%;
  background: #fce4ef;
  border: 1px solid #eebdd2;
}
.heading_block h1 {
  background: url(/images/head_blt.gif) no-repeat 5px 6px;
  margin: 0;
  padding: 0 0 1px 25px;
  font-size: 16px;
  font-weight: bold;
  }
 .product_outer3 {
  background: #f4f4f4;
  margin: 10px 0 0 0;
  border: 1px solid #e9e9e9;
  padding: 10px;
  width: 750px;
  float: left;
  clear: left;
}
.inf_container {
  background: #fff;
  width: 97%;
  padding: 10px;
  border: 1px solid #e9e9e9;
  float: left;
}
.inf_container .Basket_q {
  width: 99.9%;
  font-size: 11px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fbe3f0;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.inf_container .Basket_q td {
  padding: 0 10px 0 10px;
  width:10%;
}
.inf_container .Basket_q td img {
  display: block;
  margin: 0 auto;
  padding-top: 5px;
}
.Basket_q .Inf_top td {
  background: url(/images/table_bg.gif) repeat-x;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  padding-top:4px;
  padding-bottom:10px;
}
.inf_container .Basket_q td.desc {
  color: #821245;
  font-weight: bold;
  padding-bottom: 5px;
  width: 40%;
}
.inf_container .Basket_q td.price {
  font-weight: bold;
  font-size: 12px;
  vertical-align: top;
}
.inf_container .Basket_q td.qty {
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.inf_container .Basket_q td.Total {
  font-size: 15px;
  color: #821245;
  vertical-align: top;
  font-weight: bold;
}
.inf_container .Basket_q td.Edit a, .inf_container .Basket_q td.Remove a {
  display: block;
  padding-left: 20px;
  padding-right: 2px;
  text-decoration: none;
  color: #999;
  font-size: 14px;
  background: url(/images/edit.gif) no-repeat 2px center;
  border: 1px solid #fff;
}
.inf_container .Basket_q td.Remove a {
  background: url(/images/remove.gif) no-repeat 2px center;
}
.inf_container .Basket_q td.Edit a:hover, .inf_container .Basket_q td.Remove a:hover {
  color: #f36da9;
  border-bottom: 1px solid #f36da9;
}
.proceed_next {
  float:left;
  width:100%;
  padding: 10px 0 30px 0;
}
.proceed_next a {
  font-size: 12px;
  padding-top: 10px;
  color: #000;
}
.proceed_next p {
  clear: both;
  float: right;
  color: #999;
  line-height: 16px;
}
.basket_total {
  float: left;
}
.basket_total .message {
  float:left;
  color:#fe0000;
  font-size:12px;
  width:450px;
  padding-top:20px;
}
.basket_total .Totals {
  float:right;
  padding-left:40px;
}
.basket_total .Shipping {
 display:block;
 font-size:13px;
}
.basket_total .Total_Price {
  display:block;
  clear:right;
  font-size:18px;
  color:#777;
}
.basket_total em.enlarge {
  font-size:25px;
  color:#000;
  font-style: normal;
}
