/* 
    Document   : menu_new.css
    Created on : 28.03.2012, 10:57:11
    Author     : automation3
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

.menu_top_new{
    float:right;
    margin:0;
    height: 35px;
    width: 240px;
    color: #3c4d60;
}
.menu_top_new a{color: #3c4d60;font-size: 11px;}
.menu_line_1{
    height: 13px;
    padding-top: 4px;
    width: 240px;
    float: left;
    line-height: 15px;

}
.menu_line_2{
    height: 19px;
    padding-top: 8px;
    width: 240px;
    float: left;
}


.menu_line_1 div, .menu_line_2 div{
    float: left;
    font-size: 11px;
}
.menu_line_1 div b,   .menu_line_2 div b{font-size: 11px;}
.menu_line_1 a{
    float: left
}
.menu_mail{
    width: 100px;
    background:  url(/new_style/img/mail.png) no-repeat 0px 2px transparent;
    padding-left: 20px;

}
.menu_login_name{
    width: 110px;
    color: #B00800;
    float: left;
    line-height:18px;
}
.menu_fav{
    width: 57px;
    line-height: 18px;
    font-size: 11px;
    float: left;

}
.menu_fav.register{
    width: 120px;
    float: right;
    text-align: right;
}
.menu_fav.register a{
    float: right;
}
.menu_fav span.icon{
    background: url(/new_style/img/icons.png) no-repeat -16px 1px transparent;
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 4px;


}
.menu_kb{
    width: 85px;
}
.menu_exit{
    width: 45px;
    text-align: right;
}
.menu_kb, .menu_exit{
    line-height: 18px;
}
.menu_line_0{
    line-height: 40px;
    margin-left:25px;
}
.menu_line_0 .menu_fav{
    margin-top: 10px;
}
.menu_reg, .menu_login{
    float: left
}
.menu_login{
    float:right;
    /*width:50px;*/
    margin-right:15px;
}
.menu_reg{
    width: 80px;
    margin-left: 5px;
}
.menu_ucp_top{
    float: left;
    font-size: 11px;
    color: #3c4d60;
}
.menu_ucp_top a{
    font-size: 14px;
    color: #3c4d60;
}
.menu_kb_ucp, .menu_exit_ucp{
    float: left;
    width: 60px
}
.menu_login_name_ucp{
    color: #B00800;
    float: left;
    width: 110px;
}
.menu_login_name_ucp_new{
    color: #B00800;
    float: left;
    width: 130px;
    text-align: right;
}
.menu_login_name_ucp a, .menu_login_name_ucp_new a{color: #2272bb;}
.menu_exit_ucp{
    text-align: right;
}

