/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
.header_user_info {
    float: right;
    height: 30px;
    line-height: 30px;
    list-style: none;
}

.header_user_info li {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
}

.header_user_info li.beige > * {
    color: white;
}

.header_user_info li.white > * {
    color: white;
}

.header_user_info li.sep {
    width: 1px;
    height: 4px;
    background: #b1947a;
    margin: 13px 9px 0;
}

.header_user_info li.beige span {
    display: block;
    float: right;
    margin: 0 0 0 8px;
}

.header_user_info li .account:hover span {
    text-decoration: underline;
}

.header_user_info li .logout {
    margin-left: 5px;
}

.ie7 .header_user_info {
    width: 300px;
    text-align: right;
}
