/* Special style for block cart*/
#cart_blocker {
    display: none;
    height: auto;
    position: absolute;
    right: 0;
    top: 100px;
    width: 250px;
    z-index: 5000;
}
.img_prod{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDCDC;
    clear: both;
    float: left;
    margin-top: 3px;
    padding: 5px;
}
#cart_blocker.cart_block_hover {display:block}
#cart_blocker h4 {
	display:none;
	padding-left:36px;
	background:url(../../../img/pict_cart_block_h4.png) no-repeat 5px 0
}
#cart_blocker h4 span {
	float: right;
   padding-left: 10px;
   text-transform: none;
   background-position: left top;
   background-repeat: no-repeat;
   cursor: pointer
}
#cart_blocker h4 span#block_cart_collapse {background-image: url(../../../img/icon/sort_asc_white.png) }
#cart_blocker h4 span#block_cart_expand {background-image: url(../../../img/icon/sort_desc_white.png) }

#cart_blocker  .block_content {padding:8px; background:transparent !important;}

#cart_blocker #cart_block_summary {display:none}
#cart_blocker .quantity-formated {
display: inline-block;
    left: 60px;
    margin-top: 5px;
    position: absolute;
    width: 15px;
}
#cart_blocker .cart_block_product_name {font-weight: bold;
    left: 82px;
    margin-top: 5px;
    position: absolute;}
#cart_blocker .remove_link {
	float:right;
	display:inline-block;
	margin:1px 0 0 5px;
	height:12px;
	width:12px
}
#cart_blocker .remove_link a {
    display: inline-block;
    height: 14px;
    margin-top: 17px;
    position: absolute;
    right: 10px;
    width: 12px;
}
#cart_blocker .price {
	float:right
    }
#cart_blocker .first_price {
 float: right;
    left: 60px;
    margin-top: 25px;
    position: absolute;
	}
#cart_blocker #cart_block_list dl {
	padding-bottom:10px
}
#cart_blocker #cart_block_list dt {
    height: 50px;
    padding: 4px 0;}
#cart_blocker #cart_block_list dt a {font-weight:bold}
#cart_blocker #cart_block_list dd {
	display:none;
	margin-left:20px
}

#cart_blocker #cart-prices {
	clear:both;
	padding:0px 4px;
	line-height:20px;
	font-weight:bold;
}
#cart_blocker #cart_block_shipping_cost,
#cart_blocker #cart_block_total {
	float:right
}
#cart_blocker #cart_block_shipping_cost {font-weight:normal}

#cart_blocker #cart-buttons .button_small {display:none;}
#cart_blocker #cart-buttons  #button_order_cart {
margin: 0 auto;
}
#cart_blocker #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;
	display:none;
}
.ship{
	float:left;
	font-size:12px;
}
.prixdenv{
    float: left;
    padding-bottom: 5px;
	padding-top:8px;
    width: 100%;
}
.prixdenv2{
    float: left;
    padding-bottom: 8px;
    width: 100%;
	padding-top:8px;
	margin-bottom:8px;
}
#cart-buttons{
  float: left;
    margin-bottom: 8px;
    width: 100%;
}
