/* -- Novi4ok.Ru -- */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {display: block;}
audio,canvas,video {display:inline-block;*display: inline; *zoom: 1;}
audio:not([controls]) {display: none;}
[hidden] {display: none;}
html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
html,button,input,select,textarea {font-family: sans-serif;}
body {margin: 0;}
a:hover,a:active,a:focus {outline: 0;}
h1 {font-size: 2em;margin: 0.67em 0;}
h2 {font-size: 1.5em;margin: 0.83em 0;}
h3 {font-size: 1.17em;margin: 1em 0;}
h4 {font-size: 1em;margin: 1.33em 0;}
h5 {font-size: 0.83em;margin: 1.67em 0;}
h6 {font-size: 0.75em;margin: 2.33em 0;}
h1,h2,h3,h4,h5,h6 {line-height:1.1em;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
mark {background: #ff0;color: #000;}
pre,code,kbd,samp {font-family: monospace, serif;_font-family: 'courier new', monospace;font-size: 1em;}
pre {white-space: pre;white-space: pre-wrap;word-wrap: break-word;}
q {quotes: none;}
q:before,q:after {content: '';content: none;}
small {font-size: 75%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
ul,ol {margin-left: 0;padding: 0 0 0 40px;}
dd {margin: 0 0 0 40px;}
nav ul,nav ol {list-style: none;list-style-image: none;}
img {border: 0;-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow: hidden;}
figure {margin: 0;}
form {margin: 0;}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0;padding: 0;white-space: normal;*margin-left: -7px;}
button,input,select,textarea {font-size: 100%;margin: 0;vertical-align: baseline;*vertical-align: middle;}
button,input {line-height: normal;}
button,input[type="button"],input[type="reset"],input[type="submit"] {cursor: pointer;-webkit-appearance: button;*overflow: visible;}
button[disabled],input[disabled] {cursor: default;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;*height: 13px;*width: 13px;}
input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
textarea {overflow: auto;vertical-align: top;resize:vertical;}
table {border-collapse: collapse;border-spacing: 0;max-width: 100%;}


a {color: #06e; text-decoration:none;}
a:hover {color: #000; text-decoration:underline;}

p {
	margin:.5em 0;
}


.table {
	margin-bottom: 1.5em;
	width:100%;
}
.table th, .table td {
    border-top: 1px solid #ddd;
    padding: .5em;
    text-align: left;
}
.table th {
    font-weight: bold;
}
.table thead th {
	vertical-align: bottom;
}
.table td {
    vertical-align: top;
}
.table thead th, .table thead td {
    border-top: 0 none;
}
.table tbody + tbody {
    border-top: 2px solid #DDDDDD;
}
.table tbody tr:nth-child(2n+1) td, .table tbody tr:nth-child(2n+1) th {
    background-color: #f9f9f9;
}


.form-list fieldset,
.form-list dl,
.form-list dt,
.form-list dd {
	margin:0;
	padding:0;
	border:0;
}
.form-list legend {
	display:block;
	width:100%;
	border:0;
	border-bottom:1px solid #eee;
	font-size:1.3em;
	line-height:1.5em;
}
.form-list dl {
	margin:.5em 0;
	padding:.5em 0;
}
.form-list legend + dl {
	margin-top:1em;
	-webkit-margin-top-collapse: separate;
}
.form-list .required {
	color:#C00;
	font-weight:bold;
}
.form-list span.help {
	display:block;
	font-size:.85em;
	color:#666;
}
.form-list span.help-inline {
	display:inline-block;
}
.form-list input,
.form-list select,
.form-list textarea {
	width:100%;
}

.form-horizontal dt {
	float:left;
	width:18%;
}
.form-horizontal dd {
	margin-left:20%;
}


.form-list .row:before,
.form-list .row:after,
.form-list dl:before,
.form-list dl:after {
	content:"";
	display:table;
}
.form-list .row:after,
.form-list dl:after {
	clear:both;
}
.form-list .row,
.form-list dl {
	zoom:1
}
.form-list .row {
	position:relative;
}
.form-list .row dl {
	float:right;
	margin:0;
	padding:0;
	width:48%;
}
.form-list .row dl:first-child {
	float:left;
}
.form-list .row dt {
	float:none;
	width:auto;
}
.form-list .row dd {
	margin:0;
}


input,
select,
textarea,
.input {
	padding: 5px;
	*padding:5px 0;
	min-height: 16px;
	color: #666;
	background:#fefefe;
	border-width:1px;
	border-style:solid;
	border-color:#ccc #e7e7e7 #e7e7e7;
	font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	border-radius: 2px;
	box-shadow: 0 1px 6px #f0f0f0 inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline:none;
    
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	width: auto;
	height: auto;
	padding:0;
	margin:0;
	*margin-top: 0;
	line-height: normal;
	border: 0;
	background:none;
	cursor: pointer;
	border-radius: 0;
}
input[type="checkbox"], input[type="radio"] {
	position:relative;
	top:.2em;
	*top:0;
	margin-right:.4em;
}
label + input[type="checkbox"],
label + input[type="radio"] {
	margin-left:1em;
}
input[type="file"] {
	padding: initial;
	height: 28px;
	*height:auto;
	*margin-top: 4px;
	line-height: initial;
	border: initial;
	background-color: #fff;
	background-color: initial;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input:focus,
select:focus,
textarea:focus,
.input:focus {
	border-color:#e0e0e0;
	color:#333;
	background-color:#fff;
	box-shadow: 0 1px 3px #f6f6f6 inset;
}


button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	overflow:visible;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
a[role="button"] {
	position:relative;
	display: inline-block;
	line-height:1.5em;
	text-decoration:none;
	vertical-align:baseline;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:.9em;
	outline:none;
	cursor: pointer;
	border-width:1px;
	border-style:solid;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
a[role="button"] {
	background-color: #fafafa;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	color:#666;
	text-shadow: 0px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
	border-radius: 3px;
	border-color:#ddd;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
a[role="button"]:hover {
	color:#333;
	box-shadow: 0 1px 3px #DDD inset;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
a[role="button"]:active {
	top:1px;
}


.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear {clear:both; display:block; height:0; overflow:hidden; visibility:hidden; width:0}
.blank,
.nav {
	margin:0;
	padding:0;
	list-style:none;
}


#page {
	max-width:1000px;
	/*width:100%;*/
	margin:0 auto;
}
.container {
	position:relative;
	margin:0 30px;
}


header .container {
	padding-top:30px;
	z-index:55;
}


#main {
	margin:20px 0;
}
#main .container {
	*zoom:1;
}
#content,
#sidebar,
.maincol,
.subcol {
	float:left;
	position:relative;
}
#content,
#dle-content  {width:100%;}



.is-sidebar #content,
.maincol {
	width:64%;
}
#sidebar,
.subcol {
	width:34%;
	*width:33.9%;
}
.is-sidebar #content,
.subcol {
	margin-right:2%;
}
#sidebar .wrap,
.subcol .wrap {
	padding:0 5%;
}


footer {
	margin-bottom:15px;
}
footer .pre, 
footer .suf {
	*zoom:1;
}

html  {font-size:100.01%}
body {
	margin:0;
	padding:0;
	background:url(../images/offline/bg-pat.png) repeat 50% 50%;
	color:#333;
	font-family: sans-serif;
	line-height:1.3em;
	font-size:75.00%;
}
a {
	color:#555;
	text-decoration:underline;
}
a:hover {
	color:#000;
}
.message-wrapper {
	border-radius:5px;
}
.message-wrapper {
	margin:150px auto;
	padding:5px;
	width:410px;
	background:rgba(0,0,0,0.15);
}
.message {
	position:relative;
	background:#fff;
	border-radius:5px 5px 0 0;
}
.message h1,
.message .description {
	padding:10px 15px;
}
.message h1 {
	margin:0;
	padding-top:20px;
	font-weight:normal;
}
.message .ico {
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	width:45px;
	height:55px;
	background:url(../images/offline/tool-ico.png) no-repeat 100% 0;
}
.copyright {
	padding:15px;
	background:#f9f9f9;
	border-top:1px solid #eee;
	border-radius:0 0 5px 5px;
	color:#666;
	font-size:.9em;
	text-align:center;
	text-shadow: 1px 0px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=0); 
}

body {
 background:url(../images/bg/pat-1.png) repeat 0 0;
 font: .8em/1.5em Arial,Helvetica,sans-serif;
}


a {color: #f30; text-decoration:none; cursor:pointer; }
a:visited { color: #f60; }
a:hover { color: #000; text-decoration:underline; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

.invc a {color:#000;}
.invc a:hover {color:#f30;}


h1, h2, h3, h4, h5, h6 {
 font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
 font-weight:normal;
}
h1 {font-size:2.2em;}
h2 {font-size:1.7em;}
h3 {font-size:1.4em;}
h4 {font-size:1.3em;}
h5{font-size:1.2em;}
h6 {font-size:1em;}

.xt {margin-top: 5px !important; background: transparent url(http://ucoz-lab.ucoz.ru/ajax/dark-ajax-lab/tool-sprites.png) no-repeat !important;} 
.xt-mini{background-position:0 -15px!important;} 
.xt-mini-over{background-position:-15px -15px!important;} 
.xt-maxi{background-position:0 -30px!important;} 
.xt-maxi-over{background-position:-15px -30px!important;} 
.xt-rest{background-position:0 -45px!important;} 
.xt-rest-over{background-position:-15px -45px!important;} 





header ul,
header ul li {
 margin:0;
 padding:0;
 list-style:none;
}

.to-top-wrap {
margin-right: -10px;
}


div.to-top-wrap {
 float:right;
}
#to-top {
 position:fixed;
 top:0;
 margin-right:-20px;
 display:none;
}
#to-top a {
 display:block;
 width:20px;
 height:20px;
 background-color:#000;
 background:rgba(0,0,0,.6);
 background-image:url(../images/ico-sm-sprites.png);
 background-repeat:no-repeat;
 background-position:-120px 0;
 text-indent:-5555em;
 opacity:.5;
 cursor:pointer;
}
#to-top a:hover {
 background-color:#f30;
 opacity:1;
}


.logo {
 float:left;
 margin-right:2%;
 height:50px;
}
.logo img {
 height:50px;
}


.social {
 float:left;
 overflow:hidden;
 width:20%;
}
.social a {
 position:relative;
 display:block;
 float:left;
 margin:0;
 opacity:.6;
}
.social a img {
 display:block;
}
.social a:hover {
 opacity:1;
}


.control-panel {
 width:50%;
 float:right;
 font-size:.9em;
 line-height:1.3em;
}
.control-panel ul,
.control-panel ul li,
.control-panel ul li a {
 display:block;
}
.control-panel ul {
 overflow:hidden;
}
.control-panel ul li {
 float:left;
}
.control-panel a {
 padding:0 .5em;
 height:20px;
 line-height:20px;
 text-decoration:none;
}
.control-panel .not-logged ul.menu a,
.control-panel .logged-in a {
 -moz-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -webkit-transition: all 0.5s ease;
 transition: all 0.5s ease;
}



.control-panel .not-logged ul {
 float:right;
}
.control-panel .not-logged a {
 color:#333;
}
.control-panel .not-logged a:hover {
 color:#000;
}
/* -- [login btn] */
.control-panel .not-logged .login-btn a {
 margin-left:.5em;
 padding:0 1.2em;
 height:20px;
 border-radius:20px;
 background: #fcac50;
 background: -moz-linear-gradient(top, #fcac50 0%, #ff4b1e 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcac50), color-stop(100%,#ff4b1e)); 
 background: -webkit-linear-gradient(top, #fcac50 0%,#ff4b1e 100%);
 background: -o-linear-gradient(top, #fcac50 0%,#ff4b1e 100%);
 background: -ms-linear-gradient(top, #fcac50 0%,#ff4b1e 100%);
 background: linear-gradient(top, #fcac50 0%,#ff4b1e 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcac50', endColorstr='#ff4b1e',GradientType=0 );
 color:#fff;
 line-height:20px;
}
.control-panel .not-logged .login-btn a:hover {
 background: #606060;
 background: -moz-linear-gradient(top, #606060 0%, #333333 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606060), color-stop(100%,#333333));
 background: -webkit-linear-gradient(top, #606060 0%,#333333 100%); 
 background: -o-linear-gradient(top, #606060 0%,#333333 100%);
 background: -ms-linear-gradient(top, #606060 0%,#333333 100%);
 background: linear-gradient(top, #606060 0%,#333333 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#333333',GradientType=0 );
 color:#fff;
}
#login-form {
 position:absolute;
}
#login-form h3,
#login-form dl,
#login-form dd {
 margin:0;
 padding:0;
}
#login-form a {
 height:1.5em;
 padding:0;
 color:#333;
}
#login-form a:hover {
 background:none;
 color:#f30;
}
#login-form form {
 display:block;
 overflow:hidden;
}
#login-form dl {
 margin:1em 0;
}
#login-form .input {
 width:100%;
}
#login-form .help {
 float:left;
}
#login-form .menu li {
 float:none;
}
#login-form .button {
 float:right;
 font-size:.95em;
}


.control-panel .logged-in {
 padding:.3em;
 color:#f3f3f3;
 background:url(../images/bg/op-10.png) repeat 0 0;
 background:rgba(0,0,0,.3);
 overflow:hidden;
 border-radius:2px
}
.control-panel .logged-in a {
 color:#fff;
}
.control-panel .label a:hover {
 background-color:#fff;
 background:rgba(255,255,255,.7);
 color:#000;
}
.control-panel .label .logout {
 float:right;
}
.control-panel .user-menu {
 background:#fff;
 border-radius:0 0 2px 2px;
}
.control-panel .user-menu a {
 color:#000;
}
.control-panel .user-menu a:hover {
 background:#f30;
 color:#fff;
}


#navbar {
 position:relative;
 padding:10px;
 margin-top:2%;
 background:url(../images/bg/op-10.png) repeat 0 0;
 background:rgba(0,0,0,.1);
 *zoom:1;
}


#navbar a {
 -moz-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -webkit-transition: all 0.5s ease;
 transition: all 0.5s ease;
}
#navbar .menu li {
 float:left;
 display:block;
 margin:0;
}
#navbar .menu li a {
 position:relative;
 display:block;
 height:30px;
 padding:0 .7em;
 font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
 font-size:1.25em;
 text-transform:uppercase;
 line-height:30px;
 text-decoration:none;
}
#navbar .menu li span {
 cursor:pointer;
}
#navbar .menu li.first a {
 border-radius: 2px 0 0 2px;
}
#navbar .menu li.last a {
 border-radius: 0 2px 2px 0;
}
#navbar .menu li.first li a,
#navbar .menu li.last li a {
 border-radius:0
}

