/* block top user information */

#header_right #header_user {
    clear:both;
    float: right;
    margin-top: 20px;
}

#header_user #header_nav {
    list-style-type:none;
    float:right;
}

/* cart */

#shopping_cart .blc, #shopping_cart a span { float: left}

#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity, #header_user #shopping_cart .ajax_cart_no_product {
    font-size: 38px;
    margin-top: 3px;
    padding: 0 5px;
}
#header_user #shopping_cart .ajax_cart_product_txt, #header_user #shopping_cart .ajax_cart_product_txt_s {
     margin-top: 3px
}

#header_user #shopping_cart .ajax_cart_product_txt, #header_user #shopping_cart .ajax_cart_product_txt_s,
 #header_user #shopping_cart .inthecart  {
    line-height: 15px;
}
#header_user #shopping_cart .inthecart {clear: left}



/* account */
#header_user #your_account {display:none;}


/* user infos */ 
#header_user_info {
    float: right;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
    padding: 0 15px 0 0;
    text-align: right;
}
#header_user_info a {
    display: inline;
    line-height: 16px;
}

#header_user_info [class^="icon-"]:before, #header_user_info [class*=" icon-"]:before {
  display: none;
}



/*spécial ie*/

.ie7 #header_user { width: 380px}
.ie7 #header_nav{ width: 170px}
.ie7 #header_user_info { width: 180px ; float: right}
.ie7 .inthecart { width: 90px}
.ie7 #shopping_cart a { padding-right: 0}

