/*@import url("/css/common_tochka.css");*/
@import url("/css/buttons_V3.css");

/*@import url("/css/framework/global.css");
@import url("/css/framework_edit/global_temp.css");*/

/*a:visited { color: #a563c0;}*/
.fr{
    float: right;
}

.fl{
    float: left;
}

/* === Content Blocks === */
.ContentBlock .CB_header span.textcopy{
    display: none;
}

.ContentBlock{
    width: 328px;
    margin-bottom: 3px;
    position: relative;
}

.ContentBlock .CB_header{
    height: 31px;
    padding: 0 19px 0 14px;
    background: url(/images/common/bg_CB_header_waves.png) no-repeat;
    position: relative;
    /*z-index: 400;*/
}

.ContentBlock_Tabs .CB_header{
    padding: 0px 19px 0 14px;
    background: url(/images/common/bg_CB_header.png) no-repeat;
}

.ContentBlock .CB_inner{
    padding: 0 3px;
    background: url(/images/common/bg_CB_inner.png) repeat-y;
}

.ContentBlock .content{
    border: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 0px solid;
    padding: 5px 10px;
}

.centerColumn .ContentBlock .CB_inner{
    overflow: hidden;
}

.ContentBlock .CB_footer{
    height: 8px;
    background: url(/images/common/bg_CB_footer.png) no-repeat;
}

.ContentBlock .CB_header h1, .ContentBlock .CB_header h3{
    font-size: 150%;
    color: #060606;
    position: relative;
    z-index: 2;
    padding-top: 0 !important;
    display: inline;
    top: 9px;
    text-shadow: #fff 0px 1px 0px;
}

.ContentBlock .CB_header a{
    color: #0049a3;
}

.ContentBlock .CB_header h1 a, .ContentBlock .CB_header h3 a{
    color: #333 !important;
    background: url(/images/common/all_arrs.gif) no-repeat 100% 6px;
    padding-right: 18px !important;
    display: inline-block;
}

.gecko .ContentBlock .CB_header h1 a, .gecko .ContentBlock .CB_header h3 a{
    background-position: 100% 7px;
}

.ContentBlock .CB_header h1 a:hover, .ContentBlock .CB_header h3 a:hover{
    color: #e20000 !important;
}

.newsFull .Article h1{
    color: #060606;
    display: block;
    padding-top: 11px !important;
    position: static;
}

/* nav buttons */
.ContentBlock .navButtons{
    position: absolute;
    top: 12px;
    right: 14px;
    color: #666666;
    font-size: 120%;
    /*z-index: 420;*/
}

.ContentBlock .navButtons a{
    width: 16px;
    height: 16px;
    display: inline-block;

    left: auto;
    top: auto;
    position: static;
    vertical-align: text-top;
}

.ContentBlock .navButtons a img{
/ width : 16 px;
/ height : 16 px;
}

.ContentBlock .navButtons .btn_prev{
    background: url(/images/frontpage/arrow_prev.gif) no-repeat;
    margin-left: 6px;
}

.ContentBlock .navButtons .btn_next{
    background: url(/images/frontpage/arrow_next.gif) no-repeat;
    margin-left: 2px;
}

.ContentBlock .navButtons .notAble{
    visibility: visible;
}

/* nav buttons */

/* ContentBlock Tabs */
.ContentBlock .CB_header .tabs{
    position: absolute;
    right: 14px;
    bottom: -1px;
    word-spacing: -0.25em;
}

.ContentBlock .CB_header .tabs li{
    font-size: 130%;
    margin-right: -7px;
    position: relative;
    float: left;
    word-spacing: normal;
}

