.header_user_info {
    font: 12px "apercubold", sans-serif;
    display: inline;
    text-transform: uppercase;
}

.header_user_info a {
    color: #666;
}
.header_user_info a:after {
    content: " / "
}

@media (max-width: 767px) {
    .header_user_info {
        padding-left: 4px;
    }
}

@media (max-width: 479px) {
    .header_user_info a {
        font-size: 11px;
    }
}
#hufUserMenu {
    height: 60px;
}
#hufShowUserMenuButton {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(icon_Account_120x120px_666666.png);
    background-size: 100%;
}
#hufShowUserMenuButton:hover {
    background-image: url(icon_Account_120x120px_333333.png);
}
#hufShowUserMenuButton:before {
    width:0;
    height:0;
    visibility:hidden;
    background-image: url(icon_Account_120x120px_333333.png);
}
#hufUserMenuInner {
    display: none;
    position: absolute;
    background: #e7e7e7;
    text-align: left;
    line-height: normal;
    top:60px;
    width: 160px;
    margin-left: -25px;
    box-sizing: border-box;

}
#hufUserMenuInner a {
    display: block;
    margin: 10px 10px 10px 22px;

}
#hufUserMenuInner a:hover {
    color: #333;

}
#hufUserMenuInner a:after {
    content: "";
}

/*

.header_user_info {
    float: right;
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
}

.header_user_info a {
    color: white;
    font-weight: bold;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
    line-height: 18px;
}

@media (max-width: 479px) {
    .header_user_info a {
        font-size: 11px;
    }
}

.header_user_info a:hover, .header_user_info a.active {
    background: #2b2b2b;
}
*/