/*userbox bg*/
#userbox{
    margin-top:5px;
    text-align:right;
    padding-right:0px;
    overflow:auto;
    margin-left:4px;
    overflow:visible;
}

#userbox_bg_top{
    width:160px;
    height:10px;
    background:url(../../../include/files/system/images/site/user/user_bg_top.png) 0 0 no-repeat;
}

#userbox_bg_middle{
    width:160px;
    background:url(../../../include/files/system/images/site/user/user_bg_middle.png) 0 0 repeat-y;
    overflow:auto;
}

#userbox_bg_bottom{
    width:160px;
    height:8px;
    background:url(../../../include/files/system/images/site/user/user_bg_botom.png) 0 0 no-repeat;
}


/*userbox loginnév*/
#userbox_loginname_cont{
    text-align:right;
    padding-left:5px;
    padding-right:10px;
    margin-bottom:8px;
}

#userbox_loginname_cont #userbox_loginname{
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
}



/*userbox képek*/
#userbox_images{
    text-align:left;
    padding-left:7px;
    overflow:auto;
}

#userbox_images #user_profile_image{
    float:left;
    border:1px solid #000000;
}

#userbox_images .user_profile_mini_image_link{
    display:block;
    float:left;
    margin-left:1px;
    margin-bottom:1px;
    border:1px solid #000000;
    overflow:auto;
}

#userbox_images .user_profile_mini_image{
    float:left;
    padding:0px;
    margin:0px;
}






/*userbox menü*/
#userbox_menu{
    padding:7px;
}

#userbox_menu .item{
    display:block;
    overflow:auto;
    font-size:12px;
    text-decoration:none;
    margin: 0 auto;
    margin-bottom:1px;
    color: #000000;
}

#userbox_menu .item .text{
    float:left;
}

#userbox_menu .item:hover .text{
    text-decoration:underline;
}

#userbox_menu .item:hover .image{
    background-position: 0 -15px;
    text-decoration:underline;
}

#userbox_menu .userbox_profile .image{
    float:left;
    width: 15px;
    height: 15px;
    background:url(../../../include/files/system/images/site/user/smluserprofile.png) 0 0 no-repeat;
}

#userbox_menu .userbox_friends .image{
    float:left;
    width: 15px;
    height: 15px;
    background:url(../../../include/files/system/images/site/user/smlfriends.png) 0 0 no-repeat;
}

#userbox_menu .userbox_calendar_notes .image{
    float:left;
    width: 15px;
    height: 15px;
    background:url(../../../include/files/system/images/site/user/smlbook.png) 0 0 no-repeat;
}

#userbox_menu .userbox_logout .image{
    float:left;
    width: 15px;
    height: 15px;
    background:url(../../../include/files/system/images/site/user/smllogoff.png) 0 0 no-repeat;
}




/*right menu*/
.right_menu_container a
{
        display: block;
        color: #000000;
        padding-right: 10px;
        text-decoration: none;
}

.right_menu_container a:hover
{
        text-decoration: underline;
}

.right_menu_container a.main_menu
{
        font-weight: bold;
}

.right_menu_container a.main_menu:hover
{
        font-weight: bold;
        text-decoration: none;
}