.ContentBlock .CB_header .tabs li a{
    display: inline-block;
    height: 20px;
    padding: 4px 11px 0 11px;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.ContentBlock .CB_header .tabs li font{
    font-size: 100%;
}

.ContentBlock .CB_header .tabs li.current{
    background: url(/images/common/bg_tabs_active_left.gif) no-repeat;
}

.ContentBlock .CB_header .tabs li.current  a{
    background: url(/images/common/bg_tabs_active_right.gif) no-repeat right;
    color: #4e4e4e;
}

.ContentBlock .CB_header .tabs span.textcopy{
    font-size: 100%;
    left: 13px;
    top: 4px;
}

/* ContentBlock Tabs */

/* Wide Blocks Design*/
.ContentBlockWide,
.ContentBlockWide_Tabs{
    width: 663px;
}

.ContentBlockWide .CB_header{
    background: url(/images/common/bg_CB_header_waves_wide.png) no-repeat;
}

.ContentBlockWide_Tabs .CB_header{
    background: url(/images/common/bg_CB_header_wide.png) no-repeat;
}

.ContentBlockWide .CB_inner,
.ContentBlockWide_Tabs .CB_inner{
    background: url(/images/common/bg_CB_inner_wide.png) repeat-y;
}

.ContentBlockWide .CB_footer,
.ContentBlockWide_Tabs .CB_footer{
    background: url(/images/common/bg_CB_footer_wide.png) no-repeat;
}

/* Wide Block*/

.ContentBlockResizable{
    margin-bottom: 3px;
    position: relative;
    width: auto;
}

.ContentBlockResizable .CB_header{
    height: 34px;
    position: relative;
    z-index: 400;
    padding: 0;
    background: none !important;
}

.ContentBlockResizable .CB_header .leftBG{
    float: left;
    width: 7px;
    height: 34px;
    background: url(/images/common/bg_CB_header_LS.png) no-repeat;
}

.ContentBlockResizable .CB_header .rightBG{
    float: right;
    width: 7px;
    height: 34px;
    background: url(/images/common/bg_CB_header_RS.png) no-repeat;
}

.ContentBlockResizable .CB_header .centerBG{
    margin: 0 7px;
    padding: 0 12px 0 7px;
    height: 34px;
    background: url(/images/common/bg_CB_header_C.png) no-repeat right top;
}

.ContentBlockResizable .CB_inner{
    padding: 0 0 0 4px;
    background: url(/images/common/bg_CB_inner_LS.png) repeat-y;
    z-index: 300;

}

.ContentBlockResizable .CB_inner .centerBG{
    padding-right: 4px;
    background: url(/images/common/bg_CB_inner_RS.png) repeat-y right;
}

.ContentBlockResizable .content{
    border: #dcdcdc 0px solid;
    border-top: #dcdcdc 1px solid;
    padding: 6px 10px 0 10px;
}

.ContentBlockResizable .CB_footer{
    height: 8px;
    background: none !important;
}

.ContentBlockResizable .CB_footer .leftBG{
    float: left;
    width: 8px;
    height: 8px;
    background: url(/images/common/bg_CB_footer_LS.png) no-repeat;
}

.ContentBlockResizable .CB_footer .rightBG{
    float: right;
    width: 8px;
    height: 8px;
    background: url(/images/common/bg_CB_footer_RS.png) no-repeat;
}

.ContentBlockResizable .CB_footer .centerBG{
    margin: 0 8px;
    height: 8px;
    background: url(/images/common/bg_CB_footer_C.png) no-repeat top;
}

.headerOff .CB_header{
    background: url(/images/common/bg_CB_inner_ban300.png) !important;
    height: 9px !important;
    line-height: 9px !important;
}

.headerOff .CB_header *{
    display: none !important;
}

.headerOff .CB_inner .content{
    border-top: #fff 0px solid !important;
}

.rightColumn .headerOff .CB_inner .content{
    overflow: visible !important;
}

.headerOffWide .CB_header{
    height: 8px !important;
    font-size: 1px !important;
    background: url(/images/common/bg_CB_header_blank_wide.png) no-repeat !important;
}

.headerOffWide .CB_header *{
    display: none !important;
}

.headerOffWide .CB_inner .content{
    border-top: #fff 0px solid !important;
    padding: 3px 10px 2px 10px;
}

/* Center_2inRow */
.Center_2inRow{
    margin-left: -7px !important;
    zoom: 1;
}

.Center_2inRow .ContentBlock{
    float: left;
    padding-left: 7px !important;
}

/* Center_2inRow */

.ContentBlock .content div.more, div.more{
    margin-bottom: 4px;
}

/* === Content Blocks === */

/* === NewFeaturedNews */
.NewFeaturedNews{
    background: url(/images/common/bg_featuredNews.png) no-repeat;
    padding: 4px;
    position: relative;
    height: 302px;
    margin-bottom: 8px;
}

.NewFeaturedNews .tabsContainer{
    position: absolute;
    right: -2px;
    top: 10px;
    width: 284px;
    height: 288px;
    padding: 0px 0;
    overflow: hidden;
    z-index: 1;
}

.NewFeaturedNews .tabs{
    position: absolute;
    margin-top: 6px;
}

.NewFeaturedNews .tabs li{
    height: 93px;
    background: url(/images/common/bg_featuredNews_tab.png) no-repeat;
    margin-bottom: -1px;
    margin-left: 23px;
}

.NewFeaturedNews .tabs li .inner{
    position: relative;
    padding: 6px 10px;
    overflow: hidden;
    width: 241px;
/ zoom : 1;
}

.NewFeaturedNews .tabs .overArrow{
    position: absolute;
    width: 28px;
    height: 89px;
    left: 7px;
    top: 7px;
    display: none;
}

.NewFeaturedNews .tabs .image img{
    float: left;
    margin-right: 12px;
}

.NewFeaturedNews .tabs .title{
    font-size: 120%;
}

.NewFeaturedNews .tabs .title a{
    color: #000;
    display: block;
    min-height: 54px;
    line-height: 18px;
}

.NewFeaturedNews .tabs .title a:hover{
    color: #c42e29;
    text-decoration: underline;
}

.NewFeaturedNews .tabs .related{
    font-size: 100%;
}

.NewFeaturedNews .tabs .related a{
    padding-left: 7px;
    padding-right: 5px;
    background: url(/images/common/featured_bullet.gif) no-repeat 0 5px;
}

.NewFeaturedNews .tabs .related span{
    margin-right: 0px;
}

.NewFeaturedNews .tabs li.selected{
    background: none;
    position: relative;
    margin-left: 0;
/ margin-bottom : - 4 px;
}

.NewFeaturedNews .tabs li.selected .inner{
    position: absolute;
    top: -5px;
    left: 0;
    background: url(/images/frontpage/bg_featuredNews_tab_selected.png) no-repeat;
    height: 78px;
    width: 241px;
    padding: 12px 11px;
    padding-left: 34px;
}

.NewFeaturedNews .tabs li.selected a.overArrow{
    display: block;
}

.NewFeaturedNews .navButtons .button_up{
    position: absolute;
    background: url(/images/common/arr_featNews_up.gif) no-repeat;
    width: 256px;
    height: 14px;
    right: 3px;
    top: 3px;
    z-index: 1;
}

.NewFeaturedNews .navButtons .button_dwn{
    position: absolute;
    background: url(/images/common/arr_featNews_dwn.gif) no-repeat;
    width: 256px;
    height: 14px;
    right: 3px;
    bottom: 4px;
    z-index: 1;
}

.NewFeaturedNews .navButtons .button_up:hover{
    background-position: 0 -14px;
}

.NewFeaturedNews .navButtons .button_dwn:hover{
    background-position: 0 -14px;
}

.NewFeaturedNews .navButtons .button_up_na{
    background-position: 0 -28px !important;
}

.NewFeaturedNews .navButtons .button_dwn_na{
    background-position: 0 -28px !important;
}

.NewFeaturedNews .TabContent .text{
    position: absolute;
    bottom: 4px;
    left: 4px;
    background: url(/images/common/bg_featerudnews_text.png);
    width: 378px;
    min-width: 150px;
    padding: 6px 11px 9px 11px;
    color: #fff;
    margin: 0;
    font-size: 11px;
}

.NewFeaturedNews .TabContent h2{
    margin: 0;
    padding: 0;
    font-size: 150%;
    font-weight: 900;
    line-height: 100%;
    color: #fefefe;
    padding-right: 52px;
    padding-bottom: 4px;
}

.NewFeaturedNews .TabContent a{
    color: #fefefe;
}

.NewFeaturedNews .TabContent a:hover{
    color: #6fcbfa;
}

.NewFeaturedNews .TabContent h2 a{
    color: #6fcbfa;
}

.NewFeaturedNews .TabContent h2 a:hover{
    color: #fefefe;
}

.NewFeaturedNews .TabContent p{
    padding: 0;
    margin: 0;
    font-size: 120%;
    font-weight: 900;
    color: #c0c0bf;
    padding-right: 60px;
    padding-bottom: 2px;
}

.NewFeaturedNews .counter{
    position: absolute;
    right: 284px;
    bottom: 10px;
    font-size: 110%;
    font-weight: 900;
    z-index: 1;
    color: #fff;
}

.NewFeaturedNews .TabContent .counter{
    right: 20px;
}

/*NewFeaturedNews === */

/* === AfishaSchedule  */
.AfishaSchedule .eventsSelector{
    margin-left: 40px;
    padding-right: 16px;
    background: url(/images/common/border_tab.gif) no-repeat right;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    vertical-align: bottom;
    margin-bottom: -1px;
}

.AfishaSchedule .CB_header h1, .AfishaSchedule .CB_header h3{
/ display : inline;
}

.AfishaSchedule .CB_header .calendarDropDown{
    position: absolute;
    right: 8px;
    top: 10px;
}

.activeCalendar #datepicker{
    z-index: 888;
    right: 0px;
    top: 30px;
    padding-top: 6px;
}

