#cart_block h4 span, #cart_block #cart_block_summary { display:none; }
#cart_block #cart_block_no_products { padding:2px 0 5px; }
#cart_block dl {
  font-size:11px;
  margin-bottom:5px;
}
#cart_block dl dt, #cart_block dl dt a { font-weight:700; }
#cart_block dl .price {
  float:right;
  font-weight:700;
  color:#dec082;
}
#cart_block dl .ajax_cart_block_remove_link {
  background:url(../../../img/icon/delete.gif) no-repeat left bottom;
  float:right;
  width:16px;
  height:16px;
  margin-left:5px;
}
#cart_block dl .cart_block_customizations li {
  background:none;
  border:0;
  font-size:11px;
  margin:0 0 10px;
  padding:0;
}
#cart_block #cart-prices {
  border-top:1px solid #202020;
  padding:5px 0;
  font-weight:700;
}
#cart_block #cart-prices .price {
  float:right;
  font-weight:700;
  color:#dec082;
}
#cart_block #vouchers {
  background:none;
  border-top:1px solid #202020;
  border-right:0;
  border-left:0;
  border-bottom:0;
  font-size:11px;
  font-weight:700;
  margin:0;
}
#cart_block #vouchers td {
  border:0;
  padding:2px 0 0;
}
#cart_block #vouchers .delete {
  width:22px;
  text-align:right;
}
#cart_block #vouchers .delete a img {
  width:13px;
  height:13px;
  margin-right:2px;
  vertical-align:text-bottom;
}
#cart_block #cart-price-precisions {
  border-top:1px solid #202020;
  font-size:11px;
  padding:2px 0 0;
}
#cart_block #cart-buttons {
  overflow:hidden;
  margin:10px 0 0;
}
#cart_block #cart-buttons .button_small { float:left; }
#cart_block #cart-buttons .exclusive { float:right; }
