/* Special style for block cart*/
#left_column #cart_block, #right_column #cart_block {
}
#header  #cart_block h4 {
	display: none;
}
#header #cart_block {
	z-index: 10;
	display:none;
	position: absolute;

	height: auto;
	
	-moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	background:#F4F4F4;
	border: 1px solid #E5E6E7; 
	margin-bottom: 20px;
    padding: 5px 10px 20px;
}
#cart_block.cart_block_hover {display:block}
#cart_block h4 span {
	float: right;
	padding-left: 10px;
	text-transform: none;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer
}

#cart_block  .block_content {padding: 8px 8px 16px 8px;}

#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:inline-block; 
	margin-right:5px;
	min-width:18px;

}
#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 {
	display:inline-block;
	height:13px;
	width:13px;
	background: url(../../../img/icon/delete-hover.gif) no-repeat 0 0
}
#cart_block .remove_link a:hover {

	background: url(../../../img/icon/delete.gif) no-repeat 0 0
}
#cart_block .price {
	float:right;
	color: #da3838
}

#cart_block #cart_block_list dl {
	padding-bottom:10px
}
#cart_block #cart_block_list dt {
    padding:7px 0 4px 0;
	color: #7B7B7B;	
	}
#cart_block #cart_block_list dt a {
    font-weight:normal;

}
#cart_block #cart_block_list dd {
	margin-left:25px; 
	padding-bottom: 5px; 
	color: #7B7B7B;

}

#cart_block #cart-prices {
	padding: 10px 20px;
	margin-left: -20px;
	line-height: 20px;
	font-weight:normal;
	font-size: 13px;
	color: #7B7B7B;	
	width: 100%;
	background: whitesmoke;
	border-top:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	-moz-box-shadow: 0 0 10px rgba(57, 36, 32, 0.18) inset;
    -webkit-box-shadow: 0 0 10px rgba(57, 36, 32, 0.18) inset;
    -o-box-shadow: 0 0 10px rgba(57, 36, 32, 0.18) inset;
    -ms-box-shadow: 0 0 10px rgba(57, 36, 32, 0.18) inset;
    box-shadow: 0 0 10px rgba(57, 36, 32, 0.18) inset;

}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	float:right;
	font-weight: normal;
	font-size: 15px;

}
#cart_block #cart_block_shipping_cost {
    font-weight: normal; 
	font-size: 13px;
	color: #7B7B7B

}

#cart_block #cart-buttons .button_small {display:none;}
#cart_block #cart-buttons  #button_order_cart {
	float:left;
	margin-top:11px
}
#cart_block #cart-buttons  #button_order_cart span {
	position:absolute;
	top:-1px;
	left:-12px;
	display:none;
	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;
}

