/* Special style for block cart*/
#left_column #cart_block, #right_column #cart_block {
    background-color: #f0ebe6;
}
#cart_block .title_block, #cart_block h4, #cart_block .title_block a, #cart_block h4 a { display: block; }
#cart_block .title_block, #cart_block h4 { padding: 14px 14px 10px; background: transparent none; }
#cart_block .title_block a, #cart_block h4 a { font-size: 24px; color: #000; }
#header  #cart_block .title_block, #header  #cart_block h4 { display: none; }
#header  #cart_block .title_block a, #header  #cart_block h4 a { border-bottom: 0 none; }
#cart_block .title_block img, #cart_block h4 img { vertical-align: bottom; margin-left: 6px; }

#header  #cart_block a:link, #header  #cart_block a:visited { color: #fff; }
#header  #cart_block a:hover, #header  #cart_block a:active { color: #000!important; }
#header #cart_block {
	display: none;
	width: 260px;
	position: absolute;
	top: 47px;
	z-index: 99999;
	right: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}
#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;
}

#header #cart_block  .block_content { padding:8px 8px 16px 8px; }
#cart_block  .block_content {padding:8px 14px 16px; border: none; position: relative;}

#cart_block #cart_block_summary, #cart_block #cart_block_summary span {display:none}
#left_column #cart_block #cart_block_summary, #right_column #cart_block #cart_block_summary, #cart_block #cart_block_summary .ajax_cart_product_txt_s { display: block; }
#cart_block #cart_block_summary .ajax_cart_product_txt_s { margin-bottom: 4px; font-size: 18px; color: #3399d6; border-bottom: 1px solid #3399d6; }

#cart_block .quantity-formated {
	display:inline-block;
	padding-right:2px;
	min-width:18px;
	vertical-align: top;
}
#cart_block .cart_block_product_name {font-weight:bold}
#cart_block .remove_link, #cart_block .deleteCustomizableProduct {
	position: absolute;
	right: 0;
	top: 4px;
	height:13px;
	width:13px;
	z-index: 99999;
}
#cart_block .remove_link a, #cart_block .ajax_cart_block_remove_link {
	display:inline-block;
	height:13px;
	width:13px;
	background: url(../../../img/icon/delete.gif) no-repeat 0 0
}
#header #cart_block .remove_link a, #header #cart_block .ajax_cart_block_remove_link { background: url(img/icon/delete.gif) no-repeat 0 0; }
#cart_block .price {
	padding: 0 5px;
}
#cart_block .quantity-formated { color: #3399d6; }
#cart_block .price, #header #cart_block .quantity-formated, #header  #cart_block .combination:link, #header  #cart_block .combination:visited { color: #000; }

#cart_block_list { overflow: hidden; }
#cart_block #cart_block_list dl {
	padding-bottom:10px;
    overflow: hidden;
}
#header #cart_block #cart_block_list dt { margin-bottom: 10px; padding-bottom: 10px; }
#cart_block #cart_block_list dt {  float: left; width: 100%; margin-bottom: 0; padding-bottom: 0; border-bottom: 0 none; position: relative;}
#header #cart_block #cart_block_list dt { border-bottom: 2px solid #fff; }
#header #cart_block #cart_block_list dt a.product-name { width: 170px;}
#cart_block #cart_block_list dt a.product-name { font-weight: normal; display: inline-block; width: 140px; font-size: 13px !important;}
#left_column #cart_block #cart_block_list .product-name, #right_column #cart_block #cart_block_list .product-name { text-transform: lowercase; color: #000; font-size: 16px !important; }
#cart_block #cart_block_list dd {
	
}
#cart_block #cart_block_list .cart_block_product_image { width: 50px; float: left; border: 1px solid #3399d6; margin-right: 10px; }
#left_column #cart_block_list .cart_block_product_image, #right_column #cart_block_list .cart_block_product_image { display: none; }
#cart_block #cart_block_list .product-details { margin-left: 60px;}
#cart_block #cart_block_list .product-details a.combination { display: inline-block; clear: both;	}

#cart_block #cart-prices {
	padding:10px 4px;
	line-height:20px;
	font-weight: normal;
	margin-top: 10px;
    overflow: hidden;
    border-top: 1px solid #3399d6;
}
#cart_block #cart-buttons { float: right;}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	float:right;    
    color: #000;
}
#cart_block #cart_block_total { font-size: 18px; }
#cart_block #cart_block_total + span { font-size: 16px; }
 #cart_block #cart_block_total + span { text-transform: uppercase; }
#cart_block #cart_block_shipping_cost { font-weight: normal}

#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 {
	position:absolute;
	top:-1px;
	left:-12px;
	display:block;
	height:26px;
	width:26px;
	background:url(img/icon/pict_add_cart.png) no-repeat 0 0
}
#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;
}