.AfishaSchedule .CB_header .tabs{
    right: 50px !important;
}

.AfishaSchedule .CB_header .tabs li{
    background: url(/images/common/border_tab.gif) no-repeat right;
    margin-right: -2px;
}

.AfishaSchedule .CB_header .tabs li a{
    padding: 1px 7px 0 7px;
    height: 23px;
/ padding : 3 px 7 px 0 7 px;
/ height : 21 px;
}

.AfishaSchedule .CB_header .tabs li a sup{
    font-size: 70%;
/ font-size : 75 %;
}

.AfishaSchedule .CB_header .tabs li.current{
    margin-right: 3px;
}

.AfishaSchedule .CB_header .tabs a.weekend{
    color: #e10000;
}

.AfishaSchedule .content .navButtons{
    position: static;
    top: auto;
    right: auto;
}

.AfishaSchedule .content .navButtons .btn_prev{
    position: absolute;
    left: 4px;
    top: 85px;
    margin: 0;
    width: 24px;
    height: 58px;
    background: url(/images/common/arrow_semicircle_prev.gif) no-repeat;
}

.AfishaSchedule .content .navButtons .btn_next{
    position: absolute;
    right: 4px;
    top: 85px;
    margin: 0;
    width: 24px;
    height: 58px;
    background: url(/images/common/arrow_semicircle_next.gif) no-repeat;
}

