/* block top user information */
#header_right #header_user {
    float: right;
    text-align: left;
    clear: right;
}

#header_user ul, #header_user #shopping_cart {
    float: right;
 }
#header_user ul {
    margin-top: 20px;
}


#header_user li {
    float: left;
    margin-left: 0.5em;
    white-space: nowrap;
    color: #888888
}

#header_user li a {
    color: #888888;
}



#header_nav  li.no_mobile{
    border-right: 1px solid #dddddd ;
    padding-right: 8px;
}


#header_user #shopping_cart {
    clear: both
}


#header_user #shopping_cart a {
    padding: 5px 0 4px;
    display: block;
    text-decoration: none
}

#header_user #shopping_cart .link_cart {
    background: url("../../../img/bg_cart.png") no-repeat scroll left top transparent;
    float: left;
    height: 16px;
    padding-left: 20px;
}



