/* ----------------------------------------------
  DIRvideo [CMS DLE] template
  Copyright © February 2010
-----------------------------------------------*/

@import url(reset.css);
/* =============================================================================== Page Defaults*/
html, body {
  margin:0;
  padding:0;
  background: 
    url(http://horoshyee-kino.ru/bg/FINAL.jpg) no-repeat 50% 30px,
    #0d1825;
  font:normal normal normal 12px/1.5 Tahoma, Geneva, sans-serif;
  color:#333;
}
.georg_lenta {position:fixed;top:0;left:0;z-index:999}
/*.body_weapper {background:url(../images/robot2.jpg) no-repeat 50% 100%;margin-top:5px;}*/
.page_wrapper {position:relative;width:980px;margin:0 auto;}
#bannerlayer {height:237px}
#bannerlayer h1 { font-size:16px; color:#FFFFFF; font-style:inherit;  margin-left:20px; font-family:Geneva, Arial, Helvetica, sans-serif}
#bannerlayer h2 { text-align:right; vertical-align:text-bottom; font-size:14px; color:#FFFFFF; font-family:Geneva, Arial, Helvetica, sans-serif; margin-top:195px; margin-right:25px; }
.textbanner {padding-top:100px;text-align:center;}
#treiler{
margin-right: 15px;
margin-top: -10px;
text-decoration: underline;
cursor: pointer;

}

#tooltip {background:#e6f2f7;font:Trebuchet MS;font-size:12px;width:auto;border:1px solid #d5e3f3;border-left:5px solid #ff0000;color:#446a7b;opacity:0.91;filter:alpha(opacity="80");line-height:15px;z-index:100;position:absolute;visibility:hidden;border-collapse:separate;margin:0;padding:5px;}

a {text-decoration:none; color:#069}
a:hover {ext-decoration:underline; color:#000}

strong {font-weight:700}
.width100 {width:100%}
.width75 {width:75%}
.width50 {width:50%}
.fLeft {float:left}
.fRight {float:right}
.aLeft {text-align:left}
.aRight {text-align:right}
.aCenter {text-align:center}
.aJustify {text-align:justify}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*HTML .clearfix {
  display: inline-block;
}

/* =============================================================================== Header */
#header {
  margin-bottom:5px;
  height:50px;
  background:url(../images/hdr_bg.png) repeat-x 0 0;
}
.hdrtop {
  position:relative;
  margin:0 auto;
  width:1000px;
  height:50px;
  background:url(../images/page_elements.png) no-repeat 0 0;
}
.logo {
  position:absolute;
  left:20px;
  top:0;
  width:200px;
  height:45px;
  background:url(../images/logo.png) no-repeat 0 0;
  text-indent:-5555em;
}
.bmark {
  position:absolute;
  left:240px;
  top:5px;
  font-size:11px;
}
.bmark a {text-decoration:none; color:#DDD}
.bmark a:hover {text-decoration:none; color:#FC0; cursor:pointer}
/* ===== Header nav */
.hdr_nav {
  float:right;
  margin:15px 200px 0 0;
  height:20px;
  line-height:20px;
  font-weight:700;
  text-transform:uppercase;
}
.hdr_nav a {
  text-decoration:none;
  color:#FFF;
}
.hdr_nav a:hover {
  text-decoration:none;
  color:#FC0;
}
.hdr_nav li {
  display:block;
  float:left;
  padding:0 15px;
  background:url(../images/hdr_nav_bullet.png) no-repeat 100% 0;
}
li.hdr_nav_noborder {background:none}
/* ===== Login */
#login_area {
  position:absolute;
  right:20px;
  top:12px;
}
a.signin {position:relative}
a.signin span {
  display:block;
  padding-left:40px;
  width:70px;
  height:25px;
  line-height:23px;
  text-decoration:none;
  font-weight:700;
  text-transform:uppercase;
  color:#FFF;
  cursor:pointer;
  background:url(../images/signin_changer_btn.png) no-repeat 0 0;
}

a.signin.menu-open span {
  background-position:0 -25px;
  color:#333;
  cursor:pointer;
  display:block;
  text-decoration:none;
}
#signin_menu {
  display:none;
  position:absolute;
  right:0;
  top:20px;
  padding:10px;
  width:150px;
  z-index:100;
  background-color:#AAB8C1;
  border:0pt none;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
}
#signin_menu a {
  text-decoration:none;
  color:#000;
}
#signin_menu a:hover {
  text-decoration:underline;
  color:#FFF;
}
.login_serv {
  margin-top:10px;
  font-size:11px;
  line-height:15px;
}
#signin_menu ul li {
  list-style-position:inside;
  list-style-type:disc;
}
#signin_menu label {font-size:11px}
#signin_menu input[type=text], #signin_menu input[type=password] {
  display:block;
  margin-bottom:5px;
  padding:0 5px;
  width:140px;
  height:26px;
  line-height:26px;
  border:0pt none;
  font-size:13px;
  background:url(../images/signin_inputs.png) no-repeat 0 0;
}
/* button */
.signin_submit, .signin_submit_hover {
  position:relative;
  width:150px;
  height:22px;
  border:0pt none;
  background:url(../images/signin_inputs.png) no-repeat;
}
.signin_submit {background-position:0 -26px}
.signin_submit_hover {background-position:0 -48px}

