/* 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: 1091;
	display: none;
	position: absolute;
	right: 0;
	top: 55px;
	height: auto;
	width: 200px;
	-moz-border-bottom-right-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0 1px 0 #C6C6C6;
	background:#FFFFFF;
	padding: 10px;
	width: 330px;
	box-shadow: 0 0 5px #666666;
}
#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: 4px 4px;}

#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:inline-block;
	padding-right:2px;
	min-width:18px;
	vertical-align: top;
}
#cart_block .cart_block_product_img_link  { margin: 0 18px 0px 0;  display: block; float: left; height: 60px; overflow: hidden; position: relative;  text-decoration: none; width: 60px;}
#cart_block .cart_block_product_img_link  img {}
#cart_block .cart_block_product_name {font-weight:bold}
#cart_block .remove_link, #cart_block .deleteCustomizableProduct {
	float:right;
	display:inline-block;
	margin:1px 0 0 5px;
	height:12px;
	width:12px
}
#cart_block .remove_link a, #cart_block .ajax_cart_block_remove_link {
	display:inline-block;
	height:12px;
	width:12px;
	/*background: url(img/icon/delete.gif) no-repeat 0 0;*/
	background: url("../../../img/sprite-site.png") no-repeat !important;
  	background-position:-94px -1px !important;
}
#cart_block .price {
	display: block;    float: none;
}

#cart_block #cart_block_list dl {
	padding-bottom:10px
}
#cart_block #cart_block_list dt { padding: 8px 0; border-bottom: 1px dotted #CFBEB4; overflow: hidden; text-align: left;  }
#cart_block #cart_block_list dt:last-child { border-bottom: none;}

#cart_block #cart_block_list dt a { font-size: 11px; font-weight: normal; display: inline-block; max-width: 95px; color: #071D5B; text-decoration: none; text-transform: uppercase; }
#cart_block #cart_block_list dd { margin: 0 0 5px 0px; padding: 0 0 8px;}
#cart_block #cart_block_list dd a { text-decoration: none; font-size: 11px; color: #4C4C4C;}

#cart_block #cart-prices { font-family:  "FuturaTOTBook",Arial,Helvetica,Sans-Serif; overflow: hidden;
	padding:10px 4px; line-height:20px; font-size: 14px;	border-top:1px solid #ccb5ab; margin: 10px 0 0 0; text-align: left;  color: #4C4C4C;
}
#cart_block #cart-prices span { text-transform: uppercase;}
#cart-prices br { clear: both;}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	float:right;
	color: #071D5B;
	font-size: 13px
}
#cart_block #cart_block_total {
font-weight:bold;  font: 24px/35px "FuturaTOTBook",Arial,Helvetica,Sans-Serif;
}

#cart_block #cart_block_shipping_cost {}
#cart_block #cart-buttons { clear: both; text-align: center;}
#cart_block #cart-buttons .button_small {display:none;}
#cart_block #cart-buttons  #button_order_cart {

}
#cart_block #cart-buttons  #button_order_cart { background: none repeat scroll 0 0 #976954 !important; font-size: 11px; padding: 8px 20px;}
#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;
}
.x-header-bloccart-pdt-data, .x-header-bloccart-pdt-data span {  font-size: 11px; color: #4C4C4C; }
