/* block top user information */
#header_right #header_user {
    float: right;
    width: 400px;
    text-align: right;
    margin-right: 6px;
    font-size: 0.9em;
}
#header_user span { font-weight: bold }
#header_user ul { margin-top: 0.3em }
#header_user li {
    border-left: 1px solid #6F6C63;
    float: right;
    margin-left: 0.5em;
    padding-left: 0.5em;
    white-space: nowrap;
}
#header_user li a { text-decoration: none}
#header_user li a:hover { text-decoration: underline}
#header_user li.last { border-left: none}

#header_user #shopping_cart  {
    background: url('../../../img/bg_cart.png') no-repeat scroll left top transparent;
    height: 22px;
    left: 50%;
    margin: 5px 0 0 212px;
    padding-left: 30px;
    position: absolute;
    top: 18px;
    width: 191px;
}

#header_user #shopping_cart p {
    background-color: #9DBFBD;
    color: #FFFFFF;
    font-size: 12px;
    padding: 3px 10px;
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
#header_user #shopping_cart p a {
    color: #ffffff;
    text-decoration: none
}