#navbar .menu li ul {
 position:absolute;
 display:none;
 background:#fff;
 font-size:.8em;
 z-index:75;
}


#navbar nav {
 position:relative;
 float:left;
 max-width:49%;
 z-index:50;
}
#navbar .main-menu li {
 position:relative;
}
#navbar .main-menu li a {
 color:#fff;
 background:#333;
}
#navbar .main-menu li:hover a,
#navbar .main-menu li a:hover {
 color:#000;
 background:#fff;
}


#navbar .main-menu li ul {
 top:30px;
 left:-1px;
 overflow:hidden;
 width:160px;
 border-style:none solid solid;
 border-width:1px;
 border-color:#666;
}
#navbar .main-menu li li {
 float:none;
 border-bottom:1px dotted #eee;
 white-space:nowrap;
}
#navbar .main-menu li li.last {
 border:none;
}
#navbar .main-menu li li a {
 background:none;
 color:#000;
}
#navbar .main-menu li li a:hover {
 color:#f30;
 text-indent:.5em;
}


.ad-nav {
 position: absolute;
 right: 0;
 top: 10px;
 width: 100%;
}
#navbar .ad-nav > ul {
 float:right;
 margin-right:26%;
}
#navbar .ad-nav li a {
 color:#000;
 background-color:#fff;
 background:rgba(255,255,255,.8);
}
#navbar .ad-nav li:hover a.controls,
#navbar .ad-nav li a.controls:hover {
 padding-bottom:10px;
 color:#f30;
 background:#fff;
}

