/*Crystal-web.ru*/

/*CSS reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, th {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 9pt;
 }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
a{
  text-decoration:none;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*Main styles*/

body{
  background: #eee url('../images/body_bg.png') repeat;
 color: #323232; 
} a{color: #323232;} 

h1, h2, h3{
  font-weight: normal;
}

h1.title{
  display: block;
  font-size: 14pt;
  border-bottom: 1px #8f8f8f solid;
  padding-bottom: 4px;
  margin-top: 20px;
}

.content{
  width: 70%;
  min-width: 1000px;
  max-width: 1300px;
  margin: 0 auto;
}

.content_main{
  width: 70%;
  min-width: 1000px;
  max-width: 1300px;
  margin: 0 auto 0 auto;
  background: #f5f5f5
}


.main_head{
  width: 100%;
  height: 300px;
  padding-top: 150px;
  background: #000000 no-repeat top;
  
}

.subnav {
   width: 100%;
    height: 40px;
    position: relative;
    top: 135px;
    padding: 0;
    background: transparent url('../images/main_menu_bg.png') repeat-x;
    font-size: 10pt;
    z-index: 2;
}

.subnav-fixed {
    position: fixed;
    height: 48px;
    background: transparent url('../images/main_menu_bg_fixed.png') repeat-x;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
}

.subnav a.up-to-fixed{
  display: none;
}

.subnav-fixed a.up-to-fixed{
  display: block;
  font-size: 10pt;
  float: left;
  width: 40px;
  height: 40px;
  background: transparent url('../images/up-to-fixed.png') top no-repeat;
}

.subnav-fixed a.up-to-fixed:hover{
  background-position: center center;
}

.subnav-fixed a.up-to-fixed:active{
  background-position: bottom;
}

ul.navigation li{
  float: left;
  display: block;
}

ul.navigation li a{
  color: #fff;
  font-size: 10pt;
  text-decoration: none;
  height: 29px;
  padding: 11px 10px 0 10px;
  display: block !important;
  display: inline-block;
  margin-right: 5px;
  
}

ul.navigation li a:hover{
  text-decoration: none;
  color: #fff;
  background: transparent url('../images/main_menu_hover.png') top repeat-x;
}

ul.navigation li a:active{
  background-position: bottom;
}

.logo_block{
  background: transparent url('../images/black_alpha.png') repeat !Important;
  background: #000;
  width: 220px;
  height: 90px;
  
}

.login_block img{
  margin-top: 1px;
}

.login_block{
  background: transparent url('../images/black_alpha.png') repeat !Important;
  background: #000;
  width: 210px;
  height: 26px;
  margin-top: 7px; 
  padding: 4px 5px 0 5px;
} 

.login_block span{
  padding: 4px 5px 0 0;
  display: block;
  margin-left: 25px;
  color: #fff;
}

.login_block span a{
  color: #fff;
  font-style: italic;
  text-decoration: none;
}

.login_block span a:hover{
  text-decoration: underline;
}

.main_content_nav{
  height: 30px;
  color: #fff;
  background: #50699e url('../images/main_content_nav.png') repeat-x;
  font-size: 0;
  padding: 0 0 0 15px;
}

.main_content_nav a{
  display: block;
  float: left;
  height: 24px;
  color: #fff;
  padding: 6px 5px 0 5px;
  text-decoration: none;
  font-size: 10pt;
}

.main_content_nav a:hover{
  background: #365089;
}

.main_content_nav a:active{
  background: #2a4172;
}

.main_right_col, .main_left_col{
  background: #f5f5f5;
  width: 210px;
  padding: 5px 0;
}

.main_right_col{
  padding-right: 20px;
  float: right;

}

.main_left_col{
  padding-left: 20px;
  float: left;
}

.main_center_col{
  margin: 0 230px;
  background: #fff;
  padding: 25px 15px !important;
  padding: 25px 15px;
  min-height: 1250px; 
  
}

.chat_block{
  float: left;
  width: 35%; 
}

.forum_block{
  margin-left: 37%;
  margin-bottom: 20px;
}

.forum_block_guest{
  margin-bottom: 2px;
}

.chat_msg_block{
  height: 250px;
  background: #f5f5f5;
  margin-top: 10px;
  overflow: auto;
  padding: 10px;
}

.chat_message a{
  color: #323232 !Important;
  text-decoration: none;
}

.chat_message a:hover{
  text-decoration: underline;
}

.forum_msg_block{
  background: #f5f5f5;
  margin-top: 10px;  
  padding: 10px;
}

.forum_msg_block table{
  width: 100%;
}

.forum_msg_block table tr:first-child{
  background: #ddd;
}

.forum_msg_block table tr:nth-last-of-type(2n+1){
  background: #ddd;
}

.forum_msg_block table tr td{
  padding: 4px 7px;
}

.forum_msg_block table tr th{
  text-align: left;
  height: 20px;
  border-bottom: 1px #ddd solid;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 0 7px;
}

th.th_one{
  width: 40%;
}

th.th_two{
  width: 20%;
}

th.th_three{
  width: 16%;
}

th.th_four{
  width: 24%;
}


.left_col_title{
  background: #91a0c2;
  color: #fff;
  padding: 4px 0 0 8px;
  height: 21px;
  margin: 20px 0 5px 0;
  font-size: 10pt;
}

.right_col_title{
  background: #91a0c2;
  color: #fff;
  padding: 4px 8px 0 0;
  text-align: right;
  height: 21px;
  margin: 20px 0 5px 0;
  font-size: 10pt;
}

table.browse_col_title {
  background: #91a0c2;
  color: #fff;
  height: 25px;
  margin-bottom: 3px;
  font-size: 10pt;
  width: 100%;
}

.menu_list {  
  width: 100%;
}
.menu_head1, a.menu_body_item {
  padding: 3px 0 0 8px;
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  margin-top: 4px;
  height: 17px;
  background: #d4d4d4 url('../images/menu_body_1.png') center right no-repeat; 
  overflow: hidden; 
  text-overflow: ellipsis;
}

.table_show {
  padding: 8px 3px 3px 3px;
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  margin-top: 5px;
  background-color: #d4d4d4;
}

.table_show:hover {
  background-color: #dbdbdb;
}

.table_show:active {
  background-color: #c3c3c3;
}

a.menu_body_item{
  background-image: none;
}

.menu_head1:hover, a.menu_body_item:hover {
  background-color: #dbdbdb;
}

.menu_head1:active, a.menu_body_item:active {
  background-color: #c3c3c3;
}

.menu_body {
  display:none;
  background: #e7e7e7 !important;
  padding: 10px 0;
}
.menu_body a{
  display:block;
  padding: 2px 5px 2px 10px;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }

.who_online_block{
  padding: 10px 10px 0 10px;
  font-size: 9pt;
}

.who_online_block a{
  font-style: italic;
  text-decoration: none;
  font-size: 9pt;
}

.who_online_block a:hover{
  text-decoration: underline;
}

.who_online_block span{
  font-weight: bold;
  font-size: 9pt;
  line-height: 2;
}

.poll_block_main span{
  display: block;
  padding: 10px;
  background: #e7e7e7;
  font-size: 9pt;
  margin-top: -4px;
  margin-bottom: 14px;
  font-style: italic;
  line-height: 1.2;
}

.poll_block_line{
  background: #e7e7e7;
  height: 10px;
  width: 100%;
  margin: 5px 0 10px 0;
}

.poll_block_line span{
  display: block;
  background: #91a0c2;
  height: 10px;
  padding: 0;
}

.poll_block_main p{
  font-size: 9pt;
  font-style: italic;
  line-height: 1.2;
  margin-left: 10px;
  margin-right: 25px;

}

.poll_block_main tt{
  float: right;
  margin-right: 10px;
  font-size: 9pt;
  font-style: italic;
  line-height: 1.2;
}

a.popular_torrents{
  display: block;
  background: #e7e7e7;
  text-decoration: none;
  padding: 5px 10px;
  text-align: right;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: 1.2;
    margin-bottom: 5px;
}

a.popular_torrents:hover{
  background: #dcdcdc;
}

a.popular_torrents:active{
  background: #cdcdcd;
}

a.popular_torrents span {
  color: #6a6a6a;
  font-style: italic;
  text-decoration: none;
  text-align: right;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: 1.2;
}

.statistics_block{
  width: 240px;
  float: left;
}

.top_10_block{
  margin-left: 240px;
}

.top_10_block h1, .statistics_block h1{
  margin: 0 0 10px 0 !important;
}

.statistics_block_inside{
  background: #f5f5f5;
  width: 240px;
  height:360px;
  border-right: 1px #ddd solid;
  font-size: 0;

}

.top_10_block_inside{
  height:360px;
  padding: 0;
  background: #f5f5f5;
}

.statistics_block_inside table{
  width: 240px;
}

.top_10_block_inside table{
  width: 100%;
}

.statistics_block_inside table tr th, .top_10_block_inside table tr th{
  text-align: left;
  height: 33px;
  border-bottom: 1px #ddd solid;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 0 7px;
}

.top_10_block_inside table tr th{
  width: 33%;
  border-right: 1px #ddd solid;
  height:35px;
}

.top_10_block_inside table tr td{
  width: 33%;
  border-right: 1px #ddd solid;
  padding: 3px 10px;
  text-align: left
}

.statistics_block_inside table tr td{
  padding: 3px 10px;
}

.statistics_block_inside table tr td:first-child{
  text-align: right;
  border-right: 1px #ddd solid;
}

.statistics_block_inside table tr:first-child{
  background: none !important;
}

.statistics_block_inside table tr:nth-last-of-type(2n){
  background: #ddd;
}

.statistics_block_inside table tr td{
  padding: 4px 7px;
}

.statistics_block_inside table tr th{
  text-align: left;
  border-bottom: 1px #ddd solid;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 0 7px;
}


.footer_block{
  background: #f5f5f5;
  height: 50px;
  padding: 10px;
  
}

.footer_block_left{
  float: left;
  width: 145px;
  text-align: right;
  margin-top: 3px;
  border-right: 1px #496298 solid;
  padding: 0 10px 5px 0;
}

.footer_count{
  width: 88px;
  height: 31px;
  float: left;
  margin: 9px 0 0 10px;
}

.footer_end{
  background: transparent url('../images/footer_f.png') repeat-x;
  height: 10px;
  margin-bottom: 40px;
}

a.copyright{
  display: block;
  float: right;
  width: 80px;
  height: 35px;
  background: transparent url('../images/copyright.png') top;
  margin: 11px 5px 0 0;
}

a.copyright:hover{
  background-position: bottom;
}

a.last_comment{
  display: block;
  background: #e7e7e7;
  text-decoration: none;
  padding: 5px 10px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  line-height: 1.2;
  margin-bottom: 5px;

}

a.last_comment:hover{
  background: #dcdcdc;
}

a.last_comment:active{
  background: #cdcdcd;
}

span.nick {
  color: #6a6a6a;
  font-style: italic;
  text-decoration: none;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  line-height: 1.2;
}

span.comment_item {
  display: block;
   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; 
   text-align: right; 
}

a.last_comment img{
  float: right;
  display: block;
  height: 30px;
  width: 30px;
  margin-left: 5px;
}

.short_news_title, .full_news_title{
  background: #91a0c2;
  height: 25px;
  color: #fff;
  font-size: 10pt;
}

.short_news_title:hover{
  background: #798bb2;
}

.short_news_title:active{
  background: #50628a;
}

.short_news_title .rating_block, .full_news_title .rating_block{
  background: #697ba2;
  float: left;
  height: 19px;
  padding: 6px 0px 0 0px;
  color: #fff;
}

.short_news_title:hover .rating_block, .full_news_title:hover .rating_block{
  background: #50628a;
}

.short_news_title .edit_news_block, .full_news_title .edit_news_block{
  background: #697ba2;
  float: right;
  height: 19px;
  padding: 6px 5px 0 5px;
  color: #fff;
}


.short_news_title:hover .edit_news_block, .full_news_title:hover .edit_news_block{
  background: #50628a;
}

.short_news_title_center a , .full_news_title_center{
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 4px 5px 0 5px;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.full_news_title_center h1 {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 1px 5px 0 5px;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.short_news_content, .full_news_content {
  padding: 7px 0;
  line-height: 1.4; min-height: 250px;
}

.full_news_content img{
  max-width: 497px;
} 

.short_news_content img {
  max-width: 380px;
  border: 0 !Important;
}



.short_news_content div:first-child img:first-child{
  float: left;
  height: 165px;
  border: 1px #e9e9e9 solid;
  margin: 0 7px 7px 0;
}  

.short_news_down_block{
  background: #ececec;
  height: 30px;
  margin: 7px 0 40px 0;
}

.short_news_down_block:hover{
  background: #dadada;
}

.short_news_down_block:active{
  background: #b9b9b9;
}

.short_news_down_block span{
  display: block;
  padding: 7px 0 0 5px;
}

.short_news_down_block span a{
  font-style: italic;
  color: #6a6a6a;
  text-decoration: none;
}

.short_news_down_block span a:hover{
  text-decoration: underline;
}

.short_news_down_block:active span a{
  color: #fff;
}

.short_news_down_block a.short_news_down_butt{
  float: right;
  display: block;
  background: #8d8d8d;
  color: #fff;
  font-style: italic;
  text-decoration: none;
  height: 25px;
  font-size: 11pt;
  padding: 5px 7px 0 7px;
  
}

.short_news_down_block:hover a.short_news_down_butt{
  background: #818181;
}


.short_news_down_block:hover a.short_news_down_butt:hover{
  background: #6b6b6b;
}

a.short_news_down_butt:active{
  background: #323232;
}

.short_news_down_block  .short_news_down_butt a{
  float: right;
  display: block;
  background: #8d8d8d;
  color: #fff;
  font-style: italic;
  text-decoration: none;
  height: 25px;
  font-size: 11pt;
  padding: 5px 7px 0 7px;
  
}

.short_news_down_block:hover .short_news_down_butt{
  background: #818181;
}


.short_news_down_block:hover .short_news_down_butt:hover{
  background: #6b6b6b;
}

.short_news_down_butt:active{
  background: #323232;
}

.short_news_stat, .full_news_stat{
  background: #ececec;
  font-style: italic;
  color: #6a6a6a;
  padding: 10px;
  margin-bottom: 10px;
}

.short_news_stat b, .full_news_stat b{
  font-style: italic;
  color: #6a6a6a; 
  font-weight: bold;
}

.short_news_stat a, .full_news_stat a{
  font-style: italic;
  color: #6a6a6a; 
  text-decoration: none;
}

.short_news_stat a:hover, .full_news_stat a:hover{
  text-decoration: underline;
}

a.rating_plus{
  float: right;
  background: transparent url('../images/plus_minus.png') no-repeat right top;
  width: 10px;
  height: 11px;
  display: block;
  margin: 1px 3px 0 3px;
}

a.rating_minus{
  float: left;
  background: transparent url('../images/plus_minus.png') no-repeat left top;
  width: 10px;
  height: 11px;
  display: block;
  margin: 1px 3px 0 3px;
}

a.rating_plus:hover{
  background-position: right center;
}

a.rating_minus:hover{
  background-position: left center;
}

a.rating_plus:active{
  background-position: right bottom;
}

a.rating_minus:active{
  background-position: left bottom;
}

.edit_news_block img{
  margin: 0 2px;
  vertical-align: text-top !important;
}

.short_news_cat, .full_news_cat{
  background: #ececec;
  height: 16px;
  padding: 2px 5px 0 5px;
  font-style: italic;
  color: #6a6a6a;
  font-size: 8pt;
}

.short_news_cat span, .full_news_cat span{
  float: right;
  font-style: italic;
  color: #6a6a6a;
}

.short_news_cat a, .full_news_cat a {
  font-style: italic;
  color: #6a6a6a;
  text-decoration: none;
}

.short_news_cat a:hover, .full_news_cat a:hover{
  text-decoration: underline;
}

.info_block{
  background: #323232;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.info_block img{
  float: left;
  display: block;
}

.info_block span{
  display: block;
  color: #fff;
  margin-left: 43px;
  line-height: 1.2;
}

.info_block b, .info_block a, .info_block ul li{
  color: #fff;
}

.info_blockp{
  display: block;
  color: #fff;
  font-size: 11pt;
  margin: 0 0 10px 43px;
}

.fbutton{
  background: #4a6399;
  border: 1px #5c74a8 solid;
  outline: 1px #374f81 solid;
  color: #fff;
  padding: 4px 7px 3px 7px;
  margin: 5px 5px 5px 0;
}

.fbutton:hover{
  background: #6b83b6;
  border: 1px #a6bce8 solid;
  outline: 1px #6b83b6 solid; 
}

.fbutton:active, fbutton:focus{
  background: #4a6399;
  border: 1px #2c416f solid;
  outline: 1px #4a6399 solid; 
}

.online_block{
  padding-top: 2px;
  padding-left: 10px;
}

 .online_block b{
  font-weight: bold;
}

.online_block a{
  line-height: 1.2;
  text-decoration: none;
}

.online_block a:hover{
  text-decoration: underline;
}

.user_group{
    background: #ececec;
    width: 101px;
    height: 55px;
    margin-top: 2px;	
}

.comment_block a, .comment_block tt{
  color: #686868;
  font-style: italic; 
  text-decoration: none;
}

.comment_block a:hover{
  text-decoration: underline;
}

.mass_comments_action{
  padding: 10px;
  background: #ececec;
  margin: 30px 0;
}

.left_col_profile{
  float: left;
  width: 100px;
}

.left_col_profile a, .edit_profile a{
  display: block;
  background: #ececec;
  padding: 3px 2px 0 2px;
  height: 17px;
  margin: 5px 0 0 0;
  text-decoration: none;
  text-align: center;
}

span.edit_profile{
  font-size: 0;
} 

.edit_profile a{
  text-align: left;
  padding-left: 10px;
  padding-bottom: 3px;
  font-size: 10pt;
  margin-bottom: 10px;
}

.search_text{
  background: transparent url('../images/main_menu_hover.png') top repeat-x;
  border: 0;
  color: #fff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 10pt; 
  width: 210px;
  height: 30px;
  padding: 5px 10px 5px 10px;
}

.search_text:focus{
  background-position: bottom;
}

.left_col_profile a:hover, .edit_profile a:hover{
  background: #d4d4d4;
}

.sites_menu select{
margin: 6px 10px 0 100px;
width: 110px;
height: 23px;
}

.sites_menu{
  height: 35px;
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent url('../images/black_alpha.png') repeat;
}

.sites_menu a{
  margin: 0 3px; color: #fff;
  text-decoration: none;
  display: block;
  height: 30px;
  font-size: 10pt;
  float: left;
  padding: 1px 5px 0 5px;
}

 .sites_menu a:hover{
   background: transparent url('../images/black_alpha.png') repeat; 
}

.sites_menu a span{
  color: #fff;
  display: inline-block;
  font-size: 8pt;
  text-align: right;
}

.jcarousel-skin-tango .jcarousel-container {
  margin: 10px 0 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
  direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 100%;
    padding: 5px 0 10px 0;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  100%;
    height: 140px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 99px;
    height: 140px;
}

.jcarousel-skin-tango .jcarousel-item a img{
    width: 97px;
    height: 138px; 
    border: 1px #ededed solid;
}

.jcarousel-skin-tango .jcarousel-item a:hover img{
    border-color: #7b7b7b;
}

.jcarousel-skin-tango .jcarousel-item a:active img{
    border-color: #323232;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 0;
    margin-right: 5px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal,
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-horizontal,
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal{
  display: none;
} 
.nav_pages_block{
background: #ececec;
height: 25px;
}
.nav_pages_block a, .nav_pages_block a span.nav_none{
display: block;
float: left;
padding: 5px 7px 4px 7px;
margin: 0 2px;
background: #91A0C2;
text-decoration: none;
color: #fff;
}

.nav_pages_block a:hover{
  background: #798bb2;
}

.nav_pages_block a:active{
  background: #50628a;
}

.nav_pages_block span{
display: block;
float: left;
padding: 5px 7px 4px 7px;
background: #8D8D8D;
color: #fff;
margin: 0 2px;
}

.nav_ext{
background: none !important;
color: #323232 !important; 
}

span.nav_none{
background: none !important;
padding: 0!important;
}

#hintbox{
right: 500px;
}

/*torent*/
.torrentBlock{ height:26px;  margin:2px 2px 2px 0px;}
.torrentBlock ul.torrentInfo{ padding:0px; margin:0px; float:left;}
.torrentBlock ul.torrentInfo li{ list-style:none; float:left; display:block;}
.torrentBlock ul.torrentInfo1{ padding:0px; margin:0px; float:right;}
.torrentBlock ul.torrentInfo1 li{ list-style:none; float:right; display:block;}
.torrentBlock .u-logo{ width:33px; height:26px; background:#59b021 url("../images/torent-block.png") no-repeat 0px 0px; }
.torrentBlock .t-gold{ width:70px; height:26px; background:#feaf32 url("../images/torent-block.png") no-repeat 0px -27px; cursor:default;}
.torrentBlock .t-silver{ width:70px; height:26px; background:#a7bcc9 url("../images/torent-block.png") no-repeat 0px -53px; cursor:default;}
.torrentBlock .lable,
.torrentBlock .lableEnd{background:#f7f7f7; border:1px solid #e6e6e6; height:20px; padding:4px 10px 0px 10px; color:#5c5c5c; text-shadow:1px 1px 0px #fff;}
.torrentBlock .lable{border-width:1px 0px;}
.torrentBlock .lableEnd{border-width:1px 1px 1px 0px;}
.torrentBlock .rock, .torrentBlock .distribute, .torrentBlock .download{ background-image: url("../images/torent-block.png") ; background-repeat:no-repeat; color:#fff; font-weight:bold; height:21px; padding:5px 10px 0px 10px; cursor:default;}
.torrentBlock .rock{ background-color: #ce0101; background-position:0px -79px;}
.torrentBlock .distribute{ background-color:#54a020; background-position:0px -105px;}
.torrentBlock .download{ background-color:#151515; background-position:0px -131px;}
.no-torent{ padding:10px 5px 5px 10px; color: #96b6c5; font-style:italic;}

a.download-btn {
  background: #50699e;
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
  font-size: 10pt;
}

/*скругление краев*/
.rad0, .comment .headAvtor .miniRating .ui-corner-all, .comment .headAvtor .miniRating .ui-corner-bottom, .comment .headAvtor .miniRating  .ui-corner-left, .comment .headAvtor .miniRating  .ui-corner-bl
	{ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -khtml-border-radius: 0px;}
.rad2, .comment .headAvtor .miniRating .ui-corner-all,	.comment .headAvtor .miniRating .ui-corner-bottom, .comment .headAvtor .miniRating .ui-corner-right, .comment .headAvtor .miniRating .ui-corner-br
    {	 -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -khtml-border-radius: 2px;}
.rad3, .fbutton, .bbcodes, .bbcodes_poll, .login .regLinksUser a, .head .socialNav a, .comment .headAvtor .avtor .a1 a
	{ -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 0px; -khtml-border-radius: 3px;}
.rad4, #loading-layer{ -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -khtml-border-radius: 4px;}
.rad5, .navigation .pages span.active, .navigation .pages span, .pmBlock .pmBord, .usersBlock .name .editUs a ,  .humor_navigation .pages span.active, .humor_navigation .pages span
	{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px;}
.rad10{ -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px;}


.rad3_tl, .rad3_l, .rad3_t
/* rad 3 top left*/{-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -khtml-border-top-left-radius:3px;}
.rad3_tr, .rad3_r, .rad3_t
/* rad 3 top right*/{-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -khtml-border-top-right-radius:3px;}
.rad3_bl, .rad3_l, .rad3_b
/* rad 3 bottom left*/{-moz-border-radius-bottomleft: 3px; webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius:3px;}
.rad3_br, .rad3_r, .rad3_b
/* rad 3 bottom right*/{-moz-border-radius-bottomright: 3px; webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius:3px;}

.rad5_tl, .rad5_l, .rad5_t, .navigation .prev span, .navigation .prev a, .pmBlock .inbox a, .humor_navigation .prev span, .humor_navigation .prev a
/* rad 5 top left*/{-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px;  -khtml-border-top-left-radius:5px;}
.rad5_tr, .rad5_r, .rad5_t, .navigation .next span, .navigation .next a, .pmBlock .new_pm a, .humor_navigation .next span, .humor_navigation .next a
/* rad 5 top right*/{-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -khtml-border-top-right-radius:5px;}
.rad5_bl, .rad5_l, .rad5_b, .navigation .prev span, .navigation .prev a, .pmBlock .inbox a, .humor_navigation .prev span, .humor_navigation .prev a
/* rad 5 bottom left*/{-moz-border-radius-bottomleft: 5px; webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius:5px;}
.rad5_br, .rad5_r, .rad5_b, .navigation .next span, .navigation .next a, .pmBlock .new_pm a, .humor_navigation .next span, .humor_navigation .next a
/* rad 5 bottom right*/{-moz-border-radius-bottomright: 5px; webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius:5px;}

.lcol, .rcol, form { display: inline; }
.lcol { float: left; } .rcol { float: right; }
.small { font-size: 0.9em; }

/*Другие новости по теме*/
.related {  padding: 0 15px; background: #fff url("../images/related.jpg") no-repeat top left; margin-top:10px;}
.related .title { color:#acacac; font-weight:bold; height:30px; padding:2px 0px 0px 25px;}
.related .related-list{}
.related .related-list li { }
.related .relatedBlock{ width:316px; height:98px; float:left;  position:relative;}
.related .relatedBlock .relatedFull{ display:block; width:228px; height:90px; float:left; padding:2px 2px 2px 80px;  border:1px solid #f4f4f4; background:#fafafa; color:#666; overflow:hidden; font-size:11px; line-height:13px;}
.related .relatedBlock .relatedFull a { color:#666; text-decoration:none; }
.related .relatedBlock .relatedFull a:hover{ background:#f4f4f4;}
.related .relatedBlock .ralatedThumb{ width:70px; height:90px; overflow:hidden; position:absolute; top: 3px; left:3px; z-index:10;}
.related .relatedBlock .ralatedThumb img{ width:70px !important;}

.oformlenie { 
    background: #FFE4E1;
    border-bottom: 2px solid #DB7093;
    border-left: 0px solid #DB7093;
    border-right: 0px solid #DB7093;
    border-top: 2px solid #DB7093;
    color: #6D675F;
    margin: 0px 0px 20px;
    padding: 15px;
}

/* Slider for DLE */
.sliderContent {
	padding:5px 0px; background:#f5f5f5;
}
.sliderElement {
	margin:3px; padding:3px;
}
.sliderButtonNext {
    background: url("../images/slider_arrow.png") no-repeat;
    width: 37px;
    height:37px;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    top: 52px;
    left: -8px;
}
.sliderButtonPrev {
    background: url("../images/slider_arrow.png") 0px -38px no-repeat;
    width: 37px;
    height:37px;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    top: 52px;
    right: -8px;
}
.sliderButtonNext:active {
    background: url("../images/slider_arrow.png") -37px -1px no-repeat;
}
.sliderButtonPrev:active {
    background: url("../images/slider_arrow.png") -37px -39px no-repeat;
}
 .main_content_nav span{
  font-size:0;
}
.sign_block img{
max-width: 350px;
max-height: 100px;
}

#dhtmltooltip { font-size: 0.9em; line-height: 1.3em; text-align: left; position: absolute; left: -300px; width: 150px; border: 1px solid #aaa; padding: 12px; background-color: #fff; visibility: hidden; z-index: 100; }
#dhtmlpointer { position: absolute; left: -300px; z-index: 101; visibility: hidden; }
#dhtmltooltip img { vertical-align: middle; }

.pm_status {
	float:left;
	border: 1px solid #d8d8d8;
	padding: 0px;
	background-color: #fff;
	width: 280px;
	height: 100px;
	margin-left: 20px;
	margin-right: 5px;
}

.pm_status_head {
	border-bottom: 1px solid #d8d8d8;
	font-size: 0.9em; 
	background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
	height: 22px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #4e4e4e;
}

.pm_status_content {
	padding: 5px;
}

/* Весь блок*/
.m-rating-block{
  background: #ececec;
  margin-top: 10px;  
  padding: 10px;
}

.m-rating-block table{
  width: 100%;
}
.m-rating-area{height:80px;display:inline-block;margin:1px 0;padding-left:90px;border:1px solid #ddd;position:relative;}
.m-error{position:absolute;top:5px;right:5px;padding:0 15px;display:none;border:1px solid #db4a39;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;font:normal 12px/28px Arial;color:#444;}
.m-load{background:#f0f0f0 url('{THEME}/images/m_load.gif') 50% 50% no-repeat !important;}

	/* Суммарный рейтинг */
	.m-rating-rate{float:left;margin-left:-90px;width:80px;border-right:1px solid #ddd;font:bold 27px/60px Arial;text-align:center;color:#777;height:80px;text-shadow:0 1px #fff;-moz-box-shadow:inset 0 1px 1px #fcfcfc;-webkit-box-shadow:inset 0 1px 1px #fcfcfc;box-shadow:inset 0 1px 1px #fcfcfc;}
		/* Количество голосов в суммарном рейтинге */
		.m-rating-rate-votes{font:normal 11px/20px Arial;margin-top:-15px;text-shadow:none;}

	/* Разбивкав 2 колонки */
	.m-rating-column{width:180px;float:left;height:80px;}
		/* Область одного рейтинга */
		.m-rating-field{padding:5px 0 5px 40px;height:30px;}
			/* Оценка */
			.m-rating-value{float:left;cursor:pointer;margin-left:-40px;width:30px;height:30px;color:#fff;font:bold 15px/30px Arial;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 #fff;-webkit-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
			.m-rating-field:hover .m-rating-value{background:#ef622a;}

			/* Сам рейтинг */
			.m-rating{margin:0;padding:0;list-style:none;}
			.m-rating:after{content:"";display:table;clear:both;}
				.m-rating li{float:left;padding:0 1px;}
					.m-rating li span{display:block;width:10px;height:10px;border-radius:5px;background:#ccc;text-indent:-10000px;cursor:pointer;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.25), 0 1px 0 #fff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.25), 0 1px 0 #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.25), 0 1px 0 #fff;}
				.m-rating li.m-current span{background:#44a0de;}
				.m-rating li.m-hover span{background:#ef622a}

/* CSS3 gradients & backgrounds */
.m-rating-area{
	background:#fcfcfc;
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(250,250,250,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(250,250,250,1)));
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%);
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%);
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%);
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#fafafa',GradientType=0 );
}
.m-rating-rate{
	background:#f0f0f0;
	background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(234,234,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(234,234,234,1)));
	background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(234,234,234,1) 100%);
	background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(234,234,234,1) 100%);
	background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(234,234,234,1) 100%);
	background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(234,234,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eaeaea',GradientType=0 );
}
.m-rating-value{
	background:#44a0de;
	background: -moz-linear-gradient(top,  rgba(72,169,234,1) 0%, rgba(64,151,209,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(72,169,234,1)), color-stop(100%,rgba(64,151,209,1)));
	background: -webkit-linear-gradient(top,  rgba(72,169,234,1) 0%,rgba(64,151,209,1) 100%);
	background: -o-linear-gradient(top,  rgba(72,169,234,1) 0%,rgba(64,151,209,1) 100%);
	background: -ms-linear-gradient(top,  rgba(72,169,234,1) 0%,rgba(64,151,209,1) 100%);
	background: linear-gradient(to bottom,  rgba(72,169,234,1) 0%,rgba(64,151,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48a9ea', endColorstr='#4097d1',GradientType=0 );
}

.m-error{
	background:#fafafa;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}

.maintitle{
    display: block;
    font-size: 14pt;
    border-bottom: 1px #8f8f8f solid;
    padding-bottom: 4px;
    margin-top: 20px;
    font-size: 100%;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14pt;
    height: 26px;
}

.maintitles{
    display: block;
    font-size: 14pt;
    border-bottom: 1px #8f8f8f solid;
    padding-bottom: 4px;
    font-size: 100%;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14pt;
    height: 26px;
}

.title-catface {
    background: #91a0c2;
    color: #fff;
    padding: 4px 0 0 8px;
    height: 21px;
    font-size: 10pt;
    margin-top: 5px;
    margin-bottom: 5px;
}
    
.text-catface {
    background: #e7e7e7;
    padding: 5px;
    margin-bottom:7px;
}

.block_teaser_right {
    background: #ffffff;
    width: 170px; 
    padding: 5px;
    margin-left: 30px;
}

.block_teaser_left {
    background: #ffffff;
    width: 170px; 
    padding: 5px;
    margin-right: 30px;
}

.block_timer {
    background-color: #4A6399;
    color: #FFFFFF;
    margin: 5px 5px 5px 0px;
    outline: 1px solid #374F81;
    padding: 4px 7px 3px;
}

.short_block_timer, .full_block_timer {
  background: #ececec;
  font-style: italic;
  color: #6a6a6a;
  padding: 5px;
  margin-top: 5px;
}

/* Вид комментария */
.comment-block {
	margin: 0 0 10px 0;
	position: relative;
	padding: 5px 5px 5px 100px;
	
	background: #f4f4f4;
	border: 1px #d3d3d3 solid;
	border-radius:1px; 
	-webkit-border-radius:1px; 
	-moz-border-radius:1px;
}

	.comment-block-left {
		width: 85px;
		height: 85px;
		overflow: hidden;
		position: absolute;
		left: 5px;
		top: 5px;
		background: #fff;
		border-radius:1px; 
		-webkit-border-radius:1px; 
		-moz-border-radius:1px;
		padding: 7px;
		border: 0;
		border: 1px #e5e5e5 solid;
	}
	
		.comment-block-left-online {
		width: 70px;
		height: 10px;
		overflow: hidden;
		position: absolute;
		left: 15px;
		top: 106px;
		background: #f4f4f4;
		padding: 5px;
	}
	
		.comment-block-left img {
			max-width: 85px;
		}
		
	
	.comment-block-right {
		margin: 0 0 0 10px;
		position: relative;
		padding: 0px 0 0 0;
	}
	
		.comment-block-right2 {
			
		}
		
			.comment-text {
				background: #fff;
				border: 1px #e5e5e5 solid;
				padding: 7px;
				border-radius:1px; 
				-webkit-border-radius:1px; 
				-moz-border-radius:1px;
				color: #7b7b7b;
				line-height: 17px;
				font-size: 11px;
			}
			
				.comment-text a {
					color: #000;
				}
				
					.comment-text a:hover {
						text-decoration: none;
					}
			
				.comment-text-title {
					border-bottom: 1px #ebebeb dotted;
					padding: 0 0 5px 0;
					margin: 0 0 5px 0;
					color: #333;
				}
				
					.comment-text-title a {
						color: #3fadc8;
					}
					
						.comment-text-title a:hover {
							text-decoration: underline;
						}
						
				.comment-text-more {
					padding: 3px 0 0 0;
					font-size: 11px;
					color: #d3d3d3;
					border-top: 1px #ebebeb dotted;
				}
				
					.comment-text-more a {
						color: #d3d3d3;
					}
					
						.comment-text-more a:hover {
							color: #000;
						}

.news-item-content .editor input, .news-item-content input {
	background: #fff;
	border: 1px #ccc solid;
	color: #333;
	border-radius:1px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	margin: 0;
	cursor: pointer;
}

/* Дата редактирования новостей*/
.edit_date_short {
    margin-top: 15px;
    padding: 5px 10px;
    font-style: italic;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    background: #f3f4f5;
    border-left: 4px solid #c44b5d;
    border-right: 4px solid #c44b5d;
    color: #c44b5d;
}

.edit_reason_short {
	padding: 4px 10px;
	font-style: italic;
	font-size: 9pt;
	font-weight: 500;
	text-align: center;
	background: #f8f9f9; 
	border-left: 4px solid #c44b5d; 
	border-right: 4px solid #c44b5d; 
	color: #c44b5d;
}