* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	background-color: #2E3138;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 12px;f
	line-height: 16px;
	color: #FFF;
    background: #000000 url(../images/bg2.jpg) top 46px center no-repeat;
}
.wrapper {
	width: 100%;
	min-width: 1000px;
}
img {
	border: none;
}
.center {
	margin: 0 auto;
	width: 1000px;
}
.clr {
	clear: both;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.btn {
	float: left;
}
.btn, .fbutton, .bbcodes, .bbcodes_poll {
	background-color: #525863;
	display: block;
	padding: 10px 23px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	margin: 15px 0 5px 11px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border:0px;
	cursor:pointer;
}
.btn:hover, .fbutton:hover, .bbcodes:hover, .bbcodes_poll:hover {
	text-decoration: none;
	background-color: #656b75;
}

.fbutton2 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	font-weight: bold;
	border: 1px solid #d9d9d9;
	display: inline-block;
	height: 37px;
	padding: 5px 12px;
	cursor: pointer;
	margin: 0 2px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
	background-color: #fff;
	background: -webkit-gradient(linear, top, #ffffff, to(#f7f7f7));
	background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
	background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
	background: -ms-linear-gradient(top, #ffffff, #f7f7f7);
	background: -o-linear-gradient(top, #ffffff, #f7f7f7);
	background: linear-gradient(top, #ffffff, #f7f7f7)
}
.fbutton2:hover {
	color: #06b006;
}
input[type="button"].bbcodes {
	float: left;
	margin: 0 10px 0 0;
}
#registration input[type="submit"].bbcodes, #registration input[type="button"].bbcodes {
	float: left;
	margin: 0 10px 0 0;
}
.searchatable input[type="text"], .searchatable input[type="password"], .textin {
	margin: 5px 5px 5px 0;
}
.searchatable input[type="checkbox"], .searchatable input[type="radio"] {
	margin: 0 5px 0 0;
}
input[type="text"], input[type="password"] {
	background-color: #fff;
	border: 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 15px;
	font-size: 14px;
	color: #000;
}
textarea {
	background-color: #fff;
	border: 0px;
	padding: 10px 15px;
	font-size: 14px;
	color: #000;
}
.btn-allnews {
	margin: 13px 0 0 33px;
}
.votebox .fbutton {
	margin: 0 0 10px 15px;
}
.vote input[type=radio] {
	margin-right: 7px;
	cursor: pointer;
}
h1, h2, h3, h4, h5 {
	line-height: inherit;
	padding: 0 0 15px 0;
	color: #000;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 30px 0;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
.b-top {
	z-index: 2600;
	position: fixed;
	left: 0;
	bottom: 40px;
	width: 34%;
	margin-left: 50%;
	opacity: 0.5;
	filter: alpha(opacity=70);
}
.b-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}
.b-top-but {
	z-index: 99999;
	position: absolute;
	display: block;
	left: 56px;
	bottom: 0;
	margin: 0 0 0 100%;
	padding: 32px 12px 4px;
	width: 50px;
	height: 38px;
	color: black;
	background: #444953 url(../images/b-j-top.png) no-repeat 50% 11px;
	border-radius: 100px;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 368px;
	
	background-repeat: no-repeat;
	background-position: center top;
}
.logo {
}
.headmenu {
position: relative;
  float: left;
  height: 100px;
  width: 1342px;
  display: block;
  background-color: #11151d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 0px;
  margin: -41px 0 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  margin-left: -172px;
  position: fixed;
  z-index: 10999;
}
.logo {
	position: absolute;
left: 200px;
  top: 40px;
}
.search-box {
	float: right;
width: 200px;
display: block;
height: 36px;
margin: 52px 22px 0 0;
}
.search-box .search-field {
	float: left;
	background-color: transparent;
	font-size: 14px;
	color: #fff;
	padding: 0 15px 0 15px;
	width: 130px;
	border: 0px solid #dcdcdc;
	font-style: normal;
	font-weight: normal;
	background-color: #000;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	height: 36px;
}
.search-btn {
	float: right;
	background-image: url(../images/btn-search.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	height: 36px;
	width: 39px;
	border: 0px;
	cursor: pointer;
	background-color: transparent;
}
.btn-reg {
  float: right;
  height: 36px;
  width: 161px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #2aa1d3;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  color: #FFF;
  text-transform: uppercase;
  margin: 52px 10px 0 0;
}
.btn-enter {
float: right;
  height: 36px;
  width: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #8ab71b;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  color: #FFF;
  text-transform: uppercase;
  margin: 52px 35px 0 0;
  margin-right: 180px;
}
.btn-exit {
	float: right;
	height: 44px;
	width: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #2aa1d3;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	color: #FFF;
	text-transform: uppercase;
	margin:11px 15px 0 0;
}
.btn-cp {
	float: right;
	height: 44px;
	width: 180px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #8ab71b;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	color: #FFF;
	text-transform: uppercase;
	margin:11px 10px 0 0;
}
.btn-reg:hover, .btn-enter:hover, .btn-exit:hover, .btn-cp:hover {
	text-decoration: none;
	background-color: #B93B0A;
}
ul.topmenu {
float: left;
  display: block;
  height: 35px;
  position: absolute;
  top: 354px;
  border-radius: 5px 5px 0px 0px;
  background-color: #23252B;
    margin-left: 1px;
}
ul.topmenu li {
	float: left;
	list-style-type: none;
	margin: 0 5px 0 0;
}
ul.topmenu li a {
	float: left;
	padding: 0;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 34px;
	height: 34px;
	text-transform: uppercase;
	padding: 0 20px 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.topmenu li a:hover {
	background-color: #8ab71b;
}
ul.topmenu li.active a {
	background-color: #555861;
	color: #11151d;
}
.soc {
	margin: 13px 0 0 0;
	padding: 5px 15px 11px 15px;
	float: right;
	height: 21px;
	background-color: #23252b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* Slider Main
-----------------------------------------------------------------------------*/
.sliderbox {
	height: 170px;
	width: 998px;
	margin: 15px 0 0 1px;
	float: left;
	position: relative;
	background-color: #23252b;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	  border-radius: 0px 5px 5px 5px;
    top: 374px;

}
.sliderbg {
	float: left;
	display: block;
	margin: 0 1px 0 0;
}
.slides1_wrap {
	padding: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
#slides1 {
	height: 200px;
}
#slides1 li {
	list-style: none;
	width: 1000px;
}
#slides1 li img {
	float: left;
	width: 110px;
	height: 160px;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#slides1 li img:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.slides1_wrap .prev {
	position: absolute;
	left: 10px;
	top: 50px;
	outline: 0;
	width: 62px;
	height: 62px;
	text-indent: -99999;
	background-image: url(../images/prevnext.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -99999px;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}
.slides1_wrap .prev:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.slides1_wrap .next {
	position: absolute;
	right: 10px;
	top: 50px;
	outline: 0;
	width: 62px;
	height: 62px;
	background-image: url(../images/prevnext.png);
	background-repeat: no-repeat;
	background-position: -62px 0px;
	display: block;
	text-indent: -99999px;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}
.slides1_wrap .next:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
    top: 200px;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
    background-color: #2E3138;
border-radius: 10px;
      height: auto!important;
  min-height: 1603px;
     
}
.content {
	padding: 0 220px 20px 219px;
}
/* Short story
-----------------------------------------------------------------------------*/
.speedbar {
	list-style-type: none;
	padding: 8px 20px 0px 20px;
	height: 24px;
	background-color: #525863;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #7B7E84;
	font-weight: bold;
}
.speedbar a {
	color:#fff;
}
.film-item {
	padding: 0;
	background-color: #23252b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.film-item .titlemain {
	margin-bottom: 15px;
	padding: 14px 100px 14px 20px;
	position: relative;
	display: block;
	background-color: #444953;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	position: relative;
}
.film-item.full .titlemain {
	margin-bottom: 15px;
	padding: 14px 100px 14px 20px;
	position: relative;
	display: block;
	background-color: #444953;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: relative;
    border-radius: 5px 5px 0 0;
}
.film-item .titlemain h3 {
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.film-item .titlemain h1 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #fff;
}
.film-item .titlemain h3 a {
	color: #fff;
}
.film-item .titlemain h3 a:hover {
	color: #f0b017;
	text-decoration: none;
}
.film-item-content {
	padding: 0 13px;
	margin-bottom: 55px;
	position: relative;
}
.film-item-content .posterbox {
	float: left;
	position: relative;
	width: 180px;
}
.film-item-content .posterbox img.poster {
	width: 165px;
	height: 230px;
	border: 5px solid #1f2227;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ratingbox {
	position: absolute;
top: 210px;
left: 5px;
color: #4d5565;
display: block;
width: 135px;
padding: 8px 0 0 30px;
background-color: rgba(0, 0, 0, 0.59);
}
.star_rating {
	float: left;
	width: 100px;
	text-align: left;
}
.star_rating ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100px;
	height: 20px;
	background: url(../images/icon-sta.png) repeat-x 0 0;
}
.star_rating ul li {
	float: left;
}
.star_rating ul li.current_rating {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	line-height: 20px;
	z-index: 1;
	background: url(../images/icon-sta.png) repeat-x 0 -20px;
}
.star_rating ul li a {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	z-index: 10;
}
.star_rating ul li a:hover {
	left: 0;
	z-index: 2;
	background: url(../images/icon-sta.png) repeat-x 0 -20px;
}
.star_rating ul a.star-1 {
	left: 0;
}
.star_rating ul a.star-1:hover {
	width: 20px;
}
.star_rating ul a.star-2 {
	left: 20px;
}
.star_rating ul a.star-2:hover {
	width: 40px;
}
.star_rating ul a.star-3 {
	left: 40px;
}
.star_rating ul a.star-3:hover {
	width: 60px;
}
.star_rating ul a.star-4 {
	left: 60px;
}
.star_rating ul a.star-4:hover {
	width: 80px;
}
.star_rating ul a.star-5 {
	left: 80px;
}
.star_rating ul a.star-5:hover {
	width: 100px;
}
.u-star-rating-33 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url('_257BTHEME_257D/images/icon-sta.png') top left repeat-x
}
.u-star-rating-33 li {
	padding: 0px;
	margin: 0px;
	float: left
}
.u-star-rating-33 li a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow: hidden
}
.u-star-rating-33 li a:hover {
	background: url('_257BTHEME_257D/images/icon-sta.png') left center;
	z-index: 2;
	left: 0px;
	border: none
}
.u-star-rating-33 a.u-one-star {
	left: 0px
}
.u-star-rating-33 a.u-one-star:hover {
	width: 20px
}
.u-star-rating-33 a.u-two-stars {
	left: 20px
}
.u-star-rating-33 a.u-two-stars:hover {
	width: 40px
}
.u-star-rating-33 a.u-three-stars {
	left: 40px
}
.u-star-rating-33 a.u-three-stars:hover {
	width: 60px
}
.u-star-rating-33 a.u-four-stars {
	left: 60px
}
.u-star-rating-33 a.u-four-stars:hover {
	width: 80px
}
.u-star-rating-33 a.u-five-stars {
	left: 80px
}
.u-star-rating-33 a.u-five-stars:hover {
	width: 100px
}
.u-star-rating-33 li.u-current-rating {
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	outline: none;
	background: url('_257BTHEME_257D/images/icon-sta.png') left bottom;
	position: absolute;
	height: 20px !important;
	line-height: 20px !important;
	display: block;
	text-indent: -9000px;
	z-index: 1
}
.counters .count_vote, .counters .count_comment, .counters .count_rating {
	display: none;
}
.params {
	margin-left: 160px;
	padding-top: 10px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
}
.params span {
	color: #8ab71b;
	font-size: 13px;
	font-weight: bold;
}
.quality {
	position: absolute;
	top: 14px;
	right: 14px;
	color: #7b7e84;
	font-weight: bold;
	font-size: 18px;
}
.film-item-desc {
	padding: 0 13px;
	
	margin-bottom: 22px;
	color: #FFF;
}
.film-item-desc p {
	margin-bottom: 15px;
}
.film-item-info {
	height: 60px;
	width: 561px;
	background-color: #11151d;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.full .film-item-info {
	border-radius: 0;
}
.film-item-info li {
	float: left;
	margin: -5px 0 0 0;
	line-height: 60px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	list-style-type: none;
	font-weight: bold;
	border-right: 1px solid #171a1e;
	width: 135px;
}
.film-item-info li.date {
	border-top: 5px solid #2285af;
  
}
.film-item-info li.views {
	border-top: 5px solid #71a100;
	padding: 0 0 0 45px;
	background-image: url(../images/icon-view.png);
	background-repeat: no-repeat;
	background-position: 20px 24px;
	font-size: 20px;
	width: 71px;
	text-align: left;
}
.film-item-info li.comm-count {
	border-top: 5px solid #71a100;
	padding: 0 0 0 45px;
	background-image: url(../images/icon-comments.png);
	background-repeat: no-repeat;
	background-position: 20px 24px;
	font-size: 20px;
	width: 71px;
	text-align: left;
}
.toseebox {
	width: 191px;
	float: left;
	border-top: 5px solid #b93b0a;
	margin: -5px 0 0 0;
	line-height: 60px;
	color: #FFFFFF;
	list-style-type: none;
	font-weight: bold;
}
.btn-more {
float: left;
display: block;
width: 137px;
height: 36px;
background-color: #2285af;
font-size: 14px;
line-height: 36px;
font-weight: bold;
color: #FFF;
text-align: center;
margin: 12px 0 0 40px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.btn-more:hover {
	background-color: #b93b0a;
	text-decoration: none;
}
.btn-fav {
	float: left;
	display: block;
	width: 137px;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	color: #FFF;
	margin: 12px 0 0 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/fav.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	opacity: 0.9;
}
.btn-fav:hover {
	opacity: 1.0;
}
.film-item.full .params {
	min-height: 200px;
}
.title-full {
	padding: 10px 20px;
	background-color: #444953;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.about-text {
	padding: 15px 10px;
}
.fullstory-title {
	padding: 10px 20px;
	background-color: #444953;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
/* Slider Kadr
-----------------------------------------------------------------------------*/
.kadrublock {
	padding: 14px 10px 18px 10px;
}
.kadrubox {
	position: relative;
	width: 500px;
	height: 76px;
	margin: 0 auto;
}
.slides4_wrap {
	width: 500px;
}
#slides4 {
	height: 76px;
}
#slides4 li {
	list-style: none;
	width: 500px;
	height: auto;
	display: block;
	margin-left: 0px;
	border: 0px;
	background: none;
}
#slides4 li a {
	width: 116px;
	height: 80px;
	float: left;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin: 0 4px;
}
#slides4 li a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
#slides4 li img {
	float: left;
	width: 115px;
	height: 74px;
	border: 3px solid #000101;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.slides4_wrap .prev {
	position: absolute;
	right: 10px;
	top: -47px;
	outline: 0;
	width: 36px;
	height: 36px;
	background-image: url(../images/prevnext3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -99999px;
	z-index: 1;
}
.slides4_wrap .next {
	position: absolute;
	right: -8px;
	top: -47px;
	outline: 0;
	width: 36px;
	height: 36px;
	background-image: url(../images/prevnext3.png);
	background-repeat: no-repeat;
	background-position: -30px 0;
	display: block;
	text-indent: -99999px;
	z-index: 1;
}
.slides4_wrap .prev:hover {
	background-position: 0 -29px;
}
.slides4_wrap .next:hover {
	background-position: -30px -29px;
}
/* Player Tab
-----------------------------------------------------------------------------*/
.film-title {
	font-size: 18px;
	font-weight: bold;
	color: #11151d;
	padding: 10px 20px;
	background-color: #444953;
	display: block;
	text-align: center;
}
.playerbox {
	width: 539px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;

	padding: 8px 0px 0 8px;
	position: relative;
	margin: 55px 0 10px 7px;

	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.playerbox iframe, .playerbox object {
	width: 500px;
	border: 0px;
	height: 314px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.playerbox div.tab {
	display: none;
}
ul.playertabs {
	list-style-type: none;
	position: absolute;
	top: -42px;
	left: 0;
	width: 500px;
}
ul.playertabs li a {
	float: left;
	display: block;
	height: 39px;
	padding: 2px 22px 1px 22px;
	line-height: 39px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #11151d;
	background-repeat: no-repeat;
	color: #9499a3;
	font-size: 18px;
	font-weight: bold;
}
ul.playertabs li a:hover {
	color: #fff;
	text-decoration: none;
}
ul.playertabs li.active a {
	color: #11151d;
	background-color: #444953;
	text-decoration: none;
}
.btn-tosee {
	background-image: url(../images/tosee.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 101px;
	top: -43px;
	height: 36px;
	text-indent: -99999px;
	right: 150px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}
.btn-tosee:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.btn-bag {
	background-image: url(../images/bag.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 141px;
	top: -43px;
	height: 36px;
	text-indent: -99999px;
	right: 0;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}
.btn-bag:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
ul.soc-btn {
	list-style-type: none;
	padding: 8px 0 5px 0;
	height: 24px;
	background-color: #11151d;
	background-repeat: no-repeat;
}
ul.soc-btn li {
	float: left;
	width: 100%;
	text-align: center;
}
.related-title {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 20px;
	background-color: #444953;
	display: block;
}
.relatedbox {
	padding: 2px 0 5px 2px;
}
.related {
	display: block;
	width: 545px;
	position: relative;
	height: 174px;
	padding: 10px 0 0 12px;
}
.related-link:hover span {
	color: #8AB71B;
}
.related-posterbg img {
	float: left;
	width: 96px;
	height: 140px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  
}
.related-link {
	position: relative;
	float: left;
	width: 99px;
	margin: 0 0px 5px 0px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.related-link:hover {
	z-index: 1;
	position: relative;
}
.related-posterbg {
	float: left;
	background-color: #11151d;
	display: block;
	padding: 3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
      margin-left: 25px;
}
.related-link:hover .related-posterbg {
	background-color: #8AB71B;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.related-link b {
	float: left;
	width: 82px;
	margin: 4px 0 5px 0;
	text-align: center;
	line-height: 14px;
	padding: 0 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.searchblock {
	float:left;
	background-color: #444953;
	margin-bottom: 15px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	width:530px;
}
/* Comments
-----------------------------------------------------------------------------*/
.comm-title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 10px 20px;
	background-color: #444953;
	display: block;
	border-bottom: 1px solid #333841;
}
.fl-comm-block {
	
	background-color: #444953;
	display: block;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 5px;
	padding: 0 0 10px 0;
}
    .fl-comm-block2 {
	
	background-color: #444953;
	display: block;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	
	padding: 0 0 10px 0;
}
.fl-comm-box {

	padding: 10px;
	border-bottom: 1px solid #333841;
}
.fl-comm-ava {
	width: 40px;
	height: 40px;
	float: left;
	border: 2px solid #32363E;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin: 0 15px 0 10px;
}
.fl-comm-ava img {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.fl-comm-text {
	width: 430px;
	float: left;
}
.fl-comm-text .autor {
	font-size: 10px;
	color: #a4c425;
	font-weight: bold;
	width: 100px;
	float: left;
	margin: 0 0 15px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fl-comm-text .autor a {
	color: #a4c425;
}
.comedit {
	float:left;
	width:330px;
}
.comedit .selectmass, .comedit a {
	color: #B3B3B3;
	float:right;
	margin:0 0 0 10px;
	text-decoration:none;
}
.comedit .selectmass:hover, .comedit a:hover {
	color: #fff;
}
.editt {
	margin:0 0 0 20px;
}
.fl-comm-text p {
	width: 430px;
	float: left;
	font-size: 12px;
	color: #FFF;
	line-height: 15px;
}
.fl-comm-text a.title {
	width: 440px;
	float: left;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 5px 0;
}
.btn-grey2 {
	float: left;
	background-color: #525863;
	display: block;
	padding: 10px 23px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	margin: 15px 0 5px 140px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border:0px;
	cursor:pointer;
}
.btn-grey2:hover {
	text-decoration: none;
	background-color: #656b75;
}
/* Navigation
-----------------------------------------------------------------------------*/
.pages {
	display: table;
	margin: 10px auto 0 auto;
}
.pages span {
	float: left;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #5f6869;
	padding: 0 12px;
	margin-right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	background-color: #23252b;
}
.pages a span {
	float: left;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 0px;
	margin-right: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	background-color: transparent;
}
.pages a {
	float: left;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 0 12px;
	margin-right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	background-color: #11151d;
}
.pages a:hover {
	background-color: #71a100;
	text-decoration: none;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 235px;
	margin-left: -100%;
	position: relative;
}
.nav-title {
	float: left;
	background-color: #444953;
	display: block;
	height: 31px;
	width: 193px;
	padding: 14px 0 0 22px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.nav-icon {
	background-image: url(../images/nav-icon.png);
	background-repeat: no-repeat;
	background-position: 185px 16px;
}
ul.left-menu {
	float: left;
	list-style-type: none;
	margin: 0px;
	background-color: #11151d;
	display: block;
	width: 214px;
	padding: 5px 0 5px 0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
ul.left-menu li {
	float: left;
	border-bottom: 1px solid #171a1e;
}
ul.left-menu li:last-child {
	border-bottom: 0px;
}
ul.left-menu li a {
	float: left;
	padding: 4px 15px 4px 15px;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	width: 184px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
ul.left-menu li a:hover {
	background-color: #369316;
	border-left: 5px solid #0C0;
	padding: 4px 15px 4px 10px;
}
ul.left-menu li a:hover span {
	color: #abde2e;
}
ul.left-menu li span {
	color: #555861;
}
ul.left-menu-cat {
	float: left;
	list-style-type: none;
	margin: 15px 0 0 0;
	background-color: #444953;
	display: block;
	width: 214px;
	padding: 5px 0 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.left-menu-cat li {
	float: left;
	border-bottom: 1px solid #333841;
}
ul.left-menu-cat li:last-child {
	border-bottom: 0px;
}
ul.left-menu-cat li a {
	float: left;
	padding: 4px 15px 4px 15px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	width: 184px;
	line-height: 18px;
	font-weight: bold;
}
ul.left-menu-cat li a:hover {
	background-color: #11151d;
	border-left: 5px solid #2aa1d3;
	padding: 4px 15px 4px 10px;
}
ul.left-menu-cat li a:hover span {
	color: #444953;
}
ul.left-menu-cat li span {
	color: #23252b;
}
/* Slider Serials
-----------------------------------------------------------------------------*/
.ser-icon {
	padding: 14px 22px 0 22px;
	width: 171px;
	text-align: center;
	margin: 15px 0 0 0;
}
.slider-left {
	padding: 11px 0 0 11px;
	float: left;
	width: 204px;
	height: 563px;
	margin: 0px;
	position: relative;
	background-color: #11151d;
	display: block;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.slides2_wrap {
	padding: 0px;
	width: 190px;
}
#slides2 {
	height: 500px;
}
#slides2 li {
	list-style: none;
	width: 190px;
	height: auto;
	display: block;
	margin-left: 3px;
}
#slides2 li a {
	width: 92px;
	float: left;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	position: relative;
	border: 3px solid #000;
	margin: 0 0 0 -3px;
	position: relative;
	z-index: 2;
}
#slides2 li a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
#slides2 li img {
	float: left;
	width: 92px;
	height: 132px;
	margin: 0 0 0px 0px;
}
#slides2 li span {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 86px;
	background: #11151D;
	padding: 0 3px;
	max-height: 100px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
	line-height: 14px;
	font-weight: bold;
}
#slides2 li a:hover span {
	display: block;
}
.slides2_wrap .prev {
	position: absolute;
	left: 10px;
	top: -23px;
	outline: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/prevnext2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -99999px;
	margin: -15px 0 0 0;
	z-index: 1;
}
.slides2_wrap .next {
	position: absolute;
	right: 10px;
	top: -23px;
	outline: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/prevnext2.png);
	background-repeat: no-repeat;
	background-position: -30px 0;
	display: block;
	text-indent: -99999px;
	margin: -15px 0 0 0;
	z-index: 1;
}
.slides2_wrap .prev:hover {
	background-position: 0 -30px;
}
.slides2_wrap .next:hover {
	background-position: -30px -30px;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 235px;
	margin-left: -235px;
	position: relative;
}
.comm-icon {
	background-image: url(../images/comm-icon.png);
	background-repeat: no-repeat;
	background-position: 185px 16px;
	background-color: #525863;
}
.sh-comm-block {
	width: 215px;
	float: left;
	background-color: #444953;
	display: block;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 0 0 10px 0;
}
.sh-comm-box {
	width: 194px;
	padding: 10px;
	float: left;
	border-bottom: 1px solid #333841;
}
.sh-comm-ava {
	width: 40px;
	height: 40px;
	float: left;
	border: 2px solid #32363e;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin: 0 10px 0 1px;
}
.sh-comm-ava img {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.sh-comm-text {
	width: 139px;
	float: left;
}
.sh-comm-text .autor {
	font-size: 10px;
	color: #a4c425;
	font-weight: bold;
	width: 139px;
	float: left;
}
.sh-comm-text .autor a {
	color: #a4c425;
}
.sh-comm-text p {
	width: 139px;
	float: left;
	font-size: 10px;
	color: #FFF;
	line-height: 12px;
}
.sh-comm-text a.title {
	width: 139px;
	float: left;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 5px 0;
}
.btn-grey {
	float: left;
	background-color: #525863;
	display: block;
	padding: 10px 23px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	margin: 15px 0 5px 11px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.btn-grey:hover {
	text-decoration: none;
	background-color: #656b75;
}
.banner {
	float: left;
	margin: 15px 0 0 20px;
}
/* Slider Films
-----------------------------------------------------------------------------*/
.sr {
	margin-left: 20px;
}
.mt {
	margin-top: 0;
}
.mt2 {
	margin-top: 15px;
}
.slides3_wrap {
	padding: 0px;
	width: 190px;
}
#slides3 {
	height: 500px;
}
#slides3 li {
	list-style: none;
	width: 190px;
	height: auto;
	display: block;
	margin-left: 3px;
}
#slides3 li a {
	width: 92px;
	float: left;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	position: relative;
	border: 3px solid #000;
	margin: 0 0 0 -3px;
	position: relative;
	z-index: 2;
}
#slides3 li a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
#slides3 li img {
	float: left;
	width: 92px;
	height: 132px;
	margin: 0 0 0px 0px;
}
#slides3 li span {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 86px;
	background: #369316;
	padding: 0 3px;
	max-height: 100px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
	line-height: 14px;
	font-weight: bold;
}
#slides3 li a:hover span {
	display: block;
}
.slides3_wrap .prev {
	position: absolute;
	left: 10px;
	top: -23px;
	outline: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/prevnext2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -99999px;
	margin: -15px 0 0 0;
	z-index: 1;
}
.slides3_wrap .next {
	position: absolute;
	right: 10px;
	top: -23px;
	outline: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/prevnext2.png);
	background-repeat: no-repeat;
	background-position: -30px 0;
	display: block;
	text-indent: -99999px;
	margin: -15px 0 0 0;
	z-index: 1;
}
.slides3_wrap .prev:hover {
	background-position: 0 -30px;
}
.slides3_wrap .next:hover {
	background-position: -30px -30px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position: relative;
	height: 135px;
    top: 200px;
}
ul.ftrmenu {
height: 38px;
width: 750px;
position: absolute;
padding: 20px 0 0 250px;
top: 5px;
background-color: #23252b;
background-repeat: no-repeat;
background-position: center top;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
ul.ftrmenu li {
	float: left;
	list-style-type: none;
	padding: 0 7px;
	color: #3c4149;
	font-size: 14px;
	font-weight: normal;
}
ul.ftrmenu li a {
	float: left;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}
ul.ftrmenu li a:hover, ul.ftrmenu li.active a {
	text-decoration: underline;
}
.discftr {
	display: block;
	position: absolute;
	left: 400px;
	top: 80px;
	font-size: 12px;
	color: #121315;
	line-height: 12px;
	text-align: center;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.discftr span {
	font-size: 18px;
}
/* Default Skin
-----------------------------------------------------------------------------*/
.reset, .reset li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.thide, .htmenu span {
	overflow: hidden;
	display: block;
	height: 0;
	line-height: normal;
}
table.userstop, table.pm, table.tableform, table.calendar {
	border-collapse: collapse;
	border-spacing: 0;
}
.lcol, .rcol, form {
	display: inline;
}
.lcol {
	float: left;
}
.rcol {
	float: right;
}
.small {
	font-size: 0.9em;
}
.pink {
	color: #14C200;
}
/*---login---*/
.loginbox {
	display: inline;
}
.loginbox ul.loginbox {
	float: right;
	height: 27px;
}
ul.loginbox {
	line-height: 27px;
}
ul.loginbox li {
	margin-left: 10px;
}
.loginbtn a {
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	width: 66px;
	padding-bottom: 17px;
	background: url("../images/loginbtn.png") no-repeat 50% 0;
}
.loginbtn a b {
	text-align: center;
	display: block;
	cursor: pointer;
	height: 26px;
	background-color: #db143d;
}
.loginbtn a:hover {
	background-position: 50% 100%;
}
.loginbtn a:hover b {
	background-color: #f1345d;
}
.logform li.lfield {
	margin-bottom: 10px;
}
.logform li.lbtn {
	text-align: center;
}
.logform li.lfield input {
	width: 265px;
}
.logform li.lfchek input {
	width: 13px;
	border: none;
	background: none;
}
.logform li.lfchek label {
	display: inline;
	margin-bottom: 0.2em;
}
/*---search---*/
.searchbar {
	margin-top: 12px;
	border: 1px solid #3f464c;
	border-width: 0 1px 1px 0;
	float: right;
	width: 217px;
	height: 26px;
	background: #191f24 url("../images/search.png") no-repeat;
}
.searchbar li {
	float: left;
	height: 26px;
}
.searchbar .lfield {
	width: 180px;
	padding-left: 7px;
	overflow: hidden;
}
.searchbar .lfield input {
	font-style: italic;
	color: #8b99a8;
	float: left;
	height: 15px;
	width: 180px;
	border: 0 none;
	background: none;
	margin-top: 6px;
}
.searchbar .lbtn input {
	width: 30px;
	height: 26px;
	background: #db143d url("../images/search.png") no-repeat 0 -26px;
}
.searchbar .lbtn input:hover {
	background-position: -30px -26px;
}
/*---blocks---*/
.block {
	background-color: #dfe3e6;
	margin: 0 0 14px 0;
	width: 300px;
}
.block .dcont {
	padding: 15px 0;
	margin: 0 15px;
}
.block .dtop {
	overflow: hidden;
	background: url("../images/btlblocks.png") no-repeat;
	padding: 0 15px;
	height: 44px;
	border-bottom: 1px solid #fff;
}
.block .dtop .btl {
	margin-top: 14px;
}
h4.btl {
	font-size-adjust: 0.49;
	letter-spacing: -0.018em;
	font: bold 15px/normal 'PFSquareSansProBold', sans-serif;
	text-transform: uppercase;
	color: #fff;
}
h4.btl span {
	color: #db143d;
}
/*---Votes---*/

.vresult {
	width: 32px;
	height: 31px;
	padding: 0;
	background: url("../images/vresult.png") no-repeat 100% 0;
}
.vresult:hover {
	background-position: 0 -31px;
}
.vote, #dle-poll-list div {
	clear: both;
	padding: 2px 0 2px 2px;
}
.vote input, #dle-poll-list div input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 14px;
	height: 14px;
	margin-right: 4px;
}
#dle-poll-list {
	padding: 10px 0;
	text-align: left;
}
/*---Informer---*/
.informer {
	padding: 10px 15px 14px 15px;
	border-bottom: 1px solid #fff;
}
.informer:hover {
	background-color: #f1f5f7;
}
.informer p a {
	color: #db143d;
}
/*---Popular news---*/
.redb {
	border-bottom: 1px solid #e7617d;
	background: #db143d url("../images/redb.png") no-repeat 100% 0;
	position: relative;
	width: 323px;
	margin-right: -23px;
}
.redb .dbtm {
	position: absolute;
	right: 0;
	bottom: -10px;
	padding-top: 9px;
	width: 323px;
	background: url("../images/redbtm.png") no-repeat;
}
.redb .btl {
	margin-bottom: 12px;
}
.redb ul {
	margin: 0;
	list-style: none;
}
.redb li {
	padding-left: 9px;
	background: url("../images/wdot.png") no-repeat 2px 10px;
}
.redb a {
	padding: 1px 0;
	display: block;
	width: 100%;
	color: #f9e2e6;
}
.redb a:hover, .redb {
	color: #fff;
}
/*---Центральная часть контента---*/
/*---Сортировка новостей и Speedbar---*/
.lines {
	font-size: 0.9em;
	margin-bottom: 13px;
	padding: 13px;
	border: 1px solid #d3dae0;
	background: #fff url("../images/lines.gif");
}
.sortn {
	text-align: center;
}
.sortn img {
	vertical-align: middle;
}
/*---Center Banner---*/
.hbanner {
	padding-bottom: 29px;
	background: url("../images/shadlite.png") no-repeat 50% 100%;
}
/*---ratebox---*/
.ratebox {
	padding-top: 13px;
	display: block;
	height: 28px;
	text-align: center;
	background: #d6dce1 url("../images/ratebox.png") no-repeat 50% 0;
}
.ratebox ul {
	margin: 0;
	padding: 0;
}
.ratebox .rate {
	text-align: left;
	width: 85px;
	height: 17px;
	margin: 0 auto;
	overflow: hidden;
}
.storenumber, .maincont, .berrors, .basecont, .fullstory, .mass_comments_action {
	margin-bottom: 13px;
}
.base .maincont {
	padding-top: 13px;
	border-top: 1px solid #dfe4e9;
	background: url("../images/shadlite.png") no-repeat 10px 1px;
}
.maincont img {
	padding: 5px;
	border: none;
}
/*---Метки к сайту---*/
.basetags {
	padding-top: 10px;
	font-size: 0.9em;
	color: #6c838e;
}
/*---Подробнее и назад---*/
.mlink {
	height: 39px;
}
.fullstory .mlink {
	margin-bottom: 3px;
}
.argmore a, .argmore a b, .argback a, .argback a b {
	float: left;
	height: 39px;
	background: url("../images/argmore.png") no-repeat;
}
.argmore a, .argback a {
	padding-left: 23px;
	margin-left: -23px;
	line-height: 29px;
	color: #fff;
	text-decoration: none;
}
.argmore a b, .argback a b {
	cursor: pointer;
	padding-right: 42px;
	background-color: #db143d;
	background-position: 100% -39px;
}
.argmore a:hover {
	background-position: 0 -78px;
}
.argmore a:hover b {
	background-position: 100% -117px;
}
.argback a {
	background-position: 0 -156px;
}
.argback a b {
	background-color: #438fbf;
	background-position: 100% -195px;
}
.argback a:hover {
	background-position: 0 -234px;
}
.argback a:hover b {
	background-position: 100% -273px;
}
.argcoms, .argedit a {
	height: 20px;
	background-image: url(../images/edit.png);
	background-repeat: no-repeat;
	background-position: 0% 0;
	display: inline-block;
	width: 20px;
	text-indent: -99999px;
	margin: 0 0 0 5px;
}
.argcoms {
	color: #6c838e;
}
/*---Вывод ошибок---*/
.berrors {
	color: #fff;
	
	padding: 10px 10px;


	border-radius: 10px;
}
.berrorsfull {
	width: 490px;
	margin: 0px 0px 20px 2px;
}
.berrors a {
	color: #dab4b4;
}
/*---Вкладки---*/
.tabmenu {
	height: 32px;
	border-bottom: 3px solid #7e8489;
	margin-bottom: 13px;
}
.tabmenu li {
	float: left;
}
.tabmenu a {
	padding: 0 13px;
	text-decoration: none;
	background-color: #e0e4e7;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 2px 2px 0 0;
}
.tabmenu a:hover {
	background-color: #f1f3f5;
}
.tabmenu a.selected {
	padding-bottom: 6px;
	position: relative;
	color: #fff;
	background: #7e8489 url("../images/tabarrow.png") no-repeat 50% 100%;
	height: 35px;
	line-height: 35px;
	margin: 0 2px 0 0;
}
.tabcont {
	display: none;
}
/*---Заголовок страниц---*/
.heading {
	padding: 15px 25px 20px 25px;
	font-size: 18px;
	color: #d2d2d2;
}
/*---forms---*/
.basecont {
	float: left;
	width: 545px;
}
.contbox {
	float:left;
	background-color: #444953;
	margin-bottom: 15px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	width:532px;
	padding:0 15px 15px 15px;
}
.contbox .basecont {
	float: left;
	width: 514px;
}
.contbox .brdform {
	float: left;
	width: 96%;
}
.brdform {
	width: 97%;
	float: left;
	padding: 0 0 10px 0;
	margin: 0px;
}
.baseform, .mass_comments_action {
	padding: 1px;
}
.mass_comments_action {
	padding: 10px 1px;
}
.mass_comments_action .bbcodes {
	font-size:12px;
	float:left;
	margin: 0px;
}
.baseform .dcont {
	padding: 13px 0;
	margin: 0 13px;
}
.baseform .dcont .heading {
	margin: 0;
}
.tableform {
	width: 100%;
}
.tableform td {
}
.tableform td.label {
	
	vertical-align: top;
	padding-right: 0;
	font-weight: bold;
}
.fieldsubmit, .tableform td {
	padding: 10px 13px;
	border-bottom: 1px solid #333841;
}
.addnews {
	font-weight: bold;
}
.impot {
	color: #14C200;
	font-weight: normal;
}
.checkbox {
	padding: 4px 0;
	line-height: 1em;
}
.checkbox input {
	margin-top: -2px;
	vertical-align: middle;
}
.f_input {
	width: 300px;
	padding: 1px;
}
.f_textarea {
	width: 428px;
}
.textin {
	padding: 2px;
}
/*---search---*/
.searchstyle {
	width: 480px;
}
.search {
	font-size: 11px;
}
.searchtable fieldset legend {
	color: #7B7E84;
}
.searchitem {
	font-size: 0.9em;
	border-top: 1px solid #dbe8ed;
	padding: 10px 0;
}
#searchuser, #searchinput {
	width: 80% !important;
}
/*---Userinfo---*/
.userinfo {
	padding-left: 145px;
}
.rateui {
	width: 85px;
	height: 17px;
	margin: 0 auto;
	padding-top: 4px;
}
.userinfo .lcol {
	margin-left: -145px;
	width: 110px;
	padding-right: 15px;
}
.userinfo .lcol .avatar {
	margin-bottom: 10px;
	padding: 4px;
}
.userinfo .lcol .avatar img {
	width: 100px;
	height:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.userinfo .lcol ul {
	font-size: 0.9em;
}
.userinfo .rcol {
	width: 100%;
}
.userinfo .rcol ul {
	list-style: none;
	margin-left: 0;
}
.userinfo .rcol ul li {
	margin-bottom: 0.2em;
}
#logindialog2 a {
	color:#11151d;
}
.ussep {
	padding-top: 12px;
	border-top: 1px solid #333841;
}
/*---statistics---*/
.statistics {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.statistics ul.lcol {
	min-height: 71px;
	margin: 0 0 20px -1px;
	width: 33.3%;
}
.statistics ul.lcol li {
	padding: 0 15px 0 0;
	margin-bottom: 2px;
}
.pm_status {
	float: left;
	border: 1px solid #333841;
	padding: 0px;
	background-color: #0c1112;
	width: 300px;
	height: 100px;
	margin-left: 20px;
	margin-right: 5px;
}
.pm_status_head {
	border-bottom: 1px solid #333841;
	font-size: 0.9em;
	background: #212b2b;
	height: 22px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.pm_status_content {
	padding: 5px;
}
.topsite {
	position: absolute;
	top: 95px;
	right: 130px;
}
.ac-vk, .ac-fb, .ac-tw, .ac-od, .ac-ma, .ac-ya {
	background-image: url(../images/soc-autr.png);
	background-repeat: no-repeat;
	height: 21px;
	display: inline-block;
}
.ac-vk:hover, .ac-fb:hover, .ac-tw:hover, .ac-od:hover, .ac-ma:hover, .ac-ya:hover {
	opacity: 0.9;
}
.ac-vk {
	background-position: 0px -32px;
	width: 22px;
}
.ac-fb {
	background-position: -22px -32px;
	width: 21px;
}
.ac-tw {
	background-position: -43px -32px;
	width: 21px;
}
.ac-od {
	background-position: -65px -32px;
	width: 22px;
}
.ac-ma {
	background-position: -86px -32px;
	width: 21px;
}
.ac-ya {
	background-position: -107px -32px;
	width: 22px;
}
.loginbr {
	width: 285px;
	float: left;
}
.loginbr2 {
	width: 180px;
	float: left;
	border-left: 1px dashed #dbdbdb;
	padding: 15px 0 0 15px;
	height: 140px;
}
.loginbr3 {
	width: 480px;
	float: left;
	border-top: 1px solid #dbdbdb;
	padding: 5px 0 0 0;
}
.loginbr3 button {
	margin: 5px 0 0 210px;
}
.au-soc {
	list-style-type: none;
	width: 180px;
}
.au-soc li {
	float: left;
	margin: 8px 8px 0 0;
}
.au-vk, .au-fb, .au-tw, .au-od, .au-ma, .au-ya {
	background-image: url(../images/soc-autr.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	display: block;
}
.au-vk {
	background-position: 0px 0px;
}
.au-fb {
	background-position: -32px 0px;
}
.au-tw {
	background-position: -96px 0px;
}
.au-od {
	background-position: -64px 0px;
}
.au-ma {
	background-position: -128px 0px;
}
.au-ya {
	background-position: -160px 0px;
}
.diskcat {
	float: left;
	width: 530px;
	padding: 30px 0px 10px 0px;
	color: #5a606d;
}
.diskcat p {
	text-align: justify;
}
.label123{
 position: right;
}
.numb-serial {
	position: absolute;
top: 0;
right: 13px;

	background: #444953;
border-radius: 18px;

	border: 3px solid #7C7C7C;

	line-height: 30px;

	padding: 0 12px;

	color: #FFFFFF;
font-weight: bold;

	font-size: 15px;
    
	border-radius: 10px 10px;
}
.float_container {
position: fixed;
top: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 999999;
}
/* ��� ����������� */
.comment-block {
	clear: both;
	margin: 0 0 10px 0;
	position: relative;
	padding: 5px 5px 5px 100px;
	
	background: #f4f4f4;
	border: 1px #d3d3d3 solid;
	border-radius:7px; 
	-webkit-border-radius:7px; 
	-moz-border-radius:7px;
}

	.comment-block-left {
		width: 85px;
		height: 85px;
		overflow: hidden;
		position: absolute;
		left: 5px;
		top: 5px;
		background: #fff;
		border-radius:7px; 
		-webkit-border-radius:7px; 
		-moz-border-radius:7px;
		padding: 7px;
		border: 0;
		border: 1px #e5e5e5 solid;
	}
	
		.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:7px; 
				-webkit-border-radius:7px; 
				-moz-border-radius:7px;
				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;
						}

.comment-block .bbcodes, .mass_comments_action .bbcodes, .news-item-content .editor input, .news-item-content input {
	background: #fff;
	border: 1px #ccc solid;
	color: #333;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	margin: 0;
	cursor: pointer;
}
.bloc_comm {
	width: 276px;
	margin: 0 0 -5px -9px;
}
.bloc_comm5 {
	background: url(../images/style/bloc_comm.png) no-repeat;
	height: 60px;
	color: #FFF;
	font-size: 17px;
	line-height: 80px;
	text-indent: 53px;
}
.bloc_comm6 {
	background: url(../images/style/bloc_comm3.png) no-repeat;
	height: 37px;
}
.bloc_comm7 {
	background: url(../images/style/bloc_comm4.png) repeat-y;
	padding-top: 3px;
}
.bloc_comm2 {
	display: block;
	height: 56px;
}
.bloc_comm2 img {
width: 36px;
min-height: 36px;
border: 2px solid #32363E;
border-radius: 20px;
}
.bloc_comm2 b {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	position: absolute;
	margin: 10px 0 0 13px;
}
.bloc_comm2 i {
	font-style: normal;
	position: absolute;
	margin: 5px 0 0 78px;
	font-size: 12px;
color: #a4c425;
font-weight: bold;
}
.bloc_comm2 i a {
	text-decoration: none;
	color: #a4c425;
}
.bloc_comm2 i a:hover {
	text-decoration: underline;
}
.bloc_comm3 {
	position: absolute;
margin: 27px 0 0 50px;
/* background: #c5def2; */
height: 24px;
display: block;
overflow: hidden;
line-height: 22px;
color: #FFFFFF;
font-size: 13px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
padding: 0 7px;
font-weight: bold;

}
.bloc_comm3:hover {
	
}
.bloc_comm4 {
display: block;
font: 11px/16px Tahoma, verdana, sans-serif;
padding: 0 12px 11px 12px;
/* width: 1px; */
border-bottom: 1px solid #373B46;
width: 190px;
}
.bloc_comm4 a {
	color: #99e738;
	text-decoration: none;
}
.bloc_comm4 a:hover {
	text-decoration: underline;
}
.bloc_comm4:hover {
	color: #d8edff;
}
.bloc_comm7 {
	color: #FFFFFF;
	text-decoration: none;
}
.lastcomm {
	
	padding: 0;
	list-style: none;
}
.lastcomm a {
	text-decoration: none;
}
.lastcomm li {
	
	width: 231px;
	color: #b9dbf7;
}
/*--������ �� ����������--*/
.yadg {margin: 5px 0px;}
.yad a {padding: 3px 10px; background: #587E0A; color: #fff; text-shadow: 0px 1px 1px #364D08; border-radius: 2px; box-shadow: inset 0px 1px 0px #9BC446, inset 0px 3px 7px #83A739, 0px 1px 0px #fff; border: 1px solid #5F7E1F;}
.yad a:hover {background: #45453D; color: #fff; text-shadow: 0px 1px 1px #000; box-shadow: inset 0px 1px 0px #A3A39B, inset 0px 3px 7px #848479, 0px 1px 0px #fff; border: 1px solid #45453D;}
/*--������ �����--*/
.yad1 {text-transform: uppercase; margin-left: 7px; background: #DBDBDB; padding: 3px 10px; color: #7C7C7C; text-shadow: 0px 1px 1px #fff; border-radius: 2px; box-shadow: inset 0px 1px 0px #fff, inset 0px 3px 7px #fff; border: 1px solid #DBDBDB;}
.yad1 b {color: #597F0B;}
/*--���������� ����������--*/
.yad2 {text-transform: uppercase; margin-left: 7px; background: #DBDBDB; padding: 3px 10px; color: #7C7C7C; text-shadow: 0px 1px 1px #fff; border-radius: 2px; box-shadow: inset 0px 1px 0px #fff, inset 0px 3px 7px #fff; border: 1px solid #DBDBDB;}
.yad2 b {color: #597F0B;}
/*Related News*/ 
.relatednews{display:inline-block; width:19%; vertical-align:top;} 
.relatednews img {
width: 90px;
height: 100px;
margin: 0px;
padding: 4px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 0px 5px #000;
box-shadow: 0 0px 5px #000;
-webkit-box-shadow: 0 0px 5px #000;
} 
#cadres {
    display: none;
    text-align: center;
}

#cadres {
    line-height: 1.5;
}

.swchItem {  
  color:#0A7EC5;  
  border:1px solid #8DC5E6;  
  background:#F8FCFF; 
}  
.swchItemA, .swchItem { 
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;  
  border-radius:3px; 
  padding:6px 9px;  
  margin-left:3px;  
  text-decoration:none; 
}  
.swchItemA, .swchItem:hover {  
  font-weight:normal;  
  color:#fff;  
  text-shadow:0px 1px #388DBE;  
  box-shadow:0px 1px #EDEDED;  
  -webkit-box-shadow:0px 1px #EDEDED;  
  -moz-box-shadow:0px 1px #EDEDED;  
  border:1px solid #3390CA;  
  background:#58B0E7;  
  background:-moz-linear-gradient(top,#B4F6FF 1px,#63D0FE 1px,#58B0E7);  
  background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#B4F6FF),color-stop(0.02,#63D0FE),color-stop(1,#58B0E7));  
}