/* 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;
	top: 43px;
	height: auto;
	width: 292px;
	margin-left: 670px;
	box-shadow: 0 1px 0 #C6C6C6;
	background:#f6f6f6
}
#fraisdeport{
	padding-top: 20px;
	border-bottom: 1px solid #999;
	color: #a9a9a9;
}
#livr{
	top: -15px;
	position: relative;
	left: 7px;
	font-size: 14px;
}
#pricelivr{
	font-size: 19px;
	font-weight: bold;
	position: relative;
	left: 15px;
	top: -15px;
}

span.quantity-formated{
	color: #65ae0d;
}
#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:12px;
	width:12px;
	background: url(img/icon/delete.gif) no-repeat 0 0
}
#cart_block .price {
	float:right
}

#cart_block #cart_block_list dl {
	padding-bottom:10px;border-bottom: 1px solid #999;
}
#cart_block #cart_block_list dt {padding:4px 0}
#cart_block #cart_block_list dt a {font-weight:bold}
#cart_block #cart_block_list dd {
	margin-left:20px
}

#cart_block #cart-prices {
	padding:10px 4px;
	line-height:20px;
	font-weight:bold;
	float: left;
	width: 135px;
}
#cart_block_total {font-size: 19px;}
#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 {display:none;}
#cart_block #cart-buttons  #button_order_cart {
	float:right;
	padding-left:20px;
	height: 25px;
	padding: 13px 13px 5px 34px;
}
#cart_block #cart-buttons  #button_order_cart span {
	position: absolute;
	top: -1px;
	left: -12px;
	display: block;
	height: 33px;
	width: 42px;
	background: url(img/icon/pict_add_cart.png) no-repeat 15px 8px;
}
#cart-buttons{margin-top: 10px}
#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_block{
	background-color: #f6f6f6;
	padding: 8px 8px 16px 8px;
	border-top: 1px #c6c5c5 solid;
	border-left: 1px solid #c6c5c5;
	border-right: 1px solid #c6c5c5;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}