.AfishaSchedule .carousel_container{
    overflow: hidden;
    visibility: visible;
    position: relative;
    z-index: 2;
    width: 592px;
    margin: 5px 21px 0 21px;
}

.AfishaSchedule .carousel_container ul{
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    z-index: 1;
}

.AfishaSchedule .carousel_container ul li{
    float: left;
    width: 130px;
    padding: 0 4px 10px 14px;
    font-size: 110%;
}

.AfishaSchedule .carousel_container .image img{
    margin: 5px 0;
}

.AfishaSchedule .more .note{
    color: #666666;
    float: left;
    padding-left: 10px;
    font-size: 110%;
}

/*AfishaSchedule === */

/* === Common Elements === */
span.button_red{
    display: inline-block;
    background: url(/main/images/bg_button_red_left.gif) no-repeat;
}

span.button_red input, span.button_red a{
    display: inline-block;
    border: #fff 0px solid;
    color: #fff !important;
    background: url(/main/images/bg_button_red_right.gif) no-repeat top right;
    cursor: pointer;
    font-size: 12px;
/ margin-right : 0 px;
}

span.button_red input{
    padding: 2px 10px 3px 10px;
/ padding : 2 px 0 px 3 px 0 px;
    height: 26px;
    line-height: 26px;
}

span.button_red a{
    padding: 2px 10px 0px 10px;
    line-height: 23px;
    height: 24px;
}

