/* Special style for block cart*/

#cart_block{display:none;}

#cart_block{
	position:absolute;
	z-index:20;
	top:40px;
	right:10px;
	width:450px;
	background-color:#fff;
	border:5px solid #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow: 2px 2px 5px #333;
	
}

#cart_block.cart_block_hover {display:block}

#cart_block h4{
	display:none;
}

#cart_block h4 span#block_cart_collapse {background-image: url(../../../img/icon/sort_asc_white.png) }
#cart_block h4 span#block_cart_expand {background-image: url(../../../img/icon/sort_desc_white.png) }


#cart_block_summary{
	border-bottom:1px solid #ccc;
	padding:10px 20px 10px 20px;
	text-indent:17px;
	background:#fff url(../../../img/fleche_bas.png) 20px 50% no-repeat;
}

#cart_block_list dt{
	margin:0;padding:0;
}

#cart_block_list p,#cart_block_list dt{
	line-height:170%;
	padding:0 20px 0 20px;
}

.quantity{margin-right:5px;}

a.cart_block_product_name{
	font-weight:bold;
	color:#000;
	margin-left:15px;
	text-decoration:none;
}

p#cart-prices{
	font-weight:bold;
	border-top:1px solid #000;
	margin:0 5px 0 5px;
}

.ajax_cart_total, #cart_block .price {
	float:right;
	line-height:150%;
}

#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 .quantity-formated {
	display:inline-block;
	margin-right:5px;
	width:50px
}

#cart_block #cart_block_list dd {
	display:none;
	margin-left:20px
}

a#button_order_cart{
	display:block;
	margin:16px auto;
	color: rgb(255, 255, 230);
	font-size: 12px;
	text-shadow: -1px -1px 1px rgba(30, 30, 30, 0.29);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(248, 148, 7) url(../../../img/icon/ico_PanierPlus_blanc.png) 5px 50% no-repeat;	
	border:1px solid #e89117;
	text-indent:40px;
	font-weight:bold;
    float: left;
    margin-left: 125px;
}

a#button_empty_cart{
    display:block;
    color: rgb(255, 255, 230);
    font-size: 12px;
    text-shadow: -1px -1px 1px rgba(30, 30, 30, 0.29);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(248, 148, 7);
    border:1px solid #e89117;
    padding:0 20px;
    font-weight:bold;
    text-indent: 0px;
    float: left;
    height: 29px;
    line-height: 29px;
    margin: 16px auto auto 10px;
}

#my-account p a#button_empty_cart,
#my-account p a#button_order_cart {
    display: block;
}