/* 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:10px;
	top: 68px;
	height: auto;
	width: 550px;
	background:#fff;
	border:1px solid #DEE7EC;
	border-top:4px solid #cb4d4d;
	border-bottom:4px solid #c4c4c4;
	color:#666;
	border-radius: 10px;
}
#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 {padding:16px}

#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:15px;
	width:12px;
	background: url(img/icon/delete.png) no-repeat 0 0
}
#cart_block .price {float:right}
#cart_block #cart_block_list dl {padding-bottom:10px}
#cart_block #cart_block_list dt {padding:4px 0}
#cart_block #cart_block_list dd {margin-left:20px}
#cart_block #cart-prices {
	padding:10px 0px;
	line-height:20px;
	font-weight:bold;
	border-top:1px solid #DEE7EC
}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {float:right}
#cart_block #cart_block_shipping_cost {font-weight:bold}

#cart_block #cart-buttons .button_small {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border:1px solid #DEE7EC;
	box-shadow:none;
	color:#666;
}
#cart_block #cart-buttons  #button_order_cart {
	margin:0px 0px 0px 10px;
	border: 2px 2px 2px 2px;
}
#cart-buttons{text-align: right;}
#cart_block #cart-buttons  #button_order_cart:hover {color:#fff}
#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}