/* =============================================================================== Main */
#main {
  padding:10px 10px 20px;
  background:#FFF;
  width:960px;
  overflow:auto;
}
/* ========== Search */
#main_top {
  width:980px;
  height:120px;
  background:url(../images/page_elements.png) no-repeat -1000px 0;
}
.main_search {
  position:relative;
  height:80px;
  color:#DDD;
}
.main_search a {
  text-decoration:none;
  color:#CCC;
}
.main_search a:hover {
  text-decoration:none;
  color:#FFF;
  cursor:pointer;
}
.main_search span {
  position:absolute;
  left:20px;
  top:50px;
  font-size:11px;
}
.main_search p {
  position:absolute;
  left:150px;
  top:10px;
}
.search_input {
  position:absolute;
  left:155px;
  top:35px;
  width:670px;
  height:20px;
  font:normal 700 normal 16px/20px Verdana, Geneva, sans-serif;
  border:0pt none;
  background:none;
}
.search_btn, .search_btn_hover {
  position:absolute;
  left:840px;
  top:30px;
  width:130px;
  height:30px;
  background:url(../images/search_btn.png) no-repeat;
  border:0pt none;
}
.search_btn {background-position:0 0}
.search_btn_hover {background-position:0 -30px}
/* breadcrumbs */
.breadcrumbs {
  padding:10px 10px 0;
  width:960px;
  height:30px;
}
.breadcrumbs a {
  text-decoration:none;
  color:#333;
  font-weight:700;
}
.breadcrumbs a:hover {color:#FFF}
.breadcrumbs ul {
  font:normal bold 14px/1.5em Tahoma, Geneva, sans-serif;
  text-transform:uppercase;
}
.breadcrumbs ul li {
  display:inline;
  padding:2px 8px;
}
/* ========== Mission */
.mission {
  margin-bottom:20px;
  padding-bottom:10px;
  background:#F4F4F4;
}
.mission h2 {
  margin-bottom:10px;
  padding:10px 10px 0;
  width:940px;
  height:30px;
  font:normal 700 16px/1.3em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  background:url(../images/gr_block_title.png) no-repeat 0 0;
}
.mission p {
  margin:3px 10px;
  text-indent:20px;
}

/* ========== Описание жанров */
.missiongernes {
  margin-bottom:20px;
  padding-bottom:10px;
  background:#F4F4F4;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.missiongernes h1 {
  margin-bottom:10px;
  padding:10px 10px 0;
  width:940px;
  height:30px;
  font:normal 700 16px/1.3em "Trebuchet MS", Helvetica, sans-serif;
  text-transform:uppercase;
  background:url(../images/gr_block_title.png) no-repeat 0 0;
}
.missiongernes h2 {
  margin-bottom:10px;
  padding:10px 10px 0;
  /*text-indent:20px;*/
  font:normal 14px "Trebuchet MS", Helvetica, sans-serif;
}
.missiongernes p {
  margin:3px 10px;
  text-indent:25px;
}
.missiongernes p strong {
  font-weight: normal;
}
.missiongernes li {margin-left: 30px;}
.missiongernes dd {margin-left: 10px;}
.missiongernes dd strong {font-weight: normal;}
/* ========== Genres */
.genres {
  position:relative;
  margin:0 -10px 20px;
  padding-top:10px;
  width:980px;
  font:normal normal 9px/20px Tahoma, Geneva, sans-serif;
  text-transform:uppercase;
  background:#AAB8C1;
  border-bottom:1px solid #4B5D6B;
  border-top:1px solid #4B5D6B;
}
.genres ul li {
  display: inline;
  float:left;
  margin:0 10px;
}
.genres ul li a {
  margin-bottom:10px;
  display:block;
  padding-left:22px;
  width:98px;
  height:20px;
  text-decoration:none;
  color:#333;
  background:#fff url(../images/genres_item_wrapper.png) no-repeat 0 -20px;
}
.genres ul li a:hover {
  background-position:0 0;
  color:#000;
  text-decoration:none;
}

#wrapper {
  float:left;
  width:960px;
}
/* ====================================================== col1 [Content] */
#col1 {margin-right:240px}
#page_content, dle-content {width:720px; overflow:hidden}
/* ========== Kinonews */
.kinonews {margin-bottom:20px}
.kinonews h3 {
  font:normal normal 18px/1.5em Tahoma, Geneva, sans-serif;
  text-transform:uppercase;
  color:#4C6A81;
}
.kinonews_item {
  width:710px;
  margin-bottom:10px;
  padding-bottom:3px;
  border-bottom:1px dashed #999;
}
.kinonews_item_prev {
  float:left;
  width:110px;
}
.kinonews_item_prev img {
  width:100px;
  border:1px solid #666;
}
.kinonews_item_desc {
  float:left;
  width:600px;
  font:normal 11px/1.4em Tahoma, Geneva, sans-serif;
}
.kinonews_item_desc h4 {margin-bottom:5px; font:normal bold 12px/1em Tahoma, Geneva, sans-serif}
.kinonews_item_desc h4 span {color:#999}
.kinonews_item_desc h4 a {
  text-decoration:none;
  color:#666;
}
.kinonews_item_desc h4 a:hover {
  text-decoration:none;
  color:#F30;
}

/* ========== Movie teasers */
/*.movie_teaser {
  display:block;
  float:left;
  margin:0 10px 20px 0;
}
.movie_teaser h2 {
  width:170px;
  height:20px;
  overflow:hidden;
  font:normal bold 12px/18px Tahoma, Geneva, sans-serif;
}
.movie_teaser h2 a {text-decoration:none; color:#F30}
.movie_teaser h2 a:hover {text-decoration:none; color:#000}
.movie_teaser ul.rate_area {
  position:relative;
  display:block;
  padding-top:10px;
  width:170px;
  height:280px;
  background:url(../images/index_movie_wrapper.png) no-repeat 0 0;
}
.movie_teaser ul.rate_area li {display:block}
.movie_teaser_poster img {
  padding:1px;
  width:146px;
  height:210px;
  background:#EEE;
}

}
.movie_teaser_poster {
  margin:0 auto;
  padding:1px;
  width:148px;
  height:210px;
  overflow:hidden;
  background:#D4D6D7;
}
.movie_teaser_rating, .movie_teaser_download {position:absolute}
.movie_teaser_download {
  left:10px;
  bottom:10px;
}
.movie_teaser_rating {
  left:10px;
  bottom:30px;
  width:150px;
  height:25px;
  text-align:center;
}
.movie_teaser_download a {
  display:block;
  width:150px;
  height:20px;
  text-indent:-5555em;
  background:url(../images/index_movie_download_btn.png) no-repeat 0 0;
}
.movie_teaser_download a:hover {background-position:0 -20px}*/

/* ========== Movie teasers */
.movie_teaser {
  margin:0 0 25px;
}
.movie_teaser h2 {font:normal bold 18px/1.5em "Trebuchet MS", Helvetica, sans-serif; color:#F30}
.movie_teaser h2 a {text-decoration:none; color:#F30}
.movie_teaser h2 a:hover {text-decoration:none; color:#000}
.movie_teaser ul.rate_area {
  position:relative;
  display:block;
  float:left;
  padding-top:10px;
  width:170px;
  height:280px;
  background:url(../images/index_movie_wrapper.png) no-repeat 0 0;
}
.movie_teaser ul.rate_area li {display:block}
.movie_teaser_poster img {
  padding:1px;
  width:146px;
  background:#EEE;
  height:230px;
}
.movie_teaser_poster {
  margin:0 auto;
  padding:1px;
  width:148px;
  height:210px;
  overflow:hidden;
  background:#D4D6D7;
}
.movie_teaser_rating, .movie_teaser_download {position:absolute}
.movie_teaser_download {left:10px;bottom:10px;}
.movie_teaser_rating {
  left:10px;
  bottom:30px;
  width:150px;
  height:25px;
  text-align:center;
}
.movie_teaser_download a {
  display:block;
  width:150px;
  height:20px;
  text-indent:-5555em;
  background:url(../images/index_movie_download_btn.png) no-repeat 0 -20px;
}
.movie_teaser_download a:hover {background-position:0 0}

.teaser_info {
  position:relative;
  width:530px;
  height:290px;
  margin-left:10px;
  float:left;
}
.syory_ads {
  position:relative;
  width:530px;
  height:25px;
}
.syory_ads em, .syory_ads span {position:absolute; top:0}
.syory_ads em {right:0}
.syory_ads span {left:0}

.teaser_desc {
  width:510px;
  height:60px;
  margin-bottom:10px;
  padding:2px 7px;
  line-height:1.35em;
  font-size:11.5px;
  overflow:hidden;
  background:url(../images/teaser_ads.png) no-repeat 0 0;
}
.teaser_ads li {
  position:relative;
  padding-left:90px;
  width:450px;
  background:url(../images/teaser_bullet.png) no-repeat 0 8px;
}
.teaser_ads li span {
  position:absolute;
  left:10px;
  top:0;
  width:80px;
}
.teaser_file_details {
  position:absolute;
  left:0;
  bottom:0;
  width:510px;
  height:54px;
  padding:3px 10px;
  z-index:5;
  background:url(../images/teaser_ads.png) -530px 0;
}
.teaser_file_details li {
  position:relative;
  padding-left:80px;
  width:430px;
}
.teaser_file_details li span {
  position:absolute;
  left:0;
  top:0;
  width:80px;
}
.teaser_edit_fav {
  position:absolute;
  right:0;
  top:100px;
  z-index:5;
}
.teaser_edit_fav a {
  width:24px;
  height:24px;
  display:block;
  float:left;
  margin-left:10px;
}
/* release */
.release_item_short {
  margin-bottom:15px;
  padding:5px 10px;
  width:690px;
  background:#E9E7E1;
  border-top:3px solid #D1CEC5;
}
.release_item_short_poster {
  float:left;
  width:110px;
}
.release_item_short_poster img {
  padding:1px;
  background:#999;
  width:98px;
}
.release_item_short_inner {
  float:left;
  width:580px;
}
.release_item_short_inner h2 {font-weight:bold; margin-bottom:5px}
.release_item_short_inner h2 a {color:#F30}
.release_item_short_inner h2 a:hover {color:#333}
/* ========== Simple pages */
.spage {width:710px; margin-bottom:30px;}
.spage h2 {
  margin-bottom:5px;
  padding-bottom:3px;
  font:normal normal 22px/1.2em Verdana, Geneva, sans-serif;
  letter-spacing:-1px;
  color:#F30;
  border-bottom:2px solid #8596A0;
}
.site_news_ads {width:710px;margin-bottom:5px}
.site_news_bottom {
  width:710px;
  margin-top:10px;
  padding-top:3px;
  border-top:1px dashed #8596A0;
}
/* ========== Comments */
.body_weapper .page_wrapper #main #wrapper #col1 #page_content #dle-content .comment .comment_body table tr td p {text-indent:25px;}
.body_weapper .page_wrapper #main #wrapper #col1 #page_content #dle-content #rec p {text-indent:25px;}
.comment {
  width:710px;
  margin-bottom:15px;
  background:#EFEFEF;
  border-bottom:2px solid #D8D8D8;
}
.comment_ads {
  position:relative;
  padding:10px;
  width:690px;
  font-size:11px;
  color:#EEE;
  background:#7B8690 url(../images/comment_bg.png) no-repeat 0 0;
  border-bottom:1px solid #EFEFEF;
}
.comment_ads a {text-decoration:none; color:#FFF}
.comment_ads a:hover {text-decoration:none; color:#333}
.comment_avatar {
  width:60px;
  float:left;
}
.comment_avatar img {width:48px; background:#3C4852; padding:1px}
.comment_ads ul {
  float:left;
  display:block;
  width:180px;
  height:45px;
}
.comment_det {
  position:absolute;
  width:250px!important;
  right:10px;
  top:10px;
  text-align:right;
}
.comment_serv_links a {
  display:block;
  float:right;
  margin-left:2px;
  padding:1px 5px;
  font-size:10px;
  text-transform:uppercase;
  background:#95A3AF;
  border-top:2px solid #BDC6CD;
}
.comment_serv_links a:hover {border-color:#FFF}
.comment_body {padding:5px 10px; color:#000}
.comment_adv {position:relative; padding:0 10px 5px; font-weight:bold; min-height:18px}
.comment_adv span {
  position:absolute;
  right:10px;
  top:0;
}
/* addcrit */
#isreview {float:none}
.reviewtitle_note {
  font-size:11px;
  color:#666;
}
.reviewtitle {
  padding:0 3px;
  width:454px;
  height:18px;
  line-height:22px;
}
/* ========== Profile/stats */
.prstat {
  position:relative;
  margin-bottom:20px;
}
.prstat_data, .prstat_data_st {width:600px}
.prstat_data li, .prstat_data_st li {
  display:block;
  position:relative;
  margin-bottom:3px;
  padding-bottom:3px;
  min-height:18px;
  border-bottom:1px dashed #EEE;
}
.prstat_data_st h4 {
  margin-top:15px;
  font:normal bold 14px/1.2em Tahoma, Geneva, sans-serif;
}
.prstat_data li {padding-left:150px; width:450px}
.prstat_data_st li {padding-left:300px; width:300px}
.prstat_data_item, .prstat_data_item_st {
  position:absolute;
  left:0;
  top:0;
  color:#666;
}
.prstat_data_itemm {width:140px}
.prstat_data_item_st {width:290px}
.prstat_sec {
  position:absolute;
  width:100px;
  right:0;
  top:0;
}
.prstat_avatar img {
  margin-bottom:5px;
  padding:1px;
  width:98px;
  background:#999;
}
/* ========== Forms */
.w190 {width:190px}
.w240 {width:240px}
.w390 {width:390px}
#form_def{
  margin-bottom:20px;
  width:710px;
}
.form_def_inner {
  padding:10px;
  background:#E9F1F6;
  border:2px solid #B7CFDE;
}
#form_def h2, #form_def h3 {
  font-size:16px;
  font-weight:bold;
  font-stretch:normal;
  margin-bottom:8px;
}
.form_def_notes {
  font-size:12px;
  color:#666;
  margin-bottom:20px;
  border-bottom:solid 1px #B7CFDE;
  padding-bottom:10px;
}
.form_def_row, .form_wr_row {
  min-width:680px;
  margin-bottom:20px
}
.form_def_row label, .form_wr_row label {
  display:block;
  margin-right:10px;
  font-weight:bold;
  text-align:right;
  float:left;
  line-height:13px;
}
.form_def_row label {width:240px}
.form_wr_row label {width:140px}
.form_def_row .small, .form_wr_row .small {
  color:#666;
  display:block;
  font-size:11px;
  font-weight:normal;
  text-align:right;
}
.form_def_row .small {width:240px}
.form_wr_row .small {width:140px}
.form_def_row input, .form_def_row .tsmall, .form_def_row .tmedium, .form_wr_row input, .form_wr_row .tsmall, .form_wr_row .tmedium {
  float:left;
  font:normal normal 12px Tahoma, Geneva, sans-serif;
  padding:4px 2px;
  border:solid 1px #aacfe4;
}
.form_def_row .tsmall {height:80px}
.form_def_row .tmedium {height:150px}
#form_def .button, #form_def .wr_button {clear:both}
#form_def .button {margin-left:250px}
#form_def .wr_button {margin-left:150px}
.def_btn, .def_btn_hover {
  width:120px;
  height:30px;
  font:normal bold 12px/30px Tahoma, Geneva, sans-serif;
  text-align:center;
  text-transform:uppercase;
  color:#FFF;
  background:url(../images/def_btn.png) no-repeat 0 0;
  border:0pt none;
  cursor:pointer;
}
.def_btn_hover {background-position:0 -30px}
.wr_editr {
  position:relative;
  width:470px;
  float:left;
}
.wr_editr label {
  width:auto;
  font-weight:normal;
  line-height:17px;
  padding-left:5px;
}
.tbig {
  width:460px;
  height:150px;
  border:1px solid #999;
}
/* SecCode */
#form_scode {
  position:relative;
  float:left;
  width:245px;
}
#form_scode input {
  position:absolute;
  right:0;
  top:0;
  width:110px;
  height:38px;
  text-align:center;
  color:#666;
  font:normal normal 24px/38px Verdana, Geneva, sans-serif;
  letter-spacing:-1px;
}
#dle-captcha {
  display:block;
  width:180px;
}
/* error */
.info_wrapper {margin-bottom:20px; width:710px; background:#F8E6E6 url(../images/attention.png) no-repeat 100% 0}
.info_data {
  border-left:3px solid #933;
  padding:10px 10px;
}
.info_data h4 {font-weight:700}
/* ========== Page navigation */
.pagenav_outer {margin:20px 0; height:15px}
div#pagenav, div#pagenav_wrapper {position:relative; height:40px}
div#pagenav {float:right; right:50%; width:auto;}
div#pagenav_wrapper {float:none!important; float:left; right:-50%;}
div#pagenav_wrapper a, div#pagenav_wrapper span {
  display:inline;
  padding:5px 8px;
  font-weight:700;
  background:#E4E4E4;
  color:#333;
}
div#pagenav_wrapper a:hover {
  background:#F30;
  text-decoration:none;
  color:#FFF;
}
div#pagenav_wrapper span {
  background:#EEE;
  color:#666;
}
/* ====================================================== col2 [Sidebar] */
#col2 {
  float:left;
  width:240px;
  margin-left:-240px;
}

.side_ads_h400 {margin-bottom:15px}

.sidebar_block {
  position:relative;
  width:240px;
  margin-bottom:15px;
  background:#F4F4F4 url(../images/sidebar_blocks_elements.png) no-repeat -720px 100%;
}
.sidebar_block h3 {
  width:240px;
  height:35px;
  text-indent:-5555em;
  background:url(../images/sidebar_blocks_elements.png) no-repeat;
}
.sidebar_block_inner {
  padding:10px;
}
/* slide */
#slide_block {
  position:absolute;
  right:10px;
  top:10px;
}
#slide_block a {
  display:block;
  width:16px;
  height:16px;
  text-indent:-5555em;
  cursor:pointer;
  background:url(../images/sidebar_block_slide.png) no-repeat 0 0;
}
#slide_block a.hidden {background-position:0 -16px}

/* vote */
.sidebar_vote h3 {background-position:0 0}
.vote_title {
  width:220px;
  min-height:35px;
  line-height:14px;
  font-weight:700;
  background:url(../images/sidebar_blocks_elements.png) no-repeat -255px 0;
}
#dle-vote .vote {
  margin:5px 0;
  line-height:13px;
}
.vote_do, .vote_do_hover {
  margin:15px 0 0 130px;
  width:90px;
  height:20px;
  background:url(../images/sidebar_vote_btn.png) no-repeat 0 0;
  border:0pt none;
}
.vote_do_hover {background-position:0 -20px}
/* top 25 */
.sidebar_top25 h3 {background-position:-480px 0}
.sidebar_top25 ul {margin:10px 0}
.sidebar_top25 ul li {
  padding:5px 5px 5px 30px;
  width:205px;
  background:url(../images/sidebar_top25_bullet.png) no-repeat 0 10px;
  border-top:1px solid #F4F4F4;
  border-bottom:1px solid #F4F4F4;
}
.sidebar_top25 ul li a {
  display:block;
  width:205px;
  height:14px;
  text-decoration:none;
  color:#333;
  overflow:hidden;
}
.sidebar_top25 ul li a:hover {color:#000}
.sidebar_top25 ul li span {
  font-size:11px;
  color:#666;
}
.sidebar_top25 ul li.top25_list_hover {
  border-color:#9AA7AF;
  background:#FFF url(../images/sidebar_top25_bullet.png) no-repeat -240px 10px;
  cursor:pointer;
}
/*Новое поступления кино*/
#newmov {font-family: "Trebuchet MS";margin-bottom: 10px;}
.newmovie {padding:0 10px 10px;width:220px;background:#E2E6E9;border-top:3px solid #3C4852;}
.newmovie fieldset legend {padding:0 5px 2px;font-size:12px;color:#FFF;background:#3C4852;}
.newmovie fieldset {padding-top:5px}
#newmov fieldset div ol.numbers {list-style-type:decimal;list-style-position:inside;}
#newmov fieldset div ol.numbers li {font-size: 11px;}
#newmov fieldset div blockquote {text-align: justify;font-size: 11px;padding-top:5px;}
/*Конец новинкам*/

/* teasers */
.teasers {
  display:block;
  position:relative;
  padding:0 10px 10px;
  width:220px;
  background:#E2E6E9;
  border-top:3px solid #3C4852;
}
.teasers fieldset legend {
  display:block;
  position:absolute;
  right:0;
  top:0;
  padding:0 5px 2px;
  font-size:11px;
  color:#FFF;
  text-transform:uppercase;
  background:#3C4852;
}
.teasers fieldset {padding-top:25px}
#lx_17251 .navernoeblok {
  padding-bottom:15px;
  width:220px;
  clear: both;
}
#lx_17251 {font-size:11px}
#lx_17251 a {color:#333}
#lx_17251 a:hover {color:#069}
#lx_17251 img {float:left; width:70px; margin-right:10px;}
#lx_17251 a img {border:1px solid #869FB3}

#smi2adblock_16433 .navernoeblok {padding-bottom:15px; width:220px; clear: both;}
#smi2adblock_16433 {font-size:11px}
#smi2adblock_16433 a {color:#333}
#smi2adblock_16433 a:hover {color:#069}
#smi2adblock_16433 img {float:left; width:70px; margin-right:5px;}
#smi2adblock_16433 a img {border:1px solid #869FB3}
/* =============================================================================== Footer */
#footer {
  clear:left;
  position:relative;
  padding:30px 0 10px;
  color:#EEE;
  background:#333 url(../images/footer_bg.png) repeat-x 0 0;
}
.page_footer {height:31px}
.page_copyright {
  float:left;
  width:200px;
}
.page_foter_nav {
  display:block;
  width:;
  float:left;
}
.page_foter_nav a {
  display:block;
  float:left;
  background:url(../images/footer_bullet.png) no-repeat 0 8px;
  padding-left:15px;
  margin-right:10px;
  text-decoration:none;
  color:#D5D5D5;
}
.page_foter_nav a:hover {text-decoration:none; color:#FFF}
.page_counters {float:right}
.counters {
  width:210px;
  height:31px;
}
.counters p {
  display:block;
  width:88px;
  float:right;
  margin-left:10px;
}
/* =============================================================================== Default styles */
#cp {left:290px!important;top:25px!important}
#dle_emo {left:205px!important;top:25px!important}
#loading-layer {line-height:normal}
#searchtable fieldset {
  margin-top:10px;
  padding:10px 5px;
  border:1px solid #AAB8C1;
  font-size:11px;
  text-align:left;
}
#searchtable legend {
  background:#8596A0;
  padding:1px 5px;
  font-size:11px;
  font-weight:bold;
  color:#FFF;
}
/* rating */
#ratig-layer {
  display:block;
  width:190px;
  min-height:20px;
}
#ratig-layer {font:normal normal 11px/15px Tahoma, Geneva, sans-serif}
.rating {
  width:150px;
  height:15px;
}
.unit-rating{
  list-style:none;
  margin:0px;
  padding:0px;
  width:150px;
  height:15px;
  position: relative;
  line-height:15px;
  background:url(../images/rating.png) top left repeat-x;
}

