/* block top user information */
#header_right #header_user {     
    float : left;
   width: 985px;
   height : 20px;
   background: #1B1B1B;
   border-bottom : 3px solid #000;
   margin :0px 0px 0 0px;
   padding: 5px 5px 0px 5px;
   
   
}
#header_user .left {       clear :left; float : left; color: #fff; font-weight : normal; }
#header_user .right {   clear : right;   color: #fff; }

#header_user .right .shopping_cart a{   
background-image: url('../../../img/icon/shopping_cart.png') ; 
background-repeat: no-repeat;
padding-bottom :50px; 
padding-left :40px;
font-weight : normal;
background-position: top left; /*position des icones*/
margin-right : 3px;
}

#header_user .right .account a{ 
padding-left : 5px;  
font-weight : normal;
border-left : 1px solid #646464;
}


#header_user  a { color:#fff; }
#header_user span { font-weight: bold;  }  

#header_user #shopping_cart a, #header_user #your_account a {
   background-repeat: no-repeat; 
   background-position: top left; /*position des icones*/
   padding: 3px 5px 15px 35px;
   height: 180px;
   font-weight: bold;
   text-decoration : none;
   color:#fff;
}
#header_user #shopping_cart span.ajax_cart_quantity { padding-right:0.5em; }
