﻿/*	===========================================================================
	@project		'D5-cinema'
	@file			'style.css'
	@copyright		Copyright 2012, D5im
					http://d5im.com
					info@d5im.com
	---------------------------------------------------------------------------				
	@license		Licensed under CC BY NC SA
					http://creativecommons.org/licenses/by-nc-sa/3.0/
	======================================================================== */

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

/* == [links] =========================================== */
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;}

/* == [headings] ======================================== */
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;}

/* ============================================================================
   Header
============================================================================ */
header ul,
header ul li {
	margin:0;
	padding:0;
	list-style:none;
}

/* -- [to top] --------------------- */
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] =========================================== */
.logo {
	float:left;
	margin-right:2%;
	height:50px;
}
.logo img {
	height:50px;
}

/* == [social] ========================================= */
.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] ================================== */
.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;
}


/* -- [not logged] ----------------- */
.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;
}

/* -- [logged-in] ------------------ */
.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] ========================================= */
#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 menu] ---------------- */
#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
}
/* -- [level 2] */
#navbar .menu li ul {
	position:absolute;
	display:none;
	background:#fff;
	font-size:.8em;
	z-index:75;
}

/* -- [main menu] ------------------ */
#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;
}

/* -- [level 2] */
#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] --------------------- */
.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;
}

/* -- [level 2] */
#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] ========================================= */
.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;
}

/* == [breadcrumbs] ===================================== */
#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);
}

/* == [is sticky] ====================================== */
#sticky-header {
	position:relative;
	z-index:50;
}
.is-sticky .logo,
.is-sticky .social {
	display:none;
}
/* -- [control-panel] */
.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;
}

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


/* ============================================================================
   Main
============================================================================ */
.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;
}

/* == [inner pages] ======================================================== */
.page > .title {
	padding:1% 2.5%;
	border-bottom:1px solid #eee;
}
.page > .title h1 {
	margin:0;
}
.page > .content {
	padding:2% 2.5%;
}

/* == [list items] ========================================================= */
.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;
}

/* == [items view] ========================================================= */
.item .description p {
	margin:0 0 .5em;
}

/* == [item short] ===================================== */
.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;
}

/* == [item short|category] ============================ */
.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%;
}

/* -- [data] */
.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); 
}

/* -- [ads] */
.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;
}

/* == [item short|other] =============================== */
.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] ====================================== */

/* -- [poster & screens] */
.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%;
}

/* -- [control nav] */
.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;
}

/* -- [data] */
.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;
}

/* -- [title] */
.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] */
.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%;
}

/* == [custom list items] ============================== */
.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;
}

/* == [news] =============================================================== */
.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;
}

/* == [news short] ===================================== */
.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%;
}

/* == [search results] ===================================================== */
.searcresult {
	margin:2% 0;
}
.shortresult {
	padding:2.5%;
}
.shortresult h2 {
	margin:0;
	padding:0;
}

/* -- [items] */
.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;
}

/* == [comments] =========================================================== */
.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;
}

/* == [form] =========================================== */
.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] ======================================== */
.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;
}

/* ============================================================================
   Blocks
============================================================================ */
.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;
}

/* == [latest news] ==================================== */
.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
============================================================================ */

/* == [footer pre] ===================================== */
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] ===================================== */
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] ====================================== */
.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;
}

/* ============================================================================
   Other
============================================================================ */

/* == [transitions] ==================================== */
.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;
}
















/*-------------------[ПУТЬ_К_МАТЕРИАЛУ]-----------------*/

.putkmat { 
background: url("http://uc0z.3dn.ru/images/top_head.png") repeat-x transparent;
border: 1px solid #DADADA;
height: 29px;
line-height: 29px;
margin-right: 0px;
margin-bottom: 5px;
overflow: hidden;
white-space: nowrap; }

.putkmat li.root {padding-left: 5px;}

.putkmat li { 
background: #fff;
display: inline;
line-height: 29px;
margin-left: -6px;
padding: 8px 0px 8px 0px;
vertical-align: top;
width: auto !important; }

