* {margin: 0;padding: 0;}

body {font: 12px/18px Arial, Tahoma, Verdana, sans-serif;background:#fff;color:#2f2f2f;}
a {color: #f25100;text-decoration: underline;}
a:hover {text-decoration: none;}
a.dotted {text-decoration:none;border-bottom:1px dotted #f25100;}
a.dot {text-decoration:none;border-bottom:1px dotted #000;}
a.dotted:hover {border:0;}
img {border: none;}
input {color:#7c7c7c;}
#wrapper {width: 100%;min-width: 990px;max-width:1400px;margin:0 auto;}
.tags {display:none;}

.stat * {margin: 0;padding: 0;}
.stat .el {background: #f2f2f2;min-height: 26px;position: relative;padding: 5px 0 5px 50px;}
.stat b {width: 35px;color: #333;font-weight: normal;overflow: hidden;display: block;position: absolute;left: 0;text-align: right;padding-right: 15px;}
.stat a {color: #f25100;text-decoration: underline;}
.stat i {color: #777;font-style: normal;display: block;}
.stat .even {background: #fff;}
.stat .ratings {overflow: hidden;position: absolute;top: 10px;right: 10px;}
.stat p.tr {left: 110px;position: absolute;}
.stat p.book {float:left;position: absolute;}
.stat p.tr {font-size: 12px;margin-top: 10px;background: url(../images/trailer.png) no-repeat;padding: 2px 0 4px 25px;}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* ----------------------------------------------------------------------------------------------------------------------------
== Загнутые уголки
** ---------------------------------------------------------------------------------------------------------------------------- */

.note {
    position:relative;
    width:480px;
    padding:1em 1.5em;
    margin:2em auto;
    color:#fff;
    background:#97C02F;
    overflow:hidden;
}

.note:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 16px 16px 0; /* Данный трюк устраняет ошибку в браузерах webkit (сдвиг)  */
    border-style:solid;
    border-color:#fff #fff #658E15 #658E15; /* Для работы с .rounded */
    background:#658E15; /* Для Opera при применении border-radius */
    display:block; width:0; /* Только для Firefox 3.0 для снятия ограничений */
    /* Опционально: тени */
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
       -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
            box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

.note.red {background:#C93213;}
.note.red:before {border-color:#fff #fff #97010A #97010A; background:#97010A;}

.note.blue {background:#53A3B4;}
.note.blue:before {border-color:#fff #fff transparent transparent; background:transparent;}

.note.taupe {background:#999868;}
.note.taupe:before {border-color:#fff #fff #BDBB8B #BDBB8B; background:#BDBB8B;}

/* Версия со скругленными углами
 * Все современные браузеры могут воспроизвести данный эффект с помощью одного псевдо-элемента.
 * Но, все они работают с ошибками (связанными с border-radius), поэтому надо использовать трюки.
 * Это единственный кросс-браузерный метод на данный момент.
 * Нельзя использовать данный метод для простого эффекта, потому что Opera 11 показывает цвет фона 
 * сквозь прозрачную обводку только при использовании свойства border-radius.
 */
 
.note.rounded {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.note.rounded:before {
    border-width:8px; /* Включает сдвиг на 1px по диагонали в Safari 5 (и Chrome 10) */
    border-color:#fff #fff transparent transparent; /* Исключает сдвиг на 1px в браузерах webkit. Фоновый цвет виден. */
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius:0 0 0 5px;
    border-radius:0 0 0 5px;
}

.note p {margin:0;}
.note p + p {margin:1.5em 0 0;}

/*-- Favorites --*/
.favorites{float:left;margin:4px 7px 0 0;color:#090;}
.favorites:hover{color:#000;}
.favorites.favorite{color:#900;}
.favorites.favorite:hover{color:#100;}

.sleed {position:absolute; right: 10px; top: 50px;}

.download {width: 100%; }
.download td {background:#F7F7F7;}
.down td {text-align:center; background:#E6E6E6;}

.clr:before, .clr:after { clear:both; display:block; line-height:0; content:""; }
.reset, .reset li { list-style: none; padding: 0; margin: 0; }
.lcol, .rcol { display: inline; }
.lcol { float: left; } .rcol { float: right; }


.actor-head {padding-bottom: 5px;border-bottom: 1px solid #eaeaea;}
.actor-head h2 {color: #f16600;font-size: 24px;font-weight: normal;}
.actor-head h2 span {color: #666;display: block;font-size: 10px;padding-top: 3px;}
.actor-links li {float: left;display: block;font-size: 11px;margin-right: 20px;}
.actor-links li.active a{padding: 0;color: #f25100;text-transform: uppercase;border-top: 3px solid #eaeaea;}
.actor-links li.active a span { display: none; }
.actor-links li a {color: #f25100;display: block;padding-top: 3px;position: relative;text-decoration: none;text-transform: uppercase;}
.actor-links li a:hover span{height: 3px;position: absolute;background: #eaeaea;top: 0; left: 0; right: 0;}
.actor-info {margin-top: 10px;position: relative;}
.estimate {color: #666;font-size: 10px;position: absolute;top: -20px; right: 0;}
.actor-info .photo {padding: 2px;border-radius: 2px;}
.actor-info .photo img { width: 120px; height: 170px; margin: 0 10px 10px 0;border: 1px solid #e6e6e6;background: #515151;border: 1px solid #515151;box-shadow: #000000 0px 0px 4px;margin: 0px 8px 3px 0px;border: medium none currentColor;}
.actor-info .ainfo { margin-left: 145px; }
.actor-info .actor-name {color: #000;font-size: 22px;}
.actor-info .actor-name span {display: block;font-size: 14px;padding: 15px 0 3px;}
.actor-info .ainfo li {color: #000;margin-top: 3px;}
.actor-info .ainfo li span { color: #939393; }
.actor-desc { margin-top: 35px; }
.actor-desc a {color: #1344b0;text-decoration: none;border-bottom: 1px dotted #1344b0;}
.afhead {font-size: 18px;margin-bottom: 10px;}
.afhead span {color: #666;display: block;font-size: 11px;}
.afsort a {color: #1344b0;font-size: 11px;padding: 2px 3px 1px;text-decoration: none;}
.afsort a.active, .afsort a:hover {color: #000;background: #ffc14e;}
.afilm {padding: 10px 0 20px;border-top: 1px dashed #c2c2c2;}
.afilm .year {display: block;font-size: 18px;padding-bottom: 10px;}
.afilm .afposter img { width: 120px; height: 170px; margin: 0 10px 10px 0;border: 1px solid #e6e6e6;background: #515151;border: 1px solid #515151;box-shadow: #000000 0px 0px 4px;margin: 0px 8px 3px 0px;border: medium none currentColor;}
.afilm .afinfo {margin-left: 110px;position: relative;}
.afilm .afinfo .aftitle {line-height: 16px;}
.afilm .afinfo .aftitle a {color: #f25100;font-size: 18px;text-decoration: none;}
.afilm .afinfo .aftitle a:hover {
	color: #f25100;
	text-decoration: underline;
}

.afilm .afinfo .aftitle span {
	display: block;
	font-size: 11px;
}
.afilm .afinfo .aftitle span.genre { color: #7b7b7b; }
.afilm .afdesc {
	margin-top: 5px;
	font-size: 11px;
}
.afilm .afdesc a { text-decoration: none; }
.afilm .afinfo ul {
	line-height: 14px;
	position: absolute;
	top: 0; right: 30px;
}
.afilm .afinfo ul a {
	color: #1344b0;
	font-size: 11px;
	text-decoration: none;
}

.actor-photo {
	margin: 0 5px;
}
.aphoto {
	margin: 0;
	padding-bottom: 15px;
	width: 182px; height: 226px;
	background: url(../images/actor-shadow.jpg) 0 100% no-repeat;
}
.actor-photo img {
	display: block;
	padding: 5px;
float:left;
margin-left: 10px;
	border: 1px solid #f0f0f0;
	width: 170px; height: 215px;
}
.actor-photo span {
	color: #a0a0a0;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.astitle {
	font-weight: bold;
	padding-bottom: 5px;
}
.asinp {
	padding: 3px;
	font-size: 11px;
	min-width: 350px;
	background: #fff;
	border: 1px solid #abadb3;
}
.afilter-head {
	color: #fff;
	margin-top: 5px;
	font-size: 11px;
	padding: 5px 5px;
	background: #8c8677;
}

.afilter-abc {
	font-size: 11px;
	padding: 3px 2px;
	line-height: 14px;
	background: #f2f5f6;
	border-top: 1px solid #d9e0e3;
	background: -moz-linear-gradient(top,  #f2f5f6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f2f5f6 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f2f5f6 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f2f5f6 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f2f5f6 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#ffffff',GradientType=0 );	
}
.afilter-abc .lcol span {
	color: #fff;
	padding: 0 3px;
	background: #002878;
}
.afilter-abc .aletters {
	margin-left: 105px;
}
.afilter-abc .aletters a {
	color: #FF5302;
	padding: 0 2px;
	text-decoration: none;
}
.afilter-abc .aletters a:hover {
	color: #fff;
	background: #002878;
padding: 0 3px;
}

.afilter-abc .aletters .active {
	color: #fff;
	background: #002878;
padding: 0 3px;
}


.actor-sort {
	padding: 20px 0;
	border-bottom: 1px solid #e9e2eb;
}
.actor-sort a {
	color: #f25100;
       font-weight: 700;
	text-decoration: none;
}
.actor-sort .lcol img { width: 100px; height: 125px; margin: 0 10px 10px 0;
border: 1px solid #e6e6e6;
background: #515151;
border: 1px solid #515151;
box-shadow: #000000 0px 0px 4px;
margin: 0px 8px 3px 0px;
border: medium none currentColor;}
.asinfo { margin-left: 115px; }
.asinfo .atitle {
	display: block;
	font-size: 13px;
	font-weight: bold;
}
.asinfo span {
	color: #757575;
	display: block;
	font-size: 11px;
}
.premera {width: 150px; height: 215px; display: block !important; position: relative !important; padding-left: 5px; float:left;}
.premera span {background: #000; opacity: 0.8; bottom: 2px !important;color: white !important;font-size: 11px;left: 0px !important;padding: 5px 0px !important;position: absolute !important;text-align: center;width: 100%;}
.premera img {width: 150px; height: 215px;}

.caption {display: block !important; position: relative !important;}
.caption img a, .caption a {text-decoration:none;}
.caption span {background: #000; background: rgba(0,0,0,0.8); color: white !important; display: none; padding: 5px 10px !important; text-align: center; position: absolute !important; bottom: 0 !important; left: 0 !important; font-size:11px;}
.caption span big {font-weight: bold;}

.ikino { 
background: #F2F2F2;
color: #7D7D7D;
font-size: 10px;
line-height: 10px;
margin-bottom: 20px;
padding: 20px;
}

.ikino strong{ 
color: black;
font-size: 11px;
}


div#small { 
float: left;
padding-left:30px;
}

div#small img { 
background-image: url("../images/small4.png");
cursor: pointer;
float: left;
margin: 2px 5px 0px 0px;
}

.social { 
background-color: #F7F7F9;
display: block;
height: 50px;
margin: 10px 0px 30px;
padding: 10px;
}

.social p {margin-bottom: 10px; color:#F25100;font-weight: 700;}

.social .mymir {float:left; margin-right: 30px;}
.social .vk {float:left;margin-right: 30px;}
.social .twitter {float:left;margin-right: 0px;}
.social .google {float:left;}


.widget {
margin: 30px 0 20px 0;
padding: 10px;
background: #F7F7F7;
border: 1px solid #dedbd1;
border-radius: 3px;
}

	.widget a {
	color: #F25100;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #F25100;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #222;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #F25100;
		color: #fff;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #dedbd1;
	padding: 5px;
	}
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}


a.link-subscribe,a.link-unsubscribe {
background:#4D5579;
font-size:12px;
border:4px solid #4D5579;
border-radius: 4px;
box-shadow: 0 0 2px #4D5579;
padding:2px 4px;
text-decoration:none;
color:#eee;
}

a.link-subscribe:hover,a.link-unsubscribe:hover{
background:#394269;
border-color:#394269;
box-shadow: 0 0 2px #394269;
text-decoration:none;
color:#eee;
}

a.link-subscribe,a.link-subscribe:hover {background:green;border-color:green;}
a.link-unsubscribe,a.link-unsubscribe:hover {background:red;border-color:red;}


a.link-subscribe-tr,a.link-unsubscribe-tr {
background:#4D5579;
font-size:12px;
border:4px solid #4D5579;
border-radius: 4px;
box-shadow: 0 0 2px #4D5579;
padding:2px 4px;
text-decoration:none;
color:#eee;
}

a.link-subscribe-tr:hover,a.link-unsubscribe-tr:hover{
background:#394269;
border-color:#394269;
box-shadow: 0 0 2px #394269;
text-decoration:none;
color:#eee;
}

a.link-subscribe-tr,a.link-subscribe-tr:hover {background:green;border-color:green;}
a.link-unsubscribe-tr,a.link-unsubscribe-tr:hover {background:red;border-color:red;}

.addcomment {margin-top: 5px; margin-left:10px;}
.h3 {background: url("../images/addcom.png") 0px 0px no-repeat transparent;height: 30px;padding: 0px 0px 0px 35px;font-size: 20px;}

div#rotator { height: 77px;padding-left: 24px;position: relative;}
div#rotator ul li {list-style: none outside none;position: absolute;}
div#rotator ul li.show {z-index: 500;}
div#rotator img {border: 1px solid #E6E6E6;display: block;margin: 0px auto;}

.info_popup_warning{ 
background-color: #FF9933;
border: 2px solid #FFFFFF;
border-radius: 5px;
color: #FFFFFF;
display: none;
line-height: 1.2;
max-width: 600px;
position: fixed;
right: 85px;
top: 160px;
z-index: 100;
 }

.info_popup div, .info_popup_norm div, .info_popup_warning div, .info_popup_error div { 
padding: 10px 15px;
position: relative;
 }

.info_popup_warning i { 
background: url("../images/info_arrows.png") 0px 0px no-repeat transparent;
background-position: 0px -13px;
display: block;
height: 13px;
overflow: visible;
position: absolute;
right: 12px;
top: -13px;
width: 21px;
 }

.info_popup_warning span { 
color: #FFCC99;
 }
.info_popup span, .info_popup_norm span, .info_popup_warning span, .info_popup_error span { 
color: #FFFFFF;
display: block;
font-weight: 700;
margin-bottom: 4px;
 }

.tabcontent object {width:100%;}
.tabcontent iframe {width:100%;}
.serial_tab a {font:12px Verdana; color:#2c2c2c; padding:3px 5px 4px 5px; text-decoration:none; }
.serial_tab a:hover {color:#f3f3f3; background: #F25100; border-radius:7px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); text-decoration:none;}
.serial_tab a.selected {font:12px Verdana; color:#f3f3f3; background:#2c2c2c; border-radius:7px;  padding:3px 5px 4px 5px;}

.serial_tab {float:left; width:99.8%; border:1px solid #2c2c2c; margin-top:-5px;}
.serial_tab_top {float:left; width:100%; height:22px; background:url(../images/serii.jpg) top left no-repeat;}
.serial_tab_top1 {float:left; width:100%; height:22px; background:url(../images/server.jpg) top left no-repeat;}
.serial_tab_input {padding:7px;}

.poster img {width:180px; height: 270px;}


#dle-speedbar { 
font-family:"Century Gothic", verdana, sans-serif;
background: url("../images/secondary_nav_link.png") 100% 0% no-repeat transparent;
float: left;
height: 33px;
line-height: 32px;
text-shadow: 0px 1px 0px #FFFFFF;
margin-bottom:10px;
padding-right: 14px;
margin-top: 20px;
 }

#dle-speedbar a { 
background: url("../images/secondary_nav_link.png") 100% 0% no-repeat transparent;
float: left;
text-decoration:none;
height: 33px;
line-height: 32px;
padding: 0px 14px 0px 10px;
text-shadow: 0px 1px 0px #FFFFFF;
 }


#dle-speedbar a:hover { 
background: url("../images/secondary_nav_link.png") 100% 0% no-repeat transparent;
float: left;
text-decoration:underline;
height: 33px;
line-height: 32px;
padding: 0px 14px 0px 10px;
text-shadow: 0px 1px 0px #FFFFFF;
 }



.loginform1 {
height: 100px;
margin: -20px;
float: left;
}

.loginform1 img {
margin-top: 25px;
margin-left: 20px;
float: left;
box-shadow: #000000 0px 0px 4px;
}

.loginform1 ul {
list-style-type: none;
width: 110px;
height: 70px;
padding: 25px 0px 0px 10px;
display: inline-block;
float: left;
}

.loginform1 ul.reset2{
list-style-type: none;
width: 130px;
height: 70px;
padding: 15px 0px 0px 10px;
display: inline-block;
float: left;
}

.loginform1 li a.logout {
width: 16px;
height: 16px;
background: url(../images/519564-060_Off-16.png);
float: left;
margin-left: 5px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height:122px;
	background:url(../images/header-menu-border-bg.png) repeat-x left bottom;
}

#header div.logo {
	width:260px;
	height:80px;
	float:left;
	margin:14px 0 0 -100%;
	/*padding:1px;*/
	padding-left:10px;
}

#header div.logo a {
	background:url(../images/logo-vesna.png) no-repeat center center;

	display:block;
	height:100%;
	width:100%;
	text-indent:-1000px;
	overflow:hidden;
}

#header div.search {
	float:left;
	margin:35px 0 0 0;
	width:100%;
}

#header div.search form {
	padding:0 380px 0 300px;
}

#header div.search p {
	margin:0;
	overflow:hidden;
}

#header div.search div.line {
	overflow:hidden;
	zoom:1;
	padding:5px 10px;
	margin:-5px;
}

#header div.search div.text {
	float:left;
	width:100%;
}

#header div.search div.text-input {
	padding:0 70px 0 0;
}

#header div.search div.text p {
	background:url(../images/header-search-input-bg.png) repeat-x left bottom #fff;
	border:2px solid #e6e6e6;
	padding:5px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	behavior: url(../jscript/ie-css3.htc);
}

#header div.search div.submit {
	float:left;
	margin:0 0 0 -65px;
	width:65px;
	position:relative;
	zoom:1;
}

#header div.search label {
	color:#9e9e9e;
	position:absolute;
}

#header div.search input.text {
	display:block;
	background:none;
	border:0;
	width:100%;
	z-index:1000;
	position:relative;
}

#header div.search input.submit {
	background:red;
	width:65px;
	height:31px;
	border:0;
	background:url(../images/header-search-submit-bg.png) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	cursor:pointer;
}

#header div.search p.left {
	float:left;
	font-size:0.929em;
	padding:1px;
	display:inline;
}

#header div.search p.center {
	float:left;
	font-size:0.929em;
	margin:0 0px 0 200px;
	padding:1px;
	display:inline;
}

#header div.search p.right {
	float:right;
	font-size:0.929em;
	margin:0 70px 0 0;
	padding:1px;
	display:inline;
}

#header div.vip-end {	position:absolute;
	top:5px;
	right:20px;
	font-size:11px;
	color:#616161;
}

#header div.login {
	float:left;
	width:320px;
	margin:20px 0 0 -360px;
}

#header div.login div.expand {
	position:absolute;
	width:320px;
	padding:5px 10px;

	background:#fff;
	border:1px solid #e6e6e6;
	z-index:210;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	behavior: url(../jscript/ie-css3.htc);
}

#header div.login a.login {
	font-size:1.167em;
	//display:block;
	color:#8a8a8a;
	background:url(../images/a-ico-login.png) no-repeat left center;
	text-decoration:none;
	padding:0 0 0 20px;
}

#header div.login a.logged {
	display:block;
	color:#464646;
	text-decoration:none;
	background:url(../images/a-ico-logged.png) no-repeat right center;
}

#header div.login div.cut {
	border-top:1px solid #e6e6e6;
	margin:5px 0 0 0;
	padding:3px 0;
	display:none;
}

#register {	display:none;}

#register div.login {	margin:10px auto 0;
	width:150px;}

div.login div.cut p,
#register div.login p {
	margin:3px 0;
}


div.login input.text {
	width:100px;
	color:#616161;
	padding:1px 9px;
	border:1px solid #e6e6e6;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


#register div.login ul {	margin:0 4px 0 0;
}

div.login p a{
padding: 0px 45px 0 5px;
}

div.login p.right {
	float:left;
}

div.login p.lostpassword{
padding:5px 10px;background:#f9f7f4;text-align:center;border-radius:0 0 3px 3px;
}

div.login input.submit {
	background:url(../images/header-login-submit-bg.png) no-repeat;
	border:0;
	width:48px;
	height:22px;
	color:#414141;
	font-family:Tahoma, Geneva, sans-serif;
}

#header div.login ul.personal-menu {
	font-size:1.091em;
	margin:0;
}

#header div.login ul.personal-menu li {
	margin:10px 0;
}



/* Header-menu
-----------------------------------------------------------------------------*/
#header-menu {
	background:url(../images/header-menu-border-bg.png) repeat-x left bottom;
}

div.menu ul {
	list-style:none;
	text-align:center;
	font-size:1.167em;
	height:40px;
}

div.menu ul li {
	display:inline;
	line-height:37px;

	border:1px solid #fff;
	padding:5px 0.5%;
	margin:0 0.5%;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}

div.menu li.act {
	border:1px solid #e8e8e8;
}

#header-menu ul p {
	display:inline;
	word-spacing:normal;
	white-space:nowrap;
	padding:0 1.5% 0 0.5%;
}


#header-menu li.expand p {
	background:url(../images/a-ico-expand-0.png) no-repeat right center;
}

#header-menu li.expand p.expand {
	background:url(../images/a-ico-expand-1.png) no-repeat right center;
}

div.menu li a {
	color:#616161;
	text-decoration:none;
}

#header-menu li p.home {
	background:url(../images/a-ico-home.png) no-repeat 10px center;
	padding-left:3%;
}

div.menu li.act a {
	color:#f25100;
}

#header-menu li.expand {
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottomleft: 0;
	-webkit-border-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


#header-menu ul ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    display: none;
    font-size: 0.857em;
    height: auto;
    padding: 8px 20px 8px 1%;
    position: absolute;
    top: 153px;
    z-index: 5;

	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}

#header-menu ul ul li {
	display:block;
	line-height:1.6em;
	padding:0;
	text-align:left;
	cursor:auto;
width: 170px;
}

#header-menu ul ul li.overlay {
	position:absolute;
	top:-1px;
	left:-0.5%;
	width:100%;
	height:5px;
	background:#fff;

	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	border:0;
}

#header-menu ul ul li.overlay span {
	margin:0 10px;
	display:block;
	border-top:1px solid #e6e6e6;
}

#header-menu ul ul li a{
	color:#f25100;
	text-decoration:underline;
}

#header-menu ul ul li a:hover{
	text-decoration:none;
}

#header-menu li.act ul {
	display:block;
}

div.bread {
	font-size:0.917em;
	margin:10px 10px;
margin-left:0px;
        padding-bottom: 60px;

}

div.player {
	clear:both;
	text-align:center;
	margin:20px 0 30px;
}

ul.switch {
	list-style:none; 
	padding: 0px 0;
	height: 25px;
}

ul.player-list {
	border-bottom:1px solid #e6e6e6;
	margin:0px 0 25px 0;
}

ul.switch li {
	float:left;
	padding:3px 10px;
margin-right:10px;
top: 12px;
position: relative;
}

ul.switch li.act {
	background:url(../images/a-player-switch-bg.png) repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 1px 1px 1px #b9b9b9;
	-webkit-box-shadow: 1px 1px 1px #b9b9b9;
	box-shadow: 1px 1px 1px #b9b9b9;
}

a.selected{
border-bottom: 1px dashed #fff;
}


ul.switch li.act a {
	color:#fff;
text-decoration: none;
}

ul.related {	list-style:none;}

div.send-link {
	float:right;
	margin:5px 0;
	border:1px solid #E6E6E6;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
}

table.generic {
	width:100%;
	border-collapse:collapse;
	font-size:0.917em;
	margin:0 0 10px;
}

table.generic th {
	background:#e6e6e6;
	padding:5px 10px;
	background:url(../images/th-delimiter.png) no-repeat center right #e6e6e6;
	text-align:left;
}

table.generic th.left {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-border-radius-topright:0;
	-webkit-border-topright: 0;
	border-top-right-radius: 0;

	-moz-border-radius-bottomright:0;
	-webkit-border-bottomright: 0;
	border-bottom-right-radius: 0;
}

table.generic th.right {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-border-radius-topleft:0;
	-webkit-border-topleft: 0;
	border-top-left-radius: 0;

	-moz-border-radius-bottomleft:0;
	-webkit-border-bottomleft: 0;
	border-bottom-left-radius: 0;
	background-image:none;
}

table.generic td {
	vertical-align:top;
	padding:5px 10px 2px;
	background:url(../images/td-delimiter.png) no-repeat center right;
}

table.generic td.right {
	background:none;
}

table.message-list th.left {
	padding:0 0 0 35px;
}

table.message-list th.right {
	width:13px;
}

table.message-list a.new {
	background:url(../images/a-ico-message-new.png) no-repeat bottom left;
	padding:0 0 0 25px;
}

table.message-list a.read {
	background:url(../images/a-ico-message-read.png) no-repeat bottom left;
	padding:0 0 0 25px;
}

table.orders-list td.right {
	color:#bd1f1c;
}

table.form {
	width:100%;
	margin:10px 0;
}

table.form th {
	width:20%;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

table.profile th {
	padding:3px 0;
}

table.form td {
	padding:3px 0;
}

table.form td input.f_input,
table.form td input[type=text],
table.form td input[type=password],
table.form td textarea,
table.form td select {
	border:1px solid #e6e6e6;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	padding:2px 0;

	width:100%;
}

table.form td input[type=submit] {
	font-family:Tahoma, Geneva, sans-serif;
	border:0;
	color:#414141;
	padding:2px 0;
}

table.order td input[type=submit] {
	background:url(../images/order-submit.png) no-repeat;
	width:114px;
}

table.register td input[type=submit] {
	background:url(../images/register-submit.png) no-repeat;
	width:127px;
}

table.profile td input[type=submit] {
	background:url(../images/profile-submit.png) no-repeat;
	width:136px;
}

input.pmsubmit {
	background:url(../images/message-text-input.png) no-repeat;
	width:63px;
	height:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.917em;
	border:0;
	color: #414141;
}

input.check-name {
	background:url(../images/check-name-button.png) no-repeat;
	width:99px;

	font-family:Tahoma, Geneva, sans-serif;
	border:0;
	color:#414141;
	padding:2px 0;
}

table.register td.captcha {
	background:#e6e6e6;
	padding:10px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.register td.captcha th {
	font-weight:bold;
	font-style:italic;
}

table.register td.captcha input.f_input,
table.register td.captcha input[type=text] {
	background: url(../images/header-login-input-bg.png) repeat-x;
	border:1px solid #cbcbcb;
}

div.erase-selected-button {
	text-align:right;
}

div.erase-selected-button input {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.917em;
	background:url(../images/remove-selected-bg.png) no-repeat;
	width:117px;
	height:20px;
	border:0;
}

div.message-head {
	margin:10px 20px 0;
	font-weight:bold;
	font-style:italic;
	font-size:1.083em;
}

div.message-body {
	border:1px solid #e6e6e6;
	margin:5px 10px;
	background:#fff;
	padding:10px 15px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.message-body ul.info-box {
	overflow:hidden;
	list-style:none;
}

div.message-body ul.info-box li.author {
	font-weight:bold;
	float:left;
}

div.message-body ul.info-box li.added {
	float:right;
	font-size:0.917em;
	color:#747474;
}

ul.news div.info-box {	border:0;
	margin:0;}

div.message-text {
	margin:10px 0;
	padding:10px 0;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

div.message-body div.control a {
	background:url(../images/message-text-input.png) no-repeat;
	width:63px;
	height:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.917em;
	border:0;
	display:inline-block;
	color:#414141;
	text-decoration:none;
	text-align:center;
}

div.profile-text {
	overflow:hidden;
	padding:0 10px;
	margin:10px 0;
}

div.profile-box {
	width:100%;
	float:left;
	position:relative;
}

div.profile-box div.profile-column {
	padding:0 0 0 120px;
}

div.profile div.avatar-column {
	float:left;
	width:112px;
	padding:6px 0 10px 0;
	margin:0 0 0 -100%;
}

div.profile div.avatar-column img {
	border:1px solid #5f5f5f;
    display: block;
    margin: 0 auto;
}

div.profile p {
	margin:0 0 5px;
	color:#464646;
}

div.profile span {
	color:#8f8f8f;
}

div.profile var {
	color:#f25100;
	font-style:normal;
}

div.profile em {
	display:inline-block;
	width:200px;
	font-style:normal;
}

div.profile span.send a {
	background:url(../images/a-send.png) no-repeat;
	color:#5f5f5f;
	text-decoration:none;
	padding:8px 10px 8px 36px;
	font-size:1.167em;
}

div.profile p.control {
	margin:20px 0;
}

div.profile span.pm a {
	background:url(../images/a-pm.png) no-repeat;
	color:#5f5f5f;
	text-decoration:none;
	padding:8px 12px 8px 36px;
	font-size:1.167em;
}

div.profile p.attention {
	color:#f25100;
	font-size:0.917em;
	padding:0 0 0 25px;
	background:url(../images/attention-ico.png) no-repeat left top;
}

.favorites {float:left; width:143px; padding-top:10px; padding-left:25px;}
.favorites a{color:black;}
.order {float:right; padding-top:10px; padding-right:25px;}
.order a{color:black;}
.order img { margin-right: 5px; position: relative; top: 5px;}
.complaint {float:right;background: url("../images/li-ico-complaint.png") 0% 50% no-repeat transparent;padding-left: 20px;}
.complaint a {color:red; text-decoration:none; font-weight:bold;}
.complaint a:hover {color:red; text-decoration:underline; font-weight:bold;}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
	background:url(../images/header-menu-border-bg.png) repeat-x left bottom;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

#content {
	padding: 0 175px 0 275px;
}


div.block {
	margin:30px 0;
	position:relative;
}

div.block3 {
	margin:30px 0;
}

div.block h1,
div.block h3,
div.block3 h4,
div.block h4 {
	background:url(../images/block-h4-bg.png) repeat-x bottom left #e6e6e6;
	font-size:1.167em;
	font-weight:normal;
	padding:5px 10px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottomleft: 0;
	-webkit-border-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.block h2 {
	background:url(../images/block-h2-bg.png) repeat-x bottom left #f7f7f7;
	font-size:1.167em;
	font-weight:normal;

	padding:5px 10px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottomleft: 0;
	-webkit-border-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.ahh1 h1 {font-size:18px;font-weight:normal;text-align:center;}

.ahh134 {
	background:url(../images/block-h4-bg.png) repeat-x bottom left #e6e6e6;
	font-size:1.167em;
	font-weight:normal;
	padding:5px 10px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottomleft: 0;
	-webkit-border-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.ahh2 {
	background:url(../images/block-h2-bg.png) repeat-x bottom left #f7f7f7;
	font-size:1.167em;
	font-weight:normal;
    
	padding:5px 10px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottomleft: 0;
	-webkit-border-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.ahh2 a {text-decoration:none;}
.ahh2 a:hover{text-decoration:underline;}

div.block h5 {
	font-size:1.167em;
	color:#f25100;
	font-weight:normal;
}

div.block h6 {
	font-size:1.167em;
	color:#f25100;
	font-weight:normal;
	margin-bottom:10px;
}

div.block h2 a {
	text-decoration:none;
}

div.block h2 a:hover {
	text-decoration:underline;
}

div.block div.body {
	padding:35px 0 0 0;
	margin:-35px 0 0 0;
	background-position:97% top;
	background-repeat:no-repeat;
}

#content div.block div.body {
	background-position:99% top;
}

div.popular div.body {
	background-image:url(../images/block-popular-ico.png);
}

div.friends div.body {
	background-image:url(http://cdn5.iconfinder.com/data/icons/blueberry/32/friends_group.png);
}


div.sms div.body {
	background-image:url(../images/block-sms-ico.png);
}



div.categoriez div.body {
	background-image:url(../images/block-category-ico.png);
}

div.comme div.body {
	background-image:url(http://static.iconsearch.ru/uploads/icons/webapp/24x24/comment.png);
}

div.serials div.body {
	background-image:url(../images/block-serials-ico.png);
}

div.news div.body {
	background-image:url(http://static.iconsearch.ru/uploads/icons/alien/32x32/news.png);
}

div.reviews div.body {
	background-image:url(../images/block-reviews-ico.png);
}

div.comments div.body {
	background-image:url(../images/block-comments-ico.png);
}

div.complaint div.body {
	background-image:url(../images/mail.png);
}

div.order div.body {
	background-image:url(../images/block-order-ico.png);
}

div.profile div.body {
	background-image:url(../images/block-profile-ico.png);
}

div.statistics div.body {
	background-image:url(../images/block-statistics-ico.png);
}

div.message div.body {
	background-image:url(../images/block-message-ico.png);
}

div.search div.body {
	background-image:url(../images/block-search-ico.png);
}

div.center {
	text-align:center;
}


div.post a img.zibila{
  margin:0 10px 10px 0;
border:1px solid #e6e6e6;
background: #515151;
border: 1px solid #515151;
box-shadow: #000000 0px 0px 4px;
margin: 0px 8px 3px 0px;
border: medium none currentColor;
width: 210px;
height: 300px;
display: block;  
}

div.post img.zibila{
  margin:0 10px 10px 0;
border:1px solid #e6e6e6;
background: #515151;
border: 1px solid #515151;
box-shadow: #000000 0px 0px 4px;
margin: 0px 8px 3px 0px;
border: medium none currentColor;
width: 210px;
height: 300px;
display: block;  
}


div.post3 img{
margin:0 10px 10px 0;
border:1px solid #e6e6e6;
background: #515151;
border: 1px solid #515151;
box-shadow: #000000 0px 0px 4px;
margin: 0px 8px 3px 0px;
border: medium none currentColor;
display: block; 
}

div.post div.play { 
display: block;
float: left;
height: 34px;
left: 20px;
position: absolute;
top: 293px;
width: 30px;
}

div.post div.play img{width: 30px; height: 30px;border: 0px;background: none;}
div.post div.play img:hover{width: 35px; height: 35px;border: 0px;background: none;}

.Yes{ 
background: url("../images/corner-new.png") 0% 100% no-repeat transparent;
top:293px;
float: left;
height: 46px;
position: absolute;
width: 46px;
display: block; 
}

.No{ 
display: none; 
}

.news-movie-filetype { 
background: 0pt 0pt rgba(0, 0, 0, 0.506);
border-radius: 0 4px 4px 0;
display: block;
float: left;
font: 12px "Tahoma";
margin-top: 10px;
padding: 5px 20px;
position: absolute;
text-align: left;
text-shadow: 0pt 0pt 2px;
}

.news-movie-filetype a:link, .news-movie-filetype a:visited { 
color: #CCCCCC;
text-decoration: none;
}

.news-movie-filetype a:hover { 
color: #FFFFFF;
text-decoration: none;
}

div.order-text {
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #e6e6e6;
}

div.order span {
	color:#f25100;
	font-weight:bold;
}

div.block div.text {
	background:#f7f7f7;
	overflow:hidden;
	padding:10px 10px 10px 10px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-topleft: 0;
	-webkit-border-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

div.block div.text hr { 
border-bottom: 0px none currentColor;
border-left: 0px none currentColor;
border-right: 0px none currentColor;
border-top: 1px solid #E3E3E3;
height: 1px;
margin: 5px 0 5px 0;
}

div.block div.text div.dcont { 
padding: 10px 0px 10px 0;
}

div.block div.text2 {
	background:#f7f7f7;
	overflow:hidden;
	padding:10px 10px 10px 10px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-topleft: 0;
	-webkit-border-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

div.block div.text2 img {
height: 500px;
width: 100%;
}

div.block div.text2 a {
color:black;
height: 12px;
text-decoration:none;
margin: 0px 1px 1px 0px;
min-width: 20px;
padding: 3px 3px 5px;
text-align: center;
background: #FF6600;
color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.block div.text2 a:hover {
color:black;
height: 12px;
text-decoration:none;
margin: 0px 1px 1px 0px;
min-width: 20px;
padding: 3px 3px 5px;
text-align: center;
background: green;
color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.npages {
padding-top: 20px;
color:black;
height: 12px;
text-decoration:none;
margin: 15px 1px 1px 0px;
min-width: 20px;
padding: 0px 3px 5px;
text-align: center;
background: green;
color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.block div.text3 {
	background:#f7f7f7;
	overflow:hidden;
	padding:10px 10px 10px 10px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-topleft: 0;
	-webkit-border-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

div.block div.text3 img {
width: 100%;
height: 280px;
}


ul.popular {	
              list-style:none;
	overflow:hidden;
	height:280px;
}

ul.popular li {	font-weight:bold;
	display:none;

}

ul.popular img {	display:block;
width:185px;
height:240px;
}

ul.categories {
	list-style:none;
	margin:0;
}

ul.categories li {
border-bottom: 1px solid #EEEEEE;
padding: 2px 0px;
}

ul.categories li a {
text-decoration:none;
background: url("../images/top_news_bg.png") 0% 50% no-repeat;
padding-left: 15px;
}

ul.categories li a:hover {
text-decoration:underline;
background: url("../images/top_news_bg_a.png") 0% 50% no-repeat;
}

ul.categoriez {
	list-style:none;
	margin:0;
	height:400px;
	padding:0 10px;
}

ul.categoriez li {
	padding:5px 0;
	border-top:1px solid #e6e6e6;
	margin:-1px 0 1px
}

ul.categoriez li a {
	text-decoration:none;
}

ul.categoriez li a:hover {
	text-decoration:underline;
}

ul.categoriez small {
	color:#757779;
	font-style:italic;
	font-size:11px;
}

ul.news {
	list-style:none;
	overflow:hidden;
}

ul.news li {
	border-top:1px solid #e6e6e6;
	padding:10px 0;
	margin:-1px 0 1px;
	overflow:hidden;
	zoom:1;
}

#sideRight ul.news li {	margin-left:10px;}

ul.news h2 {
	font-weight:bold;
	padding:0;
	border-radius:0;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background:0;
}

ul.news li div.img-box {
	float:left;
	margin:0 10px 0 0;
}

ul.news li div.text-box h2 {
	font-size:1.083em;
}

ul.news li div.text-box p.added {
	color:#b3b3b3;
	font-size:0.917em;
	float:right;
}

#sideRight ul.news li div.text-box p.added {	float:none;}

ul.summary {
	background:#eaeaea;
	list-style:none;
	overflow:hidden;
	padding:3px 20px;

	margin:10px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}

ul.summary li {
	float:left;
	width:25%;
	font-size:0.917em;
}

ul.summary li span {
	color:#f25100;
}

ul.reviews {
	list-style:none;
	margin:10px;
	overflow:hidden;
}

ul.reviews li {
	margin:-1px 0 1px 0;
	border-top:1px solid #e6e6e6;
	padding:10px 0;
}

ul.reviews ul.info-box {
	list-style:none;
	overflow:hidden;
}

ul.reviews ul.info-box li {
	border:0;
	padding:5px 0 10px;
	margin:0;
}

ul.reviews ul.info-box li.author-field {
	float:left;
	font-weight:bold;
	font-style:italic;
	font-size:1.083em;
}

ul.reviews ul.info-box li.author-field a {
	background:url(../images/a-ico-author-0.png) no-repeat center right;
	padding:0 15px 0 0;
}

ul.reviews ul.info-box li.author-field a.expand {
	background:url(../images/a-ico-author-1.png) no-repeat center right;
}

ul.reviews ul.info-box li.rating-field {
	float:right;
	font-weight:bold;
	font-style:italic;
	font-size:1.083em;
}

ul.reviews ul.info-box li.all-reviews {	float:left;
	margin:0 10px;}

ul.reviews ul.info-box li.added-field {
	float:right;
	color:#888888;
	font-size:0.917em;
	margin:0 0 0 40px;
	display:inline;
}

ul.reviews li div.wrap {
	padding:0 0 0 15px;
	overflow:hidden;
}

ul.reviews li.positive div.wrap {
	border-left:4px solid #a2d125;
}

ul.reviews li.negative div.wrap {
	border-left:4px solid #c25335;
}

ul.reviews div.info-box {
	overflow:hidden;
}

ul.reviews div.avatar-column {
	float:left;
	width:100px;
	margin:0 0 0 -100%;
}

ul.reviews div.avatar-column img {
	border:1px solid #a3a3a3;
}

ul.reviews div.review-box {
	float:left;
}

ul.reviews div.review-box div.review-column {
	padding:0 0 0 120px
}

ul.comments {
	list-style:none;
	margin:10px;
	overflow:hidden;
}

ul.comments li {
	margin:-1px 0 1px 0;
	border-top:1px solid #cccccc;
	padding:10px;
	overflow:hidden;
	background:#f3f3f3;
}

ul.comments li h6 {
	font-size:12px;
	margin:0 0 0 10px;
}

ul.comments li li {
	background:none;
}
ul.comments div.avatar-column {
	float:left;
	width:112px;
	padding:6px 0 10px 0;
	margin:0 0 0 -100%;
	min-height:100px;
}

div.vip {	background:url(../images/vip_frame.png) no-repeat;
	position:absolute;
	z-index:10;	width:112px;
	height:116px;
	margin-top:-6px;
}

div.option {opacity:0;}
div.on:hover div.option {opacity:1;}

ul.comments div.avatar-column img {
	border:1px solid #a3a3a3;
    display: block;
    margin:0 auto;
}

ul.comments div.comment-box {
	float:left;
	position:relative;
	width:100%;
}

ul.comments div.comment-box div.comment-column {
	padding:0 0 20px 132px;
}

ul.comments div.comment-box div.comment-column div.title_quote {
	background:#eaeaea;
	font-size:0.917em;
	color:#383838;
	padding:5px 10px 0;
}

ul.comments div.comment-box div.comment-column div.quote {
	background:#eaeaea;
	color:#5f5f5f;
	padding:0 10px 5px;
	margin:0 0 10px 0;
}

ul.comments div.comment-box div.quote-link {
	position:absolute;
	bottom:0;
	right:0px;
}

ul.comments div.comment-box div.complaint-link {
	position:absolute;
	bottom:0;
	right:90px;
}

ul.comments div.comment-box div.edit-link {
	position:absolute;
	bottom:0;
	right:170px;
}

ul.comments div.comment-box div.delete-link {
	position:absolute;
	bottom:0;
	right:270px;
}

ul.comments div.comment-box div.mass-action {
	position:absolute;
	top:20px;
	right:0;
}

ul.comments div.comment-box div.quote-link a {
	background:url(../images/a-ico-quote.png) no-repeat left top;
	padding:1px 0 1px 15px;
}

ul.comments div.comment-box div.complaint-link a {
	background:url(../images/complaint.png) no-repeat left top;
	padding:1px 0 1px 15px;
}


ul.comments div.comment-box div.edit-link a {
	background:url(../images/a-ico-edit.png) no-repeat left top;
	padding:1px 0 1px 25px;
}

ul.comments div.comment-box div.delete-link a {
	background:url(../images/a-ico-delete.png) no-repeat left top;
	padding:1px 0 1px 25px;
}

ul.comments ul.info-box {
	list-style:none;
	overflow:hidden;
}

ul.comments ul.info-box li {
	border:0;
	padding:5px 0 10px;
	margin:0;
}

ul.comments ul.info-box li.author-field {
	float:left;
	font-weight:bold;
	font-style:italic;
	font-size:1.083em;
}

ul.comments ul.info-box li.added-field {
	float:right;
	color:#888888;
	font-size:0.917em;
	margin:0 0 0 40px;
	display:inline;
}


div.info-box {
	border-top:1px solid #e6e6e6;
	margin:10px 0 0 0;
	height:23px;
}

div.info-box ul {
	list-style:none;
	padding:5px 10px;
	position:relative;
	background:#eee;
	height:18px;
}

div.news div.info-box ul {	background:none;}

div.info-box li.rating {
	position:absolute;
	right:0;
	top:-26px;
	color:#c2c2c2;
}

div.info-box a.rating-up {
	background:url(../images/a-ico-rating-up.png) no-repeat;
	width:15px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
}

div.info-box a.rating-down {
	background:url(../images/a-ico-rating-down.png) no-repeat;
	width:15px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
}

div.info-box li.author {
	float:right;

	background:url(../images/li-ico-author.png) no-repeat left center;
	padding:0 40px 0 20px;
}

div.info-box li.comments {
	float:right;
	background:url(../images/li-ico-comments.png) no-repeat left center;
	padding:0 0 0 20px;
	border:0;
}

div.info-box li.complaint {
	float:right;

	background:url(../images/mail.png) no-repeat left center;
	padding:0 0 0 20px;
	border:0;
	background-color: white;
position: relative;
top: 16px;
border-left: 10px solid white;
}

div.info-box-2 li.comments { 
background: url(../images/li-ico-comments.png) 0% 50% no-repeat transparent;
border: 0px none currentColor;
float: left;
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 20px;
 }

div.info-box-2 li.vot { 
background: url(../images/vot.png) 0% 50% no-repeat transparent;
border: 0px none currentColor;
float: left;
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 20px;
 }

div.info-box-2 {
	border-top:1px solid #e6e6e6;
	padding:5px 10px 0;
	margin:5px 0 0 0;
}

div.info-box-2 ul {
	list-style:none;
	margin:5px 0;
	position:relative;
}

div.info-box-2 li {
	float:left;
	margin:0 0 0 20px;}

div.info-box-2 li.edit {
	float:left;
	background:url(../images/li-ico-edit.png) no-repeat left center;
	padding:0 0 0 20px;
	margin:0 0 0 20px;
}

div.info-box-2 li.favorites {
	float:left;
	padding:0 0 0 20px;
	margin:0 0 0 20px;
}

div.info-box-2 li.views {
	float:left;
	background:url(../images/li-ico-views.png) no-repeat left center;
	padding:0 0 0 20px;
}

div.info-box-2 li.added {
	float:right;
	padding:0 0 0 20px;
	colol:#e6e6e6;
}

div.comment-new {
	overflow:hidden;
	padding:10px;
//	width:520px;
	margin:0 auto;
}

div.comment-new img {border:0 !important; padding: 0px; background: none;}

div.comment-new p{
	font-size:1.167em;
	margin:10px 0;
}

div.comment-new div.rules {
	position:absolute;
	margin: 54px 0 0 290px;
}

#addRecency.comment-new div.rules {	position:relative;
	margin:10px 0;
	float:right;
}

#rules ul {	padding:0 0 0 20px}

div.comment-new span.attention {
	float:left;
	font-size:0.857em;
	background:url(../images/span-ico-attention.png) no-repeat left center;
	padding:0 0 0 20px;
}

div.comment-new input.submit {	float:right;
}

div.catalog-info-box {
	padding:10px 0;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	margin:10px;
}

div.catalog-info-box span {
	font-size:1.333em;
	color:#f25100;
	font-weight:bold;
}

ul.catalog {
	margin:15px 10px;

	zoom: 1;
	word-spacing: -0.25em;
	padding:0 0 0 3%;
	width:100%;
}

ul.catalog li {
	list-style:none;
	width:47%;

	display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline;
	word-spacing: normal;
	vertical-align: top;
	margin:0 6% 15px -3%;
}

ul.catalog li.full {width:100%;display:block;}
ul.catalog div.letter {font-size: 1.167em; font-weight: bold; font-style: italic; margin: 0 0 15px 0; background-color: rgb(250, 92, 17); width: 30px; color: white; text-align: center;}
ul.catalog div.full-link {float:right;font-size:0.917em;margin-right:20px;}
ul.catalog ul {background-color: #F7F7F7;}
ul.catalog ul li {float:none;display:list-item;margin:0 0 0 20px;width:auto;margin:0 20px;}

div.pages {overflow:hidden;text-align:center;margin:0 0 20px 0;}

div.pages a,
div.pages span {
	margin:0 2%;
}

div.pages span {
	font-weight:bold;
}

div.statistics div.section {
	padding:10px 0 10px 50px;
	border-bottom:1px solid #e6e6e6;
	margin:0 10px 10px;
}

div.statistics div.section p {
	font-size:1.083em;
	margin:0 0 10px 0;
}

div.statistics div.section table {
	width:100%;
}

div.statistics div.section table th {
	font-weight:normal;
	text-align:left;
	width:40%;
}

div.statistics div.section table th,
div.statistics div.section table td {
	padding:3px 0;
}


div.statistics div.bd {
	background:url(../images/bd-ico.png) no-repeat left 10px;
}

div.statistics div.posts {
	background:url(../images/posts-ico.png) no-repeat left 10px;
}

div.statistics div.comments {
	background:url(../images/comments-ico.png) no-repeat left 10px;
}

div.statistics div.vot {
	background:url(../images/vote.png) no-repeat left 10px;
}


div.statistics div.users {
	background:url(../images/users-ico.png) no-repeat left 10px;
}

.rating1 {color: #F25100; font-size: 12px; font-family: tahoma; padding-left: 5px;font-weight:bold;padding-right:5px;}
.rating2 {color: #555555; font-size: 12px; font-family: tahoma; font-weight:bold;}


.rating{ color:#555; font-size:11px; /* ! */ font-family:tahoma; /* ! */    width:200px;    height:28px; padding-right: 10px;}
.unit-rating{  list-style:none;  margin:0px;  padding:0px;  width:200px;  height:28px;  position:relative;  background-image:url(../dleimages/rating.gif);  background-position:top left;  background-repeat:repeat-x}
.unit-rating li{    text-indent:-90000px;    padding:0px;    margin:0px;    float:left}
.unit-rating li a{    display:block;    width:20px;    height:28px;    text-decoration:none;    text-indent:-9000px;    z-index:20;    position:absolute;    padding:0px}
.unit-rating li a:hover{    background-image:url(../dleimages/rating.gif);    background-position:left center;    z-index:2;    left:0px}
.unit-rating a.r1-unit{left:0px}
.unit-rating a.r1-unit:hover{width:20px}
.unit-rating a.r2-unit{left:20px}
.unit-rating a.r2-unit:hover{width:40px}
.unit-rating a.r3-unit{left:40px}
.unit-rating a.r3-unit:hover{width:60px}
.unit-rating a.r4-unit{left:60px}
.unit-rating a.r4-unit:hover{width:80px}
.unit-rating a.r5-unit{left:80px}
.unit-rating a.r5-unit:hover{width:100px}
.unit-rating a.r6-unit{left:100px}
.unit-rating a.r6-unit:hover{width:120px}
.unit-rating a.r7-unit{left:120px}
.unit-rating a.r7-unit:hover{width:140px}
.unit-rating a.r8-unit{left:140px}
.unit-rating a.r8-unit:hover{width:160px}
.unit-rating a.r9-unit{left:160px}
.unit-rating a.r9-unit:hover{width:180px}
.unit-rating a.r10-unit{left:180px}
.unit-rating a.r10-unit:hover{width:200px}
.unit-rating li.current-rating{    background-image:url(../dleimages/rating.gif); background-position:left bottom; position:absolute; height:28px; display:block; text-indent:-9000px; z-index:1} 

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 240px;
	padding:0 0 0 20px;
	margin-left: -100%;
	position: relative;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 160px;
	margin-left: -160px;
	position: relative;
}

/* Footer-menu
-----------------------------------------------------------------------------*/
#footer-menu {
	background:url(../images/header-menu-border-bg.png) repeat-x left bottom;
}

#footer-menu ul li {
	padding:5px 1.5%;
}

#footer-menu li.top {
	background:url(../images/a-ico-top.png) no-repeat 10px center;
	padding-left:3%;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 177px;
	background-image:url(../images/footer-logo-bg.png), url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position:center center, right bottom;
}

#footer div.copy {
	margin:50px 0 0 40px;
	float:left;
	width:230px;
	line-height:1.8em;
	display:inline;
}

#footer div.copy span {
	color:#f25100;
}



#footer div.counters {
	display:inline;
	text-align:right;
	float:right;
	margin:50px 40px 0 0;
	font-size:0.917em;
}

.editor {
border: 0px none currentColor;
}

.editor_button {
	float: left;
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
}

.editor_button img {
	margin:0 !important;
}


.ui-widget-header {	backround:none;
	border:none;
	border-bottom:1px solid #e6e6e6;
	color:#464646;
	font-weight:bold;}

.nav {
	position:absolute;
	cursor:pointer;

	width:30px;
	height:30px;
	z-index:10;
}

.nav a {	display:block;
	width:30px;
	height:30px;
	text-indent:-1000px;
	outline:none;
	overflow:hidden;}

.prev {	margin:110px 0 0 5px;
}

.next {
	margin:110px 0 0 185px;
}

.prev a {
	background:url(../images/nav-prev.png) no-repeat;
}

.prev a:hover {
	background:url(../images/nav-prev-act.png) no-repeat;
}

.next a {
	background:url(../images/nav-next.png) no-repeat;
}

.next a:hover {
	background:url(../images/nav-next-act.png) no-repeat;
}


#dropmenudiv {	background:#fff;
	padding:10px;
	border:1px solid #E6E6E6;}

#dropmenudiv a {	display:block;
}

div.text-box-1 a {	font-weight:bold;}

div.text-box-1 span {	font-size:11px;
	color: #888888;
}

div.more { text-align: right;}

#serial input {	width:100%;}

div.add-review a {	background:url(../images/a-ico-add-review.png) no-repeat;
	padding:0 0 0 25px;
}

div.review-column a.reject {	background:url(../images/a-ico-review-reject.png) no-repeat;
	padding:0 0 0 25px;
}

div.review-column a.edit {
	background:url(../images/a-ico-edit.png) no-repeat;
	padding:0 0 0 25px;
}

div.review-column a.remove {
	background:url(../images/a-ico-delete.png) no-repeat;
	padding:2px 0 2px 25px;
}

div.search hr {	border:0;
	background:none;	border-top:1px solid #cccccc;
	width:100%;
	display:block;
	height:1px;
	overflow:hidden;}

div.search p {	margin:10px 0;}

div.search label {	margin:0 5px 0 0;}

div.search .textin {	border:1px solid #ccc;
	background:white;
	margin:0 5px;
	padding:2px;
	width:33%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#8e8e8e;
}

div.search select.textin {	padding:1px 2px;
}

div.search input.checkin {	vertical-align:middle;
}

div.search select.rating {	width:100%;	height:84px;	border:1px solid #ccc;
	background:white;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.search select.rating option {	color:#8e8e8e;	padding:0 0 0 10px;}

div.search select.rating option.first {	color:#696969;
}

div.search div.gray {	background:#eaeaea;
	padding:0 10px;
	overflow:hidden;	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.signature {    border-top: 1px dotted #CCCCCC;
    color: #5F5F5F;
    font-size: 11px;
    font-style: italic;
    margin-top: 25px;}

div.edit-user {	position:absolute;
	right:0;	background:url(../images/a-ico-edit.png) no-repeat left center;
	padding:0 0 0 25px;}

ul.list {	padding:0 0 0 20px;
	margin:10px 0;}

ul.comments li.sub-comment {	padding-left:40px;
	background:#f7f7f7;}

div.hide-review {
	overflow:hidden;
	position:absolute;
	right:50px;
	top:4px;
}

div.hide-review a {
	float:right;
}


div.hide-review span {	display:none;
}

ul.hot20 {	
list-style:none;	
	margin:0;
}

ul.hot20 big {	font-size:14px;
	color:#F25100;}

ul.hot20 small {	color:#bfc3c6;
	font-style:italic;
	font-size:11px;}

ul.hot20_post {	list-style:none;
	overflow:hidden;
	margin:0 0 10px 0;}

ul.hot20_post li {	display:none;
	white-space:nowrap;
}

u.hot20_post li a {	display:block;
}

ol.hot20_post li img {	margin:0 auto;
	border:3px solid #f4853e;
	display:block;}

ol.hot20 .jspVerticalBar {	right:0;}

p.more {	text-align:right;}

#kp_rating2 {color:black;}

#kp_rating2 .kp {
color: #F25100;
vertical-align: middle;
font-size: 12px;
font-family: tahoma;
font-weight: bold;
}

#kp_rating2 .imdb {	color:black;
font-size: 12px;
vertical-align: middle;
padding-left: 15px;
font-family: tahoma;
font-weight: bold;
}

#kp_rating {	float:right;
	margin: 15px 30px -15px 0;}

#kp_rating .kp {	color:#F25100;
	border-bottom:1px solid #777;
}

#kp_rating big {	font-size:30px;}

#kp_rating .imdb {	color:#777;
	font-size:11px;
}

#kp_rating div.rating_what {	font-size:11px;
	//margin-top:10px;
	background:url(../images/rating-bg.jpg) no-repeat center left;
	padding:0 0 0 25px;}

#kp_help {	display:none;}

#kp_help p {	margin:10px 0;
}

p.header {	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#464646;
	padding:15px 0 0 40px;
}

div.support {	border-top:1px solid #e6e6e6;
	padding:10px 0;}

div.support a {	background:url(../images/a-ico-tech.png) no-repeat center left;
	padding:10px 0 10px 40px;}

p.sms {	background:url(../images/ico-sms.png) no-repeat left center;}

p.pay {
	background:url(../images/ico-pay.png) no-repeat left center;
}

div.way {
	border-top:1px solid #e6e6e6;
}

div.way p.descr {	font-weight:bold;
	color:#f25100;}

div.way p {	padding-left:40px;}

div.way table.paysys {	margin-left:20px;}

div.way table.paysys td {	padding:5px 20px;
	font-weight:bold;
	color:#5f5f5f;
}

div.way table.paysys img {	vertical-align:middle;
}

div.way .a1pay {	background:url(../images/a1pay.png) no-repeat;
	width:535px;
	height:59px;
	border:0;
	cursor:pointer;
	text-indent:-1000px;
	overflow:hidden;
	display:block;
	margin:0 auto;}

div.det {	margin:10px 0 10px 40px;	padding:15px;
	background:#eaeaea;
	font-style:italic;}

div.det table.form {	margin:0;}

.sms-submit {	background:url(../images/sms-submit-bg.png) repeat-x;
	color:white;
	text-decoration:none;
	cursor:pointer;
	padding:3px 10px;	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

p.expand-pays {	float:right;
	padding-top:15px;}

div.post-bottom {    width:100%;
    border-top:1px dotted gray;
    border-bottom:1px dotted gray;}

#serial {    display:none;}

a.year-select {	background:url(../images/check-name-button.png) no-repeat;
	text-decoration:none;
	color:#616161;
	padding:4px 24px;}

#ajaxReviewsUpdateSpan,
#related_block {	display:none;
}

/*---Информационное окно загрузки AJAX---*/
#loading-layer {
    display: none;
    font-size: 15px;
    background: #f25100;
    padding: 10px;
    text-align: center;
-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    color: #fff;
}

.userstop tr td:nth-child(3),.userstop tr td:nth-child(4){display:none;}
.userinfo{margin-bottom:20px;}
.userinfo .extra-info{float:right;width:110px;}
.userinfo .main-info{margin-right:120px;}
.userinfo .extra-info .wrap{font-size:.9em;color:#666;}
.userinfo .user-photo img{margin:0 auto;background:#fff;box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.15);}
.userinfo .user-rating{margin:.5em auto 0;width:85px;}
.userinfo .extra-info .nav{margin:10px 0;}
.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;padding-bottom:5px;border-bottom:1px dotted #ccc;}
.userinfo .main-info dl dt{float:left;width:120px;color:#666;}
.userinfo .main-info dl dd{margin-left:120px;padding-left:10px;}
.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;}
.userinfo #options #subscribe{margin-left:10px;}


	ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Высота вкладок--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Добавте 1px с высоты списку--*/
	line-height: 31px; /*--Вертикально выравнивает текст в закладке--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Вытяните список вниз на 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff; /*--1px белой границы внутри списка--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
 
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
margin-bottom: 20px;
}
.tab_content {
	padding: 10px 0 0 10px;;
}

/* ==================== BB коды */

/* различие bbcodes и bbcodes_poll исключительно в длине кнопки */
/* класс bbcodes используем в списке персональных сообщений (pm.tpl) 
и по умолчанию в модуле редактора сообщений*/
.clr {
clear: both;
}


.bbcodes {
background: #f2f2f2 url("../images/bbcodes.png")
 repeat-x;
border: 1px solid #c5c5c5;
color: #3479a7;
padding: 2px 9px;
font-weight: bold;
cursor: pointer;
-webkit-border-radius: 20px; -moz-border-radius: 20px;
 border-radius: 20px;
}
.bbcodes:hover { background: #fff none; }

/* BBEditor Centroarts.com */
.bbeditor { border: 1px solid #d4dfe8; background:
 #fff url("../bbcodes/bg.png") repeat; }
.bbeditor span, .bbeditor span img, .bbeditor 
.bbspacer, .bbeditor .bbselect { float: left; }
.bbeditor .bbselect { height: 21px; padding: 4px 3px 0 3px; }
.bbeditor .bbselect select { font-size: 11px; }
.bbeditor span { cursor: pointer; background:
 url("../bbcodes/buttons.png") no-repeat; }
.bbeditor span:hover { background-position: -23px 0; }

.editor { width: 398px !important; background-color:
 #f9fafa; border: 1px solid #d4dfe8; }
.editor .bbeditor { border-width: 0 0 1px 0; }
.taedit { background-color: #f9fafa; border: 1px solid #d4dfe8; }
.editor textarea, .taedit textarea { width: 99.8%
 !important; border: 1px solid #D4DFE8;}
.editor_button {
float: left;
cursor: pointer;
padding-left: 0;
padding-right: 0;
}
.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_button select { font-size: 11px; }

.editor_button img { margin: 0; padding: 0; }
.editbclose img { margin: 0; padding: 0; }
.editor_button_brk img { margin: 0; padding: 0; }

.bbcodes_poll {
background-color: #ffffff;
border: 1px solid #1434B0;
color: #fff;
width: 100px;
height: 20px;
font-weight: bold;
}

.scrin img{border:2px double black}
.scrin img:hover {border: 2px double orange}

/* скрол на верх */
#back-top-x {
position:fixed;
width:100px;
height:27px;
z-index:2200;
left:0;
top:0;
}

#back-top-x a {
width:100px;
height:27px;
display:block;
text-align:center;
font:11px Arial, Helvetica, sans-serif;
font-weight:bolder;
text-transform:uppercase;
text-decoration:none;
padding-top:10px;
color:#fff;
text-shadow: 0 1px 0 #000;
}

#back-top-x a:hover {
color:#fff;
text-shadow: 0 1px 0 #000;
}

#back-top-x span {
margin-left:10px;
padding-top:7px;
padding-left:20px;
width:70px;
height:20px;
display:block;
background: url("../images/back_top.png") no-repeat;
}

#back-top-x span:hover {
background: #e14e00 url("../images/back_top.png") no-repeat;
}
/* скрол на верх */

#short_ser_count { 
background: #E31739;
border-radius: 4px 0px 0px 4px;
top: 300px;
color: #fff;
float: left;
font-weight: 700;
left: 133px;
padding: 4px 10px;
position: absolute;
text-align: right;
text-shadow: #D4B979 0px 0px 0px;
width: 68px;
}

#ccccd { 
right: 0px;
position: fixed;
top: 0px;
}

.comment {position:relative;margin:20px 10px;line-height:1.3em;}
.comment .user-photo{position:absolute;left:0;top:0;width:60px;}
.comment .user-photo img:first-child { background: #FFFFFF; box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.196);padding: 5%;width: 90%;}


.comment .comment-body{margin:0 0 0 30px;padding:10px 10px 10px 40px;background:#fcfcfc;background:-moz-linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(85%, #fcfcfc), color-stop(100%, #f2f2f2));background:-webkit-linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);background:-o-linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);background:-ms-linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);background:linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);border-radius:3px;box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.15);}
.comment .comment-meta{position:relative;margin-bottom:5px;border-bottom:1px dotted #ccc;}
.user-name a{color:#F25100;font-weight:bold;}
.user-name a:hover{color:#1a74a9;}
.comment .comment-extra{overflow:hidden;}
.comment .date{float:left;font-size:.85em;color:#666;}
.comment .controls{float:right;margin-right:1em;font-size:.85em;opacity:0;}
.comment .controls a{margin:0 .3em;}
.comment:hover .controls{opacity:1;}
.comment .mass-action,.comment .comment-id{float:right;}
.comment .mass-action input{margin:0;top:0;}
.comment .comment-id{margin-right:.5em;color:#666;font-size:.9em;font-weight:bold;}
.comment .title h3{margin:.5em 0;font-size:1.1em;}
.comment .content{font-size:.9em;}

.searchitem {
    font-size: 0.9em;
    border-top: 1px solid #dbe8ed;
    padding: 10px 0;
}
.mass_comments_action {text-align: right;}

.comment .review-positive {
margin: 0 0 0 30px;
padding: 10px 10px 10px 40px;
background: #CCFDC5;
background: -moz-linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #B5FD9F), color-stop(100%, #BEF5B1));
background: -webkit-linear-gradient(top, #CBFDC4 85%, #97FC9B 100%);
background: -o-linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);
background: -ms-linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);
background: linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);
border-radius: 3px;
box-shadow: 0px 1px 2px 0px rgba(247, 247, 247, 0.15);
}

.comment .review-neutral{margin:0 0 0 30px;padding:10px 10px 10px 40px;background:#fcfcfc;background:-moz-linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(85%, #fcfcfc), color-stop(100%, #f2f2f2));background:-webkit-linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);background:-o-linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);background:-ms-linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);background:linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);border-radius:3px;box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.15);}
.comment .review-negative {
margin: 0 0 0 30px;
padding: 10px 10px 10px 40px;
background: #FDBABF;
background: -moz-linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #FCACC5), color-stop(100%, #F89AAD));
background: -webkit-linear-gradient(top, #FCDAE0 85%, #F69EA1 100%);
background: -o-linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);
background: -ms-linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);
background: linear-gradient(top, #fcfcfc 85%, #f2f2f2 100%);
border-radius: 3px;
box-shadow: 0px 1px 2px 0px rgba(247, 247, 247, 0.15);
}


div.t2,
div.t3,
div.t4 {display: none}

.dragdealer {
	position: relative;
	height: 30px;
	background: #EEE;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}

.clear {
	clear: both;
}

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


.slider-webche {
	/*width: 600px;*/
	background:#ff9728;
	padding:5px;
	/*margin-top:30px;
-moz-box-shadow: 0px 0px 10px #222;
-webkit-box-shadow: 0px 0px 10px #222;
box-shadow: 0px 0px 10px #222;*/

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

.slide iframe, .slide object {
	width: 394px;
	height: 294px;
}

#slideshow-menu-wrapper {
	position: relative;
}
#slideshow-menu-wrapper .cursor {
	position: absolute;
	width: 182px;
	height: 85px;
-moz-box-shadow: 0px 0px 10px #FFF;
-webkit-box-shadow: 0px 0px 10px #FFF;
box-shadow: 0px 0px 10px #FFF;
	border: 3px solid #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}

ul#slideshow-menu {
	width: 190px;
}

ul#slideshow-menu li {
	margin: 0;
	padding:0px;
}
	ul#slideshow-menu li div {
		display: block;
		margin:3px;
		background: #ff7e00;
		height:81px;
		padding:2px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
-moz-box-shadow: 0px 0px 15px #fff;
-webkit-box-shadow: 0px 0px 15px #fff;
box-shadow: 0px 0px 15px #fff;

	}
	ul#slideshow-menu li div:hover {
		background: #fc9c3d;
		text-decoration: none;
		cursor:pointer;
	}

#slideshow {
	width: 400px;
	height: 300px;
	overflow: hidden;
}
	#slideshow .handle {
		width: 1200px;
		height: 300px;

	}
		#slideshow .handle .slide {
			float: left;
			width: 394px;
			height: 294px;
				border: 3px solid #505050;
		}

.block-mini-img {
width:60px;
height:75px;
}

.block-mini-img img  {
width:60px;
height:75px;
}

.block-mini-text a{
font-size:13px;
color:#222;
}

.block-mini-text {
font-size:12px;
}

.height-l {
height:13px;
}

/*---показ оригинальной картинки загруженной на сайт из уменьшенной копии---*/
.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; text-align:center;}
.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; }
 
/*---The CSS sprites for the controlbar---*/
.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; }

.btn-group { 
display: inline-block;
font-size: 0px;
position: relative;
vertical-align: middle;
white-space: nowrap;
}

.btn-small { 
border-radius: 3px;
font-size: 11.9px;
padding: 2px 10px;
}

.btn-group > .btn { 
border-radius: 0px;
position: relative;
text-decoration: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -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);
}

.btn a {text-decoration: none;}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
text-decoration: none;
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle { 
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-group > .btn:first-child { 
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
margin-left: 0px;
}

.popupVideo { 
background: url("http://st5.kinopoisk.ru/images/movies/movies_icons.png") -1px -696px no-repeat transparent;
bottom: 10px;
display: block;
height: 21px;
left: 10px;
opacity: 0.8;
position: absolute;
transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0;
width: 31px;
}

.item {
position: relative;
margin: 10px 0px 20px;
zoom: 1;
IE: .hasLayout property [for .delete correct position];
background: #f2f2f2;
padding: 5px 0 5px 10px;

}

.item .thumbnail {
width: 60px;
}

.item .thumbnail img {
width: 120px;
}

.item .thumbnail, .search-results .item .thumbnail, .kinonews-results .item .thumbnail, .groups-results .item .thumbnail {
float: left;
margin-top: 2px;
}

.item div.info {
width: auto;
margin-left: 140px;
}

.item div.info b{
font-size: 14px;
color: #f25100;
}

.clr {
clear: both;
}

/*Выводим заголовок График премьер, Актеров, Топ 250 фильмов*/
.seocat {border-left: 5px #f60 solid; padding-left: 10px; margin: 10px 0px;}
.seocat h1 {padding: 10px 0; color: #F25100; font-size: 15px;}

/*CSS модуля премьеры*/
#premiere-container {position: relative;display: block;float: left;padding: 5px;background-color: White;}
#premiere-container h1 {color: #565656;margin: 10px 5px 20px;}
#premiere-container h2 {margin: 25px 5px 0;font-size: 16px;color: #565656;}
#premiere-container h3 {margin: 20px 5px 0;font-size: 14px;color: #565656;}
#premiere-filter {position: relative;display: block;margin-top: 10px;}
#premiere-filter ul {position: relative;display: block;padding: 0;list-style-type: none;}
#premiere-filter ul li {position: relative;display: inline-block;float: left;}
#filter {margin: 0 5px 20px;height: 20px;border-bottom: 1px solid #bfbfbf;}
#filter li {margin: 0 14px 0 0;padding: 0 10px;height: 20px;}
#filter li.active-filter {background: #bfbfbf;color: #fff;line-height: 20px;}
#filter a {position: relative;display: block;height: 20px;line-height: 20px;}
#filter-date {margin: 0 5px 10px;height: 20px;}
#filter-date li {margin: 0;padding: 0;height: 20px;line-height: 20px;}
#filter-date li.active-filter {color: #666666;background: url("../images/second-level-menu-selector.png") repeat-x scroll center 18px transparent;padding: 0 5px;line-height: 20px;height: 25px;font-size: 15px;font-weight: 700;}
#filter-date select {position: relative;display: block;padding: 0;margin: 0 10px 0 0;height: 18px;width: 58px;border: 1px solid #bfbfbf;font-size: 12px;color: #565656;line-height: 18px;}
#filter-date a {position: relative;display: block;text-decoration: none;color: #575454;height: 20px;line-height: 20px;padding: 0 5px;}
#filter-date a:hover {color: #F25100;font-weight: 700;}

/*Вывод топ 250*/
.topmenu {margin: 10px 0px;}
.topmenu ul {margin: 0; padding:0px;}
.topmenu ul li {display: inline;}
.topmenu ul li a {display: block;text-decoration: none;color: #575454;height: 20px;line-height: 20px;padding: 0 5px;}
.topmenu ul li a:hover {color: #F25100;font-weight: 700;}


.mn_quality {background: #FF7A00;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-moz-box-shadow: 1px 1px 1px #FF7A00;-webkit-box-shadow: 1px 1px 1px #FF7A00;box-shadow: 1px 1px 1px #FF7A00;display: block;float: right;width: 55px;max-height: 35px;margin-top: 1px;}
.mn_quality_text {font-size: 11px;color: #fff;padding: 2px;}

#top-genre {display:block; width:100%; height:90px; color:#434343; font-family: arial, sans-serif; font-size: 12px; margin:20px 10px 0px 20px;}
#top-genre ul, #top-genre li{list-style-type: none; padding: 0px; margin: 0px;}
#top-genre li > a {float:left;font-family: arial, sans-serif;font-size:12px !important;text-decoration:none !important;color:#434343 !important;margin:0px 0px 0px 0px;padding:2px 10px 2px 10px;height:20px;line-height:20px;font-weight: normal;}
#top-genre li > a:hover{background-color: #FF7A00; color:#ffffff !important; text-decoration: none !important;}
#top-genre ul li.current_page_item a {background-color:#434343; color:#ffffff !important; text-decoration: none !important;}
#genre-title {width:680px; height:25px; color:#434343; font-family: arial, sans-serif; font-size:18px; margin:0px 20px 0px 20px; font-weight: bold;}



/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 12px; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border-bottom: 1px solid #e6e6e6; color: #464646; font-weight: bold; font-size:16px; margin:0 10px; }
.ui-widget-header a { color: #464646; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #ffffff; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick {
	background:url(../images/close.png) no-repeat !important;
 }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Dialog 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: 5px 0; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.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; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { padding: 5px 11px; margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 20px;
	width: 9px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;

	background:url(../images/scroll-track.png) repeat-y 4px top #F7F7F7;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background:url(../images/scroll-bar.png) no-repeat;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


#dle-captcha  img {width: 110px;
height: 46px;}





.pheading {background: #fcfcfc;
background: -moz-linear-gradient(top, #fcfcfc 1%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fcfcfc), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top, #fcfcfc 1%,#ededed 100%);
background: -o-linear-gradient(top, #fcfcfc 1%,#ededed 100%);
background: -ms-linear-gradient(top, #fcfcfc 1%,#ededed 100%);
background: linear-gradient(to bottom, #fcfcfc 1%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 );
padding: 10px;
border: 1px solid #ededed;
border-radius: 4px;
margin-bottom: 10px;position: relative;
border-bottom-color: rgb(224, 224, 224);}
.pheading img {float: right;
position: relative;
top: -24px;}
.pheading h2 {font-weight: normal;}
.baseform {margin-bottom: 50px;
background: rgb(247, 247, 247);
padding-bottom: 14px;
padding-left: 10px;
padding-top: 6px;
border-radius: 3px;}
.tableform {display: block;}
 
.tableform tr td {padding: 4px 2px;}
.tableform  tr td.label {width: 20%;
vertical-align: top;
padding-right: 4px;
font-weight: bold;}
.tableform  tr td.label  .impot {color: #F36B00;
padding-left: 2px;}
.tableform  tr td.label  br {display: none !important;}
.tableform  input[type="text"], .tableform  input[type="password"] {border: 1px rgb(216, 216, 216) solid;
height: 24px;
padding: 4px;
box-sizing: border-box;
width: 300px;
border-radius: 3px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08), inset 0px 1px 2px rgba(0, 0, 0, 0.06);} 
.tableform  textarea {border: 1px rgb(216, 216, 216) solid;
height: 180px;
padding: 4px;
box-sizing: border-box;
 
border-radius: 3px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08), inset 0px 1px 2px rgba(0, 0, 0, 0.06);}
.tableform  select{border: 1px rgb(216, 216, 216) solid;
height: 24px;
padding: 0px 4px;
box-sizing: border-box; 
border-radius: 3px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08), inset 0px 1px 2px rgba(0, 0, 0, 0.06);}
.fbutton { -moz-transition: all 0.3s ease 0s;
-moz-box-sizing: border-box;
background: url("../images/highlight_buttom.png") repeat-x scroll center top #ECAE0F;
border: 1px solid #F3970C;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.43);
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: Calibri,'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
font-style: normal;
height: 26px;
line-height: 26px;
outline: medium none;
padding: 0 6px;
text-align: center;
text-shadow: 0 -1px 0 rgba(94, 94, 94, 0.13);} 
a.fbutton { color: #FFFFFF; display: inline-block; } .fbutton:hover { background-color: #FAB80E; border: 1px solid #F3970C; color: #FFFFFF; text-decoration: none; } .fbutton:active { background-color: #ECAE0F; border: 1px solid #F3970C; color: #FFFFFF; outline: 0 none; } /*----------*/

.fieldsubmit input, .fieldsubmit button {}

/*---Найденные похожие новости при добавлении новостей на сайте---*/
.findrelated {
	width:99%;
	background: #ffc;border:1px solid #9E9E9E;
	padding: 5px;margin-top: 7px;
	margin-right: 10px;
}


/*---statistics---*/
.statistics {
    overflow: hidden;
    margin: 0;
    padding: 0;
	
}

/*---infoblock---*/
.infoblock {
    background-color: #f1f5f7;
    padding: 15px;
    margin-bottom: 25px;
	border-radius: 3px;
}

/*---Рамка расширенной формы поиска по сайту---*/
fieldset {
    border: 1px solid #bfced6;
    padding: 5px;
    text-align: left;
}


.heading {
    color: #f25100;
    margin-bottom: 0.3em;
	font-size: 1.25em;
}



.pollvotelist {
    width: 70%;
    text-align: left;
}

.pollvotelist input {
    margin-right: 5px;
}

.mass_comments_action {
    border-top: 2px solid #eee;
    border-bottom: 1px solid #dadada;
    background-color: #f5f6f7;
    padding: 10px 15px;
}
.basecont {margin-bottom: 23px;
padding-bottom: 14px;}

h2.heading {background: #fcfcfc;
background: -moz-linear-gradient(top, #fcfcfc 1%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fcfcfc), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top, #fcfcfc 1%,#ededed 100%);
background: -o-linear-gradient(top, #fcfcfc 1%,#ededed 100%);
background: -ms-linear-gradient(top, #fcfcfc 1%,#ededed 100%);
background: linear-gradient(to bottom, #fcfcfc 1%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 );
padding: 10px;
border: 1px solid #ededed;
border-radius: 4px;
margin-bottom: 10px;
position: relative;
border-bottom-color: rgb(224, 224, 224);
font-weight: normal;}

.statistics ul.lcol {
    min-height: 71px;
    background: url("../images/statsep.png") no-repeat;
    margin: 0 0 20px -1px;
    padding-top: 14px;
    width: 33.3%;
}

.statistics ul.lcol li {
    padding: 0 15px;
    margin-bottom: 2px;
}

/*---Календарь---*/
.calendar {
    width: 100%;
}

.calendar td, .calendar th {
    padding: 5px 0;
    vertical-align: middle;
    text-align: center;
}

.weekday-active-v, .day-active-v, .weekday-active, .day-active {
    font-weight: bold;
}

.weekday {
    color: #b270ce;
}

th.workday, th.weekday {
    background-color: #f4f8fa;
}

.monthselect {
    font-size: 1.15em;
}

.day-current {
    background-color: #3f4b51;
    color: #fff;
}

.day-current a {
    color: #fff;
}

/*---Лучшие пользователи---*/
.userstop td, .pm td.pm_list, .pm td.pm_head {
    border: 1px solid #d8d8d8;
    padding: 2px;
    background-color: #fff;
}

.userstop thead td, .pm td.pm_head {
    font-size: 0.9em;
    background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
    height: 22px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    color: #4e4e4e;
}


/*---BB коды---*/
 /* различие bbcodes и bbcodes_poll исключительно в длине кнопки */
/* класс bbcodes используем в списке персональных сообщений (pm.tpl) и по умолчанию в модуле редактора сообщений*/
.bbcodes, .bbcodes_poll {
    background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #b3b3b3;
    color: #383838;
    padding: 2px 9px 5px 9px;
    margin-bottom: 2px !important;
    height: 24px;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 4px -3px black;
    -webkit-box-shadow: 0 1px 4px -3px black;
    box-shadow: 0 1px 4px -3px black;
}

.bbcodes:hover, .bbcodes_poll:hover {
    background-position: 0 10px;
}

.bbcodes_poll {
    width: 100px;
}

/*---BB Редактор---*/

.bb-pane { height: 1%; overflow: hidden; border: 1px solid #BBB; background-image: url("../bbcodes/bg.gif");border-bottom: 0px; }
.bb-btn, .bb-sep { margin-right:2px; height: 25px; float: left; display: block; overflow: hidden; text-indent: -9999px; white-space: nowrap; }
.bb-sel { float: left; padding: 4px 2px 0 2px; }
.bb-sel select { font-size: 11px; }
.bb-sep { width: 5px; background-image: url("../bbcodes/brkspace.png"); }
.bb-btn { cursor: pointer; width: 23px; }

#b_font { width: 118px;}
#b_size { width: 65px;}
#b_font select { padding: 0px;}
#b_size select { padding: 0px;}
#b_b { background-image: url("../bbcodes/b.gif"); }
#b_i { background-image: url("../bbcodes/i.gif"); }
#b_u { background-image: url("../bbcodes/u.gif"); }
#b_s { background-image: url("../bbcodes/s.gif"); }
#b_img { background-image: url("../bbcodes/image.gif"); }
#b_up { background-image: url("../bbcodes/upload.gif"); }
#b_emo { background-image: url("../bbcodes/emo.gif"); }
#b_url { background-image: url("../bbcodes/link.gif"); }
#b_leech { background-image: url("../bbcodes/leech.gif"); }
#b_mail { background-image: url("../bbcodes/email.gif"); }
#b_video { background-image: url("../bbcodes/mp.gif"); }
#b_audio { background-image: url("../bbcodes/mp3.gif"); }
#b_hide { background-image: url("../bbcodes/hide.gif"); }
#b_quote { background-image: url("../bbcodes/quote.gif"); }
#b_code { background-image: url("../bbcodes/code.gif"); }
#b_left { background-image: url("../bbcodes/l.gif"); }
#b_center { background-image: url("../bbcodes/c.gif"); }
#b_right { background-image: url("../bbcodes/r.gif"); }
#b_color { background-image: url("../bbcodes/color.gif"); }
#b_spoiler { background-image: url("../bbcodes/spoiler.gif"); }
#b_fla { background-image: url("../bbcodes/flash.gif"); }
#b_yt { background-image: url("../bbcodes/youtube.gif"); }
#b_tf { background-image: url("../bbcodes/typograf.gif"); }
#b_list { background-image: url("../bbcodes/list.gif"); }
#b_ol { background-image: url("../bbcodes/ol.gif"); }
#b_tnl { background-image: url("../bbcodes/translit.gif"); }
#b_br { background-image: url("../bbcodes/pbreak.gif"); }
#b_pl { background-image: url("../bbcodes/page.gif"); }

.bb-editor textarea { 
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding: 2px; border: 1px solid #bcc0c2; width: 100%; background: #fff url("../images/fields.png") repeat-x;
}
.editorcomm .bb-editor { width: 100%;}
.editorcomm .bb-editor textarea { height: 156px; }

.clr {
    clear: both;
}

/*---Дополнительные поля---*/
.xfields textarea, .xprofile textarea {
    height: 186px;
    margin: 0px 1px 0px 0px;
    padding: 0px;
}

.xfields input, .xprofile input {
    width: 250px;
    height: 14px;
    padding: 2px;
}

.xfields_table td {
    vertical-align: top;
}

/*---Персональные сообщения---*/
 .pm_head {
    font-weight: bold;
}


/*---Облако тегов---*/
.clouds_xsmall {
    font-size: 1em;
}

.clouds_small {
    font-size: 1.1em;
}

.clouds_medium {
    font-size: 1.2em;
    font-weight: bold;
}

.clouds_large {
    font-size: 1.5em;
}

.clouds_xlarge {
    font-size: 1.7em;
}

/*---Быстрый поиск на сайте---*/
#searchsuggestions {
    border-width:1px;
    border-color:#919191;
    border-style:solid;
    width:300px;
    background-color:#5c9ccc;
    font-size:10px;
    line-height:14px;
}

#searchsuggestions a {
    padding:5px;
    display:block;
    background-color:#fff;
    clear:left;
    height:75px;
    text-decoration:none;
}

#searchsuggestions a:hover {
    background-color:#fdd08b;
    color:#fff;
}

#searchsuggestions a span.searchheading {
    background: #5c9ccc;
    display:block;
    font-weight:bold;
    padding:5px;
    color:#fff;
}

#searchsuggestions a:hover span.searchheading {
    color:#fff;
}

#searchsuggestions a span {
    color:#555;
}

#searchsuggestions a:hover span {
    color:#000;
}

#searchsuggestions span.seperator {
    float:right;
    padding-right:15px;
    margin-right:5px;
}

#searchsuggestions span.seperator a {
    background-color:transparent;
    display:block;
    height:auto;
    color:#fff;
}

#searchsuggestions span.notfound {
    padding:5px;
    background-color:#fff;
    display:block;
    height:auto;
    color:#000;
}


/*---подсветка текста в теге [code]---*/
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;
}

/*---прогресс бар заполненности персональных сообщений---*/
.pm_progress_bar {
    border: 1px solid #d8d8d8;
    padding: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pm_progress_bar span {
    background: #000000;
    font-size: 0em;
    text-indent: -2000em;
    height: 10px;
    display: block;
    overflow: hidden;
}

/*---Вывод результатов голосования на сайте---*/
.voteprogress {
  overflow: hidden;
  height: 15px;
  margin-bottom: 5px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.voteprogress span {
  color: #ffffff;
  text-align: center;
  text-indent: -2000em;
  height: 15px;
  display: block;
  overflow: hidden;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
}

.voteprogress .vote2 {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.voteprogress .vote3 {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.voteprogress .vote4 {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.voteprogress .vote5 {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

/*---Вывод результатов опросов в новостях---*/
.pollprogress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 5px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.pollprogress span {
  color: #ffffff;
  height: 18px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
}

.pollprogress .poll2 {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.pollprogress .poll3 {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.pollprogress .poll4 {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.pollprogress .poll5 {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

/*---Выделение текста и всплывающее окно (поделиться ссылкой)---*/
#marker-bar,
#txtselect_marker {
	display: block;
	visibility: hidden;
    position: absolute;
    z-index: 1200;
    opacity: 0;
    -webkit-transition: opacity .4s, visibility .1s linear .4s;
    -moz-transition: opacity .4s, visibility .1s linear .4s;
    -o-transition: opacity .4s, visibility .1s linear .4s;
    transition: opacity .4s, visibility .1s linear .4s;
}
#txtselect_marker {
    cursor: pointer;
    background:url(../dleimages/marker.png) -0px -0px no-repeat;
}

#txtselect_marker:hover {
        background-position: -0px -32px;
}

#marker-bar{
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #fff;
    padding: 5px 10px;
    cursor: default;
    box-shadow: 0px 0px 4px #ccc;
}

#marker-bar.show {
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
	visibility: visible;
}

#txtselect_marker.show {
        /* XXX make a common css fadeIn/fadeOut classes */
	visibility: visible;
    width: 32px;
    height: 32px;
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
}

#marker-bar .masha-social,
#marker-bar .masha-marker{
	cursor: pointer;
	display: block;
	margin: 0 5px;
	float: left;
}

#marker-bar .masha-marker{
	line-height: 1em;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	margin-right: 10px;
}

#marker-bar .masha-marker:hover {
	color: #ea3e26;
	border-color: #ea3e26;
}

.user_selection, .user_selection_true {
	background: #c4f47d;
	padding: 2px 0;
}
.user_selection a.txtsel_close, .user_selection_true a.txtsel_close {
	display:none;
}
.user_selection .closewrap, .user_selection_true .closewrap {
	position: relative;
}
.user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close {
	display: inline-block;
	position: absolute;
	top: -7px;
	left: -5px;
	width: 33px;
	height: 33px;
	background: url(../dleimages/closemarker.png) -0px -0px no-repeat;
}

.user_selection.hover a.txtsel_close:hover, .user_selection_true.hover a.txtsel_close:hover {
	background-position: -0px -33px;
}


#share-popup {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	position: absolute;
	width: 414px;
	display:none;
	z-index: 100;
	padding: 10px 0;
	opacity: 0;
	-webkit-transition: opacity .4s, visibility .1s linear .4s;
	-moz-transition: opacity .4s, visibility .1s linear .4s;
	-o-transition: opacity .4s, visibility .1s linear .4s;
	transition: opacity .4s, visibility .1s linear .4s;
}

#share-popup.show {
	display:block;
	opacity: 1;
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
}

#share-popup .social {
	padding: 0 0 10px 17px;
	height: 40px;
}

#share-popup .social p {
	padding-bottom: 10px;
	margin: 0;
	font-weight: bold;
}

#share-popup .social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#share-popup .social ul li {
	float: left;
	margin-right: 20px;
	padding-top: 2px;
	position: relative;
}

#share-popup .social ul a {
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	color: #aaa;
	padding-left: 25px;
}

#share-popup .social ul a:hover {
	text-decoration: underline;
	color: #ea3e26;
}

#share-popup .social a span{
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(../dleimages/social-icons.png) 20px 20px no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

#share-popup .social .tw span{
	background-position: 0 -20px;
}

#share-popup .social .tw:hover span{
	background-position: 0 0;
}

#share-popup .social .fb span{
	background-position: -20px -20px;
}

#share-popup .social .fb:hover span {
	background-position: -20px 0;
}

#share-popup .social .vk span{
	background-position: -40px -20px;
}

#share-popup .social .vk:hover span {
	background-position: -40px 0;
}

#share-popup .social .gp span{
	background-position: -60px -20px;
}

