.header_user_info {
    float: left;
    border-right: 1px solid #556163;
}
.header_user_info a {
    color: white;
    font-weight: normal;
    font-family: inherit;
    display: block;
    padding: 15px 9px 13px 11px;
    cursor: pointer;
    line-height: 15px;
    text-transform: uppercase;
}

.header_user_info a:before{
    content: url(../../../img/menu-link-account.png);
    width: 13px;
    height: 13px;
    margin-right: 7px;
    vertical-align: middle;
}

@media (max-width: 479px) {
    .header_user_info a {
        font-size: 11px;
    }
}
.header_user_info a:hover, .header_user_info a.active {
    /*background: #2b2b2b;*/
}
.header_user_info a.login:before {
    content: url(../../../img/menu-link-login.png);
    width: 13px;
    height: 13px;
    margin-right: 5px;
    vertical-align: middle;
}
.header_user_info a.logout:before {
    content: url(../../../img/menu-link-login.png);
    width: 13px;
    height: 13px;
    margin-right: 5px;
    vertical-align: middle;
}


.header_checkout_info{
    display: inline-block;
    width: 121px;
    float: left;
    border-right: 1px solid #556163;
}
.header_checkout_info a{
    color: #FFF;
    font-weight: normal;
    font-family: inherit;
    display: block;
    padding: 15px 9px 13px 0px;
    cursor: pointer;
    line-height: 15px;
    text-transform: uppercase;
}

/*#header nav .header_checkout_info a:hover{
    color: #C2A26F;
}*/

.header_checkout_info a:before{
    content: url(../../../img/menu-link-checkout.png);
    width: 13px;
    height: 13px;
    margin-right: 7px;
    vertical-align: middle;
}