#navbar .ad-nav li.first:hover a {
 border-radius: 2px 0 0 0;
}
#navbar .ad-nav li.last:hover a {
 border-radius: 0 2px 0 0;
}


#navbar .ad-nav li ul {
 left:0;
 top:40px;
 width:100%;
 border-bottom:2px solid #ccc;
}
#navbar .ad-nav li {
 float:left;
 display:block;
}
#navbar .ad-nav .genres li {
 margin:.3em 0 0 .5%;
 padding:.2em 0;
 width:12%;
}
#navbar .ad-nav .alpabet li a {
 padding:0 .9em;
}
#navbar .ad-nav li li a {
 color:#000;
 background:none;
}
#navbar .ad-nav .genres li a {
 float:left;
 height:auto;
 line-height:1em;
 padding:.4em .7em;
}
#navbar .ad-nav li li a:hover {
 color:#fff;
 background:#f30;
}


.search-area {
 position:relative;
 float:right;
 width:24%;
}
.search-area button,
.search-area input {
 border:0;
 transition:all .4s ease;
 -webkit-transition:all .4s ease;
 -moz-transition:all .4s ease;
 -o-transition:all .4s ease;
 -ms-transition:all .4s ease;
}
.search-area #story {
 position:absolute;
 right:0;
 padding-right:30px;
 *padding:0;
 width:100%;
 height:30px;
 box-shadow:0 0 0 2px rgba(0,0,0,.2);
}
.search-area #story:focus {
 width:180%;
 box-shadow:0 0 0 2px rgba(255,51,0,1);
}
.search-area button {
 position:absolute;
 right:0;
 padding:5px;
 width:30px;
 height:30px;
 background-color:none;
 background-image:none;
 opacity:.6;
 border-radius:0;
 box-shadow:none;
}
.search-area button span {
 display:block;
 width:20px;
 height:20px;
 background-image:url(../images/ico-sm-sprites.png);
 background-repeat:no-repeat;
 background-position:-100px -0;
 text-indent:-5555em;
}
.search-area button:hover {
 box-shadow:none;
 opacity:1;
}


#dle-speedbar {
 display:block;
 border-radius:0 0 2px 2px;
}
#dle-speedbar a {
 color:#333;
}
#dle-speedbar { 
 padding:.5em 10px;
 background:url(../images/bg/op-05.png) repeat 0 0;
 background:rgba(0, 0, 0, 0.05);
}


#sticky-header {
 position:relative;
 z-index:50;
}
.is-sticky .logo,
.is-sticky .social {
 display:none;
}

.is-sticky .control-panel {
 width:100%;
 background-color:#000;
 background:rgba(0,0,0,.6);
}
.is-sticky .control-panel a {
 color:#f3f3f3;
}
.is-sticky .not-logged .login-btn a {
 margin:0;
 padding:0 .5em;
 background:none;
 border-radius:0;
}
.is-sticky .control-panel a:hover,
.is-sticky .not-logged .login-btn a:hover {
 color:#fff;
 background:#f30;
}
.is-sticky .logged-in {
 padding:0;
}
.is-sticky .logged-in .label,
.is-sticky .logged-in .label .logout {
 float:left;
}
.is-sticky .logged-in .user-menu {
 float:right;
 background:none;
}


.is-sticky #navbar {
 margin:0;
 background:url(../images/bg/op-10.png) repeat 0 0;
 background:rgba(0,0,0,.3);
}



.bwrbs,
.page,
.story-wrapper,
.lastcomments #dle-comments-list,
.searcresult {
 background:#fff;
 border-radius:3px;
 box-shadow: 0px 0px 3px 0px rgba(102, 102, 102, .5); 
}
.poster {
 display:block;
}
.poster img {
 width:100%;
 display:block;
}


.page > .title {
 padding:1% 2.5%;
 border-bottom:1px solid #eee;
}
.page > .title h1 {
 margin:0;
}
.page > .content {
 padding:2% 2.5%;
}


.list-items {
 margin:2% 0;
}
.frontpage .list-items:first-child,
.frontpage .list-items:last-child {
 margin:0;
}
.list-items .title {
 padding:2% 2% 0;
 overflow:hidden;
}
.list-items .title h3 {
 float:left;
 padding: 0.3em 0.5em 0.4em;
 margin:0;
 background:url(../images/bg/light-br.png) repeat 0 0;
 background:rgba(126, 90, 59, 0.1);
 border-left:2px solid #f30;
}
.list-items ul:before, .list-items ul:after { content: ""; display: table; }
.list-items ul:after { clear: both; }
.list-items ul { zoom: 1; }
.list-items ul,
.list-items ul li {
 margin:0;
 padding:0;
 list-style:none;
}
.list-items .content {
 padding:1%;
}
.list-items .content ul li {
 float:left;
 position:relative;
 margin:1%;
 width:18%;
 vertical-align:top;
 box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
}
.list-items .content ul li .title {
 position:relative;
 overflow:visible;
 padding:0;
}
.list-items .content ul li .title h2 {
 position:absolute;
 left:0;
 bottom:0;
 display:none;
 padding:.3em .5em .5em;
 margin:0;
 color:#fff;
 background-color:#000;
 background:rgba(0,0,0,.8);
 font-size:1.25em;
 line-height:1em;
}
.list-items .content ul li .poster {
 position:relative;
 overflow:hidden;
 box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);
}
.list-items .content ul li:hover {
 z-index:10;
}


.item .description p {
 margin:0 0 .5em;
}


.item-short .info span {
 display:block;
 float:left;
 margin:1em .8em 0 0;
 padding-left:1.5em;
 height:20px;
 line-height:20px;
 font-size:.9em;
 background:url(../images/item-data-sprite.png) no-repeat 0 0;
}
.item-short .info span.comments {
 background-position:0 0;
}
.item-short .info span.views {
 background-position:0 -50px;
}
.item-short .info a {
 display:block;
 float:right;
 margin-top:.8em;
 padding:.3em .5em;
 color:#fff;
 background:#f30;
 font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
 line-height:1em;
 text-decoration:none;
 text-transform:uppercase;
 
}
.item-short .info a:hover {
 background:#333;
}

.category .items-wrapper {
 position:relative;
 margin:-10px;
 *margin:-10px 0;
 overflow:hidden;
}
.category .item-short-wrap {
 float:left;
 width:25%;
}
.category .item-short {
 margin:10px;
 padding:10px; 
}
.category .item-short .data-wrapper {
 position:relative;
 overflow:hidden;
 width:100%;
}

