/***************** боковое меню ******************************************/
.left_menu{
  width: 160px;
  float: left;
  min-height: 1px;
}

.left_menu_top{
  background:url("/afisha/images/nav_top.png") no-repeat scroll 0 0 transparent;
  height:2px;
}
.left_menu_bottom{
  background:url("/afisha/images/nav_bottom.png") no-repeat scroll 0 0 transparent;
  height:7px;
 /* margin-bottom: 15px;*/
}
.list_menu{
  background-color:#f5faff;
  width:160px;

}
.pad_menu{
  padding-top: 10px;
}
.li_nav,.li_nav_bottom, .li_nav_top, .li_nav_news{
  width: 158px;
  display: block;
  /* height: 30px;*/
  padding-bottom: 0;
  border: 1px solid #c2dcf9;
  border-top:none;
  border-bottom: none;
}
.li_nav,.li_nav_bottom{background: url("/afisha/images/gr_nav_af.png") repeat-x scroll 0 0 transparent;}
.li_nav_top{  background: url("/afisha/images/gr_nav_af1.png") repeat-x scroll 0 0 transparent;min-height: 30px;}
.li_nav_bottom{
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: none;
}
.li_nav ul, .li_nav_top ul { padding-bottom: 10px }
.menu_loc, .menu_day {
  font-weight: bold;
  vertical-align: bottom;
  color: #3c4d60;
  float: left;
}
.menu_loc { width: 150px; cursor: pointer }
.loc_title {
  display: inline-block;
  width: 138px;
}

.loc_title{ padding: 10px 8px 10px 8px; }
.menu_day{ padding: 12px 8px 14px 8px; width: 142px; font-size: 13px;}
.list_menu a {
  color:#2276bb;
  font-size: 13px;
}

.list_in_top a{/*font-weight: bold;*/ text-decoration: underline; font-weight:bold;}
.list_in_top li.top{text-decoration: none; padding-top:13px; font-weight: bold;}
.list_in_top li, .list_in li, .list_bottom li{padding: 6px 10px 4px 15px;}

.list_in_news a{color: #333333;}
.list_in_news a:hover{color: #b00800;}
.list_in_news li{padding: 10px 8px; }

.list_in li.selected a ,.list_in_top li.selected a, .list_in_news li.selected a {color: #b00800; text-decoration: none}
.collapse_loc,.expand_loc,.collapse,.expand {
  width: 11px;
  height: 11px;
  float: right;
  display: block;
}
.collapse_loc,.collapse{background:url("/afisha/images/minus.gif") no-repeat scroll 0 0 transparent;}
.expand_loc, .expand{background:url("/afisha/images/plus.gif") no-repeat scroll 0 0 transparent;}
.collapse_loc:hover,.collapse:hover{background:url("/afisha/images/minus_act.gif") no-repeat scroll 0 0 transparent;}
.expand_loc:hover, .expand:hover{background:url("/afisha/images/plus_act.gif") no-repeat scroll 0 0 transparent;}
/***************************************/

.one_news_all{
  margin :5px 10px 0px 0px;
  text-align:right;
  padding-bottom: 10px;
  width: 148px;
  display: block;
}
.one_news_all a{
  text-decoration: underline;
}
.img_item {
  background: url("/cp/styles/mr/imageset/str_right.png") no-repeat scroll 0 0 transparent;
  float: right;
  height: 9px;
  margin: 5px 8px 1px;
  width: 5px;
}
.img_item.active {
  background: url("/cp/styles/mr/imageset/str_bottom.png") no-repeat scroll 0 0 transparent;
  height: 5px;
  margin: 5px 8px 3px;
  width: 9px;
}
.menu_loc .title {
  float: left;
  width: 120px;
  font-size: 13px;
}

.userMenu div{
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 20px;
}

.userMenu .icon-Menu{
    background: url("/new_style/new_design/img/menu.png?v=2") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}

.userMenu .icon-Home{
    width: 0px;
    margin-right: 0px;
}

.userMenu .icon-Favorites, .userMenu .icon-Favorites-active{
    background: url("/new_style/new_design/img/StarNoActive.png?v=2") no-repeat scroll 0 0 transparent;
    padding-left: 30px;
    margin-right: 0px;
}

.userMenu .icon-Favorites-active{
    font-size: 15px;
    background: url("/new_style/new_design/img/StarActive.png?v=2") no-repeat scroll 0 0 transparent;
}

.userMenu .icon-Exit{
    font-size: 15px;
    background: url("/new_style/new_design/img/login.png?v=3") no-repeat scroll 0 0 transparent;
    padding-left: 30px;
    padding-top: 2px;
    margin-right: 0;
    width: 135px;
    color: #4873b8;
}

.userMenu .icon-Exit:hover{
    text-decoration: underline;
}

.userMenu .icon-Help{
    background: url("/new_style/new_design/img/help.png") no-repeat scroll 0 0 transparent;
    width: 0;
    margin: 0px;
}


#drop_02 {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0 #e6e6e6;
    height: 50px;
    left: 50%;
    margin-left: 395px;
    padding: 10px 15px;
    position: absolute;
    top: 55px;
    width: 60px;
    z-index: 1000;
}

#drop_02 .arrow-down {
    background: url("/new_style/img/menu/arrow-down-01.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 7px;
    margin-left: 39px;
    margin-top: -17px;
    width: 21px;
}