DIV.lang_selector_holder {
    display:inline-block;
    float:right;
}
DIV.lang_selector_holder:after {
    clear:both;
    display:block;
    content:" ";
}
DIV.user_info_holder {
    float:left;
    display:inline-block;
    font-size:12px;
}
DIV.user_info_holder:after {
    clear:both;
    display:block;
    content:" ";
}
DIV.user_nav A,
DIV.user_info_holder A {
    color:#F7934C;
    text-decoration:none;
    font-weight:bold;
}
DIV.user_nav A:hover,
DIV.user_nav A:visited,
DIV.user_nav A:active,
DIV.user_nav A:focus,
DIV.user_info_holder A:hover,
DIV.user_info_holder A:visited,
DIV.user_info_holder A:active,
DIV.user_info_holder A:focus {
    text-decoration: none;
}
DIV.user_nav A:hover,
DIV.user_info_holder a:hover {
    color:#F76504;
}
DIV.user_nav {
    border-left:1px solid #e2e2e2;
    font-weight:bold;
}
DIV.user_nav a {
    padding:10px;
    display:inline-block;
    font-size:1em;
}
span.login_info {
    float:left;
    display:block;
    height:40px;
    line-height:40px;
    padding-left:10px;
    border-left:1px solid white;
}
SPAN.unregistered_actions,
span.user_actions {
    float:left;
    display:block;
    height:40px;
    line-height:40px;
    padding-right:10px;
    border-right:1px solid #E2E2E2;
    font-size:18px;
}
SPAN.unregistered_actions A {
    display:inline-block;
    width:auto;
    text-align:center;
    margin:0px 10px;
}
SPAN.unregistered_actions .icon_text {
    font-size:12px;
}
SPAN.user_actions A {
    display:inline-block;
    width:20px;
    text-align:center;
}

.lang_select {
    cursor:pointer;
    padding:2px;
    border:1px solid transparent;
}
.lang_select.selected {
    padding:5px;
    box-shadow:0px 0px 5px #F76504;
}
#language_selector.sticky {
    position:fixed;
    top:0px;
    left:0px;
    height:40px;
    width:100%;
    z-index:999;
    border-bottom:1px solid #bababa;
    box-shadow:0px 2px 10px 2px #BABABA;
}
IMG.user_image {
    width:26px;
    height:26px;
    border-radius:26px;
    border:1px solid #333;
    background:black;
    margin:0px 5px;
}