.category .item-short .data,
.category .item-short .info {
 position:absolute;
 display:none;
}
.category .item-short .data {
 left:0;
 top:0;
 width:100%;
 height:100%;
 background-color:#fff;
 background:rgba(255, 255, 255, .9);
 box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .2); 
}
.category .item-short .data h2 {
 margin:10px 10px 7px;
 padding:0;
 font-size:1.3em;
}
.category .item-short .data h2 a {
 display:block;
 float:left;
 padding:3px 5px;
 background:#333;
 color:#FFF;
 text-decoration:none;
}
.category .item-short .data h2 a:hover {
 background-color:#F30;
}
.category .item-short .data .genre {
 display:block;
 overflow:hidden;
 clear:both;
 height:20px;
 line-height:20px;
 margin:0 10px;
 font-size:.85em;
}
.category .item-short .data .genre a {
 text-decoration:none;
 color:#F30;
}
.category .item-short .data .genre a:hover {
 color:#000;
}
.category .item-short .data .description {
 margin:0 10px;
 font-size:.9em;
 line-height:1.3em;
}
.category .item-short .info {
 position:absolute;
 left:0;
 bottom:0;
 width:100%;
 background-color:#fff;
 background:rgba(255, 255, 255, .9);
 box-shadow: 0px -3px 7px 0px rgba(255, 255, 255, 1); 
}


.category .item-short .ads {
 position:relative;
 margin-top:10px;
 height:20px;
 text-align:right;
}
.category .item-short .ads .rating {
 position:absolute;
 left:0;
 top:2px;
 text-align:left;
}


.favorites .item-short-wrap,
.search .item-short-wrap {
 margin-bottom:2%;
}
.favorites .item-short,
.search .item-short {
 position:relative;
 padding:2%;
}
.favorites .item-short h2,
.search .item-short h2 {
 margin:0;
 padding:0 0 .3em;
}
.favorites .item-short .poster,
.search .item-short .poster {
 width:28%;
 float:left;
}
.favorites .item-short .poster img,
.search .item-short .poster img {
 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
.favorites .item-short .data,
.search .item-short .data {
 margin-left:30%;
}
.favorites .item-short .no-poster .data,
.search .item-short .no-poster .data {
 margin:0;
}
.favorites .item-short .info,
.search .item-short .info {
 float:right;
 text-align:right;
}
.favorites .item-short .ads,
.search .item-short .ads {
 position:absolute;
 left:2%;
 bottom:2%;
 width:50%;
}
.favorites .item-short .ads .rating,
.search .item-short .ads .rating {
 margin-right:1em;
}


.item-full .subcol .poster,
.item-screens {
 display:block;
 position:relative;
 padding:2%;
 background:url(../images/bg/light-br.png) repeat 0 0;
 background:rgba(126, 90, 59, 0.2);
}
.item-full .subcol .poster {
 margin-bottom:5%;
}
.item-screens h4 {
 margin:0 0 5px;
}
.item-screens .slides {
 width:100%;
 zoom:1;
}
html[xmlns] .item-screens .slides {
 display: block;
} 
* html .item-screens .slides {
 height: 1%;
}
.no-js .item-screens .slides > a:first-child {
 display: block;
}
.item-screens .slides a {
 position:relative;
 display:none;
}
.item-screens img {
 display:block;
 width:100%;
}


.flex-control-nav {
 position:absolute; 
 right:2%; 
 top:5px; 
 margin: 0; 
 padding: 0; 
 list-style: none;
}
.flex-control-nav li {
 margin: 0; 
 display: inline-block; 
 zoom: 1; 
 *display: inline;
}
.flex-control-nav li:first-child {
 margin: 0;
}
.flex-control-nav li a {
 display:block; 
 width:15px; 
 height:15px; 
 font-size:.8em; 
 line-height:15px; 
 text-decoration:none; 
 text-align:center; 
 color:#000; 
 border-radius:10px; 
 cursor: pointer; 
}
.flex-control-nav li a.active {
 background:url(../images/bg/op-10.png) repeat 0 0;
 background:rgba(0,0,0,.3); 
 color:#fff;
}


.item-data {
 position:relative;
 margin-bottom:5%;
 padding:3% 5%;
 background:#fff;
 color:#666;
}
.item-data ul,
.item-data ul li {
 margin:0;
 padding:0;
 list-style:none;
}
.item-data ul li {
 display:block;
 padding-left:25px;
 background-image:url(../images/item-data-sprite.png);
 background-repeat:no-repeat;
}
.item-data li.comments {
 background-position:0 0;
}
.item-data li.views {
 background-position:0 -50px;
}
.item-data li.complaint {
 background-position:0 -100px;
}
.item-data .ico {
 position:absolute;
 right:3%;
 top:10%;
}
.item-data .ico a {
 display:block;
 margin-bottom:3px;
}


.item-full .item-title h1,
.item-full .item-title h3 {
 margin:0;
 padding:0;
 line-height:normal;
}
.item-full .item-title h3 {
 color:#666;
 font-size:1.3em;
}


.item-ads {
 padding:2%;
}
.item-ads .description,
.item-ads .info {
 float:left;
}
.item-ads .description {
 margin-right:3%;
 width:62%;
}
.item-ads .info {
 width:35%;
 font-size:.9em;
}
.item-ads dl,
.item-ads dt,
.item-ads dd {
 position:relative;
 margin:0;
 padding:0;
}
.item-ads dl {
 margin-bottom:5px;
 padding-bottom:5px;
 border-bottom:1px dotted #ccc;
}
.item-ads dl:last-child {
 border:none;
}
.item-ads dt {
 font-weight:bold;
}
.item-ads dt:before {
 position:absolute;
 content:"";
 left:-7px;
 top:7px;
 width: 0;
 height: 0;
 border-top: 3px solid transparent;
 border-bottom: 3px solid transparent;
 border-left: 3px solid #ccc;
}

/* -- [item-rating] */
.item-rating {
 padding:2%;
 background:url(../images/bg/light-br.png) repeat 0 0;
 background:rgba(126, 90, 59, 0.05);
}
.item-rating h5 {
 margin:0 0 .5em;
}
.item-rating .total-rating {
 height:20px;
}
.item-rating span.total-votes {
 font-size:.85em;
 color:#666;
}
.tp-rating,
.site-rating {
 float:left;
}
.tp-rating {
 margin-right:3%;
 width:62%;
}
.tp-rating .kp,
.tp-rating .imdb {
 float:left;
 width:48%;
}
.tp-rating .kp {
 margin-right:4%;
}
.tp-rating .total-rating {
 font-size:1.2em;
 color:#999;
}
.tp-rating .total-rating span {
 font-size:1.3em;
 color:#f60;
 font-weight:bold;
}
.site-rating {
 width:35%;
}


.list-items-sm h3 {
 margin:0;
}
.list-items-sm ul,
.list-items-sm ul li {
 margin:0;
 padding:0;
 list-style:none;
}
.list-items-sm ul li {
 overflow:hidden;
 margin:.5em 0;
}
.item-full .list-items-sm li .poster {
 float:left;
 width:30%;
 padding:1%;
}
.list-items-sm li h2 {
 margin:0 0 0 35%;
 padding:0 0 .3em;
 font-size:1.3em;
}
.list-items-sm li .description {
 margin-left:35%;
 font-size:.9em;
 line-height:1.4em;
}


.story .extra {
 overflow:hidden;
 color:#666;
 font-size:.9em;
}
.story .extra-top {
 position:relative;
 top:-5px;
}
.story .extra-bottom {
 margin-top:1em;
}
.story .extra .category {
 float:left;
 width:80%;
}
.story .extra .date {
 display:block;
 float:right;
 width:20%;
 text-align:right;
}
.story .extra #ratig-layer {
 float:left;
}
.story .extra .controls {
 float:right;
}
.story .extra .controls a {
 margin-left:.5em;
}


