/* Special style for block cart*/
#left_column #cart_block, #right_column #cart_block {
}
#cart_block .title_block,#cart_block h4 {
	display: none;
}
#cart_block {
	z-index: 200;
	display:none;
	position: absolute;
	right: 10px;
	top: 48px;
	height: auto;
	width: 366px;
	padding:11px 0;
	background:url(img/bg_cart.png) no-repeat;
}
#cart_block .block_content{background:#fff;padding:20px; box-shadow:0 0 7px #999999; -moz-box-shadow:0 0 7px #999999; -webkit-box-shadow:0 0 7px #999999; -o-box-shadow:0 0 7px #999999;}
#cart_block.cart_block_hover {display:block}
#cart_block .title_block  span, #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:30px 40px 16px;}

#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:block;
	padding-top:5px;
}
#cart_block .image{float:left; margin-right:10px}
#cart_block .cart_block_product_name {}
#cart_block .remove_link {
	float:left;
	display:inline-block;
	margin:1px 0 0 5px;
	height:12px;
	width:12px;
	position:absolute;
	top:0;
	left:0;
}
#cart_block .remove_link a {
	display:inline-block;
	height:12px;
	width:12px;
	background: url(img/icon/delete.gif) no-repeat 0 0;
	text-indent:-9999px;
	float:left;
}
#cart_block .price {}

#cart_block #cart_block_list dl {
	padding-bottom:15px;
	overflow:hidden;
}
#cart_block #cart_block_list dt {padding:4px 0; clear:both; position:relative;}
#cart_block #cart_block_list dt a {}
#cart_block #cart_block_list dd {
	margin-bottom:40px
}
#cart_block #cart_block_list dd a{}
#cart_block #cart-prices {
	padding:10px 0;
	line-height:20px;
	clear:both;
	border-top:1px solid #e1e1e1;
}
#cart_block #cart-prices p{clear:both; overflow:hidden; padding-bottom:5px; font-size:0}
#cart_block #cart-prices span{text-align:right; display:inline-block}
#cart_block #cart-prices span:first-child{width:60%; color:#141414; font-size:12px}
#cart_block #cart-prices span:first-child{*width:58%;}
#cart_block #cart-prices span.price, #cart_block #cart-prices span.ajax_cart_shipping_cost{width:40%; margin-right:0;}
#cart_block #cart-prices span.ajax_cart_shipping_cost{font-size:12px}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
}
#cart_block #cart_block_shipping_cost {font-weight:bold}

#cart_block #cart-buttons .button_small {}
#cart_block #cart-buttons  #button_order_cart {
	float:right;
	padding-left:20px
}
#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;
}
#cart-buttons{clear:both; overflow:hidden; padding-top:5px}
#cart-buttons a{float:right}
#cart-buttons a.cssecond{margin-right:20px}

