/* block top user information */

#header_right #header_user {
    clear:both;
    float: right;
}

#header_nav {
    float: right;
    list-style-type: none;
    padding-left: 10px;
}

/* cart */

#shopping_cart .blc, #shopping_cart a span { float: left}

#shopping_cart a:hover span{text-decoration: none}
#shopping_cart .ajax_cart_quantity, #header_user #shopping_cart .ajax_cart_no_product {
    font-size: 30px;
    margin-top: 3px;
    padding: 0 5px 0 0;
}


#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;
}
#shopping_cart .inthecart {clear: left}



/* account */
#header_user #your_account {display:none;}


/* user infos */
#user_info {
    float: right;
    font-size: 12px;
    line-height: 15px;
    padding: 0 15px 0 10px;
    text-align: left;
}

#header_user_info  {
    float: left;
    padding: 0;
}


#header_user_info a {
    display: inline;
    line-height: 15px;
}

#header_user_info [class^="icon-"]:before, #header_user_info [class*=" icon-"]:before {
  display: none;
}