.story-short > .title {
 border-bottom: 1px solid #EEEEEE;
 padding: 1% 2.5%;
}
.story-short > .title > h2 {
 margin:0;
}
.story-short > .content {
 padding:2% 2.5%;
}


.searcresult {
 margin:2% 0;
}
.shortresult {
 padding:2.5%;
}
.shortresult h2 {
 margin:0;
 padding:0;
}


.item-search .wrap {
 overflow:hidden;
 padding:2.5%;
}
.item-search .poster {
 width:28%;
 float:left;
}
.item-search .data {
 float:left;
 width:100%;
}
.item-search .has-poster .data {
 float:none;
 margin-left:30%;
 width:70%;
}
.item-search h2 {
 margin:0;
 padding:0 0 .3em;
}


.comment-wrapper h3 {
 margin:0;
 padding:2%;
 background:url(../images/bg/light-br.png) repeat 0 0;
 background:rgba(126, 90, 59, 0.05);
}
.mass_comments_action {
 padding:1% 2%;
 background:url(../images/bg/light-br.png) repeat 0 0;
 background:rgba(126, 90, 59, 0.05);
 text-align:right;
}


.addcomments {
 position:relative;
 padding:2% 2.5%;
}
.addcomments .form-list dl {
 margin:0;
}
.addcomments dl.name,
.addcomments dl.email {
 float:left;
 width:48%;
}
.addcomments dl.name {
 margin-right:4%;
}
.addcomments dl.editor {
 clear:both;
}


.comment {
 position:relative;
 margin:1% 0;
 padding:1% 0 1.8em;
}
#dlemasscomments .comment {
 margin-top:0;
}
.comment-ads {
 overflow:hidden;
 margin-bottom:.5em;
 padding:0 2.5% .2em;
 border-bottom:1px solid #eee;
 font-size:.9em;
}
.comment-ads .date {
 display:block;
 float:right;
 font-weight:bold;
}
.comment-ads .date span {
 margin-right:.5em;
 color:#666;
 font-weight:normal;
}
.comment-ads .date input {
 position:relative;
 top:4px;
 margin-left:.5em;
}
.comment-inner {
 padding:0 2.5%;
 overflow:hidden;
}
.comment-inner .avatar {
 float:left;
 width:50px;
}
.comment-inner .avatar img {
 width:100%;
}
.comment-data {
 margin-left:60px;
}
.comment .serv-links {
 display:none;
 position:absolute;
 right:2%;
 bottom:0;
 font-size:.85em;
 text-align:right;
}
.comment .serv-links a {
 margin:0 .3em;
}


.block-wrapper {
 margin:5% 0;
}
.block-wrapper .title {
 overflow:hidden;
 margin-bottom:10px;
}
.block-wrapper .title span {
 display:block;
 float:left;
 padding:5px 0;
 width:20px;
 height:20px;
 border-bottom:1px solid #999;
}
.block-wrapper .title span {
 background-image:url(../images/ico-sm-sprites.png);
 background-repeat:no-repeat;
}
.block-vote .title span {
 background-position:0 50%;
}
.block-news .title span {
 background-position:-20px 50%;
}
.tagcloud .title span {
 background-position:-40px 50%;
}
.block-wrapper .title h3 {
 height:30px;
 border-bottom:1px dotted #ccc;
 line-height:30px;
}
.block-wrapper .ico h3 {
 margin:0 0 0 20px;
 text-indent:10px;
}


.block-news .content ul,
.block-news .content li {
 margin:0;
 padding:0;
 list-style:none;
}
.block-news .content li {
 display:block;
 overflow:hidden;
 margin-bottom:10px;
}
.block-news .content li span.preview {
 display:block;
 float:left;
 width:80px;
}
.block-news .content li span.preview img {
 width:100%;
}
.block-news .content li .item {
 margin-left:90px;
}
.block-news .content li .item h2 {
 margin:0;
 font-size:1.2em;
 line-height:1em;
}
.block-news .content li .item span {
 font-size:.85em;
 color:#666;
}


footer .pre {
 background:#fff;
}
footer .pre .column {
 float:left;
 position:relative;
 margin-left:2%;
 width:32%;
 *width:31.9%;
}
footer .pre .alpha,
footer .pre .omega {
 width:30%;
}
footer .pre .alpha {
 margin-left:0;
 padding-left:2%;
}
footer .pre .omega {
 padding-right:2%;
}


footer .suf {
 padding:2% 0;
 background:url(../images/bg/light-br.png) repeat 0 0;
 background:rgba(126, 90, 59, 0.1);
}
footer .suf .text-widget,
footer .suf .counters {
 float:left;
 margin-left:2%;
}
footer .suf .text-widget {
 width:64%;
 font-size:.9em;
 line-height:1.4em;
}
footer .suf .counters {
 padding-right:2%;
 width:30%;
 *width:29.9%;
 text-align:right;
}
footer .suf .counters p {
 display:block;
 float:right;
 margin:0 0 0 5px;
 padding:0;
}
footer .suf .counters p img {
 display:block;
}


.copyright {
 overflow:hidden;
 padding-top:10px;
 font-size:.9em;
 line-height:1.3em;
}
.copyright .site {
 float:left;
 width:80%;
}
.copyright span {
 display:block;
 font-size:.95em;
 color:#666;
}
.copyright a.design {
 float:right;
 display:block;
 padding:2px 65px 5px 0;
 width:55px;
 color:#000;
 opacity:.5;
 background:url(../images/d5im-logo.png) no-repeat 100% 0;
 font-size:.95em;
 line-height:1.2em;
}
.copyright a.design:hover {
 text-decoration:none;
 opacity:1;
}






.social a,
.copyright a {
 -webkit-transition:opacity .5s ease;
 -moz-transition:opacity .5s ease;
 -ms-transition:opacity .5s ease;
 -o-transition:opacity .5s ease;
 transition:opacity .5s ease;
}


