/* 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: 9999;
	display:none;
	position: absolute;
	right: 0;
	top: 68px;
	padding-top: 7px;
	height: auto;
	width: 252px;		
}
#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
}

#cart_block  .block_content {
	background:#fff;
	border:1px solid #e4e4e4;
	padding: 10px;
	}

#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:inline-block;
	font-size:14px;
	color:#797878;
	padding-right:5px
}
#cart_block .cart_block_product_name {
	display: block;
	text-transform: uppercase;
	color:#444;
	font-size:11px
	}
#cart_block .cart_block_product_name:hover {
	text-decoration: none;
}
#cart_block dt .remove_link, #cart_block dt .deleteCustomizableProduct {
	display:inline-block;
	height:25px;
	width:25px;
	position: absolute;
	top:-25px;
	right: -25px;
	z-index:999
}
#cart_block dt:hover .remove_link, 
#cart_block dt:hover .deleteCustomizableProduct {
	top:0;
	right: 0;
	}
#cart_block .remove_link a, #cart_block .ajax_cart_block_remove_link {
	display:inline-block;
	height:25px;
	width:25px;
}
#cart_block .price {
	display: inline-block;
	color:#df1919;
	font-size:15px;
	line-height: 18px;
}
#cart_block #cart_block_list {overflow: hidden;}
#cart_block #cart_block_list dt {
	margin-bottom: 5px;
	background: #f7f7f7;
	border:1px solid #e7e7e7;
	padding: 5px;
	overflow: hidden;
	position: relative;		
}
#cart_block #cart_block_list dt a {	margin:0 10px 0 0;}
#cart_block #cart_block_list dd {
	margin-left:20px
}

#cart_block #cart-prices {
	padding:5px 0 0;
	line-height:20px;
	width:140px;
	float:left
}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	float:left
}
#cart_block #cart-buttons {width:89px;float: left; padding: 10px 0 0 0;}
#cart_block #cart-buttons .button_small {display:none;}
#cart_block #cart-buttons a {padding: 0 10px !important;}
#cart_block #cart-buttons  #button_order_cart {
	float:right;
	padding-left:20px
}
#cart_block #cart-buttons  #button_order_cart span {
	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 .cartImage img {width:63px; height: auto;}
#cart_block .cartImage {display: block; width: 63px; float:left}
.cart-subtitle {float:left; margin-right:10px; color:#212223}
/*