.putkmat li a,
.putkmat li b,
.putkmat li strong { 
background: url("http://uc0z.3dn.ru/images/bc_contr.png") 100% 0% no-repeat;
border-bottom: 1px solid #323C45;
display: inline-block;
height: 30px;
line-height: 30px;
padding: 0px 20px 0px 8px; }

.putkmat li.active a,
.putkmat li.active b,
.putkmat li.active strong { 
background: transparent;
border-right: 1px solid #DADADA;
padding-right: 12px;
white-space: nowrap;}




/* Белый вариант последних комментарий  
------------------------------------------*/  
.last_comment_os {  
  overflow: hidden;  
  float:left;  
  font: 11px Verdana,Arial,Helvetica, sans-serif; color:#555;  
  width:250px;  
  margin: 5px 0px 5px 0px;  
}  

.last_comment_os a:link,  
.last_comment_os a:visited {color:#555;}  
.last_comment_os a:hover {color:#999;}  

.lc_message {  
  float:left;  
  margin: 0;  
  padding:5px;  
  width:238px;  
  background: #F6F6F6;  
  border: 1px solid #D6D6D6;  
}  

.lc_uzer {  
  float:left;  
  text-align:right;  
  width:250px;  
  position: relative  
}  

.lc_ugol {  
  position:absolute;  
  float:right;  
  background: url(http://joomla.ucoz.com/Demo/lc_ugol_White.png) no-repeat right;  
  width: 27px;  
  height: 27px;  
  top: -1px;  
  right: 20px;  
}  

.lc_avatar {  
  float:right;  
  width: 30px;  
  height: 30px;  
  padding:3px;  
  border: 1px solid #D6D6D6;  
  margin: 10px 55px 0px 10px;  
}  

.lc_name {  
  float:right;  
  width: 145px;  
  margin: 13px 0px 2px 0px;  
  font-weight: bold;  
}  

.lc_data {  
  float:right;  
  font: 9px Verdana,Arial,Helvetica, sans-serif; color:#999;  
  width: 145px;  
}  

.transparency_i a:hover img {  
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);  
  -moz-opacity: 0.5;  
  opacity: 0.5;  
  filter: alpha(opacity=50);  
}  
/* ------------------------------------------*/




/* Форма комментарий 
------------------------------------------*/  
  #forma_comment { 
  float:left; 
  width:540px; 
  background:#fff; 
  padding: 15px 30px 15px 30px; 
} 

.comm_input { 
  color:#999; 
  padding:5px; 
  width:245px; 
  background: #f9f9f9; 
  border: 1px solid #E0E0E0; 
  margin: 10px 0px 10px 0px;  
} 

.comm_input:focus, 
#forma_comment textarea:focus { 
  box-shadow:inset 0px 1px 3px #c3c3c3!important; 
  -webkit-box-shadow:inset 0px 1px 3px #c3c3c3!important; 
  -moz-box-shadow:inset 0px 1px 3px #c3c3c3!important; 
}  

#forma_comment textarea {  
  margin:0;  
  float:left; 
  color:#555; 
  padding:10px; 
  background:#f9f9f9;  
  width:518px!important;  
  border:1px solid #E0E0E0; 
  border-top:none; 
}  

#panel_error { 
  float:left; 
  width:100%; 
  text-align:center; 
  margin: 5px 0px 10px 0px;  
  font: 12px Verdana,Arial,Helvetica, sans-serif; color:#c71a1a; 
}  

#panel_bottom { 
  float:left; 
  width:100%;  
} 

#ckcomm_dobavit {  
  float:right;  
  background:#dfdfdf; 
  padding:4px;  
} 

.left {float:left;} 
.right {float:right;} 

/* Вид Панели BB-кодов 
------------------------------------------*/  
#comment_panel { 
  float:left; 
  width:530px; 
  padding: 5px 5px 5px 5px;  
  background:#E0E0E0;  
} 

#comment_panel .codeButtons{ 
  display:none; 
} 

#panel_bb { 
  float:left; 
  width:500px;  
} 