div[id*="_uwndWnd"] .xw-blank {background: rgba(0, 0, 0, 0.7) !important; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);opacity: 0.7 !important; border-radius: 0 0 3px 3px; overflow: visible;}
div[id*="_uwndWnd"] .xw-tl,div[id*="_uwndWnd"] .xw-ml,div[id*="_uwndWnd"] .xw-bl{background:rgba(0,0,0,0.7) !important;}
div[id*="_uwndWnd"] .xw-tl{border-top-left-radius:3px;border-top-right-radius:3px;padding:1px 0 0 7px !important;}
div[id*="_uwndWnd"] .xw-tr,div[id*="_uwndWnd"] .xw-tc, div[id*="_uwndWnd"] .xw-mr,div[id*="_uwndWnd"] .xw-br, div[id*="_uwndWnd"] .xw-bc{background:none !important;}
div[id*="_uwndWnd"] .xw-hdr-text{color:#fff !important;font:bold 11px/22px Tahoma !important;}
div[id*="_uwndWnd"] .xt-close{background:url(http://novi4ok.ru/scripts/close.png) center center no-repeat !important;opacity:0.7 !important;}
div[id*="_uwndWnd"] .xt-close-over{opacity:1.0 !important;} 
div[id*="_uwndWnd"] .xw-mc{background:#fff !important;border:0 !important;border-radius:3px;}
div[id*="_uwndWnd"] .xw-body{border:0 !important;padding-left:7px !important;padding-right:1px !important;}
div[id*="_uwndWnd"] .xw-dragging .xw-tl{opacity:1.0 !important;}
div[id*="_uwndWnd"] .xw-draggable,div[id*="_uwndWnd"] .xw-draggable .xw-hdr-text{cursor:default !important;}
div[id*="_uwndWnd"] .xw-bl{border-bottom-left-radius:3px;border-bottom-right-radius:3px;}
div[id*="_uwndWnd"] {border-radius:5px;box-shadow:0 5px 10px rgba(0, 0, 0, 0.6);}
div[id*="_uwndWnd"] .x-sh{display:none !important;}


.myBtnLeft {background: transparent url('http://s63.ucoz.net/.s/img/wd/1/btn-sprite.gif') no-repeat 0 0 !important;}
.myBtnRight {background: transparent url('http://s63.ucoz.net/.s/img/wd/1/btn-sprite.gif') no-repeat 0 -19px !important;}
.myBtnCenter {background: #E3E7EB url('http://s63.ucoz.net/.s/img/wd/1/btn-sprite.gif') repeat-x 0 -38px !important;height:19px !important;}


.user-photo img,
.user-photo {
	display:block;
}

.signature {
	margin-top:1em;
	color:#666;
	font-style:italic;
}


.dle-message {
	margin:1em 0;
	padding:.5em 1em;
	background-color: #f8fcff;
	border: 1px solid #afcfed;
	color:#069;
	border-radius:3px
}
.dle-message h3 {
	margin:0 0 .5em;
	padding-bottom:.5em;
	border-bottom:1px dotted #afcfed;
}
#content > .dle-message {
	margin-top:0;
}






#searchsuggestions {
	width:320px;
	background:#fff;
	font-size:.85em;
	line-height:1.3em;
	border-radius:3px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	z-index:101;
}
#searchsuggestions a,
#searchsuggestions a span{
	-webkit-transition:background .5s ease, color .5s ease;
	-moz-transition:background .3s ease, color .3s ease;
	-ms-transition:background .5s ease, color .5s ease;
	-o-transition:background .5s ease, color .5s ease;
	transition:background .3s ease, color .3s ease;
}
#searchsuggestions a {
	display: block;
	clear: left;
	color:#666;
	text-decoration: none;
}
#searchsuggestions a span,
#searchsuggestions span.seperator, 
#searchsuggestions span.notfound{
	display:block;
	padding:.5em;
}
#searchsuggestions a span.searchheading {
	padding:.7em .5em;
	background: #eee;
	color: #333;
	font-size:1.1em;
	text-overflow:ellipsis;
}
#searchsuggestions a:hover span {	
	color:#000;
}
#searchsuggestions a:hover span.searchheading {
	background:#666;
	color:#fff;
}
#searchsuggestions span.seperator {
	float:right;
}
#searchsuggestions span.seperator a {
	color:#08c;
}
#searchsuggestions span.seperator a:hover {
	color:#000;
}
.break {
	clear:both;
}


#dropmenudiv  {
	background:#fff;
	border:1px solid #cbcbcb;
	font-size:.9em;
	border-radius:3px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	z-index:101;
}
#dropmenudiv a {
	display:block;
	padding:.3em 1em;
	color:#000;
	text-decoration:none;
	white-space:nowrap;
	-webkit-transition:background .5s ease, color .5s ease;
	-moz-transition:background .3s ease, color .3s ease;
	-ms-transition:background .5s ease, color .5s ease;
	-o-transition:background .5s ease, color .5s ease;
	transition:background .3s ease, color .3s ease;
}
#dropmenudiv a:first-child {
	border-radius:3px 3px 0 0;
}
#dropmenudiv a:last-child {
	border-radius:0 0 3px 3px;
}
#dropmenudiv a:hover {
	background:#333;
	color:#fff;
}



.title_spoiler {
	position:relative;
	border-bottom:2px solid #eee;
	font-size:1.1em;
}
.title_spoiler img {}
.title_spoiler a {
	color:#333;
	text-decoration:none;
}
.title_spoiler a:hover {
	border-color:#41b7db;
}
.text_spoiler {
	padding:.5em 0;
	border-bottom:2px solid #eee;
}


.title_quote,
.quote {
	font-size:1.1em;
	font-style:italic;
}
.title_quote {
	margin:.5em 0 .2em;
	color:#000;
	text-indent:2.3em;
	text-decoration:underline;
}
.quote {
	margin:.5em 0 .5em 1em;
	padding-left:1em;
	border-width:3px;
	border-style:none none none solid;
	border-color:#eee;
	color:#666;
}
.title_quote + .quote {
	margin-top:0;
}


pre code {
  display: block; 
  padding: 0.5em;
  background: #f9fafa; 
  border: 1px solid #dce7e7;
  overflow:auto;
  white-space: pre;
}

pre .comment,
pre .template_comment,
pre .diff .header,
pre .doctype,
pre .lisp .string,
pre .javadoc {
  color: #93a1a1;
  font-style: italic;
}

pre .keyword,
pre .css .rule .keyword,
pre .winutils,
pre .javascript .title,
pre .method,
pre .addition,
pre .css .tag,
pre .lisp .title {
  color: #859900;
}

pre .number,
pre .command,
pre .string,
pre .tag .value,
pre .phpdoc,
pre .tex .formula,
pre .regexp,
pre .hexcolor {
  color: #2aa198;
}

pre .title,
pre .localvars,
pre .function .title,
pre .chunk,
pre .decorator,
pre .builtin,
pre .built_in,
pre .lisp .title,
pre .identifier,
pre .title .keymethods,
pre .id {
  color: #268bd2;
}

pre .tag .title,
pre .rules .property,
pre .django .tag .keyword {
  font-weight: bold;
}

pre .attribute,
pre .variable,
pre .instancevar,
pre .lisp .body,
pre .smalltalk .number,
pre .constant,
pre .class .title,
pre .parent,
pre .haskell .label {
  color: #b58900;
}

pre .preprocessor,
pre .pi,
pre .shebang,
pre .symbol,
pre .diff .change,
pre .special,
pre .keymethods,
pre .attr_selector,
pre .important,
pre .subst,
pre .cdata {
  color: #cb4b16;
}
pre .deletion {
  color: #dc322f;
}
pre .tex .formula {
  background: #eee8d5;
}


#ratig-layer {
	width:85px; 
	height:17px; 
	overflow:hidden;
}
.rating {
	width:85px; 
	height:17px;
}
.unit-rating {
	position:relative;
	margin:0px; 
	padding:0px; 
	width:85px; 
	height:17px; 
	list-style:none; 
	background:url(../dleimages/dle-rating.png) repeat-x 0 0;
}
.unit-rating li {
	margin:0!important; 
	padding:0!important; 
	float:left; 
	text-indent:-5555em;
}
.unit-rating li.current-rating {
	position:absolute; 
	display:block; 
	height:17px; 
	text-indent:-5555em; 
	z-index:1; 
	background:url(../dleimages/dle-rating.png) repeat-x 0 100%;
}
.unit-rating li a {
	position:absolute; 
	display:block; 
	width:17px; 
	height:17px; 
	z-index:17;
}
.unit-rating li a:hover {
	left:0px; 
	z-index:2; 
	background: url(../dleimages/dle-rating.png) repeat-x 0 50%;
}
.unit-rating a.r1-unit {left:0px}
.unit-rating a.r1-unit:hover {width:17px}
.unit-rating a.r2-unit {left:17px}
.unit-rating a.r2-unit:hover {width:34px}
.unit-rating a.r3-unit {left:34px}
.unit-rating a.r3-unit:hover {width:51px}
.unit-rating a.r4-unit {left:51px}	
.unit-rating a.r4-unit:hover {width:68px}
.unit-rating a.r5-unit {left:68px}
.unit-rating a.r5-unit:hover { width:85px}