#share-popup .social .gp:hover span {
	background-position: -60px 0;
}

#share-popup .link {
	clear: both;
	border-top: 1px solid #d9d9d9;
	padding: 10px 5px 0 10px;
	line-height: 1.2;
	overflow: hidden;
	margin: 0 7px;
}

#share-popup .link p {
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0;
}

p.vtitle {padding: 8px;
background: rgb(226, 226, 226);
margin-bottom: 10px;
border-radius: 5px;
margin-top: 10px;}

#share-popup .link span {
	color: #999;
	font-size: 10px;
	display: block;
	padding-top: 3px;
}

#share-popup .link a {
	display: block;
}
.bb-editor select {height: auto !important;}


.post-serie {
    position: absolute;
    top: 50px;
    left: 2px;
    background: url(../images/serie-bg.png) repeat-x;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    padding: 0 9px;
    text-shadow: -1px -1px 0 #c75b17;
}
  
.post-serie a:hover { 
color: #FFFFFF;
text-decoration: none;
} 
  
.post-serie a:link, .news-movie-filetype a:visited { 
color: #ffffff;
text-decoration: none;
} 
    
.post-serie {
    position: absolute;
    top: 50px;
    left: 2px;
    background: url(../images/serie-bg.png) repeat-x;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    padding: 0 9px;
    text-shadow: -1px -1px 0 #c75b17;
}

 .post-serie {

}

.post-serie:before {
    content: '';
    background:url(../images/serie-before.png) no-repeat;
    width:8px;
    height:33px;
    top:0;
    left:-3px;
	position: absolute;
}

.post-serie:before {
    content: '';
    background:url(../images/serie-before.png) no-repeat;
    width:8px;
    height:33px;
    top:0;
    left:-3px;
	position: absolute;
}

.post-serie:after {
    content:'';
    background:url(../images/serie-after.png) no-repeat;
    width:16px;
    height:33px;
    top:0;
    right:-16px;
	position: absolute;
}

.post-serie:after {
    content:'';
    background:url(../images/serie-after.png) no-repeat;
    width:16px;
    height:33px;
    top:0;
    right:-16px;
	position: absolute;
}


.post-text img {display: none}

  .argmore a b, .argmore a { float: right; height: 29px; background: url("../images/argmore.png") no-repeat 0 -29px; }
    .argmore a b { float: left; padding: 0 42px 0 12px; background-position: 100% 0; }
    .argmore a { line-height: 26px; margin-left: 10px; color: #fff; background-color: #ff9e2f; }
    .argmore a:hover { background-position: 0 -87px; }
    .argmore a:hover b { background-position: 100% -58px; }

	