/* Special style for block cart*/
#left_column #cart_block, #right_column #cart_block {
}
#header  #cart_block .title_block, #header  #cart_block h4 {
	display: none;
}
#header #cart_block {
	z-index: 80;
	position: absolute;
    display:none;
	right: 0;
	top: 44px;
	height: auto;
	width: 300px;
    background:#fff;
    border:1px solid #e5e5e5;
    text-align:left;
}
/*custom*/
#top_bar  #cart_block .title_block, #header  #cart_block h4 {
	display: none;
}
#top_bar {
	position: relative;
}
#top_bar #cart_block {
	z-index: 999;
	position: absolute;
    display:none;
	top: 44px;
	right: 0;
	height: auto;
	width: 300px;
    background:#fff;
    border:1px solid #e5e5e5;
    text-align:left;
}
/* end custom */

#cart_block.cart_block_hover {display:block}
#cart_block .title_block  span, #header  #cart_block h4 {
	float: right;
	padding-left: 10px;
	text-transform: none;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #FFF;
}

#cart_block  .block_content {padding:8px;}

#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:inline-block;
	margin-right:5px;
	min-width:18px;
}
#cart_block .remove_link {
	float:right;
	display:inline-block;
	margin:1px 0 0 5px;
	height:12px;
	width:12px
}
#cart_block .remove_link a {
	display:inline-block;
	height:12px;
	width:12px;
}
#cart_block .price {
	float:right
}

#cart_block #cart_block_list dt {padding-bottom:6px;margin-bottom:6px;border-bottom: 1px solid #e5e5e5;}
#cart_block #cart_block_list dt.last_item{border-bottom:none;}
#cart_block #cart-prices {
	padding:10px 0;
	border-top:1px solid #e5e5e5;
    color:#666;
}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	float:right;
    color:#333;
}
#cart_block #cart_block_shipping_cost {}

#cart_block #cart-buttons .button_small {display:none;}
#cart_block table#vouchers {
	clear: both;
	width:100%
}
#cart_block table#vouchers tr td{
	padding: 2px;
}
#cart_block table#vouchers tr td.quantity{
	margin-right:5px;
	min-width:18px
}
#cart_block table#vouchers tr td.delete{
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	width: 15px;
}

#cart_block .cart_block_product_image{float:left;display:block;border:1px solid #e5e5e5;margin-right:10px;}
#cart_block .cart-prices-item{padding-bottom:4px;border-bottom:1px solid #e5e5e5;margin-bottom:4px;}