.editor_button {
	float: left;
	cursor: pointer;
	padding:0;
}
.editor_button img,
.editor_button_brk img {
	display:block;
}
.editor_button select {
	width:100%;
	font-size:.9em;
}
.editor_buttoncl {
	float: left;
	cursor: pointer;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
.editbclose { 
	float: right; 
	cursor: pointer; 
	display: none; 
}
.editor textarea {
	min-height:10em;
}


.story-pagination {
	margin:1em 0;
	text-align:center;
}



.static .extra {
	overflow:hidden;
	font-size:.95em;
}
.static .extra .date {
	display:block;
	float:left;
	color:#666;
}
.static .extra .print-page {
	display:block;
	float:right;
}


.stats-info {
	color:#666;
	font-size:.85em;
	line-height:1.3em;
}
.stats-data .table .stats-summary {
	text-align:right;
}


.userstop tr td:nth-child(3), 
.userstop tr td:nth-child(4) {
	display:none
}


.userinfo .extra-info {
	float:left;
	width:120px;
}
.userinfo .main-info {
	margin-left:140px;
}

.userinfo .extra-info .wrap {
	padding:10px 0 5px;
	background:#f9f9f9;
	font-size:.9em;
	text-align:center;
}
.userinfo .user-photo img {
	margin:0 auto;
	padding:2px;
	background:#fff;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .3); 
}
.userinfo .user-rating {
	margin:.5em auto 0;
	width:85px;
}
.userinfo .extra-info ul.nav {
	margin:5px 10px;
	text-align:left;
}


.userinfo .main-info dl,
.userinfo .main-info dl dt,
.userinfo .main-info dl dd {
	margin:0;
	padding:0;
}
.userinfo .main-info dl {
	overflow:hidden;
	margin:.5em 0;
}
.userinfo .main-info dl dt {
	float:left;
	width:120px;
}
.userinfo .main-info dl dd {
	margin-left:130px;
}
.userinfo .main-info small {
	color:#666;
	font-size:.9em;
}
.userinfo .main-info small a:hover {
	text-decoration:none;
}
.userinfo .main-info small img {
	display:inline-block;
	vertical-align:middle;
}
.userinfo #options {
	margin-top:1em;
}


.popup {
	margin-top:.5em;
}
.popup .extra-info {
	width:90px;
}
.popup .main-info {
	margin-left:100px;
	font-size:12px;
}
.popup .extra-info .wrap {
	padding:0;
	background:none;
}
.popup .main-info dl {
	margin:0 0 .5em;
}
.popup .main-info dl dt {
	width:100px;
}
.popup .main-info dl dd {
	margin-left:110px;
}
.popup .user-photo img {
	width:85px;
}


.pm-nav {
	margin-bottom:1em;
	padding:.5em 1em;
	background:#f5f5f5;
	text-align:center;
}
.pm-nav a {
	padding:0 .5em;
}


table.pm tbody tr td.pm_head,
table.pm tbody tr td.pm_list {
	padding:.5em;
}
table.pm tbody tr td.pm_head {
	border-bottom:2px solid #ccc;
	font-weight:bold;
	vertical-align:bottom;
}
table.pm tbody tr td.pm_list {
	border-bottom:1px solid #eee;
}
table.pm tbody tr:hover td.pm_list {
	background:#f9f9f9;
}
table.pm tbody tr td:nth-child(4),
table.pm tbody tr:last-child td {
	text-align:right;
}
table.pm tbody tr:last-child td {
	padding-top:1em;
}


.read-pm .title,
.read-pm .message {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}
.read-pm .title {
	position:relative;
	overflow:hidden;
}
.read-pm .title .user-photo {
	float:left;
	width:50px;
}
.read-pm .title .user-photo img {
	width:40px;
}
.read-pm .title h3,
.read-pm .extra .name {
	display:block;
	margin-left:50px;
}
.read-pm .title h3 {
	margin:0;
}
.read-pm .title .date {
	position:absolute;
	right:0;
	bottom:5px;
	color:#666;
}
.read-pm .actions {
	text-align:right;
}
.read-pm .actions a {
	margin-left:.5em;
}


.search .page {
	margin-bottom:2%;
}
#searchtable table {
	width:100%;
}
#searchtable table td.search {
	display:block;
	padding:0;
	width:100%!important;
	text-align:left;
}
#searchtable table td.search > div {
	margin:0!important;
}
#searchtable fieldset {
	margin-bottom:1em!important;
	border-style:solid none none;
	border-width:2px;
	border-color:#eee;
}
#searchtable fieldset legend {
	font-size:1.3em;
	padding:.2em .3em;
}
#searchtable #searchinput {
	width:100%!important;
}
#searchtable #titleonly {
	margin-top:1em;
}
#searchtable input.bbcodes {
	margin:1em .5em 0 0!important;
}


.addnews #category {
	width:100%!important;
}


.xfields-wrapper table {
	width:100%;
}
.xfields-wrapper table tr td {
	padding:0;
	height:100%;
	vertical-align:top;
}
.xfields-wrapper .addnews {}
.xfields-wrapper .xfields,
.xfields-wrapper .xprofile {
	padding-bottom:1em;
}
.xfields-wrapper textarea {
	width:100%;
	min-height:10em;
}


* html .ui-autocomplete {width:1px;}
.ui-autocomplete { 
	position: absolute; 
	cursor: default;
}
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}


table.calendar {
	width:100%; 
	color:#000;
	font-size:1.1em;
}
table.calendar .monthselect b,
table.calendar  th {
	font-weight:normal;
}
table.calendar  th,
table.calendar  td {
	padding:.3em .5em;
}
table.calendar  th.workday,
table.calendar  th.weekday {
	border-bottom:2px solid #ddd;
}
table.calendar  th.weekday {
	border-color:#999;
}
table.calendar td.day,
table.calendar td.weekday,
table.calendar td.day-active-v,
table.calendar td.day-active {
	position:relative;
}
table.calendar  th.weekday,
table.calendar td.weekday {
	color:#c00;
}
table.calendar td.day-current {
	box-shadow: inset 0px 0px 0px 2px rgba(204, 0, 0, .9);
}


table.calendar td a {
	position:relative;
	display:block;
	text-decoration:none;
}
table.calendar td.day a,
table.calendar td.day-active-v a {
	color:#000;
}
table.calendar td.weekday a,
table.calendar td.day-active a {
	color:#c00;
}
table.calendar td a:hover {
	color:#06e;
}
table.calendar td a:after {
	position:absolute;
	right:0;
	bottom:3px;
	color:#2cc107!important;
	content:".";
	font-size:2em;
}


.dle-poll {}
.dle-poll .question h4 {
	margin:0;
	font-size:1.2em;
	font-style:italic;
}
.dle-poll .poll-list {
	margin:1em 0;
}
.dle-poll .poll-list .vote {
	margin:.3em 0;
}

#dlevotespopupcontent fieldset {
	margin:1em 0;
	padding:1em 0 0;
	border:0;
}
#dlevotespopupcontent legend {
	display:block;
	width:100%;
	font-size:1.3em;
	text-align:center;
}
.result-list .vote img,
#dlevotespopupcontent .vote img {
	display:block;
	border:none!important;
}
.result-list  .vote,
#dlevotespopupcontent  .vote {
	margin:0;
	color:#666;
	line-height:normal;
	text-indent:.5em;
}
.result-list  .vote {
	font-size:.9em;
}
#dlevotespopupcontent  .vote {
	margin-right:20px;
}
.result-list  .vote:nth-child(2n+2),
#dlevotespopupcontent  .vote:nth-child(2n+2) {
	margin-bottom:1em;
	background:#f5f5f5;
	box-shadow: inset -1px 1px 3px 0px rgba(0, 0, 0, .1); 
}
.result-list .vote:nth-child(2n+2),
#dlevotespopupcontent .vote:nth-child(2n+2),
.result-list .vote img,
#dlevotespopupcontent .vote img {
	border-radius:20px
}
.total-votes {
	text-align:right;
}