.unit-rating li{
    text-indent: -90000px;
  padding:0px;
  margin:0px;
  float: left;
}
.unit-rating li a{
  position: absolute;
  top:0;
  display:block;
  width:15px;
  height:15px;
  text-decoration: none;
  text-indent: -5555em;
  z-index: 17;
  padding:0px;
}
.unit-rating li a:hover{
  background:url(../images/rating.png) left center;
  z-index:2;
  left:0px;
}
.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:15px;}
.unit-rating a.r2-unit{left:15px;}
.unit-rating a.r2-unit:hover{width: 30px;}
.unit-rating a.r3-unit{left: 30px;}
.unit-rating a.r3-unit:hover{width: 45px;}
.unit-rating a.r4-unit{left: 45px;}
.unit-rating a.r4-unit:hover{width: 60px;}
.unit-rating a.r5-unit{left: 60px;}
.unit-rating a.r5-unit:hover{width: 75px;}
.unit-rating a.r6-unit{left: 75px;}
.unit-rating a.r6-unit:hover{width: 90px;}
.unit-rating a.r7-unit{left: 90px;}
.unit-rating a.r7-unit:hover{width: 105px;}
.unit-rating a.r8-unit{left: 105px;}
.unit-rating a.r8-unit:hover{width: 120px;}
.unit-rating a.r9-unit{left: 120px;}
.unit-rating a.r9-unit:hover{width: 135px;}
.unit-rating a.r10-unit{left: 135px;}
.unit-rating a.r10-unit:hover{width: 150px;}
.unit-rating li.current-rating{
  background:url(../images/rating.png) left bottom;
  position: absolute;
  height:15px;
  display:block;
  text-indent: -9000px;
  z-index: 1;
}
/* ===== calendar */
.calendar {margin:0 auto 10px; font-family:verdana;font-size:12px}
.calendar td, th {padding:3px 6px}
.weekday-active-v, .day-active-v {color: #4974a3}
.weekday, .weekday-active, .day-active {color: #804040}
.day-active a, .weekday-active a, .day-active-v a, .weekday-active-v a {text-decoration:underline}
.monthlink {color: #F30; text-decoration:none}
.day-current {background:#E2E6E9; border:1px solid #AAB8C1}
.archives {margin:5px 10px 10px}
/* ===== quote/scriptcode */
.title_quote {
  background:#596A79;
  color:#FFF;
  font-weight:bold;
  margin-top:5px;
  padding:5px 10px;
}
.quote, .scriptcode {
  margin-bottom:5px;
  padding:5px 10px;
  background:#D7DBDE;
  border-left:3px solid #596A79;
}
/* ===== spoiler */
.title_spoiler {
  color:#636363;
  background-color:#f2f2f2;
  border:1px dotted #bebebe; 
  font-weight:bold;
  padding:5px;
}
.text_spoiler {
  color: #757575;
  background-color: #f2f2f2;
  border: 1px dotted #bebebe;
  border-top: 0;
  text-align: justify;
  padding: 5px;
}
/* ===== bbcodes */
.bbcodes {
  margin:2px;
  width:150px;
  height:20px;
  color:#000;
  font:normal 11px/20px Tahoma, Geneva, sans-serif;
  text-align:center;
  text-transform:uppercase;
  background:url(../images/bb_btn.png) no-repeat 0 0;
  border:0pt none;
}
.editor_button {
  float:left;
  cursor:pointer;
  padding:0 2px;
}
.editor_buttoncl {
  float:left;
  cursor:pointer;
  padding:0 1px;
  border-left:1px solid #BBB;
  border-right:1px solid #BBB;
}
.editbclose {
  float:right;
  cursor:pointer;
}
.editor_button select {font:normal normal 11px Tahoma, Geneva, sans-serif}
.editor_button img, .editbclose img, .editor_button_brk img {margin:0; padding: 0;}
/* ===== xfields/xprofile */
.xfields textarea {width:500px; height:90px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0}
.xfields input {width:250px; height:18px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0}
.xfields select {height:18px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0}
.xprofile textarea {width:499px; height:90px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0}
.xprofile input {width:250px; height:18px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0}

/* ===== pm */
.pm_head {font:normal bold 12px/2em Verdana, Geneva, sans-serif}
table.pm tr td {padding-bottom:15px}
/* newpm */
#newpm {
  position:absolute;
  width:400px;
  padding:4px;
  background-color:#FDFDFD;
  border:1px solid #BBB;
  font-family:Verdana;
  font-size: 11px;
  line-height: 135%;
}
#newpmheader {
  padding:2px 5px 0;
  height:20px;
  color:#000;
    font-weight: bold;
  background-color:#E3C0C0;
  font-family:verdana, sans-serif;
  font-size:11px;
  cursor:move;
}
#newpm a {
  background:transparent;
  color:#4D6A8A;
  text-decoration:none;
}
#newpm a:hover{text-decoration: underline}
/* ===== dropmenudiv */
#dropmenudiv {
  border:1px solid #ffffff;
  border-bottom-width:0;
  background: #AAB8C1;
  font:normal bold 10px/20px Verdana, Geneva, sans-serif;
  margin:2px;
  opacity:0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3)";
  filter:alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
}
#dropmenudiv a {
  display:block;
  text-indent:3px;
  text-decoration:none;
  color:#FFF;
  background:#8596A0;
  border:1px solid #EEE;
  padding:1px 0;
  margin:1px;
}
#dropmenudiv a:hover {
  background:#333;
  color:#FFF;
}
/* ===== vote */
.vote input {line-height:25px}
/* ===== search */
.search {
  font:normal normal 11px/1.3em Verdana, Geneva, sans-serif;
  padding:2px;
}
.search_item {
  margin:5px 0 15px;
  padding-bottom:5px;
  width:710px;
  border-bottom:1px dashed #B0BAC1;
}
.search_item_prev {
  float:left;
  width:110px;
}
.search_item_prev img {
  padding:1px;
  width:98px;
  background:#EEE;
  border:1px solid #B0BAC1;
}
.search_item_inner {
  float:left;
  width:600px;
}
.search_item_inner h3 {
  font-size:16px;
  font-weight:bold;
}
.search_item_inner h3 a {text-decoration:none;color:#F30}
.search_item_inner h3 a:hover {text-decoration:none; color:#333}
.search_item_inner span {
  margin:5px 0;
  font-size:11px;
}
.textin {
  padding-left:3px;
  font:normal normal 12px/20em Verdana, Geneva, sans-serif;
  height:20px;
  border:1px solid #AAB8C1;
}
.sresult  {
  font:normal normal 12px/16px Verdana, Geneva, sans-serif;
  text-align:justify;
  color:#606D77;
}
/* ===== highslide */
.highslide-wrapper, .highslide-outline {background:#FFF}
.highslide-image {border: 2px solid #FFF}
.highslide-active-anchor img {visibility: hidden}
.highslide-dimming {background: black}
.highslide-html {background-color: white}
.highslide-html-content {display: none}
.highslide-loading {
    display: block;
  color: white;
  font-size: 9px;
  font-weight: bold;
    text-decoration: none;
  padding: 3px;
  border: 1px solid white;
    background-color: black;
}
a.highslide-full-expand {
  background: url(../dleimages/fullexpand.gif) no-repeat;
  display: block;
  margin: 0 10px 10px 0;
  width: 34px;
  height: 34px;
}
.highslide-footer {height: 11px}
.highslide-footer .highslide-resize {
  float: right;
  height: 12px;
  width: 11px;
  background: url(../dleimages/resize.gif);
}
.highslide-resize {cursor: nw-resize}
.highslide-display-block {display: block}
.highslide-display-none {display: none}

.highslide-caption {
  display: none;
  padding: 5px;
  background: white;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
  position: relative;
  left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background:url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display:block;
    float:left;
    height:30px;
    width:30px;
    outline: none;
}
.highslide-controls a.disabled {cursor: default}
.highslide-controls a span {display: none}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {background-position: 0 0}
.highslide-controls .highslide-previous a:hover {background-position: 0 -30px}
.highslide-controls .highslide-previous a.disabled {background-position: 0 -60px !important}
.highslide-controls .highslide-play a {background-position: -30px 0}
.highslide-controls .highslide-play a:hover {background-position: -30px -30px}
.highslide-controls .highslide-play a.disabled {background-position: -30px -60px !important}
.highslide-controls .highslide-pause a {background-position: -60px 0}
.highslide-controls .highslide-pause a:hover {background-position: -60px -30px}
.highslide-controls .highslide-next a {background-position: -90px 0}
.highslide-controls .highsli



ul.sitemap_categories{list-style-type:circle;padding-left:20px;}
ul.sitemap_items {list-style-type:disc;padding-left:40px;}