* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
img {
	border: none;
}
body {
	font: 12px/18px "Tahoma", "verdana", sans-serif;
	background-color: #060606;
	background-image: url(/images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #bdccce;
}
.wrapper {
	width: 100%;
	min-width: 1000px;
	background-image: url(/images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.clr {
	clear: both;
}
a {
	color: #9fa8a9;
	text-decoration: underline;
}
a:hover {
	color: #a7a7a7;
	text-decoration: none;
}
.btn {
	float: left;
}
.btn, .fbutton, .bbcodes, .bbcodes_poll {
	font-size: 14px;
	line-height: 32px;
	color: #434343;
	text-decoration: none;
	background-color: transparent;
	background-image: url(/images/bg-btn.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 32px;
	padding: 0 15px;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #0f1413;
	font-weight: bold;
	text-shadow: 3px 3px 4px rgba(0,0,0,0.50);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.9);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.9);
	box-shadow: 3px 5px 5px rgba(0,0,0,0.9);
	letter-spacing: 1px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.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;
}
.btn:hover, .fbutton:hover, .bbcodes:hover, .bbcodes_poll:hover {
	color: #0ba405;
}
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: 5px 1px;
	font-size: 12px;
	color: #000;
}
textarea {
	background-color: #fff;
	border: 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	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: 70px;
	height: 38px;
	color: black;
	background: #0e1415 url(/images/b-j-top.png) no-repeat 50% 11px;
	border-radius: 100px;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 468px;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.logo {
	float: left;
	margin: 26px 0 0 42px;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 219px 50px 219px;
	min-height: 1200px;
}
.cont-t {
	float: left;
	background-image: url(/images/cont-t.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 25px;
	width: 567px;
	margin: -10px 0 0 0;
}
.cont-s {
	float: left;
	background-image: url(/images/cont-s.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
	width: 567px;
}
.cont-b {
	float: left;
	background-image: url(/images/cont-b.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 32px;
	width: 567px;
}
.cont-bg {
	float: left;
	margin: 0 0 0 11px;
	padding: 0 0 30px 0;
	width: 544px;
	background-image: url(/images/cont-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	display: block;
	position: relative;
	min-height: 300px;
}
.cont-bgt {
	width: 544px;
	height: 245px;
	background-image: url(/images/cont-bgt.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.cont-bgf {
	width: 544px;
	height: 304px;
	background-image: url(/images/cont-bgf.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.gl {
	width: 27px;
	height: 28px;
	background-image: url(/images/gl.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	position: absolute;
	left: 9px;
	top: -5px;
	z-index: 1;
}
.gr {
	width: 27px;
	height: 28px;
	background-image: url(/images/gr.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	position: absolute;
	right: 3px;
	top: -5px;
	z-index: 1;
}
.glf {
	width: 27px;
	height: 28px;
	background-image: url(/images/gl.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	position: absolute;
	left: 9px;
	top: 280px;
	z-index: 2;
}
.grf {
	width: 27px;
	height: 28px;
	background-image: url(/images/gr.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	position: absolute;
	right: 3px;
	top: 280px;
	z-index: 2;
}
.contbox {
	float: left;
	width: 514px;
	display: block;
	position: relative;
	z-index: 1;
	margin: 0 15px;
}
.center {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.disc {
	display: block;
	position: absolute;
	width: 135px;
	left: 165px;
	top: 125px;
	font-size: 11px;
	color: #828c8d;
	line-height: 12px;
	text-align: center;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.75);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-reg {
	display: block;
	position: absolute;
	width: 136px;
	height: 37px;
	right: 185px;
	top: 91px;
	background-image: url(/images/btn-reg.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	background-position: 0px 0px;
}
.btn-reg:hover {
	background-position: 0px -37px;
}
.btn-cp {
	display: block;
	position: absolute;
	width: 144px;
	height: 33px;
	right: 185px;
	top: 91px;
	background-image: url(/images/btn-cp.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	background-position: 0px 0px;
}
.btn-cp:hover {
	background-position: 0px -33px;
}
.btn-enter {
	display: block;
	position: absolute;
	width: 74px;
	height: 36px;
	right: 222px;
	top: 119px;
	background-image: url(/images/btn-enter.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	background-position: 0px 0px;
	z-index: 1;
}
.btn-enter:hover {
	background-position: 0px -36px;
}
.btn-exit {
	display: block;
	position: absolute;
	width: 96px;
	height: 39px;
	right: 210px;
	top: 119px;
	background-image: url(/images/btn-exit.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	background-position: 0px 0px;
	z-index: 1;
}
.btn-exit:hover {
	background-position: 0px -39px;
}
.soc-seti {
	display: block;
	position: absolute;
	background-image: url(/images/socn.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	background-position: 0px 0px;
	width: 145px;
	height: 32px;
	right: 380px;
	top: 70px;
}
.soc {
	display: block;
	position: absolute;
	width: 160px;
	right: 378px;
	top: 93px;
	-moz-transform: rotate(7deg); /* Для Firefox */
	-ms-transform: rotate(7deg); /* Для IE */
	-webkit-transform: rotate(7deg); /* Для Safari, Chrome, iOS */
	-o-transform: rotate(7deg); /* Для Opera */
	transform: rotate(7deg);
}
.btn-search {
	display: block;
	position: absolute;
	width: 49px;
	height: 53px;
	right: 70px;
	top: 113px;
	background-image: url(/images/btn-search.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	background-position: 0px 0px;
}
.btn-search:hover {
	background-position: 0px -53px;
}
ul.topmenu {
	position: absolute;
	left: 62px;
	top: 402px;
	-moz-transform: rotate(-0.6deg); /* Для Firefox */
	-ms-transform: rotate(-0.6deg); /* Для IE */
	-webkit-transform: rotate(-0.6deg); /* Для Safari, Chrome, iOS */
	-o-transform: rotate(-0.6deg); /* Для Opera */
	transform: rotate(-0.6deg);
	z-index: 1;
}
ul.topmenu li {
	float: left;
	list-style-type: none;
	margin: 0 12px;
}
ul.topmenu li a {
	text-shadow: 3px 3px 8px rgba(0,0,0,1.0), -3px -3px 8px rgba(0,0,0,4.0), 3px 3px 5px rgba(0,0,0,0.3);
	float: left;
	padding: 0;
	text-decoration: none;
	font-size: 15px;
	color: #c9c9c9;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
ul.topmenu li a:hover, ul.topmenu li.active a {
	color: #FF3;
}
/* Speedbar
-----------------------------------------------------------------------------*/
.speedbar {
	float: left;
	color: #9fa8a9;
	font-size: 12px;
	background-color: rgba(0,0,0,0.4);
	width: 535px;
	padding: 15px 15px;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	margin: 0 0 10px 0;
}
.speedbar a {
	text-decoration: none;
	color: #038411;
}
.speedbar a:hover {
	text-decoration: underline;
}
/* Navigation
-----------------------------------------------------------------------------*/
.navigation {
	float: left;
	margin: 30px 5px 0 5px;
}
.navigation span {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #7bb008;
	padding: 0 10px;
	height: 32px;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	border: 3px solid #F7F7F7;
}
.navigation a {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #4e4e4e;
	height: 32px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	border: 3px solid #F7F7F7;
}
.navigation a:hover {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 3px solid #7bb008;
}
.nextprev {
	float: left;
	margin: 30px 0 0 0;
}
.nextprev a {
	text-decoration: none;
}
.nextprev a span.pnext {
	background-image: url(/images/nextnav.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 34px;
	width: 117px;
	float: left;
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.nextprev span span.pnext {
	background-image: url(/images/nextnav.png);
	background-repeat: no-repeat;
	background-position: 0px -34px;
	display: block;
	height: 34px;
	width: 117px;
	float: left;
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.nextprev span span.pprev {
	background-image: url(/images/prevnav.png);
	background-repeat: no-repeat;
	background-position: 0px -37px;
	display: block;
	height: 37px;
	width: 117px;
	float: left;
	font-size: 20px;
	line-height: 37px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.nextprev a span.pprev {
	background-image: url(/images/prevnav.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 37px;
	width: 117px;
	float: left;
	font-size: 20px;
	line-height: 37px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.nextprev a:hover span.pprev, .nextprev a:hover span.pnext {
	color: #7bb008;
}
.diskcattitle {
	color: #06b006;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.4);
	width: 535px;
	padding: 10px 15px 10px 15px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
.diskcat {
	float: left;
	width: 547px;
	padding: 30px 10px 10px 10px;
}
.diskcat h2 {
	color: #4E4E4E;
	font-size: 22px;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	text-align: center;
}
.diskcat p {
	text-align: justify;
}
/* Short story
-----------------------------------------------------------------------------*/
.film-item {
	padding: 0;
}
.film-item.full {
	padding: 0;
}
.film-item .titlemain {
	margin-bottom: 20px;
	padding: 0 16px;
	position: relative;
}
.film-item .titlemain h3 {
	padding: 8px 10px 0 10px;
	margin: 0;
	font-size: 16px;
}
.film-item .titlemain h3 a {
	color: #d2d2d2;
	text-decoration: none;
}
.film-item .titlemain h3 a:hover {
	color: #ffff00;
	text-decoration: underline;
}
.film-item-content {
	padding: 0 13px;
	margin-bottom: 28px;
	position: relative;
}
.film-item-content .posterbox {
	float: left;
	position: relative;
	width: 160px;
}
.film-item-content .posterbox img.poster {
	width: 135px;
	height: 199px;
	border-radius: 14px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.ratingbox {
	position: absolute;
	top: 169px;
	left: -2px;
	color: #4d5565;
	background-image: url(/images/bg-rating.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 121px;
	padding: 5px 0 0 28px;
}
.params {
	margin-left: 160px;
	padding-top: 0px;
	line-height: 20px;
	font-size: 13px;
	color: #bdccce;
}
.params span {
	color: #038411;
}
.quality {
	line-height: 20px;
	color: #FFFF33 !important;
	font-weight: bold;
	font-size: 16px;
}
.film-item-desc {
	padding: 0 13px;
	line-height: 15px;
	margin-bottom: 10px;
	display: block;
}
.film-item-desc p {
	margin-bottom: 15px;
}
.film-item-info {
	position: absolute;
	height: 40px;
	left: 30px;
	bottom: -39px;
	font-size: 11px;
	width: 455px;
}
.full .film-item-info {
	border-radius: 0;
	margin-bottom: 2px;
}
.film-item-info li {
	float: left;
	margin-right: 26px;
	line-height: 40px;
	padding-left: 27px;
	color: #5f6869;
	list-style-type: none;
}
.film-item-info li.date {
	background: url("/images/icon-time.png") no-repeat left;
}
.film-item-info li.views {
	background: url("/images/icon-view.png") no-repeat left;
}
.film-item-info li.comm-count {
	background: url("/images/icon-comments.png") no-repeat left;
	padding-left: 23px;
}
.btn-more {
	float: right;
	display: block;
	width: 113px;
	height: 34px;
	text-indent: -99999px;
	background-image: url(/images/btn-more.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.btn-more:hover {
	background-position: 0px -34px;
}
.pagesbox {
	float: left;
	width: 100%;
}
.pages {
	display: table;
	margin: 10px auto 0 auto;
}
.swchItem, .swchItem1, .swchItemA, .swchItemA1, .swchItemDots {
	float: left;
	height: 30px;
	line-height: 30px;
	min-width: 13px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #070707;
	padding: 0 9px;
	margin-right: 12px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-image: url(/images/pages.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	text-decoration: none;
}
.swchItem:hover, .swchItem1:hover {
	color: #38ce32;
	text-decoration: none;
}
.pages span:last-child, .pages a:last-child {
	margin: 0;
}
/* Full story
-----------------------------------------------------------------------------*/
.line {
	background-image: url(/images/line.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: block;
	height: 2px;
	width: 538px;
	margin: 10px 0 10px -12px;
}
.fullstory {
	position: relative;
	padding: 10px 0 40px 0;
}
.film-item .titlemain h1 {
	padding: 8px 10px 0 10px;
	margin: 0;
	font-size: 16px;
	color: #d2d2d2;
}
.fullstory .params {
	margin-left: 15px;
	padding-top: 0px;
	line-height: 20px;
	font-size: 13px;
	color: #9fa8a9;
}
.fullstory .quality {
	position: absolute;
	top: 10px;
	right: 13px;
	line-height: 26px;
	padding: 0 12px;
	color: #02520b;
	font-weight: bold;
	font-size: 24px;
}
.fullstory .film-item-info {
	position: absolute;
	height: 40px;
	left: 15px;
	bottom: -5px;
	width: 455px;
}
.film-title {
	font-size: 14px;
	color: #9FA8A9;
	text-align: center;
}
.relatedbox {
	padding: 10px 0 10px 2px;
}
.related {
	background-image: url(/images/bg-related.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 501px;
	position: relative;
	height: 190px;
	padding: 56px 0 0 9px;
}
.related-title {
	position: absolute;
	right: 0px;
	top: 0px;
	text-indent: -99999px;
}
.related-posterbg {
	float: left;
	background-color: #12ff00;
	display: block;
	padding: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.related-link:hover .related-posterbg {
	background-color: #fff;
	position: relative;
	z-index: 1;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.related-link:hover b {
	color: #12ff00;
}
.related-posterbg img {
	float: left;
	width: 96px;
	height: 141px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.related-link {
	float: left;
	width: 98px;
	margin: 0 0px 5px 0px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.15);
	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 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;
}
.comments-title {
	padding: 0 0 0 5px;
	font-size: 16px;
	color: #dedede;
	text-transform: uppercase;
}
.comm-full {
	padding: 10px 0;
}
#dle-comments-list {
	margin:0 0 0 25px;
}
.full-comm-t {
	background-image: url(/images/comm-t.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 24px;
	width: 518px;
}
.full-comm-c {
	background-image: url(/images/comm-c.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
	float: left;
	min-height: 72px;
	width: 518px;
	padding: 5px 0;
	text-shadow: 2px 2px 4px rgba(0,0,0,9.0);
}
.full-comm-b {
	background-image: url(/images/comm-b.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 19px;
	width: 518px;
}
.full-comm-c .date {
	width: 468px;
	float: left;
	color: #b3b3b3;
	margin: 0 25px 8px 25px;
}
.full-comm-c .commtext {
	width: 468px;
	float: left;
	color: #5f6869;
	margin: 0 25px;
	line-height: 14px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8), 2px 2px 4px rgba(0,0,0,1.0);
}
.full-comm-autor {
	width: 468px;
	float: left;
	color: #109807;
	margin: 10px 25px 0 25px;
	line-height: 12px;
}
.full-comm-autor a {
	color: #109807;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.full-comm-autor a:hover {
	color: #0edc00;
}
.comedit {
	float:right;
}
.comedit .selectmass, .comedit a {
	color: #B3B3B3;
	float:right;
	margin:0 0 0 10px;
	text-decoration:none;
}
.comedit .selectmass:hover, .comedit a:hover {
	color: #fff;
}
.fullstoryabout .film-item-content .posterbox {
	float: left;
	position: relative;
	width: 215px;
}
.fullstoryabout .film-item-content .posterbox img.poster {
	width: 200px;
	height: 300px;
	border-radius: 14px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.fullstoryabout .ratingbox {
	position: absolute;
	top: 269px;
	left: -2px;
	color: #4d5565;
	background-image: url(/images/bg-rating2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 144px;
	padding: 5px 0 0 60px;
}
.fullstoryabout .film-item-desc {
	padding: 0 13px;
	line-height: 15px;
	margin-bottom: 10px;
	min-height: 300px;
	display: block;
}
/* Player Tab
-----------------------------------------------------------------------------*/
.playerbox {
	width: 516px;
	position: relative;
	background-image: url(/images/bg-player.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 328px;
	padding: 8px 0px 0 8px;
	position: relative;
	margin: 41px 0 0 -2px;
}
.playerbox iframe, .playerbox object {
	width: 500px;
	border: 0px;
	height: 314px;
}
.playerbox div.film, .playerbox div.trailer {
	display: none;
}
ul.film {
	list-style-type: none;
	position: absolute;
	top: -31px;
	left: 1px;
	width: 520px;
}
ul.film li a {
	float: left;
	display: block;
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	background-color: #172423;
	font-size: 14px;
	color: #5F6869;
	margin: 0 5px 0 0;
	border: 1px solid #223634;
	text-decoration: none;
}
ul.film div.jaloba a {
	float: right;
	display: block;
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	background-color: #a50000;
	font-size: 14px;
	color: #ffcbcb;
	margin: 0 5px 0 0;
	border: 1px solid #b80101;
	text-decoration: none;
}
ul.film li a:hover, ul.film div.jaloba a:hover {
	color: #FFFF33;
}
ul.film li.active a {
	color: #12FF00;
	line-height: 29px;
	background-color: #02520b;
	border: 1px solid #04650f;
	text-decoration: none;
}
ul.trailer {
	list-style-type: none;
	position: absolute;
	top: -31px;
	left: 1px;
	width: 520px;
}
ul.trailer li a {
	float: left;
	display: block;
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	background-color: #172423;
	font-size: 14px;
	color: #5F6869;
	margin: 0 5px 0 0;
	border: 1px solid #223634;
	text-decoration: none;
}
ul.trailer div.jaloba a {
	float: right;
	display: block;
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	background-color: #a50000;
	font-size: 14px;
	color: #ffcbcb;
	margin: 0 5px 0 0;
	border: 1px solid #b80101;
	text-decoration: none;
}
ul.trailer li a:hover, ul.trailer div.jaloba a:hover {
	color: #FFFF33;
}
ul.trailer li.active a {
	color: #12FF00;
	line-height: 29px;
	background-color: #02520b;
	border: 1px solid #04650f;
	text-decoration: none;
}
.btn-tosee {
	background-image: url(/images/tosee.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 94px;
	top: -30px;
	height: 22px;
	text-indent: -99999px;
	right: 115px;
}
.btn-tosee:hover {
	background-position: 0px -22px;
}
ul.soc-btn {
	list-style-type: none;
	padding: 10px 0 5px 0;
	height: 24px;
}
ul.soc-btn li {
	float: left;
	width: 100%;
	text-align: center;
}
/* Slider Kadr
-----------------------------------------------------------------------------*/
.kadrublock {
	padding: 10px;
}
.kadrubox {
	position: relative;
	width: 508px;
	height: 73px;
	border: 3px solid #000101;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 0 -10px;
}
.slides4_wrap {
	padding: 0px;
	width: 508px;
}
#slides4 {
	height: 73px;
}
#slides4 li {
	list-style: none;
	width: 508px;
	height: auto;
	display: block;
	margin-left: 0px;
	border: 0px;
	background: none;
}
#slides4 li a {
	width: 123px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0px;
	border: 2px solid #000;
}
#slides4 li a:hover {
	border: 2px solid #0C0;
}
#slides4 li img {
	float: left;
	width: 123px;
	height: 69px;
}
.slides4_wrap .prev {
	position: absolute;
	left: 5px;
	top: 15px;
	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: 5px;
	top: 15px;
	outline: 0;
	width: 36px;
	height: 36px;
	background-image: url(/images/prevnext3.png);
	background-repeat: no-repeat;
	background-position: -36px 0;
	display: block;
	text-indent: -99999px;
	z-index: 1;
}
.slides4_wrap .prev:hover {
	background-position: 0 -36px;
}
.slides4_wrap .next:hover {
	background-position: -36px -36px;
}
/* Slider Main
-----------------------------------------------------------------------------*/
.sliderbox {
	width: 920px;
	margin: 30px 0 0 48px;
	float: left;
	position: relative;
}
.sliderbg {
	float: left;
	display: block;
	margin: 0 6px 0 6px;
}
.slides1_wrap {
	padding: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
#slides1 {
	height: 200px;
}
#slides1 li {
	list-style: none;
	width: 920px;
}
#slides1 li img {
	float: left;
	width: 119px;
	height: 169px;
	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: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.9);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.9);
	box-shadow: 3px 5px 5px rgba(0,0,0,0.9);
}
#slides1 li img:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.slides1_wrap .prev {
	position: absolute;
	left: 12px;
	top: 60px;
	outline: 0;
	width: 49px;
	height: 49px;
	text-indent: -99999;
	background-image: url(/images/prevnext.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -99999px;
}
.slides1_wrap .prev:hover {
	background-position: 0px -49px;
}
.slides1_wrap .next {
	position: absolute;
	right: 12px;
	top: 60px;
	outline: 0;
	width: 49px;
	height: 49px;
	background-image: url(/images/prevnext.png);
	background-repeat: no-repeat;
	background-position: -49px 0px;
	display: block;
	text-indent: -99999px;
}
.slides1_wrap .next:hover {
	background-position: -49px -49px;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 220px;
	margin-left: -100%;
	position: relative;
	padding: 0 0 100px 0;
}
.bg-black-nav {
	float: left;
	min-height: 200px;
	background-image: url(/images/bg-black-nav.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
	width: 220px;
	margin: 0 0 0 3px;
	position: relative;
	padding: 0 4px 60px 0;
}
.top-black-nav {
	height: 123px;
	background-image: url(/images/top-black-nav.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
	width: 224px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bottom-black-nav {
	height: 195px;
	background-image: url(/images/bottom-black-nav.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
	width: 224px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.nav-title {
	float: left;
	text-indent: -99999px;
}
ul.left-menu {
	float: left;
	list-style-type: none;
	position: relative;
	z-index: 1;
	margin: 48px 0 0 12px;
}
ul.left-menu li {
	float: left;
}
ul.left-menu li a {
	float: left;
	padding: 4px 13px 4px 18px;
	font-size: 14px;
	color: #9fa8a9;
	text-decoration: none;
	width: 165px;
}
ul.left-menu li a:hover {
	background-color: rgba(13,20,21,2.0);
	color: #a7a7a7;
}
ul.left-menu li span {
	color: #038411;
}
.bg-green {
	float: left;
	min-height: 408px;
	background-image: url(/images/bg-green.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
	width: 198px;
	margin: 0 0 20px 14px;
	position: relative;
	padding: 0 4px 50px 0;
}
.top-green {
	height: 408px;
	background-image: url(/images/top-green.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
	width: 198px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bottom-green {
	height: 72px;
	background-image: url(/images/bottom-green.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
	width: 198px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
ul.left-menu-cat {
	float: left;
	list-style-type: none;
	position: relative;
	z-index: 1;
	margin: 48px 0 0 1px;
}
ul.left-menu-cat li {
	float: left;
}
ul.left-menu-cat li a {
	float: left;
	padding: 4px 13px 4px 18px;
	font-size: 14px;
	color: #dcdcdc;
	text-decoration: none;
	width: 165px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}
ul.left-menu-cat li a:hover {
	background-color: rgba(0,151,23,0.18);
	color: #fff;
}
ul.left-menu-cat li span {
	color: #12ff00;
}
.bg-black {
	min-height: 240px;
	background-image: url(/images/bg-black.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
	float: left;
	width: 220px;
	margin: 15px 0 30px 3px;
	position: relative;
	padding: 0 4px 20px 0;
}
.top-black {
	height: 123px;
	background-image: url(/images/top-black.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 216px;
	position: absolute;
	left: 0px;
	top: -15px;
}
.top-black.serials {
	background-image: url(/images/top-black-ser.png);
}
.top-black.born {
	background-image: url(/images/top-black-born.png);
}
.top-black.news {
	background-image: url(/images/top-black-news.png);
}
.top-black.films {
	background-image: url(/images/top-black-films.png);
}
.top-black.soon {
	background-image: url(/images/top-black-soon.png);
}
.top-black.vote {
	background-image: url(/images/top-black-vote.png);
}
.bottom-black {
	height: 195px;
	background-image: url(/images/bottom-black.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
	width: 216px;
	position: absolute;
	left: 0px;
	bottom: -30px;
}
.bottom-black-g {
	height: 195px;
	background-image: url(/images/bottom-black-g.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
	width: 216px;
	position: absolute;
	left: 0px;
	bottom: -30px;
}
.banner-left {
	float: left;
	margin: 0 0 12px 9px;
}
.born-box {
	float: left;
	width: 160px;
	position: relative;
	z-index: 1;
	margin: 43px 0 0 34px;
}
.bg-img-born {
	background-image: url(/images/bg-img-born.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 127px;
	width: 97px;
	margin: 0 20px;
	padding: 10px 0 0 10px;
}
.bg-img-born a img {
	width: 87px;
	height: 117px;
	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: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bg-img-born a:hover img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.born-box span {
	float: left;
	width: 148px;
	margin: 5px 0;
	font-size: 14px;
	color: #109807;
	font-weight: bold;
	text-align: center;
}
ul.autor-etc {
	float: left;
	width: 148px;
	margin: 0px;
	list-style-type: none;
}
ul.autor-etc li {
	float: left;
	width: 148px;
	font-size: 14px;
	color: #5f6869;
}
ul.autor-etc li b {
	line-height: 24px;
	font-weight: normal;
}
ul.autor-etc li a {
	font-size: 12px;
	float: left;
	padding: 1px 0;
	color: #3e4848;
	text-decoration: none;
}
ul.autor-etc li a:hover {
	color: #a7a7a7;
}
.news-block {
	float: left;
	width: 191px;
	position: relative;
	z-index: 1;
	margin: 43px 0 0 12px;
}
.news-box {
	float: left;
	width: 191px;
	padding: 1px 0 0 0;
	background-image: url(/images/line.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg-img-news {
	background-image: url(/images/bg-img-news.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 68px;
	width: 69px;
	margin: 0px 0 0 0;
	padding: 10px 0 0 10px;
}
.bg-img-news a img {
	width: 49px;
	height: 48px;
	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;
}
.bg-img-news a:hover img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.news-text {
	float: left;
	width: 118px;
	margin: 8px 0 0 -8px;
}
.news-text a {
	font-size: 14px;
	text-decoration: none;
}
.news-text p {
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 8px 0;
}
/* Slider Serials
-----------------------------------------------------------------------------*/
.slider-left {
	float: left;
	width: 215px;
	height: 500px;
	margin: 35px 0 0px 16px;
	position: relative;
}
.slides2_wrap {
	padding: 0px;
	width: 180px;
}
#slides2 {
	height: 500px;
}
#slides2 li {
	list-style: none;
	width: 180px;
	height: auto;
	display: block;
	margin-left: 3px;
}
#slides2 li a {
	width: 87px;
	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: 87px;
	height: 124px;
	margin: 0 0 0px 0px;
}
#slides2 li span {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 79px;
	max-height: 124px;
	background: #023d0b;
	padding: 0 3px;
	-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);
	border: 1px solid #086e19;
	font-size: 11px;
	line-height: 12px;
}
#slides2 li a:hover span {
	display: block;
}
.slides2_wrap .prev {
	position: absolute;
	left: 2px;
	top: -34px;
	outline: 0;
	width: 52px;
	height: 52px;
	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: 32px;
	top: -34px;
	outline: 0;
	width: 52px;
	height: 52px;
	background-image: url(/images/prevnext2.png);
	background-repeat: no-repeat;
	background-position: -52px 0;
	display: block;
	text-indent: -99999px;
	margin: -15px 0 0 0;
	z-index: 1;
}
.slides2_wrap .prev:hover {
	background-position: 0 -52px;
}
.slides2_wrap .next:hover {
	background-position: -52px -52px;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 220px;
	margin-left: -220px;
	position: relative;
}
.soon-box {
	float: left;
	width: 176px;
	position: relative;
	z-index: 1;
	margin: 38px 0 0 9px;
}
.soon-title {
	float: left;
	width: 176px;
	position: relative;
	z-index: 1;
	line-height: 23px;
	background-color: #02520b;
	height: 23px;
	border: 1px solid #04650f;
	padding: 0 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #12ff00;
}
.soon-title span {
	float: right;
	color: #060606;
}
.soon-list {
	list-style-type: none;
	margin: 5px 0 5px 3px;
	float: left;
	width: 190px;
}
.soon-list li {
	float: left;
	width: 185px;
	background-image: url(/images/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	padding: 3px;
}
.soon-list li a {
	float: left;
}
.soon-list li span {
	float: right;
	color: #178b12;
	font-size: 10px;
}
.votebox {
	float: left;
	width: 170px;
	padding: 0 10px 0 10px;
	position: relative;
	z-index: 1;
	margin: 38px 0 0 9px;
	font-size: 13px;
	color: #9fa8a9;
}
.vtitle {
	float: left;
	width: 160px;
	padding: 0 10px 10px 10px;
}
.dcont {
	float: left;
	padding: 0 0 0 10px;
}
#dle-vote {
	margin-bottom: 20px;
}
.banner-right {
	float: left;
	margin: 0 0 12px 9px;
}
.last-comm-box {
	float: left;
	width: 200px;
	padding: 0 10px;
	margin: 0px 0 10px 0;
}
.box-comm-title {
	float: left;
	background-image: url(/images/lastcomm.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 57px;
	width: 162px;
	text-indent: -99999px;
	margin: 0 19px;
}
.short-comm-t {
	background-image: url(/images/short-comm-t.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 23px;
	width: 206px;
}
.short-comm-c {
	background-image: url(/images/short-comm-c.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	display: block;
	float: left;
	min-height: 72px;
	width: 206px;
	text-shadow: 2px 2px 4px rgba(0,0,0,9.0);
}
.short-comm-b {
	background-image: url(/images/short-comm-b.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 17px;
	width: 206px;
}
.short-comm-c .title {
	width: 176px;
	float: left;
	color: #b3b3b3;
	margin: 0 15px 8px 15px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.short-comm-c .title:hover {
	color: #dedede;
}
.short-comm-c p {
	width: 176px;
	float: left;
	color: #a7aaaa;
	margin: 0 15px;
	line-height: 12px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8), 2px 2px 4px rgba(0,0,0,1.0);
}
.sh-comm-autor {
	width: 176px;
	float: left;
	color: #109807;
	margin: 10px 15px 0 15px;
	line-height: 12px;
}
.sh-comm-autor a {
	color: #109807;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sh-comm-autor a:hover {
	color: #0edc00;
}
/* Slider Films
-----------------------------------------------------------------------------*/
.slider-right {
	float: left;
	width: 215px;
	height: 500px;
	margin: 35px 0 0px 16px;
	position: relative;
}
.slides3_wrap {
	padding: 0px;
	width: 180px;
}
#slides3 {
	height: 500px;
}
#slides3 li {
	list-style: none;
	width: 180px;
	height: auto;
	display: block;
	margin-left: 3px;
}
#slides3 li a {
	width: 87px;
	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: 87px;
	height: 124px;
	margin: 0 0 0px 0px;
}
#slides3 li span {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 79px;
	max-height: 124px;
	background: #023d0b;
	padding: 0 3px;
	-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);
	border: 1px solid #086e19;
	font-size: 11px;
	line-height: 14px;
}
#slides3 li a:hover span {
	display: block;
}
.slides3_wrap .prev {
	position: absolute;
	left: 2px;
	top: -34px;
	outline: 0;
	width: 52px;
	height: 52px;
	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: 32px;
	top: -34px;
	outline: 0;
	width: 52px;
	height: 52px;
	background-image: url(/images/prevnext2.png);
	background-repeat: no-repeat;
	background-position: -52px 0;
	display: block;
	text-indent: -99999px;
	margin: -15px 0 0 0;
	z-index: 1;
}
.slides3_wrap .prev:hover {
	background-position: 0 -52px;
}
.slides3_wrap .next:hover {
	background-position: -52px -52px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position: relative;
	height: 150px;
}
ul.ftrmenu {
	position: absolute;
	left: 24px;
	top: 56px;
	z-index: 1;
}
ul.ftrmenu li {
	float: left;
	list-style-type: none;
	padding: 0 7px;
	color: #178b12;
	font-size: 17px;
	font-weight: bold;
}
ul.ftrmenu li a {
	float: left;
	text-decoration: none;
	font-size: 17px;
	color: #178b12;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
ul.ftrmenu li a:hover, ul.ftrmenu li.active a {
	color: #092e07;
}
.discftr {
	display: block;
	position: absolute;
	left: 290px;
	top: 100px;
	font-size: 12px;
	color: #092e09;
	line-height: 12px;
	text-align: center;
	letter-spacing: 1px;
}
.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: #bd2727;
	width: 525px;
	padding: 10px 10px;
	background: #510000;
	float: left;
	margin: 0px 15px 10px 13px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 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: 5px 25px 20px 25px;
	font-size: 18px;
	color: #d2d2d2;
}
/*---forms---*/
.basecont {
	float: left;
	width: 545px;
}
.contbox .basecont {
	float: left;
	width: 514px;
}
.contbox .brdform {
	float: left;
	width: 96%;
}
.brdform {
	width: 100%;
	float: left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 0 0 20px 0;
	margin: 0 10px;
	background-color: rgba(6,6,6,0.9);
}
.baseform, .mass_comments_action {
	padding: 1px;
}
.mass_comments_action {
	padding: 10px 13px;
}
.baseform .dcont {
	padding: 13px 0;
	margin: 0 13px;
}
.baseform .dcont .heading {
	margin: 0;
}
.tableform {
	width: 100%;
}
.tableform td {
}
.tableform td.label {
	width: 20%;
	vertical-align: top;
	padding-right: 0;
	font-weight: bold;
}
.fieldsubmit, .tableform td {
	padding: 10px 13px;
	border-bottom: 1px solid #0e100f;
}
.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;
	width: 100%;
}
.searchtable fieldset legend {
	color: #404040;
}
.searchitem {
	font-size: 0.9em;
	border-top: 1px solid #dbe8ed;
	padding: 10px 0;
}
#searchuser, #searchinput {
	width: 90% !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;
	background-color: #060b0c;
	border: 1px solid #0E100F;
}
.userinfo .lcol .avatar img {
	width: 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;
}
.userinfo .rcol ul li a {
	color: #0a0f0f;
	text-decoration: none;
}
.userinfo .rcol ul li a:hover {
	color: #0a0f0f;
	text-decoration: underline;
}
.ussep {
	padding-top: 12px;
	border-top: 1px solid #0E100F;
}
/*---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 #0E100F;
	padding: 0px;
	background-color: #0c1112;
	width: 300px;
	height: 100px;
	margin-left: 20px;
	margin-right: 5px;
}
.pm_status_head {
	border-bottom: 1px solid #0E100F;
	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;
}


#uidLogButton {display:none !important} 
#baseLogForm {display:block !important}

/* Всплывающая форма входа для uCoz  
------------------------------------------*/  
#simplemodal-container {  
  width:400px;  
  height:250px;  
  background:#fff;  
  border:5px solid #07901D;  
  -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;  
}  

/* Тёмный фон при открытии окна*/  
#simplemodal-overlay {  
  cursor:wait;  
  background:#000;  
}  

/* Кнопка закрыть вверху окна */  
#simplemodal-container a.modalCloseImg {  
  top:7px;  
  right:26px;  
  width:23px;  
  height:23px;  
  z-index:3200;  
  display:inline;  
  cursor:pointer;  
  position:absolute;  
  background:url(http://www.center-dm.ru/ucoz/forma_vxoda/4/close.png) no-repeat;  
}  

#simplemodal-container a.modalCloseImg:hover {  
  background-position:0 -23px!important;  
}  

.basic_content {  
  display:none;  
}  

.cv_title {  
  float:left;  
  width:360px;  
  height:27px;  
  background:#07901D;  
  margin-bottom: 10px;  
  padding: 8px 20px 0px 20px;  
  border-bottom: 1px solid #e9e9e9;  
  font:125%/1.5 Verdana,Arial,sans-serif; color:#000; font-weight:700;  
}  

.c_vxod {  
  float:left;  
  width:280px;  
  margin: 20px 60px 0px 60px;  
}  

/* Основа формы входа  
------------------------------------------*/  
.vxod_error{  
  float:left;  
  width:100%;  
  color:red;  
  margin-bottom: 10px;  
  text-align:center;  
  font-weight: bold;  
}  

.vxod_name {  
  width:50px;  
  height:15px;  
  background: #07901D;  
  padding: 5px 10px 5px 10px;  
  border: 1px solid #7ac035;  
  border-right:none;  
  color:#000; text-shadow: 1px 1px 1px #427212; font-weight: bold;  
}  

.vxod_pole {  
  outline:none;  
  color:#666!important;  
  width:187px!important;  
  height:15px!important;  
  text-shadow: 1px 1px 1px #fff!important;  
  background:#f9f9f9!important;  
  border: 1px solid #CAD1DB!important;  
  padding: 5px 10px 5px 10px!important;  
}  
   
.vxod_name,  
.vxod_pole {  
  float:left;  
  margin: 0px 0px 10px 0px;  
  font:11px Verdana,Arial,Helvetica, sans-serif; font-weight: bold;  
}  
   
.vxod_pole:focus {  
  box-shadow:inset 0px 0px 3px #ccc!important;  
  -webkit-box-shadow:inset 0px 0px 3px #ccc!important;  
  -moz-box-shadow:inset 0px 0px 3px #ccc!important;  
}  
   
.vxod_zapomnit {  
  float:left;  
  margin-top: 5px;  
}  

.vxod_niz {  
  float:left;  
  width:100%;  
  color:#000;  
  text-align:center;  
  font-weight: bold;  
  padding-top: 5px;  
  margin-top: 10px;  
  border-top: 1px solid #CAD1DB;  
}  

/* Зелёная кнопка входа  
------------------------------------------*/  
.vxod_kn {  
  float:right;  
  cursor:pointer;  
  padding: 5px 20px 5px 20px!important;  
  border:1px solid #07901D!important;  
  color:#236114!important; text-shadow:1px 1px 1px #d7ffb6!important;  
  background: #9aeb56!important;  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9aeb56), color-stop(1, #7ecb3d))!important;  
  background: -moz-linear-gradient(top, #9aeb56 1%, #7ecb3d 100%)!important;  
  background: -o-linear-gradient(#9aeb56, #7ecb3d)!important;  
}  

.vxod_kn:active {  
  box-shadow:inset 0px 0px 3px #5b9728!important;  
  -webkit-box-shadow:inset 0px 0px 3px #5b9728!important;  
  -moz-box-shadow:inset 0px 0px 3px #5b9728!important;  
}  

.vxod_kn:hover {  
  background:#aff278!important;  
}
/* ========== 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;
	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 {
	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;}

/* ===== 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:0px 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;}

/* 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}
.info_data dt {font-weight:700}
/* SecCode */

#form_scode {
	position:relative;
	float:left;
	width:245px;}

#form_scode input {
	position:absolute;
	right: 0;
	top: 0;
	width: 110px;
	height: 30px;
	text-align:center;
	color:#666;
	font:normal normal 24px/38px Verdana, Geneva, sans-serif;
	letter-spacing:-1px;}

#dle-captcha {
	display:block;
	width:180px;}
/******/
input.manFlSbm {border:none;background: none repeat scroll 0% 0% #07901D;color: #FFF;padding: 6px 12px 7px;border-radius: 3px;font-size: 12px;cursor: pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
input.manFlSbm:hover {background: none repeat scroll 0% 0% #303030;}
input.manFlRst {border:none;background: none repeat scroll 0% 0% #303030;color: #FFF;padding: 6px 12px 7px;border-radius: 3px;  font-size: 12px;cursor: pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
input.manFlRst:hover {background: none repeat scroll 0% 0% #FFFF33;opacity:0.8}
input {background:#07901D; border-radius:4px; padding: 6px 1px;}
input[type="button"]{background:#07901D;color:#fff;padding:6px 3px -2px 12px;border-radius:3px;font-size:12px;cursor:pointer}



input.manFldLink {color:#07901D;}
#uidLogButton {display:none !important}  x-unselectable {position:relative;}
#uCatsMenu7 {left: 0% !important;top: 20px !important; margin-left: 0px;}


.top-black.stac {
background-image: url(/images/top-black-stac.png);
}
#baseLogForm {display:block !important}



/*AJAX WIN*/
.myWinCont input[type="button"] {padding: 3px 10px 4px;color:#fff !important; font-weight:normal;}
.myWinCont input[type="button"]:hover {background:#adadad}
.myWinCont #subcomment {margin-left:0px; width: 97% !important; height:100px !important;}
.myWinCont {font-family:'PT Sans',sans-serif !important;font-size:12px;color:#888; background:#fff}
.myWinCont fieldset {background: none repeat scroll 0% 0% #FDFDFD; border: 1px solid #F5F5F5 !important;}
.myWinCont table {border:none !important;}
.myWinCont input, .myWinCont select {font-family:'PT Sans', sans-serif !important;font-size:8pt;color:#888 !important;vertical-align:middle;}
.myWinCont legend {font-size: 10px;color: #5F8D9C !important;}

.myWinCont,.myWinCont td, .myWinCont dl,.myWinCont dt {font-family:'PT Sans', sans-serif !important;} 

.myWinPollT .myWinTD1 {color:#5F8D9C;}
.myWinPollT .myWinTD2 {}
.myWinCont i {color:#A8A8A8 !important; padding-right: 10px;}

.myWinSuccess {color:#80C10D !important;}

.myWinPollT {background:#F5F5F5 !important;}
.myWinPollTd {background:#fff !important;  color:#888 !important; padding-left: 10px;}
.myWinTD1 {background:#fff !important; padding: 5px 8px !important;}
.myWinTD2 {background:#fcfcfc !important;padding: 8px !important; color:#888 !important;}

.x-sh .xstl{padding-top:6px;background: #07901D!important;}
.x-sh .xsml{background: #07901D !important;}
.x-sh .xstr{padding-top:6px;background:#07901D !important;}
.x-sh .xsmr{background: #07901D !important;}
.x-sh .xsbl{padding-left:6px;background: #07901D !important;}
.x-sh .xsbc{background: #07901D!important;}
.x-sh .xsbr{padding-right:6px;background: #07901D !important;}
.xw-dragging .xw-tl {opacity:0.6 !important;filter:Alpha(Opacity='60') !important;}
.xw-hdr{text-align:center !important;white-space:nowrap;padding:3px 0 3px 0 !important;white-space:nowrap;zoom:1;height:24px}
.xw-hdr-text{vertical-align:3px;cursor:default;color:#fff !important;font:bold 11px 'PT Sans',sans-serif !important;line-height:24px; text-transform:uppercase; padding:7px}
.xw-tc{background: #07901D !important;overflow:hidden;zoom:1;position:relative;font-size:0;line-height:0;}
.xw-tl{background:#07901D !important;padding-left:6px;position:relative;zoom:1}
.xw-tr{background: #07901D !important;padding-right:6px;position:relative;zoom:1}
.xw-bc{background: #07901D!important;zoom:1;font-size:0;line-height:0;overflow:hidden;}
.xw-bl{background:#07901D!important;padding-left:6px;zoom:1;}
.xw-br{background:#07901D !important;padding-right:6px;zoom:1;}
.myWinError {color:#07901D;}
.myBtnLeft {background: #07901D !important;}
.myBtnRight {background: #07901D!important;}
.myBtnCenter {background: #07901D !important;}
.myBtnLeftA {background: #07901D!important;}
.myBtnRightA {background: #07901D !important;}
.myBtnCenterA {background: #07901D!important;}

.xw-dragging .xw-tl {opacity:0.6 !important;filter:Alpha(Opacity='60') !important;}
.myBtnCont a:link, .myBtnCont a:visited, .myBtnCont a:hover, .myBtnCont a:active {text-decoration:none; font-family:tahoma,arial,verdana; color:#fff !important; font-size:8pt;}
.xw-ml{background:#07901D!important;padding-left:6px;zoom:1;}
.xw-mr{background:#07901D !important;padding-right:6px;zoom:1;}
.xw-plain .xw-mc{background:#fff !important;border-right:1px solid #fff !important;border-bottom:1px solid #fff !important;border-top:1px solid #fff !important;border-left:1px solid #fff !important;}
.xw-plain .xw-body{padding:0px !important;border-left:1px solid #fff !important;border-top:1px solid #fff !important;border-bottom:1px solid #fff !important;border-right:1px solid#fff !important;background:transparent !important;}
.xw-blank {background:#fff;opacity:0.4;filter:Alpha(Opacity='40');overflow:hidden}
.xw-icon{display: none !important;}
.u-menu .xw-mc{background:#D7D7D7;border-right:1px solid #EAEBEC;border-bottom:1px solid #EAEBEC;border-top:1px solid #C2C5CA;border-left:1px solid #C2C5CA;}
.u-menu .u-menubody {border-left:1px solid #EAEBEC;border-top:1px solid #EAEBEC;border-bottom:1px solid #C2C5CA;border-right:1px solid #C2C5CA;background:transparent!important;}
.u-menuvsep {background: url('/.s/img/wd/3/spr.gif') repeat-x 0 3px;padding: 3px 0;}
.u-menuvitem {text-decoration:none!important;position:relative;padding: 2px 16px 2px 4px;white-space: nowrap;overflow: visible;line-height:18px;zoom:1;color: #F01D60;text-align:left;}
.u-menu .u-menuitemhl {background: #E9EAEB url('/.s/img/wd/3/menubg.gif') repeat-x scroll 0 0;cursor:pointer;}
.u-menuarrow {background:transparent url(/.s/img/wd/3/ar1.gif) no-repeat scroll 5px 8px;height:16px;width:16px;position:absolute;right:0;top:0}
.u-menuvitemparent {}


.pollAns {
 font-size:9pt;
 text-align:left;
 padding-bottom: 5px;
 }
 
.pollBut {
background:#0ba405;
color: #fff;
cursor:pointer;
display:inline-block;
font-size: 14px;
padding: 6px 11px 7px;
position:relative;
outline:none;
border:none;
}