.tagcloud a {
	padding:.3em;
	font-weight:normal;
	text-decoration:none;
	white-space:nowrap;
	-webkit-transition:opacity .5s ease, color 1s ease;
	-moz-transition:opacity .5s ease, color 1s ease;
	-ms-transition:opacity color .5s ease, color 1s ease;
	-o-transition:opacity color .5s ease, color 1s ease;
	transition:opacity .5s ease, color 1s ease;
}
.tagcloud  .content {
	text-align:center;
}
.clouds_xsmall { 
	font-size: .9em;
	opacity:.7;	
}
.clouds_small {
	font-size: 1.1em;
	opacity:.8;	
}
.clouds_medium {
	font-size: 1.3em;
	opacity:.9;		
}
.clouds_large {
	font-size: 1.5em;
	opacity:.95;	
}
.clouds_xlarge {
	font-size: 1.7em;
	opacity:1;
}
.tagcloud a:hover {
	color:#000;
	opacity:1;
}


.informer .content li h2 {
	margin:0;
	font-size:1.2em;
}
.informer .content li .date {
	font-size:.9em;
	color:#666;
}
.informer .content li p {
	margin:0 0 1em;
}



#loading-layer {
	display: none; 
	padding:.5em 1em;
	background: rgba(0,0,0,.7);  
	color: #fff;
	font-size:.9em;
	text-align:center;
	border-radius:3px
}


.dle-captcha-wrapper {}
#dle-captcha {
	position:relative;
	display:block;
	float:left;
	margin-right:10px;
	width:140px;
}
#dle-captcha a {
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:20px;
	height:20px;
	background:#fafafa url(../images/ui/glyphicons-halflings.png) no-repeat -237px -21px;
	text-indent:-5555em;
}
.captcha-input {
	float:left;
	width:120px;
	text-align:center;
}
.captcha-input input {
	width:120px;
	height:35px;
	color:#666;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.captcha-input span.help {
	height:15px;
	background:#eee;
	font-size:10px;
	line-height:15px;
}


.dle-question-wrapper {}
.dle-question-wrapper input {
	min-width:270px;
}
.dle-question-wrapper p {
	margin:0;
}
#dle-question {
	font-weight:bold;
}


.ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
* html .ui-helper-clearfix { height: 1%; }
.ui-helper-clearfix { display: block; }
.ui-icon { background-repeat: no-repeat; display: block; overflow: hidden; text-indent: -99999px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget { font-size: 11px; }
.ui-widget-content { background: #fff 50% bottom repeat-x; color: #222; }
.ui-widget-header {
	border-bottom:1px solid #eee;
	color: #000;
	font-size:1.3em;
}
.ui-widget-header a { color: #fff; }
.ui-state-default, .ui-widget-content .ui-state-default {
	color: #333;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #333; text-decoration: none; }
.ui-state-error {
	background: #fef1ec 50% 50% repeat-x;
	border: 1px solid #dedede;
	color: #cd0a0a;
}
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-button .ui-button-text { display: block; line-height: 1.4em; }
.ui-button-text-only .ui-button-text { padding: .4em .8em; }
input.ui-button { padding: .4em 1em; }
.ui-button-set { margin-right: 7px; }
.ui-button-set .ui-button { margin-left: 0; margin-right: -.3em; }
button.ui-button::-moz-focus-inner { border: 0; padding: 0; }
.ui-dialog {
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 300px;
	background-color:none;
	border-radius:6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; border-radius: 6px 6px 0 0; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .5em;
	top: 0;
	margin:10px 0 0;
	padding:0;
	width:14px;
	height:14px;
	background-color:none!important;
	background-image:url(../images/ui/glyphicons-halflings.png);
	background-repeat:no-repeat;
	background-position: -312px 0;
	border:none;
	box-shadow:none;
	opacity:.7;
}
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; border-color:none; }
.ui-dialog .ui-dialog-content {
	background: none;
	border: 0;
	overflow: hidden;
	padding: .5em 1em;
	position: relative;
	zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
	background-image: none;
	background:#f9f9f9;
	border-top:1px solid #e9e9e9;
	margin: 0 0 0;
	padding: .5em 1em;
	text-align: left;
	border-radius: 0 0 6px 6px;
}
.ui-dialog .ui-dialog-buttonpane button {
	cursor: pointer;
	float: right;
	line-height: 1.4em;
	margin: .5em .4em .5em 0;
	overflow: visible;
	padding: .2em .6em .3em .6em;
	width: auto;
}
.ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }


.highslide-wrapper, .highslide-outline { background: #FFFFFF; }
.highslide-image { border: 2px solid #FFFFFF; }
.highslide-active-anchor { visibility: hidden; } 
.highslide-active-anchor img { visibility: hidden; }
.highslide-dimming { background-color: black; }
.highslide-html { background-color: white; }
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
	padding: 3px;
	border: 1px solid white;
    background-color: black;
}
a.highslide-full-expand {
	background: url("../dleimages/fullexpand.gif") no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px; height: 34px;
}
.highslide-display-block { display: block; }
.highslide-display-none { display: none; }
.highslide-caption { display: none; padding: 5px; background: white; }
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url("../../../engine/classes/highslide/graphics/controlbar-black-border.gif") no-repeat 0 -90px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0; padding: 0;
    background: url("../../../engine/classes/highslide/graphics/controlbar-black-border.gif") no-repeat 100% -90px;
}
.highslide-controls li { float: left; padding: 5px 0; }
.highslide-controls a {
    background: url("../../../engine/classes/highslide/graphics/controlbar-black-border.gif");
    display: block;
    float: left;
    height: 30px; width: 30px;
    outline: none;
}
.highslide-controls a.disabled { cursor: default; }
.highslide-controls a span { display: none; }


.highslide-controls .highslide-previous a { background-position: 0 0; }
.highslide-controls .highslide-previous a:hover { background-position: 0 -30px; }
.highslide-controls .highslide-previous a.disabled { background-position: 0 -60px !important; }
.highslide-controls .highslide-play a { background-position: -30px 0; }
.highslide-controls .highslide-play a:hover { background-position: -30px -30px; }
.highslide-controls .highslide-play a.disabled { background-position: -30px -60px !important; }
.highslide-controls .highslide-pause a { background-position: -60px 0; }
.highslide-controls .highslide-pause a:hover { background-position: -60px -30px; }
.highslide-controls .highslide-next a { background-position: -90px 0; }
.highslide-controls .highslide-next a:hover { background-position: -90px -30px; }
.highslide-controls .highslide-next a.disabled { background-position: -90px -60px !important; }
.highslide-controls .highslide-move a { background-position: -120px 0; }
.highslide-controls .highslide-move a:hover { background-position: -120px -30px; }
.highslide-controls .highslide-full-expand a { background-position: -150px 0; }
.highslide-controls .highslide-full-expand a:hover { background-position: -150px -30px; }
.highslide-controls .highslide-full-expand a.disabled { background-position: -150px -60px !important; }
.highslide-controls .highslide-close a { background-position: -180px 0; }
.highslide-controls .highslide-close a:hover { background-position: -180px -30px; }
/* -- Novi4ok.Ru -- */