.views_icon{
    text-align: right;
    font-size: 80%;
    background: url(/images/common/ico_views.gif) no-repeat 0 2px;
    padding-left: 22px;
    color: #666666 !important;
    margin-left: 6px;
    margin-right: 5px;
}

.starr_icon{
    display: inline-block;
    background: url(/images/common/ico_starr.png) no-repeat 0 0;
    padding-left: 20px;
    height: 15px;
    line-height: 15px;
    color: #666 !important;
    text-decoration: none;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.photos_icon{
    text-align: right;
    display: inline-block;
    background: url(/images/common/ico_photos.png) no-repeat 0 2px;
    padding-left: 18px;
    height: 16px;
    line-height: 16px;
    color: #666 !important;
    text-decoration: none;
    margin-right: 5px;
    vertical-align: text-top;
    position: relative;
    top: 0;
}

.photos_icon a{
    color: #666 !important;
}

.videos_icon{
    display: inline-block;
    background: url(/images/common/ico_videos.png) no-repeat 0 1px;
    padding-left: 27px;
    height: 14px;
    line-height: 14px;
    color: #666 !important;
    text-decoration: none;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.videos_icon a{
    color: #666 !important;
}

.articles_icon{
    display: inline-block;
    text-align: right;
    padding-left: 21px;
    background: url(/images/common/ico_article.png) no-repeat 0 0px;
    height: 17px;
    line-height: 15px;
    color: #666 !important;
    text-decoration: none;
    margin-right: 5px;
    vertical-align: text-bottom;
    position: relative;
    top: 2px;
}

.articles_icon a{
    color: #666 !important;
}

.comments_icon{
    display: inline-block;
    text-align: right;
    padding-left: 17px;
    background: url(/images/common/ico_comments.gif) no-repeat 0 4px;
    height: 16px;
    line-height: 16px;
    color: #666 !important;
    text-decoration: none;
    margin-right: 5px;
    vertical-align: text-top;
    position: relative;
    top: 0px;
}

.safari .comments_icon{
    vertical-align: top;
}

.comments_icon a{
    color: #666 !important;
}

.links_icon{
    display: inline-block;
    padding-left: 20px;
    height: 15px;
    line-height: 15px;
    color: #666 !important;
    text-decoration: none;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.user_icon{
    display: inline-block;
    text-align: right;
    padding-left: 15px;
    height: 14px;
    line-height: 14px;
    text-decoration: none;
    margin-right: 5px;
    vertical-align: text-bottom;
    position: relative;
    top: 2px;
}

div.select{
    display: inline-block;
/ display : inline;
    margin-right: 16px;
    position: relative;
}

div.select input{
    border: #d4e0ee 1px solid;
    padding: 0;
    height: auto;
    color: #757575;
    font-style: normal;
    width: 124px;
    padding: 1px 6px;
    padding-right: 18px;
    background: #fff url(/images/common/arr_select_filters.gif) no-repeat top right;
    cursor: pointer;
    font-size: 100%;
}

div.select ul{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    border: #cdcdcd 1px solid;
    background: #fff;
    top: 18px;
/ top : 24 px;
    left: 0;
    _left: 3px;
    text-align: left;
    width: 148px;
    z-index: 400 !important;
}

div.search .select ul{
/ top : 29 px;
}

div.select ul li{
    padding: 3px 7px;
    padding-right: 5px;
    color: #757575;
    cursor: pointer;
}

div.select ul li.current, div.select ul li:hover{
    color: #fff;
    background: #333;
}

/* === Calendar - Datepicker === */
.calendarIcon{
    position: relative;
    display: inline-block;
    padding: 3px 7px 9px 6px;
}

.activeCalendar a.calendarIcon{
    background: url(/images/common/bg_icon_calendar.gif) no-repeat;
    z-index: 999 !important;
}

.activeCalendar #datepicker{
    z-index: 888 !important;
}

/* === Calendar - Datepicker === */

/* === Common Elements === */

/* === Widgets === */
.rightColumn .ContentBlock .content .tabs{
    word-spacing: -0.25em;
    margin: 0 -10px;
    padding: 0 9px;
    background: url(/images/afisha/tab_places_border.gif) repeat-x bottom;
    margin-bottom: 5px;
    font-size: 105%;
}

.rightColumn .ContentBlock .content .tabs li{
    font-size: 130%;
    position: relative;
    display: inline-block;
/ zoom : 1;
/ display : inline;
    word-spacing: normal;
}

.rightColumn .ContentBlock .content .tabs li a{
    display: inline-block;
    height: 20px;
    padding: 3px 7px 0 7px;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.rightColumn .ContentBlock .content .tabs li.current{
    background: url(/images/afisha/tab_places_left.gif) no-repeat;
}

.rightColumn .ContentBlock .content .tabs li.current  a{
    background: url(/images/afisha/tab_places_right.gif) no-repeat right;
    color: #4e4e4e;
    padding: 3px 12px 0 12px;
}

.rightColumn .ContentBlock .content .tabs span.textcopy{
    font-size: 100%;
    left: 13px;
    top: 4px;
}

/* PhotoNews */
.PhotoNews .content{
    padding: 12px 15px 6px 15px;
}

.PhotoNews .carousel_container{
    overflow: hidden;
    visibility: visible;
    position: relative;
    z-index: 2;
    width: 290px;
    margin: 0;
}

.PhotoNews .carousel_container ul{
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    z-index: 1;
}

.PhotoNews .carousel_container ul li{
    overflow: hidden;
    float: left;
    width: 290px;
    min-height: 240px;
}

.PhotoNews .mainPhoto img{
    margin-bottom: 8px;
}

.PhotoNews .mainPhoto .title{
    font-size: 140%;
    font-weight: 900;
}

.PhotoNews .mainPhoto .date{
    display: inline-block;
    margin-top: 4px;
    color: #999;
}

.PhotoNews .newsList .image{
    padding-bottom: 3px;
}

/* PhotoNews */

/* tags */
.rightColumn .Tags .content{
    padding: 6px 12px 6px 12px;
    text-align: center;
    line-height: 140%;
}

.Tags .f7{
    font-size: 240%;
}

.Tags .f6{
    font-size: 210%;
}

.Tags .f5{
    font-size: 170%;
}

.Tags .f4{
    font-size: 140%;
}

.Tags .f3{
    font-size: 120%;
}

.Tags .f2{
    font-size: 110%;
}

.Tags .f1{
    font-size: 100%;
}

.rightColumn .Tags .content a.more{
    line-height: 180%;
}

/* tags */

/* MouseOver and MousePressDown */
.MouseOver{
    background-position: 0 50% !important;
}

.MouseOver input, .MouseOver a{
    background-position: 100% 50% !important;
}

.MousePressDown{
    background-position: 0 100% !important;
}

.MousePressDown input, .MousePressDown a{
    background-position: 100% 100% !important;
}

/* MouseOver and MousePressDown */

/* LastComments*/
.tagsG .content{
    padding: 10px 14px;
    text-align: center;
}

.tagsG .content a{
    color: #306aac;
}

.tagsG .content .f7{
    font-size: 240%;
}

.tagsG .content .f6{
    font-size: 210%;
}

.tagsG .content .f5{
    font-size: 170%;
}

.tagsG .content .f4{
    font-size: 140%;
}

.tagsG .content .f3{
    font-size: 120%;
}

.tagsG .content .f2{
    font-size: 110%;
}

.tagsG .content .f1{
    font-size: 100%;
}

/*LastComments */

div.selectNew{
    display: inline-block;
/ display : inline;
    position: relative;
    color: #757575;
    font-style: normal;
    height: 18px;
    cursor: pointer;

}

div.selectNew span.selectedValue{
    padding: 0 5px;
    padding-right: 19px;
    display: inline-block;
    border: #d4e0ee 1px solid;
    background: #fff url(/images/common/arr_select_filters.gif) no-repeat top right;
    text-align: left;
    width: 115px;
    height: 16px;
    line-height: 16px;
    z-index: 400 !important;
    white-space: nowrap;
    overflow: hidden;
}

div.selectNew ul{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    border: #d4e0ee 1px solid;
    background: #fff url(/images/common/arr_select_filters_na.gif) no-repeat top right;
    top: 0px;
    left: 0;
    _left: 3px;
    text-align: left;
    width: 139px;
    z-index: 400 !important;
    overflow: hidden;
    max-height: 200px;

    overflow: auto;
}

div.selectNew ul li{
    cursor: pointer;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    white-space: nowrap;
}

div.selectNew img{
    vertical-align: middle;
}

div.selectNew ul li.current{
    color: #000;
}

.centerColumn .newsFull .GalleryBigImg .imageCont_wBG{
    width: 640px !important;
    display: block !important;
    text-align: center !important;
}

/* ContactsWidget */
.clear, .clear3, .clear15, .clear20, .clear_small, .clear_medium{
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.clear3{
    height: 3px;
}

.clear15{
    height: 15px;
}

.clear20{
    height: 20px;
}

.clear_small{
    height: 5px;
}

.clear_medium{
    height: 10px;
}

.ContactsWidget .w317{
    width: 317px;
    float: left;
}

.ContactsWidget .fix_height{
    height: 150px;
}

.ContactsWidget p{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
}

/* end ContactsWidget */

/* error404 */
.error404{
    background: url(/images/zaglushka/bg.jpg) no-repeat center -50px;
}

.error404 .error404_in, .error404 .error404_mail{
    padding: 40px 0 100px 115px;
}

.error404_in img{
    float: left;
    margin-right: 15px;
}

.error404_in h1{
    float: left;
    font-size: 24px;
    margin-top: 3px;
}

.error404_in p{
    font-size: 14px;
    color: #666;
    font-style: italic;
    padding-top: 5px;
}

.error404 .error404_mail img{
    float: left;
    margin-right: 5px;
}

.error404_mail p{
    font-size: 14px;
    color: #666;
    padding-top: 10px;
    line-height: 19px;
}

.error404 #tochka_footer, .error404 #tochka_footer .rightSide{
    background: none;
    zoom: 1   !ie;
}

.error404 #tochka_footer .logo, .error404 #tochka_footer .scrollTop{
    display: none;
}

.error404 #tochka_footer .rss{
    background: url(/images/common/ico_rss.gif) no-repeat 0 0;
    padding-left: 20px;
    margin-top: 20px;
    float: left;
}

/* end error404 */

.browser{
    padding-left: 20px;
}

.browser img{
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.browser span{
    padding: 0px 15px;
    margin: 0px;
    font-weight: bold;
}

.LoveWidget td{
    vertical-align: top;
    font-size: 110%;
    color: #999999;
}

/* == Answers Widget == */
.WigetQuestionWide .DropDownElement{
    right: 10px;
    top: 10px;
    position: absolute;
}

.WigetQuestionWide .hoverCont{
    width: 305px;
    border: none;
}

.WigetQuestionWide .ic_comment{
    background: url(/answers2/images/answer/ic_comment.gif) no-repeat 0 2px;
    line-height: 16px;
    padding-left: 20px;
}

.WigetQuestionWide .ic_comment.acctive{
    background-position: 0 -19px;
}

.WigetQuestionWide .image{
    float: left;
    margin-right: 10px;
    padding-top: 2px;
}

.WigetQuestionWide .mtp_small{
    margin-top: 5px;
}

.WigetQuestionWide .normal{
    font-size: 12px;
}

.WigetQuestionWide .large{
    font-size: 14px;
    padding-right: 5px;
}

.WigetQuestionWide .green_but{
    background: url(/images/hi-tech/iphone/green_but_iphoneWiget_repeat.png) repeat-x center top;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    margin: 5px 0px;
    text-shadow: -1px -1px 0 #187713;
}

.WigetQuestionWide .green_but b{
    background: url(/images/hi-tech/iphone/green_but_iphoneWiget_left.png) no-repeat left top;
    display: inline-block;
    font-weight: normal;
}

.WigetQuestionWide .green_but b i{
    background: url(/images/hi-tech/iphone/green_but_iphoneWiget_right.png) no-repeat right top;
    display: inline-block;
    font-style: normal;
    padding: 6px 10px;
}

.WigetQuestionWide .green_but:hover{
    background: url(/images/hi-tech/iphone/green_but_iphoneWiget_repeatHover.png) repeat-x center top;
}

.WigetQuestionWide .green_but:hover b{
    background: url(/images/hi-tech/iphone/green_but_iphoneWiget_leftHover.png) no-repeat left top;
}

.WigetQuestionWide .green_but:hover b i{
    background: url(/images/hi-tech/iphone/green_but_iphoneWiget_rightHover.png) no-repeat right top;
    color: #FFFFFF;
}

.WigetQuestionWide .padding{
    padding-top: 20px;
}

/* DropDown Element*/
.ContentBlock .DropDownElement{
    position: relative;
    display: inline-block;
/ display : inline;
}

.ContentBlock .DropDownElement a.dd_button{
    color: #666666;
    font-size: 130%;
    padding-right: 23px;
    background: url(../images/common/arr_search_dropdown.gif) no-repeat right;
}

.ContentBlock .DropDownElement font{
    font-size: 100%;
}

.ContentBlock .DropDownElement .DropDownList{
    position: absolute;
    z-index: 990;
    padding: 0px 6px;
    left: -13px;
    top: -2px;

    border: #bdbdbd 1px solid;
    background: #eeeeee url(../images/common/bg_dropdown.gif) repeat-x;

    opacity: 1;
}

.ContentBlock .DropDownElement .DropDownList span{
    display: block;
    padding: 1px 6px;
    white-space: nowrap;
    border-bottom: #d9d9d9 1px solid;
    font-size: 130%;
}

.ContentBlock .DropDownElement .DropDownList span font{
    display: block;
    font-size: 100%;
    padding-right: 23px;
    background: url(../images/common/arr_search_dropdown_na.gif) no-repeat right;
    text-align: right;
}

.DropDownElement .DropDownList ul{
    border-top: #ffffff 1px solid;
    padding: 6px 4px !important;
}

.ContentBlock .DropDownElement .DropDownList li{
    float: none !important;
    font-size: 120%;
    padding: 0;
    padding-bottom: 2px;
    white-space: nowrap;
}

.ContentBlock .DropDownElement .DropDownList li a{
    color: #3366cc;
    padding: 0;
    line-height: normal;
    background: none;
    position: relative;
    display: block;
}

.ContentBlock .DropDownElement .DropDownList li a:hover{
    color: #c42e29;
}

/* DropDown Element*/
/*GLOBAL FOR SUPER DEAD WIDGET*/
.mrt5{
    margin-top: 5px;
}

.mrb5{
    margin-bottom: 5px;
}

.mrr10{
    margin-right: 10px;
}

.ic_adv_small{
    vertical-align: -4px;
    margin-right: 5px;
}

.ArticleContent .ic_adv_small{
    vertical-align: 1px;
    margin-right: 5px;
}

.rightColumn #tv_last_films .carousel_container ul li{
    overflow: hidden;
    float: left;
    width: 290px;
}

.rightColumn #tv_last_films .carousel_container{
    overflow: hidden;
    visibility: visible;
    position: relative;
    z-index: 2;
    width: 290px;
}

/*temp need for branding*/

/*Afisha*/
.Afisha .banner.top{
    padding: 0;
    margin-bottom: 0;
}
.Afisha .banner.top .WidthPage{
    padding: 15px
}
.Afisha .banner.top .WidthPage, .Afisha .Main .WidthPage{
    padding-left: 12px;
    padding-right: 12px;
    background-color: rgba(239, 239, 239, 0.7);
}
/*end:temp need for branding*/