#panel_bb a:link, 
#panel_bb a:visited { 
  float:left;  
  padding: 3px 10px 4px 10px; 
  margin: 0px 5px 0px 0px;  
  background:#F6F6F6;  
  cursor:pointer; 
  border:1px solid #B2B2B2;  
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;  
  font: 10px Verdana,Arial,Helvetica, sans-serif; color:#555; text-shadow: 1px 1px 1px #fff;  
} 

#panel_bb a:hover {background:#fff;} 

.panel_i {font-style:italic!important; } 
.panel_u {text-decoration: underline!important; } 
.panel_info {float:right!important; margin: 0px!important;} 

.menu_n { 
  float:left; 
  display:block;  
  position:relative; 
  margin: 2px 5px 0px 0px;  
} 

.dd_ugol1, 
.dd_menu {width:240px;}  

.dd_menu { 
  float:left; 
  padding:5px; 
  left:-999em; 
  z-index:998; 
  background:#fff; 
  position:absolute; 
  border:1px solid #999;  
  margin: 0px 0px 0px -5px;  
  -moz-border-radius:5px 5px 5px 5px; 
  -webkit-border-radius:5px 5px 5px 5px; 
  border-radius:5px 5px 5px 5px; 
  box-shadow: 0px 0px 5px #999; 
}  
   
.menu_n:hover .dd_menu{ 
  right:auto; 
  left:0px; 
  top:30px;  
} 

.dd_ugol1 {  
  float:left; 
  height:25px; 
  top:-25px; 
  left:4px; 
  position:absolute;  
  background:url(http://center-dm.ru/ucoz/vid_bb/2/fon_ugol_1.png) no-repeat left bottom;  
} 

/* Разбор палётов (КАПЧА) 
------------------------------------------*/  
#panel_bottom img { 
  display:none;  
} 

#secuImgC { 
  margin:0!important;  
  float:left!important;  
  display:inline!important;  
  border: 1px solid #E0E0E0!important;  
} 

.securityCode { 
  color:#777!important;  
  margin:0!important;  
  float:left!important;  
  height:25px!important;  
  padding: 5px 5px 5px 5px!important; 
  background:#f9f9f9!important;  
  border: 1px solid #E0E0E0!important;  
  border-right:none!important;  
} 

/* - добавляем внутреннюю тень поля */  
.securityCode:focus { 
  box-shadow:inset 0px 1px 3px #c3c3c3!important; 
  -webkit-box-shadow:inset 0px 1px 3px #c3c3c3!important; 
  -moz-box-shadow:inset 0px 1px 3px #c3c3c3!important; 
}  

/* - кнопка добавить комментарий */  
.kn_dobavit { 
  font:11px Verdana,Arial,Helvetica, sans-serif;  
  text-shadow: 1px 1px 1px #333;  
  float:right!important;  
  color:#fff!important;  
  margin:0!important;  
  height:37px!important;  
  cursor:pointer; 
  padding: 0px 10px 0px 10px!important;  
  background:#535B64!important;  
  border: 4px solid #DFDFDF!important;  
}  

.kn_dobavit:hover { 
  background:#3E444B!important;  
} 

#forma_comment a:hover img {filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; filter: alpha(opacity=50);}






/* ===== forum Start ===== */

