/* Special style for block cart*/
#header  #cart_block h4 {
	display: none;
}
#header #cart_block {
	background: none repeat scroll 0 0 #fff;
	border-left:2px solid #e5e5e5;
	border-right:2px solid #e5e5e5;
	border-bottom:2px solid #e5e5e5;
	display:none;
	position: absolute;
	right:5px;
	width: 250px;
	z-index: 10;
}
#cart_block.cart_block_hover {display:block}
#cart_block h4 span {}

#cart_block  .block_content {padding:0 10px 15px 10px; overflow:hidden;}
#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:inline-block;
	margin-right:5px;
}
#cart_block .cart_block_product_name {font-weight:bold}
#cart_block .remove_link {
	float:right;
	display:inline-block;
	margin:1px 0 0 5px;
	height:12px;
	width:12px
}
#cart_block .remove_link a,
#cart_block a.delete_voucher{
	display:inline-block;
	height:12px;
	width:12px;
	background: url("../../../img/custom/delete.png") no-repeat 0 0
}
#cart_block a.delete_voucher img.icon{display:none}
#cart_block .price {float:right;}

#cart_block #cart_block_list dl {
	padding-bottom:10px
}
#cart_block #cart_block_list dt {margin:15px 0 0}
#cart_block #cart_block_list dt a {font-weight:bold;}
#cart_block #cart_block_list dd {font-size:11px; margin-left:20px;}
#cart_block #cart_block_list dd a{color:#999;}

#cart_block #cart-prices {
	background:#f5f5f5;
	margin:0 0 10px;
	padding:5px;
	line-height:20px;
}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	float:right
}
#cart_block #cart_block_shipping_cost {}

#cart_block #cart-buttons .button_small {display:none;}
#cart_block #cart-buttons  #button_order_cart {float:right;}
#cart_block #cart-buttons  #button_order_cart span {
}
#cart_block table#vouchers {
	margin:0 0 10px;
	clear: both;
	width:100%;
}
#cart_block table#vouchers tr td{
	padding: 2px;
}
#cart_block table#vouchers tr td.quantity{}
#cart_block table#vouchers tr td.delete{
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	width: 15px;
}

