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

.header_user_info a {
    color: #000;
    font-weight: bold;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    line-height: 18px;
    height: 39px;
}

.header_user_info a:hover,
.header_user_info a.active {
    background: ;
}

.my-account .account {
    background: #CF4B4B;
    color: #fff;
}
.my-account .account span {
  color: #fff !important;
}
.header_user_info.is_logged .account span{
    color: #CF4B4B;
}