/* General forum Table View */
.gTableTop {background: url('http://uc0z.3dn.ru/images/bg/bg22.png')no-repeat;height: 32px;}
.gTable {background: none;}
.gTable td {background: #efefef; border: 1px solid #d2d6d6;padding: 5px 7px;}
td.gTableTop {font: 14px/30px 'Tahoma';color: #fff;text-transform:uppercase; text-decoration: none;padding: 0px 10px;background: url('http://uc0z.3dn.ru/images/bg/bg22.png');border: none;border-radius: 5px 5px 0px 0px; -moz-border-radius: 5px 5px 0px 0px;}
td.gTableTop a {font: 14px/30px 'Tahoma'; text-transform:uppercase;color: #fff; text-decoration: none;}
td.gTableSubTop, td .postTdTop {background: url(http://uc0z.3dn.ru/images/bg/b33.png);border: 1px solid #5e5b59;font: 10px/18px 'Tahoma';color: #ffffff;text-shadow: 0px 1px 0px #2b2b2b;padding: 0px 10px;}
td.gTableSubTop a, td .postTdTop a {color: #ffffff;}
.gTableBody {}
.gTableBody1 {}
.gTableBottom {}
.gTableLeft {}
.gTableRight {}
.gTableError {}
/* ------------------------ */
/* Forums Styles */
.forumNameTd,.forumLastPostTd {}
.forumIcoTd,.forumThreadTd,.forumPostTd {}
.forumLastPostTd,.forumArchive {}

a.catLink:link {}
a.catLink:visited {}
a.catLink:hover {}
a.catLink:active {}

.lastPostGuest,.lastPostUser,.threadAuthor {}
.archivedForum{}
/* ------------- */

/* forum Titles & other */
.forum {}
.forumDescr,.forumModer {}
.forumViewed {}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {color: #000;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {}
.forumBarKw {}
a.forumBarA:link {}
a.forumBarA:visited {}
a.forumBarA:hover {}
a.forumBarA:active {}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {}
.fastNavCat {}
.fastNavCatA {}
.fastNavForumA {}
/* -------------------------- */

/* forum Page switches */
.switches {}
td.pagesInfo, td.switch, td.switchActive {background: #ffffff; border: 1px solid #dcdbe0; padding-left: 5px; padding-right: 5px;}
td.switch, td.switchActive { background: #ccc; color: #ffffff;}
td.switch a {color: #4c4c4c;}
.switch {}
.switchActive {}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {}
.threadIcoTd,.threadPostTd,.threadViewTd {}
.threadLastPostTd {}
.threadDescr {}
.threadNoticeLink {}
.threadsType {}
.threadsDetails {}
.forumOnlineBar {}

a.threadPinnedLink:link {}
a.threadPinnedLink:visited {}
a.threadPinnedLink:hover {}
a.threadPinnedLink:active {}

a.threadLink:link {}
a.threadLink:visited {}
a.threadLink:hover {}
a.threadLink:active {}

.postpSwithces {}
.thDescr {}
.threadFrmBlock {}
/* ------------------- */

/* forum Posts View */
.postTable {}
.postPoll {}
.postPoll td {border: 0px !important;}
.postFirst {border: 0px !important;}
.postRest1 {border: 0px !important;}
.postRest2 {border: 0px !important;}
.postSeparator {}

.postTdTop {}
.postBottom {}
.postBottom td {border: 0px;padding: 0px 5px !important;}
.postBottom img {vertical-align: middle;}
.postUser {}
.postTdInfo {text-align: center;}
.postRankName {}
.postRankIco {}
.reputation {}
.signatureHr {}
.posttdMessage {text-align: justify;padding: 8px !important;line-height: 18px;}

.pollQuestion {}
.pollButtons,.pollTotal {}
.pollSubmitBut,.pollreSultsBut {}
.pollSubmit {}
.pollEnd {}

.codeMessage {}
.quoteMessage {}

.signatureView {}
.edited {}
.editedBy {}

.statusBlock {}
.statusOnline {}
.statusOffline {}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {}
.newPollBlock {}
.newThreadItem {}
.newPollItem {}
/* ----------------------- */

/* forum Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {}

.codeButtons {}
.codeCloseAll {}
.postNameFl,.postDescrFl {}
.postPollFl,.postQuestionFl {}
.postResultFl {}
.postAnswerFl {}
.postTextFl {}
.postUserFl {}

.pollHelp {}
.smilesPart td {border: 0px !important;}
/* ----------------- */
/* ====== forum End ====== */











/* http://webo4ka.3dn.ru/ */ 
div[id*="_uwndWnd"] .xw-tl, div[id*="_uwndWnd"] .xw-bl {background-image:url('http://webo4ka.3dn.ru/Ucoz2/ajax_left-corners.png'); background-color:transparent;) transparent;padding-left:7px;}  
div[id*="_uwndWnd"] .xw-tr, div[id*="_uwndWnd"] .xw-br {background-image:url('http://webo4ka.3dn.ru/Ucoz2/ajax_right-corners.png');padding-right:7px;}  
div[id*="_uwndWnd"] .xw-bc {background-image:url('http://webo4ka.3dn.ru/Ucoz2/ajax_top-bottom.png'); background-color:transparent; cursor:default !important; padding-top:1px;}  
div[id*="_uwndWnd"] .xw-tc {background-image:url('http://webo4ka.3dn.ru/Ucoz2/ajax_top-bottom.png'); background-color:transparent; height:25px !important;}  
div[id*="_uwndWnd"] .xw-hdr-text {color:#000; text-shadow: 0px 0px 5px #ffffff !important; font-weight:normal !important;}  
div[id*="_uwndWnd"] .xw-ml {background-image:url('http://webo4ka.3dn.ru/Ucoz2/ajax_left.png');padding-left:7px;}  
div[id*="_uwndWnd"] .xw-mr {background-image:url('http://webo4ka.3dn.ru/Ucoz2/ajax_right.png');padding-right:7px;}  
div[id*="_uwndWnd"] .xw-mc {border:0; background:#fff;}  
div[id*="_uwndWnd"] .xw-body, div[id*="_uwndWnd"] .myWinCont {border:0; background:#fff;}  
div[id*="_uwndWnd"] {-moz-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}  
div[id*="_uwndWnd"] .xw-tc {overflow:visible;}  
div[id*="_uwndWnd"] .xt-close {background-image:url('http://webo4ka.3dn.ru/Ucoz2/ajax_close.png');height:18px;width:44px;z-index:333;position:absolute;top:-4px;right:-2px;}  
div[id*="_uwndWnd"] .xt-close-over {background-position:-44px 0px;}  
div[id*="_uwndWnd"] .xw-blank {opacity:0.4 !important;background-color:#fff;margin:0px !important;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-webkit-border-radius-bottomleft:4px;-webkit-border-radius-bottomright:4px;}  
div[id*="_uwndTop"] .x-sh, div[id*="_uwndWnd"] .xw-bl[style="display:none;"] {display:none !important;}

div[id*="_uwndWnd"] .xt-mini{display:none}
div[id*="_uwndWnd"] .xt-maxi{display:none}
div[id*="_uwndWnd"] .xt-rest{display:none}

div[id*="_uwndWnd"] .xw-resize .xw-mc {cursor:default}
div[id*="_uwndWnd"] .xw-draggable,.xw-draggable .xw-hdr-text{cursor:default !important}

.myWinLoad {margin:5px;width:100%;height:80%;background:url('http://webo4ka.3dn.ru/Ucoz2/ajax_ajax.gif') no-repeat center center;}

.myWinCont a:link, .myWinCont a:visited{text-decoration:none;color:#FF7800;}
.myWinCont a:hover,.myWinCont a:active{text-decoration:none;color:#FFAE00;}



.myBtnCont {padding:0 4px 2px 4px;width:auto;white-space:nowrap;cursor:pointer;}
.myBtnCont a:link, .myBtnCont a:visited, .myBtnCont a:hover, .myBtnCont a:active {text-decoration:none; font-family:tahoma,arial,verdana; color:#fff; font-size:8pt;}
.myBtnDis a:link, .myBtnDis a:visited, .myBtnDis a:hover, .myBtnDis a:active {color:#696969;cursor:wait;}
.myBtnLeftA {background: transparent url('http://webo4ka.3dn.ru/Ucoz2/ajax_btn-sprite.png') no-repeat 0 -133px;}
.myBtnRightA {background: transparent url('http://webo4ka.3dn.ru/Ucoz2/ajax_btn-sprite.png') no-repeat 0 -152px;}
.myBtnCenterA {background: #E3E7EB url('http://webo4ka.3dn.ru/Ucoz2/ajax_btn-sprite.png') repeat-x 0 -171px;height:19px;}
.overBtn .myBtnLeftA,.downBtn .myBtnLeftA,.overBtn .myBtnLeft,.downBtn .myBtnLeft {background-position: 0 -57px;}
.overBtn .myBtnRightA,.downBtn .myBtnRightA,.overBtn .myBtnRight,.downBtn .myBtnRight {background-position: 0 -76px;}
.overBtn .myBtnCenter,.overBtn .myBtnCenterA {background-position: 0 -95px;}
.downBtn .myBtnCenter,.downBtn .myBtnCenterA {background-position: 0 -114px;}
.myBtnLeftA, .myBtnRightA, .myBtnLeft, .myBtnRight {width:3px;height:19px;white-space:nowrap;}
.myBtnLeftA img, .myBtnRightA img, .myBtnLeft img, .myBtnRight img {width:3px;}
.myBtnLeft {background: transparent url('http://webo4ka.3dn.ru/Ucoz2/ajax_btn-sprite.png') no-repeat 0 0;}
.myBtnRight {background: transparent url('http://webo4ka.3dn.ru/Ucoz2/ajax_btn-sprite.png') no-repeat 0 -19px;}
.myBtnCenter {background: #E3E7EB url('http://webo4ka.3dn.ru/Ucoz2/ajax_btn-sprite.png') repeat-x 0 -38px;height:19px;}


.myWinLoadSF {
background:url('http://webo4ka.3dn.ru/Ucoz2/ajax_eror.png') no-repeat scroll 0 0 transparent;
height:16px;
margin:2px;
width:16px;
}
.myWinLoadSD {
background:url('http://webo4ka.3dn.ru/Ucoz2/ajax_ok.png') no-repeat scroll 0 0 transparent;
height:16px;
margin:2px;
width:16px;
}
.myWinLoadS {
background:url('http://webo4ka.3dn.ru/Ucoz2/ajax_loading.gif') no-repeat scroll 0 0 transparent;
height:16px;
margin:2px;
width:16px;
}






























.fn_links {
 margin-top: 10px;
 text-align:right;
 font-style:italic;
 margin-bottom: 10px;
 display:block;
 font-size:10px;
 width: 100px;
 float:right;
 }
.fn_links a {
 display:block;
 }
ul.fn_tabs {
 height: 20px;
 line-height: 20px;
 margin-bottom: 10px;
 margin-top: 20px;
 border-bottom: 3px #EEDFCC solid;
 }
.fn_tabs li {
 float: left;
 display: inline;
 font-size: 15px;
 color:#8B7D6B;
 cursor:pointer;
 padding: 0px 5px 0px 5px;
 font-weight: bold;
 margin-right: 8px;
 background-color: #FFE4C4;
 
 }
.fn_tabs li:hover, .fn_tabs li.current {
 color:#fff;
 background-color: #8B8386;
 }
 
.fn_box, .fn_boxin {
 display: none;
 padding: 10px;
 }
 .fn_box img, .fn_box a img {
 max-width: 140px;
 margin: 0px 5px;
 }
.fn_box.visible {
 display: block;
 }







.fn_box2, .fn_boxin {
 display: none;
 padding: 10px;
 }
 .fn_box2 img, .fn_box2 a img {
 max-width: 140px;
 margin: 0px 5px;
 }
.fn_box2.visible {
 display: block;
 }













.pollBut {  
  padding: 40px 88px;  
  margin: 50px 1px -40px 104px;  
}  

















/* pagination */
a.swchItem,b.swchItemA,span.butuarts, input[type="butto"], input[type="submi"], input[type="file"], input[type="reset"]
{color:#808080;background: #F2F2F2 url('http://uc0z.3dn.ru/images/page.png') repeat-x;
 border: #ddd solid 1px;
 cursor: pointer;
 font-family:"Tahoma";
 font-size: 8pt;
 height: 22px;
 padding: 4px 10px 4px;
 text-shadow: 0px 1px 0px #fff;
 border-bottom-width: 1px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;text-decoration: none;}

a.swchItem:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="file"]:hover, input[type="reset"]:hover 
{background:#F5F5F5 url('http://uc0z.3dn.ru/images/page.png') repeat-x}

a.swchItem:active,b.swchItemA {color:#000;background:#F5F5F5 url('http://uc0z.3dn.ru/images/page.png') repeat-x;}


.addsoc input, input.gbutton {
 border: 1px solid #c5c5c5; border-radius: 2px;padding: 2px;font-size: 10px; color: #11111;font-family: "Verdana", "Arial", sans-serif;line-height: 13px;
background: #999; /* for non-css3 browsers */ 

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d4d4'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d6d4d4)); /* for webkit browsers */
background: -moz-linear-gradient(top, #fff, #d6d4d4); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top, #fff, #d6d4d4); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fff, #d6d4d4); /* IE10+ */
}

.addsoc input:hover, input.gbutton:hover {
 border: 1px solid #c5c5c5; border-radius: 2px;padding: 2px;font-size: 10px; color: #11111;font-family: "Verdana", "Arial", sans-serif;line-height: 13px;
background: #999; /* for non-css3 browsers */ 

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cbcaca'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cbcaca)); /* for webkit browsers */
background: -moz-linear-gradient(top, #fff, #cbcaca); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top, #fff, #cbcaca); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fff, #cbcaca); /* IE10+ */
}
/* --- pagination --- */





















.film-zblock {  
  border: 1px solid #FFDEAD; background: #FFFAFA url('http://uc0z.3dn.ru/images/zakaz_filma_noize.png');  
  }  
  .zblock-film {  
  background: url('http://uc0z.3dn.ru/images/zakaz_filma_highlight_faint.png') repeat-x top; padding: 5px;  
  }  
  .zcont-film {border: 1px solid #245aa4; background: #fff;}  
  .ztitle-film {  
  padding-bottom: 7px; padding-top: 1px; color: #000000; font-weight: bold; text-shadow: 0 1px 0 #1f589d;  
  }  
  .zbott-film {border-top: 1px solid #94b4dd; background: #f3f8fe; padding: 5px;}  
  .mes-zfilm {  
  border: 1px solid #95b5dc; backgrounf: #fff; padding: 3px 3px;  
  font-size: 11px; font-family: tahoma; color: #3d3d3d;  
  }  
  .radius2 {
  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;  
  }  
  .radius1 {  
  -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;  
  }  

  .film {border-top: 1px dotted #e2ecf6; padding: 3px 0;}  
  .film .ava {width: 25px;}  
  .film .ava div {  
  display: inline-block; *display: inline; padding: 3px; border: 1px solid #c3cad4; background: #fdfdfe;  
  -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px;  
  }  
  .film .ava div:hover {border-color: #adb5c2;}  
  .film .ava div img {  
  width: 25px; height: 25px;  
  -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px;  
  }  
  .film .mes {padding-left: 5px;}  
  .swit {  
  border: 1px solid #285ca5; background: #fff; padding: 1px 5px 2px 5px; margin-top: -1px;  
  -webkit-border-radius: 13px; -moz-border-radius: 13px; border-radius: 13px;  
  }  
  .shot-black {background: rgba(0,0,0,0.70); padding: 5px; color: #ccc;}  
  .shot-input {  
  border: 1px solid #2d2d2d; background: #fff; padding: 4px 3px; width: 147px;  
  font-size: 11px; font-family: tahoma; color: #3d3d3d; vertical-align: top;  
  -webkit-border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-topleft: 2px;  
  -moz-border-radius-bottomleft: 2px; border-top-left-radius: 2px; border-bottom-left-radius: 2px;  
  }  
  a.shot-link {  
  border: 1px solid #2d2d2d; border-left: 0; background: #454545 url('http://uc0z.3dn.ru/images/zakaz_filma_noize.png');  
  display: inline-block; *display: inline; text-decoration: none; color: #f7f7f7;  
  -webkit-border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-topright: 2px;  
  -moz-border-radius-bottomright: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px;  
  }  
  a.shot-link:hover {background-color: #4d4d4d; color: #fff;}  
  a.shot-link span {  
  display: inline-block; *display: inline; text-shadow: 0 1px 0 #000;  
  background: url('http://uc0z.3dn.ru/images/zakaz_filma_highlight_faint.png') repeat-x top; padding: 4px 6px;  
  }  
  .ishot-ugl {  
  width: 0; height: 0; position: absolute; margin-left: 175px; margin-top: -30px;  
  border-top: 5px solid transparent; border-left: 5px solid rgba(0,0,0,0.70); border-bottom: 5px solid transparent;  
  }  
  a.zlink {  
  border: 1px solid #245aa2; background: #417cc8 url('http://uc0z.3dn.ru/images/zakaz_filma_noize.png');  
  display: inline-block; *display: inline; text-decoration: none; color: #f7f7f7;  
  }  
  a.zlink:hover {background-color: #5a8bce; color: #fff;}  
  a.zlink span {  
  display: inline-block; *display: inline; text-shadow: 0 1px 0 #1f589d;  
  background: url('http://uc0z.3dn.ru/images/zakaz_filma_highlight_faint.png') repeat-x top; padding: 3px 6px;  
  }  
  .istat-send {position: absolute; margin-top: -21px; padding: 4px 8px;}  
  .icap-zfilm {position: absolute; margin-top: -50px; padding: 5px;}  
  .icapchik {  
  border: 1px solid #2d2d2d; background: #fff; height: 35px; width: 53px; vertical-align: top;  
  padding: 3px; font-weight: bold;  
  }





#uidLogButton {display:none;} 
#baseLogForm {display: block !important;} 
#uidLogButtonAjx {display:none;} 
#baseLogFormAjx {display: block !important;}



























.fn_links {
 margin-top: 10px;
 text-align:right;
 font-style:italic;
 margin-bottom: 10px;
 display:block;
 font-size:10px;
 width: 100px;
 float:right;
 }
.fn_links a {
 display:block;
 }
ul.fn_tabs {
 height: 20px;
 line-height: 20px;
 margin-bottom: 10px;
 margin-top: 20px;
 border-bottom: 3px #EEDFCC solid;
 }
.fn_tabs li {
 float: left;
 display: inline;
 font-size: 15px;
 color:#8B7D6B;
 cursor:pointer;
 padding: 0px 5px 0px 5px;
 font-weight: bold;
 margin-right: 8px;
 background-color: #FFE4C4;
 
 }
.fn_tabs li:hover, .fn_tabs li.current {
 color:#fff;
 background-color: #8B8386;
 }
 
.fn_box, .fn_boxin {
 display: none;
 padding: 10px;
 }
 .fn_box img, .fn_box a img {
 max-width: 140px;
 margin: 0px 5px;
 }
.fn_box.visible {
 display: block;
 }


.comment_avatar1 { 
  width:40px; 
  height:40px; 
  padding: 4px;  
  margin: 8px 10px 0px 15px;  
  border: 1px solid #CAD1DB; 
  background:#F6F6F6; 
  -webkit-border-radius:5px; 
  -moz-border-radius:5px; 
  border-radius:5px; 
} 
























/* == [calendar] ======================================= */
.calTable {
	width:100%; 
	color:#000;
	font-size:1.1em;
}
.calTable .calMonth b,
t.calTable  th {
	font-weight:normal;
}
.calTable  th,
.calTable  td {
	padding:.3em .5em;
}
.calTable  .calWday,
.calTable  .calWday {
	border-bottom:2px solid #ddd;
}
.calTable  .calWdaySu {
	border-color:#999;
}
.calTable .calMday,
.calTable .calWday,
.calTable .calWday,
.calTable .calWday {
	position:relative;
}
.calTable  th.weekday,
.calTable td.weekday {
	color:#c00;
}
.calTable td.day-current {
	box-shadow: inset 0px 0px 0px 2px rgba(204, 0, 0, .9);
}

/* -- [links & color] */
.calTable td a {
	position:relative;
	display:block;
	text-decoration:none;
}
.calTable td.day a,
.calTable td.day-active-v a {
	color:#000;
}
.calTable .calMday a,
.calTable .calMday a {
	color:#c00;
}
.calTable td a:hover {
	color:#06e;
}
.calTable td a:after {
	position:absolute;
	right:0;
	bottom:3px;
	color:#2cc107!important;
	content:".";
	font-size:2em;
}