/*--user-choice--*/
ul.user-choice {
    left: 745px;
    margin: 0;
    padding:0;
    position: absolute;
    top: 226px;
    z-index: 999;
    width:250px
}
ul.user-choice a:hover
{
    text-decoration: none;
}
ul.user-choice a
{
    text-decoration: underline;
}

ul.user-choice li
{
    background: url(../images/sep-user-bar.gif) no-repeat 0 7px;
    display: inline;
    float: left;
    line-height: 14px;
    padding: 4px 18px 0 21px;
}
ul.user-choice li.opened {
  padding-top:2px
}
ul.user-choice li.opened .chioce-list {padding-top:2px}
ul.user-choice li.first {
    background: none;
    margin: 0;
}
ul.user-choice li a {
    font:12px/15px Tahoma,Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #000;
}

.chioce-list a.username div {
  line-height:16px;
  overflow:hidden;
  text-align:left;
  text-decoration:underline;
  width:93px;
  white-space:nowrap;
}

#select-location.opened .chioce-list
{
    background: url(../images/login_arr1.gif) no-repeat scroll 100% 100%;
}
#select-location.opened .chioce-list a.username:hover, #select-location.opened .chioce-list a.username
{
    text-decoration: none;
}
.chioce-list a.username:hover
{
    text-decoration: none;
}
/*--enter-section--*/
ul.user-choice .opened .enter-section
{
    display: block;
}

#userWelcome div.logining-section
{
    background: transparent url(../images/Opacity50.png) repeat scroll 0 0;
    display: none;
    height: 100%;
    margin: -14px -20px;
    position: absolute;
    width: 100%;
    z-index: 1000;
    filter: expression(fixPNG(this));
}
#userWelcome div.logining-section .logining
{
    background: transparent url(../images/logining32.gif) no-repeat scroll 0 50%;
    height: 32px;
    width: 32px;
}
.form-loading
{
    display: none;
    position: absolute;
    top: 0px;
    z-index: 999;
}
.loading-left
{
    float: left;
    padding-left: 19px;
    height: 25px;
    overflow: hidden;
    width: 100%;
    background: url(../images/form-area-left50.png) no-repeat;
    filter: expression(fixPNG(this));
}
.loadingLeft-img
{
    background: url(../images/loaderBar.gif) no-repeat scroll 50% 50%;
    position: relative;
    margin-top: 22px;
    margin-left: -9px;
    height: 4px;
    overflow: hidden;
}
.loading-right
{
    float: left;
    width: 9px;
    height: 25px;
    line-height: 0;
    font-size: 0;
    background: url(../images/form-area-right50.png) no-repeat;
    filter: expression(fixPNG(this));
}

/*--choice-bar--*/
.choice-bar
{
    float: right;
    padding: 6px 0 0;
}
.choice-bar .check input
{
    float: left;
    display: inline;
    width: 15px;
    height: 15px;
    margin: 1px 6px 0 0;
}
.choice-bar label
{
    float: left;
    color: #000;
    font: 11px/16px Tahoma, Arial, Helvetica, sans-serif;
}
/*--chioce-list--*/
.chioce-list {
    background: url(../images/login_arr.gif) no-repeat scroll 100% 100%;
    cursor: pointer;
    position: relative;
    width: 123px;
    height:18px
}

/*--user-menu-list--*/
.opened ul.user-menu-list
{
    display: block;
}
ul.user-menu-list
{
    background: url(../images/login_list.gif) no-repeat scroll 0 0;
    font-size: 12px;
    width: 165px;
    margin: 0;
    padding: 16px 0 0;
    top: 18px;
    right: 0;
    z-index: 999;
    position: absolute;
    display: none;
    overflow: hidden;
}
#userMenuList li
{
    float: left;
    width: 159px;
    margin: 0px;
    background: transparent url(../images/login_list_li.gif) repeat-y scroll 0 0;
    padding: 2px 5px 7px 25px !important;
    list-style: none;
    text-align: left;
}
#userMenuList li.last
{
    background: transparent url(../images/login_last.png) no-repeat scroll 0 0;
    display: block;
    height: 17px;
}
ul.user-menu-list li a
{
    color: #333333;
    display: block;
    
    font: 12px Tahoma, Arial, Helvetica, sans-serif;
    position: static;
    text-align: left;
    width: auto;
}
ul.user-menu-list li a:visited
{
    color: #333333;
}

