body {
	padding: 0;
	margin: 0;
	background-image: url("https://ani-mania.com/files/1900х1000.jpg");
    background-attachment: fixed, fixed;
	text-align: center;
	font-size: 11px;
	font-family:"Comic Sans MS", cursive;
	color: #000;
	overflow-x: hidden;
    
}

h1, h2, h3, h4, h20, a {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	
}

.main-center-block {
	width: 1000px;
    text-align: left;
	padding: 20px 0 0 0;
	font: 11px;
	color: #000;
    position: absolute;
    top:20px;
    left:1px;
    bottom: 1px;  
    right: 1px;
    margin:auto;
}

	.head-block {
		height: 180px;
		
	}
	
	.boby-bg{
		background: url(../images/bg-b.png) top center repeat-y;
		-moz-box-shadow: 3px 3px 15px #000;
    -webkit-box-shadow: 3px 3px 15px #000;
    box-shadow: 3px 3px 15px #000       ;
    
		}
		
.logbl {
	position:absolute;
	background: url(../images/regl2.png);
	display: block;
	width: 350px;
	height: 350px;
	overflow: hidden;
	right: 0;
	margin-right: -235px;
	margin-top: -180px;
	z-index: 1000;
	border-radius: 0 0 0 15px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
	
	}
	.logbl:hover {
	margin-right: 0px;
	margin-top: 0px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
	
	}		
	
	.logbl2 {
	display: block;
	width: 300px;
	height: 300px;
	margin-left: 50px;
	margin-bottom: 50px;
		}
	
		.head-menu {
			color: #FFF;
			float: right;
    display: block;
    
		}
		
			.head-menu a {
				color: #FFF;
				padding: 0 10px 0 10px;
				border-right: 1px #555650 solid;
				text-decoration: none;
			}
			
				.head-menu a:hover {
					text-decoration: underline;
					color: #fff;
				}
				
			.head-menu span {
				color: #ff4142;
				padding: 0 10px 0 10px;
				cursor: pointer;
			}
			
		.logo {
			position: absolute;
			display: block;
			background: url(../images/logo.png) left top no-repeat;
			width: 300px;
			height: 210px;
			top: -33px;
			left: 0;
			-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
		}
		.logo:hover {
			
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
  margin-top: -10px;
  
		}
		
		.banner {
			position: absolute;
			right: 0;
			top: -5px;
		}
		
	.top-menu {
		height: 29px;
		background: url(../images/top-menu.jpg) left top repeat-x;
		-moz-box-shadow: 2px 2px 15px #000;
    -webkit-box-shadow: 2px 2px 15px #000;
    box-shadow: 2px 2px 15px #000;
	
	}
	
		.top-menu a {
			display: block;
			height: 29px;
			line-height: 29px;
			color: #FFF;
			text-decoration: none;
			padding: 0 25px 0 25px;
			float: left;
			    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

		}
		
			.top-menu a:hover {
				background: url(../images/top-menu.jpg) left bottom repeat-x;
				color: #fff;
			}
			
		.top-menu img {
			border: 0;
			float: left;
		}
		
/* ФИЛЬМЫ */
.films-block, .music-block, .clips-block, .serials-block, .on-line-block {
	background: url(../images/bg-b.jpg) left top;
	padding: 15px;
	-moz-box-shadow: 3px 3px 15px #000;
    -webkit-box-shadow: 3px 3px 15px #000;
    box-shadow: 3px 3px 15px #000;
	-webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
}
.films-block:hover, .music-block:hover, .clips-block:hover, .serials-block:hover, .on-line-block:hover {
	background: url(../images/bg-b.jpg) right bottom;
	-webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
}

	.content-table {
		width: 100%;
		clear: both;
		min-height: 0px;
	}
	
		.content-table-left {
			width: 53px;
		}
		
			.title-link {
				display: block;
				width: 48px;
				border-left: 3px #fff solid;
				background: url(../images/title-link.png);
				min-height: 100px;
				position: relative;
			}
			
				.title-link:hover {
					border-left: 3px #fab228 solid;
				}
			
			.title-link-films {
				display: block;
				position: absolute;
				width: 60px;
				height: 200px;
				left: 50%;
				top: 50%;
				margin-top: -100px;
				margin-left: -30px;			
				background: url(../images/title-link-films.png);
				-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
			}
			.title-link-films:hover {
				background: url(../images/title-link-films2.png);
				-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
				}
		
		.content-table-right {
			padding: 0 0 0 10px;
			
		}
		
			.kino-news {
				float: left;
				width: 120px;
				margin: 0 15px 15px 15px;
				position: relative;
				-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
			}
			.kino-news:hover {
				-moz-box-shadow: 3px 3px 15px #000;
    -webkit-box-shadow: 3px 3px 15px #000;
    box-shadow: 3px 3px 15px #000;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
			}
			
			.kino-news-top {
				float: left;
				width: 110px;
				margin: 0 15px 15px 15px;
				position: relative;
				-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
				
			}
			.kino-news-top:hover {
				/*Transition*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
				-moz-box-shadow: 3px 3px 15px #000;
    -webkit-box-shadow: 3px 3px 15px #000;
    box-shadow: 3px 3px 15px #000;
	 -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
			}
			
				.kino-news-img {
					height: 155px;
					width: 120px;
					overflow: hidden;
					
				}
				
					.kino-news-img img {
						width: 120px;
						border: 0;
					}
					
					.kino-news-img-top {
					height: 135px;
					width: 110px;
					overflow: hidden;
					
				}
				
					.kino-news-img-top img{
				    height: 135px;
					border: 0;
					
					}
				.kino-news h20 {
    					min-height: 60px;
   						max-height: 60px;
						overflow: hidden;
					
				}
				
					.kino-news h20 a {
						display: block;
						background: #dc9011 url(../images/kino-news.jpg) left top repeat-x;
						padding: 7px;
						text-align: center;
						color: #000;
    					max-height: 60px;
						overflow: hidden;
						text-decoration: none;
						font-size: 12px;
						font-weight: bold;
					}
					
						.kino-news h20 a:hover {
							/*background: #0a0d12 url(../images/top-menu3.jpg) left top repeat-x !important;
							color: #fff !important;*/
						}
						
.kino-quality {
	display: none;
}

.quality {
	position: absolute;
	top: 130px;
	left: -5px;
	height: 19px;
}

div.dvdrip {
	width: 53px;
	background: url(../images/quality.png) 0 -25px no-repeat;
}

h20.dvdrip a {
	background: #6f850e url(../images/dvdrip.jpg) left top repeat-x !important;
	color: #fff !important;
    min-height: 60px;
}

div.ts {
	width: 42px;
	background: url(../images/quality.png) 0 -3px no-repeat;
}

h20.ts a {
	min-height: 60px;
}

div.bdrip {
	width: 54px;
	background: url(../images/quality.png) 0 -46px no-repeat;
}

h20.bdrip a {
	background: #12b8f6 url(../images/bdrip.jpg) left top repeat-x !important;
	color: #fff !important;
    min-height: 60px;
}

div.camrip {
	width: 54px;
	background: url(../images/quality.png) 0 -69px no-repeat;
}

h20.camrip a {
	background: #f76311 url(../images/camrip.jpg) left top repeat-x !important;
	color: #fff !important;
    min-height: 60px;
}

.films-category {
	padding: 0 0 0 10px;
}

	.films-category a {
		float: left;
		margin: 5px;
		width: 162px;
		height: 24px;
		background: url(../images/films-category.png) left top no-repeat;
		display: block;
		text-decoration: none;
		color: #444;
		text-align: center;
		line-height: 24px;
		    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

		
	}
	
		.films-category a:hover {
			background: url(../images/films-category.png) left bottom no-repeat;
			color: #000;
			font-style: italic;
			font-weight: bold;
			-moz-box-shadow: 3px 3px 15px #030; /* тень для Firefox */
    -webkit-box-shadow: 3px 3px 15px #030; /* для Chrome и Safari */
    box-shadow: 3px 3px 15px #030; /* для всех */
	border-radius: 7px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
		}
		
/* МУЗЫКА */
.title-link-music {
	display: block;
	position: absolute;
	width: 60px;
	height: 126px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -63px;
	background: url(../images/title-link-music.png);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.title-link-music:hover {
	background: url(../images/title-link-music2.png);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.music-news {
	width: 117px;
	height: 117px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 5px 5px 5px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}
.music-news:hover {
	-moz-box-shadow: 3px 3px 15px #030; /* тень для Firefox */
    -webkit-box-shadow: 3px 3px 15px #030; /* для Chrome и Safari */
    box-shadow: 3px 3px 15px #030; /* для всех */
	border-radius: 7px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

	.music-news img {
		width: 117px;
		border: 0;
	}
	
	.music-news h20 {
		display: none;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #f76311 url(../images/camrip.jpg) left top repeat-x;
		color: #fff;
		position: absolute;
	}
	
		.music-news h20 a {
			color: #fff;
			text-decoration: none;
			padding: 5px;
			display: block;
		}
		
.music-category {
	padding: 0 0 0 20px;
}

	.music-category a {
		display: block;
		background: url(../images/music-category.png) left 3px no-repeat;
		width: 100px;
		padding: 0 0 0 15px;
		margin: 5px;
		float: left;
		color: #aeaeae;
	}
	
		.music-category a:hover {
			background: url(../images/music-category.png) left -60px no-repeat;
			color: #ff4c1c;
		}
		
/* КЛИПЫ */
.title-link-clips {
	display: block;
	position: absolute;
	width: 60px;
	height: 126px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -63px;
	background: url(../images/title-link-clips.png);
		    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}

.title-link-clips:hover {
	background: url(../images/title-link-clips2.png);
			    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;}

.title-link-news {
	display: block;
	position: absolute;
	width: 60px;
	height: 164px;
	left: 50%;
	top: 50%;
	margin-top: -82px;
	margin-left:-30px;
	background: url(../images/title-link-news.png);
	    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}
.title-link-news:hover {background: url(../images/title-link-news2.png);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.clips-news {
	float: left;
	width: 210px;
	background: url(../images/clips-news.png);
	margin: 0 8px 10px 8px;
    /*Transition*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}



	
.clips-news:hover {
	-moz-box-shadow: 3px 3px 15px #000;
    -webkit-box-shadow: 3px 3px 15px #000;
    box-shadow: 3px 3px 15px #000;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	}

	.clips-news-img {
		width: 210px;
		height: 125px;
		overflow: hidden;
		position: relative;
	}
	
		.clips-news-img img {
			width: 210px;
			border: 0;
		}
		
		.clips-news-title {
			padding: 5px 5px 10px 5px;
		}
		
		.clips-news-title a {
			color: #00C;
		}
		
			.clips-news-title a:hover {
				color: #fff;
			}
			
		.clips-news-title h20 {
			padding: 0 0 5px 0;
		}
			
		.clips-news-title h20 a {
			color: #000 !important;
			text-decoration: none;
			text-shadow: #FFF 1px 1px 1px;
			
		}
		
			.clips-news-title h20 a:hover {
				color: #fffed7 !important;
				text-shadow: #000 1px 1px 1px;
			}
		
		.clips-news-preview {
			position: absolute;
			background: url(../images/clips-news-preview.png)no-repeat;
			width: 51px;
			height: 51px;
			left: 50%;
			top: 50%;
			margin: -25px 0 0 -25px;
			cursor: pointer;
			/*Transition*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
		}
		
			.clips-news-preview2 {
				background: url(../images/clips-news-preview2.png) no-repeat !important;
			}
		
	.clips-news-content {
		padding: 15px;
		background: #fff;
		border: 5px #666 solid;
		border-radius:10px; 
		-webkit-border-radius:10px; 
		-moz-border-radius:10px;
		position: fixed;
		left: 50%;
		top: 50%;
		z-index: 10000;
		display: none;
	}
	
		.clips-news-content h20 {
			
		}
		
		.clips-news-content-close {
			position: absolute;
			display: block;
			background: url(../images/clips-news-content-close.png);
			width: 37px;
			height: 37px;
			right: -40px;
			top: -40px;
			cursor: pointer;
		}
		
		.clips-news-content-link {
			padding: 0 0 15px 0;
			font-size: 18px;
			color: #000;
		}
		
			.clips-news-content-link a {
				color: #000;
				text-decoration: none;
			}
			
				.clips-news-content-link a:hover {
					text-decoration: underline;
				}
				
/* СЕРИАЛЫ */
.title-link-serials {
	display: block;
	position: absolute;
	width: 60px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -100px;
	background: url(../images/title-link-serials.png);
		-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	
}

.title-link-serials:hover{
	background: url(../images/title-link-serials2.png);
		-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	
	}
.serials-news {
	background: url(../images/la1.png);
	float: left;
	display:block;
	width: 280px;
	height: 117px;
	overflow: hidden;
	margin: 0 10px 10px 10px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;}
	
	

.serials-news:hover {
	-moz-box-shadow: 3px 3px 15px #000;
    -webkit-box-shadow: 3px 3px 15px #000;
    box-shadow: 3px 3px 15px #000;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;}

	.serials-news-img {
		width: 80px;
		height: 125px;
		overflow: hidden;
		float: left;
		margin: 0 10px 0 0;
	}
	
		.serials-news-img img {
			border: 0;
			width: 80px;
		}
		
	.serials-news-content {
		color: #000;
		font-family:"Comic Sans MS", cursive;
		padding: 0 3px 0 0;
		
	}
	
		.serials-news-content a {
			color: #000;
		}
		
			.serials-news-content a:hover {
				color: #fff;
			}
		
		.serials-news-content h20 {
			padding: 0 5px 10px 3px;
			font-size: 12px;
			font-weight: bold;
		}
		
			.serials-news-content h20 a {
				color: #000 !important;
				text-shadow: #FFF 2px 2px 2px;
			}
			
				.serials-news-content h20 a:hover {
					color: #fff !important;
					text-shadow: #000 2px 2px 2px;
				}
				
/* ОН-ЛАЙН */
.title-link-on-line {
	display: block;
	position: absolute;
	width: 60px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -30px;
	background: url(../images/on-line.png);
		-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	}
	.title-link-on-line:hover {
			background: url(../images/on-line2.png);
				-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;}


.on-line-news {
	width: 290px;
	padding: 0 0 13px 0;
	float: left;
	position: relative;
	margin: 0 5px 5px 5px;
	border-radius: 8px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	
}
.on-line-news:hover {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	-moz-box-shadow: 3px 3px 15px #000;
    -webkit-box-shadow: 3px 3px 15px #000;
    box-shadow: 3px 3px 15px #000;}

	.on-line-news h20 {
		background: url(../images/on-line-news.png) left center no-repeat;
		padding: 4px 5px 5px 20px;
		color: #868482;
		font-weight: bold;
		font-size: 16px;
		margin: 0 0 0 10px;
    height: 10px; 
    		overflow: hidden;
	}
	
		.on-line-news h20 a {
			color: #000;
			text-decoration: none;
			text-shadow: #FFF 1px 1px 1px;
 		}
			.on-line-news h20 a:hover {
				color: #fff;
				text-shadow: #000 1px 1px 1px;
			}
			
	.on-line-news-img {
		height: 155px;
		width: 272px;
		margin: 0 0 0 9px;
		overflow: hidden;
	}
	
		.on-line-news-img img {
			width: 272px;
			border: 0;
		}
		
	.on-line-news-content {
		display: none;
		position: absolute;
		padding: 15px;
		background: #fff;
		border: 5px #666 solid;
		border-radius:10px; 
		-webkit-border-radius:10px; 
		-moz-border-radius:10px;
		right: -150px;
		top: -80px;
		width: 300px;
		color: #868482;
		z-index: 9999;
	}
	
		.on-line-news-title {
			font-weight: bold;
			font-size: 12px;
			color: #fb4211;
			padding: 0 0 7px 0;
		}
		
		.on-line-news-content-img {
			float: left;
			width: 100px;
			margin: 0 10px 0 0;
		}
		
			.on-line-news-content-img img {
				width: 100px;
				border: 0;
			}
		
	.on-line-news-content a {
		color: #fb4211;
		text-decoration: none;
	}
	
		.on-line-news-content a:hover {
			color: #000;
		}
		
.main-table {
	width: 100%;
	clear: both;
}

	.td-for-blocks {
		width: 257px;
	}
	
		.left-block {
			margin: 0 0 10px 10px;
			border-radius: 8px;
			-moz-box-shadow: 3px 3px 15px #000;
    -webkit-box-shadow: 3px 3px 15px #000;
    box-shadow: 3px 3px 15px #000;
		}
		
			.left-block h3 {
				height: 50px;
				line-height: 50px;
				padding: 0 10px 0 30px;
				border-radius: 8px 8px 0 0;
				overflow: hidden;
				cursor: pointer;
				font-weight: bold;
				text-shadow: #000 1px 1px 1px;
				color: #fff;
				background: url(../images/ltitle.jpg) repeat-x;
			}
			
			.left-block-content {
				background: url(../images/leftb.jpg) left top no-repeat;
				padding: 10px;
				color: #fff;
				border-radius:  0 0 8px 8px;
				-webkit-transition: all 3.0s ease;
    -moz-transition: all 3.0s ease;
    -o-transition: all 3.0s ease;
			}
			.left-block-content:hover {
				background: url(../images/leftb.jpg) right top no-repeat;
			}
			
				.left-block-content a {
					font-family: "Comic Sans MS", cursive;
					font-size: 13px;
					color: #fffae7;
				}
				
					.left-block-content a:hover {
						color: #fff;
					}
					
					.left-block-content2 {
				background: url(../images/left2b.jpg) left top no-repeat;
				padding: 10px;
				color: #fff;
						border-radius:  0 0 8px 8px;
		-webkit-transition: all 3.0s ease;
    -moz-transition: all 3.0s ease;
    -o-transition: all 3.0s ease;
			}
			.left-block-content2:hover {
				background: url(../images/left2b.jpg) right top no-repeat;
			}
			
				.left-block-content2 a {
					font-family: "Comic Sans MS", cursive;
					font-size: 13px;
					color: #FFF;
				}
				
					.left-block-content2 a:hover {
						color: #fff;
					}
					
					.left-block-content3 {
				background: url(../images/left3b.jpg) left top no-repeat;
				padding: 10px;
				color: #fff;
						border-radius:  0 0 8px 8px;
		-webkit-transition: all 3.0s ease;
    -moz-transition: all 3.0s ease;
    -o-transition: all 3.0s ease;
			}
			.left-block-content3:hover {
				background: url(../images/left3b.jpg) right top no-repeat;
			}
			
				.left-block-content3 a {
					font-family: "Comic Sans MS", cursive;
					font-size: 13px;
					color: #fffae7;
				}
				
					.left-block-content3 a:hover {
						color: #fff;
					}
					
				.toptop {
					margin: 0;
					padding: 0;
				}
				
					.toptop li {
						margin: 0;
						padding: 0;
						list-style-type: none;
					}
					
						.toptop li a {
							display: block;
							padding: 5px;
							margin: 0 0 5px 0;
						}
						
							.toptop li a:hover {
								background: url(../images/tt-tabs.png);
							}
			
				.films-left-link {
					background: url(../images/la1.png) repeat-x;
					display: block;
					padding: 5px 5px 5px 10px;
					margin: 0 10px 5px 0px;
					border-radius: 3px;
					text-decoration: none;
					color: #000 !important;
					font-size: 13px;
					text-shadow: #FFF 2px 2px 2px;
					-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
					}
				
					.films-left-link:hover {
						background: #ac0909 url(../images/la2.png) repeat-x;
						font-size: 14px;
						padding: 5px 5px 5px 20px;
						color: #fff !important;
						border-bottom: 1px #850909 solid;
						text-shadow: #000 1px 1px 1px;
						-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
					}
	
	.td-for-content {
		padding: 0 0 0 20px;
	}
		
.footer {
	background: #141414;
	padding: 20px 980px 30px 20px;
	border-top: 2px #414141 solid;
	color: #868482;
    height: 100px;
    position: absolute;
}

	.footer a {
		color: #ccc;
	}
	
		.footer a:hover {
			color: #fff;
		}

/* Юзер-панель */
.dark {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/dark.png);
	display: none;
	z-index: 7777;
}

		.login-close-buttom {
			position: absolute;
			display: block;
			background: url(../images/clips-news-content-close.png);
			width: 37px;
			height: 37px;
			right: 30px;
			top: 30px;
			cursor: pointer;
		}
		



.login-block {
	position: fixed;
	color: #565656;
	z-index: 9999;
	background: url(../images/login-block.png) left top no-repeat;
	width: 444px;
	height: 446px;
	left: 50%;
	top: 50%;
	margin: -223px 0 0 -222px;
	display: none;
	
	
}

	.login-block-title {
		color: #777;
		font-size: 18px;
		height: 126px;
		line-height: 25px;
    margin: 0 auto;
	}
	
		.login-block-title span {
			color: #4bd3ff;
			display: block;
		}

	.login-block a {
		color: #acacac;
		text-decoration: none;
	}
	
		.login-block a:hover {
			color: #000;
		}
	
	.login-input-text {
		border: 0;
		width: 167px;
		margin: 3px 3px 3px 0px;
		color: #340002;
		font-size: 14px;
		font-weight: bold;
		padding: 5px;
		background: none;
		position: absolute;
		left: 15px;
		top: 9px;
		
	}
	
	.login-input-text2 {
		background: url(../images/login-input-text.png) left top no-repeat;
		width: 210px;
		height: 50px;
		position: relative;
	}
	
	.l-link {
		padding: 30px 0 0 0;
		text-align: center;
	}
	
		.l-link a {
			display: block;
			padding: 7px 15px 7px 15px;
			margin: 0 120px 5px 120px;
			background: #e3e3e3;
			border: 1px #fff solid;
			color: #282828;
			border-radius:8px; 
			-webkit-border-radius:8px; 
			-moz-border-radius:8px;
		}
		
			.l-link a:hover {
				background: #5fbdff;
				color: #fff;
			}
			.l-link2 {
		padding: 40px 0 0 0;
		margin-right: 25px;
		text-align: center;
	}
	
		.l-link2 a {
			display: block;
			padding: 7px 15px 7px 15px;
			margin: 0 50px 5px 120px;
			background: #e3e3e3;
			border: 1px #fff solid;
			color: #282828;
			border-radius:8px; 
			-webkit-border-radius:8px; 
			-moz-border-radius:8px;
		}
		
			.l-link2 a:hover {
				background: #5fbdff;
				color: #fff;
			}
		
	
	.enter {
		position: absolute;
		
		margin: 20px 0 0 0;
		left: 20px;
	}
	
	.l-b-l {
		padding: 90px 0 0 0;
	}
	
		.l-b-l a {
			color: #868482;
			text-decoration: none;
		}
		
			.l-b-l a:hover {
				color: #000;
				text-decoration: underline;
			}
	
	.lost-input-text {
		border: 1px #9e9e9e dotted;
		width: 200px;
		padding: 5px;
		color: #644217;
	}
.login-block2 {
	color: #FFF;
	width: 300px;
	height: 300px;
	
	
}

	.login-block2-title {
		color: #FFF;
		font-size: 18px;
		height: 126px;
		line-height: 25px;
	}
	
		.login-block2-title span {
			color: #4bd3ff;
			display: block;
		}

	.login-block2 a {
		color: #000;
		text-decoration: none;
	}
	
		.login-block2 a:hover {
			color: #FFF;
		}
	
	
.l-b-l2 {
		padding: 0px 0 0 0;
	}
	
		.l-b-l2 a {
			color: #FFF;
			font-size: 13px;
			text-decoration: none;
		}
		
			.l-b-l2 a:hover {
				color: #000;
				text-decoration: underline;
			}
	
	.lost-input-text {
		border: 1px #9e9e9e dotted;
		width: 200px;
		padding: 5px;
		color: #644217;
	}			
.s-block-content input {
	background: #fff url(../images/form-text.gif) left top repeat-x;
	margin: 5px 20px 0 0;
	color: #2e2e2e;
	border: 1px #d0d0d0 solid;
}

.s-block-content {
    padding: 10px;
}

/* ==================== Календарь */
.calend {

}

.weekday-active-v {
	color: #535353;
}
.day-active-v {
	color: #535353;
	font-weight: bold;
}
.calendar {


text-align: center;
}
	
	.calendar a {
		text-decoration: underline;
	 }
.calendar td, th {
	 text-decoration: none;
	 padding: 3px;
}
.weekday {
	color: #535353;
	font-weight: bold;
	
}
.weekday-active {
	color: #000;
	font-weight: bold;
	
}
.day-active {
	color: #535353;
}
.monthlink {
	color: #535353;
	text-decoration: none;
}
.day-current {
	background:#5b1f1f;
	border:1px dotted #000;
	color: #f3a714;
}

	.day-current a {
		color: #f3a714 !important;
	}

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

/* ==================== Облако тегов */
.tags-block {
	padding: 5px;
	color: #FFF;
    text-shadow: #000 2px 2px 2px;
}
.tags-block:hover{
	color: #000;
    text-shadow: #FFF 2px 2px 2px;
}

.clouds_xsmall {
	font-size: 12;
	color: #FFF !important;
    text-shadow: #000 2px 2px 2px;
}
.clouds_xsmall:hover{
	color: #000 !important;
    text-shadow: #FFF 2px 2px 2px;
}
.clouds_small {
	font-size: 15;
	color: #FFF !important;
    text-shadow: #000 2px 2px 2px;
}

.clouds_small:hover {
	color: #000 !important;
    text-shadow: #FFF 2px 2px 2px;
}

.clouds_medium {
	font-size: 20;
	color: #FFF !important;
    text-shadow: #000 2px 2px 2px;
}
.clouds_medium:hover {
	color: #000 !important;
    text-shadow: #FFF 2px 2px 2px;
}

.clouds_large {
	font-size: 25;
	color: #ff7a52 !important;
}
.clouds_xlarge {
	font-size: 30px;
	color: #ff7a52!important;
}

/* Опрос */
.vote-buttom {
	width: 87px;
	padding: 5px;
	color: #000;
	border: 0;
	background: url(../images/form-text.gif) left top repeat-x;
	margin: 3px;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px #bdbdbd solid;
	border-bottom: 1px #bdbdbd solid;
}


/* ==================== Рейтинг статьи */

.rating {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	width: 115px;
	height: 22px;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 115px;
	height: 22px;
	position: relative;
	background-image: url(../dleimages/rating.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
	list-style-type: none;
}
.unit-rating li a {
	display: block;
	width: 23px;
	height: 22px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background-image: url(../dleimages/rating.png);
	background-position: left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 23px; }
.unit-rating a.r2-unit { left: 23px; }
.unit-rating a.r2-unit:hover { width: 46px; }
.unit-rating a.r3-unit { left: 46px; }
.unit-rating a.r3-unit:hover { width: 69px; }
.unit-rating a.r4-unit { left: 69px; }	
.unit-rating a.r4-unit:hover { width: 92px; }
.unit-rating a.r5-unit { left: 92px; }
.unit-rating a.r5-unit:hover { width: 115px; }
.unit-rating li.current-rating  {
	background-image: url(../dleimages/rating.png);
	background-position: left bottom;
	position: absolute;
	height: 22px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	
}

/* ==================== BB коды */
 
.bbcodes {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	/*  width: 120px;  */
	height: 20px;
	background-image: url(../images/dlet_bttn_bbcodes.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

/* класс bbcodes_poll используем в poll.tpl, vote.tpl, addnews.tpl */

.bbcodes_poll {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	width: 120px;
	height: 20px;
	background-image: url(../images/dlet_bttn_bbcodes.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

.editor_button {
	float: left;
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
}
.editor_buttoncl {
	float: left;
	cursor: pointer;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
.editbclose {
	float: right;
	cursor: pointer;
}
.editor_button select {
	font-family: tahoma;
	font-size: 11px;
}
.editor_button img {margin: 0; padding: 0;}
.editbclose img {margin: 0; padding: 0;}
.editor_button_brk img {margin: 0; padding: 0;}


/* ==================== Выпадающее меню */

#dropmenudiv {
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	background-color: #6497ca;
	line-height: 20px;
	margin: 2px;
	opacity: 0.92;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3)";
	filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
}

#dropmenudiv a {
	display: block;
	text-indent: 3px;
	text-decoration:none;
	color: #ffffff;
	background:#6497ca;
	border: 1px solid #ffffff;
	padding: 1px 0;
	margin: 1px;
	font-weight: bold;
}

#dropmenudiv a:hover {
	background-color:#fdd08b;
	color:#000000;
}

/* ==================== Уведомление о получении новых PM */

#newpm {
	position: absolute;
	width: 400px;
	padding: 4px;
	background-color: #fdfdfd;
	border: 1px solid #bbbbbb;
	font-family: verdana;
	line-height: 135%;
    color: #000;
}
#newpmheader {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	height: 20px;
	color: #636363;
	font-weight: bold;
	background-color: #b2c7f1;
	font-family: verdana;
	cursor: move;
}
#newpm a {
	background: transparent;
	color: #000;
	text-decoration: none;
}
#newpm a:hover {
	background: transparent;
	color: #000;
	text-decoration: underline;
}

/* ==================== Ссылка на скачивание прикрепленного файла */

.attachment {
	color: #f37c64;
}

/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии(.png) */
.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
	z-index: 100000;
}
.highslide-image {
	border: 2px solid #FFFFFF;
	z-index: 100000;
}
.highslide-active-anchor {
   visibility: hidden;
   z-index: 100000;
} 
.highslide-active-anchor img {
	visibility: hidden;
	z-index: 100000;
}
.highslide-dimming {
	background: black;
	z-index: 100000;
}
.highslide-html {
	background-color: white;
	z-index: 100000;
}
.highslide-html-content {
	display: none;
	z-index: 100000;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
	padding: 3px;
	border: 1px solid white;
    background-color: black;
	z-index: 100000;
}
a.highslide-full-expand {
	background: url(../dleimages/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
	z-index: 100000;
}
.highslide-footer {
	height: 11px;
	z-index: 100000;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 12px;
	width: 11px;
	background: url(../dleimages/resize.gif);
	z-index: 100000;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-caption {
	display: none;
	padding: 5px;
	background: white;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    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) right -90px no-repeat;
}
.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 {
    /* hide the text for these graphic buttons */
    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;
}
	
/* Короткая */
.standart-news {
	color: #000;
	margin: 0 0 5px 0;
	
}

	.standart-news h2 {
		padding: 0 0 5px 0;
		font-size: 18px;
		color: #000;
	}
	
		.standart-news h2 a {
			color: #000;
    font-size: 18px;
			text-decoration: none;
		}
		
			.standart-news h2 a:hover {
				color: #b20809;
			}	
			
		
	.standart-news-content {
		padding: 5px 0 0 0;
		color: #000;
	}
	
		.standart-news-content a {
			color: #000;
		}
		
			.standart-news-content a:hover {
				text-decoration: none;
			}
	
		.standart-news-content img {
			border: 0;
			float: left;
			margin: 0 10px 10px 0;
			max-width: 100px;
		}
		
	.standart-news-more {
		padding: 10px 0 5px 0;
		border-bottom: 1px #000 solid;
	}
	
		.standart-news-more a {
			color: #000;
		}
		
			.standart-news-more a:hover {
				color: #b20809;
			}

.main-news {
	padding: 0 0 10px 0;
}

	.main-news-title {
		
	}
	
		.main-news-title h2, .main-news-title h1 {
			color: #00F;
			font-size: 17px;
			
			padding: 0 10px 0 10px;
		}
		
		.shot-text3 {
			color: #000;
		}
	
			.main-news-title a {
				color: #fff;
				text-decoration: none;
			}
			
				.main-news-title a:hover {
					color: #fffde9;
				}

	
	.main-news-content {
		padding: 10px;
		font-size: 12px;
		color: #000;
	}
	
		.main-news-content img {
			float: left;
			max-width: 200px;
			border: 0;
			margin: 0 10px 15px 0;
		}
		
		.main-news-content a {
			color: #000;
		}

		.main-news-other {
			height: 39px;
			line-height: 47px;
			color: #767676;
			padding: 0 0 0 15px;
		}
	
		.main-news-other a {
			color: #00C;
			text-decoration: none;
		}
		
			.main-news-other a:hover {
				color: #000;
				text-decoration: underline;
			}
		
	.main-news-more {
		display: inline;
		padding: 0 0 0 15px;
	}
	
		.main-news-more a {
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
		}
		
			.main-news-more a:hover {
				color: #ffb579;
			}
	
.simple-title {
	height: 24px;
	line-height: 24px;
	color: #000 !important;
	font-size: 11px;
	font-weight: bold;
	padding: 0 5px 0 5px;
	margin: 0 0 3px 0;
	display: block;
	text-decoration: none;
}

.title-block {
	border-bottom: 1px #fff dotted;
	font-size: 18px;
	color: #000;
	padding: 10px 10px 5px 3px;
}

	.title-block a {
		color: #fff;
	}

.short-block {

}

	.short-block a {
		color: #000;
	}
	
	
	.shot-text {		
		color: #000;
		text-align: justify;
		padding: 15px;
	}
	
		.shot-text img {
			border: 3px #c5c7c2 solid;
			margin: 0 5px 5px 5px;
		}
		
		.float-img {
			float: left;
			width: 200px;
			margin: 0 10px 10px 0 !important;
		}
		
		.shot-text2 {
			padding: 10px;
			
			
		}
		
			.shot-text2 a, .shot-text a {
				color: #0f64a5;
				
			}
		
		.shot-text2 img {
			margin: 0 10px 10px 0;
			border: 0;
			max-width: 300px;
		}
		
		.shot-text input {
			margin: 5px 20px 0 0;
			background: #343434;
			color: #fff;
			font-size: 9px;
		}
		.shot-text2 input {
			margin: 5px 20px 0 0;
			background: #343434;
			color: #fff;
			font-size: 9px;
		}
		
		.mass_comments_action input {
			margin: 5px 20px 0 0;
			background: #454545;
			color: #000;
			font-size: 9px;
		}
	
		.shot-text .editor_button img {
			padding: 0 !important;
			border: 0 !important;
			margin: 0;
		}
		.shot-text2 .editor_button img {
			padding: 0 !important;
			border: 0 !important;
			margin: 0;
		}
		
		.editor_button img {
			padding: 0 !important;
			border: 0 !important;
			margin: 0 !important;
		}
		
		.shot-text .editbclose img {
			padding: 0;
			border: 0;
			margin: 0;
		}
		.shot-text2 .editbclose img {
			padding: 0;
			border: 0;
			margin: 0;
		}
		
		.editor_button_brk img {
			padding: 0 !important;
			margin: 0 !important;
			border: 0 !important;
		}
		


/* Полная новость */
.kino-full-news {
	
}

	.kino-full-news-img {
		width: 260px;
		position: relative;
	}
	
		.kino-full-news-img img {
			width: 260px;
			border: 0;
		}
		
	.kino-full-news-img .quality {
		
		top: auto !important;
		bottom: 20px !important;
	}
	
	.kino-full-news-right {
		color: #000;
		padding: 0 0 0 15px;
		line-height: 18px;
		font-family: "Comic Sans MS", cursive;
		font-size: 12px;
	}
	
		.kino-full-news-right a {
			color: #000;
		}
	
		.kino-full-news-right img {
			display: none;
		}
		
.scrinlist {
	clear: both;
}

	.scrinlist img {
		width: 182px;
		border: 0;
		margin: 0 10px 10px 0;
		float: left;
		display: block;
	}
	
.kino-full-news h1 {
	color: #00C;
	font-family: "Comic Sans MS", cursive;
	font-size: 17px;
	padding: 10px 0 10px 0;
}

.kino-full-news-break {
	background: url(../images/kino-full-news-break.jpg) left center repeat-x;
	height: 20px;
	clear: both;
}


.active-ttab {
	background: url(../images/bdrip.jpg) !important;
	height: 32px !important;
	line-height: 32px !important;
	padding: 0 20px 0 20px !important;
	margin: 0px 10px 0 0 !important;
	color: #000 !important;
			border-radius: 5px 5px 0 0;
}

.tt-tabs {
			border-radius: 5px 5px 0 0;
}

	.index-tabs {

		
	}
	
		.index-tabs h3 {
			float: left;
			background: url(../images/camrip.jpg);
			color: #000;
			padding: 0 20px 0 20px;
			margin: 6px 10px 0 0;
			font-size: 12px;
			cursor: pointer;
			height: 26px;
			line-height: 26px;
			border-radius: 5px 5px 0 0;
		}
		
			.index-tabs h3:hover {
				background: url(../images/dvdrip.jpg);
				color: #FFF;
			}
		
	.index-panel {
		color: #000;
	}
	
		.tt-panel {
			width: 690px;
			border-top: 1px #6e6e6e solid;
			padding: 10px;
			clear: both;
			background: url(../images/tt-tabs.png);
			display: none;
			border-radius: 0 12px 12px 12px;
		}
		
			.tt-panel a {
				color: #000;
			}
		
			.tt-panel img {
				
				max-width: 500px;
			}
			
			.tt-panel .quote a {
				display: block;
				padding: 3px;
				margin: 3px;
			}
			
				.tt-panel .quote a:hover {
					color: #000;
				}
				
.tt-tabs2 {
	
}

	.tt-tabs2 .index-tabs {
		color: #fff;
		font-size: 12px;
	}
	
	.tt-tabs2 .index-tabs h3 {
		display: inline !important;
		float: none !important;
		background: none !important;
		color: #000;
		padding: 0 !important;
		margin: 0 !important;
		font-size: 12px !important;
		cursor: pointer !important;
		height: auto !important;
		line-height: auto !important;
	}
	
	.tt-tabs2 .tt-panel {
		border-top: 0 !important;
		padding: 10px;
		clear: both;
		background: none !important;
	}
	
	.tt-tabs2 {
		
	}	
	
.active-ttab2 {
	color: #b20809 !important;
}
		
		
		
		
		
		

	.title-block a {
		
		
	}
	
		.title-block a:hover {
			
		}

.sh-tags {
	border-top: 1px #ccc dotted;
	border-bottom: 1px #ccc dotted;
	padding: 5px 0 5px 0;
	clear: both;
}

	.sh-tags a {
		color: #000;
	}

.newsto {
	margin: 10px 0 0 0;
	padding: 10px;
	padding-bottom: 3px;
	color: #252525;
	font-weight: bold;
	text-align: left;
}

	.newsto span {
		color: #000;
		font-size: 14px;
		display: block;
		padding-bottom: 5px;
	}

	.newsto a {
		color: #646464;
		font-weight: normal;
		line-height: 20px;
	}
	
		.newsto a:hover {
			color: #fff;
		}
		
	.newsto li {
		list-style-type: none;
		background: url(../images/arrow.jpg) left 5px no-repeat;
		padding-bottom: 5px;
		padding-left:10px;
	}
	
.registr-please {
	color: #7791af;
	padding: 10px;
	margin: 5px;
}

/* Вид комментария */



/* -------- */
.commentS-block {
	colo
	font-size: 13px;
	border-radius: 12px;
	-moz-box-shadow: 3px 3px 15px #000;
    -webkit-box-shadow: 3px 3px 15px #000;
    box-shadow: 3px 3px 15px #000;
	
	
	
	
}

.dghg {
	background: url(../images/tt-tabs.png);
	padding: 5px;
	color: #000;
    font-size: 13px;
}

	.dghg a {
		color: #fffae8;
	}
	
.editor {
	color: #000;
	border: 2px #595959 solid !important;
	border-radius:2px; 
	-webkit-border-radius:2px; 
	-moz-border-radius:2px;
	background: url(../images/tt-tabs.png) !important;
}

#comments {
	background: none !important;
	color: #000;
	padding: 5px !important;
}

.user-info-table2 {
	color: #000;
}

	.user-info-table2 input {
		
	}
	
	.user-info-table2 textarea {
		border: 2px #595959 solid !important;
		border-radius:2px; 
		-webkit-border-radius:2px; 
		-moz-border-radius:2px;
		background: #069 !important;
		min-width: 550px;
		min-height: 100px;
		color: #000;
	}

.commentS-block2 {
	background: #f0f9ff !important;
}
	
	.commentS-title {
		color: #818181;
		font-size: 11px;
		padding: 0 0 5px 0;
	}
		
		.commentS-title a {
			color: #000 !important;
			text-decoration: none;
		}

	
	.commentS-data { /* таблица для содержимого */
		width: 100%;
		
	}
	
		.commentS-data td {
			padding: 5px;
			color: #666666;
		}
	
		.commentS-data a {
			color: #3e94ff;
		}
		
		.commentS-td2 input {
			height: 25px;
			margin: 5px 20px 5px 0;
			background: #343434;
			color: #fff;
			border: 1px #d0d0d0 solid;
		}
		
	.commentS-more {
	
		padding: 5px;
		color: #818181;
		
	} 
	
		.commentS-more a {
			color: #3b3b3b;
		}
		
			.commentS-more a:hover {
				color: #fff;
			}
		
.quote {
	background: #feffd0;
	padding: 5px;
	border: 1px #707070 dotted;
	color: #707070;
}

	.quote a {
		color: #b20809;
	}
	

.com-color1 .commentS-title {
	color: #000;
}
		
/* Добавление комментария */
.add-coment-buttom {
	width: 100px;
	height: 30px;
	margin-right: 3px;
	color: #fff;
	border: 1px #2b2b2b solid;
}

.com-title {
	text-align: left;
}
/* 
*****************************
Юзер инфа */
.user-info-table {
	width: 90%; 
	margin: 0 00px 0 20px;
	color: #000;
}

	.user-info-table td {
		padding: 5px 5px 20px 5px;
		text-align: left;
	}
	
		.user-info-table td small {
			font-size: 14px;
			color: #af86522;
			font-weight: bold;
		}
		
		.user-info-table td a {
			color: #ff863d;
		}
		
		.user-info-table td i {
			color: #bfbfbf;
		}
		
		.buttom-add-news {
			margin: 5px 20px 5px 0;
			background: #777777;
			color: #fff;
			border: 1px #2b2b2b solid;
		}
		
		.user-info-table input {
			background: url(../images/form-text.gif);
			color: #2e2e2e;
			border: 1px #d0d0d0 solid;
		}

		
/* Инфо */
.error {
	padding: 10px;
	padding-bottom: 150px;
	background: url(../images/error.png) center bottom no-repeat;
	text-align: center;
}

	.error p {
		font-size: 15px;
		font-weight: bold;
	}
	
	.error a {
		color: #7cad37;
	}

/* Статистика */
.lost-pass {
	width: 400px;
	background: #fef2e4; 
	margin-bottom: 20px;
	border-top: 5px #9d7038 solid;
	margin-top: 10px;
}


	.lost-pass td {
		background: #fef2e4; 
		padding: 5px;
		color: #4b2e12;
		text-align: left;
	}
		
		.lost-pass td a {
			color: #c89539;
		}
		
.ststs-title {
	padding: 5px 5px 5px 20px;
	color: #60360c;
	text-align: left;
	font-weight: bold;
}

/* Статические страницы */	
.ststststs {
	text-align: left;
	margin: 0 30px 0 30px;
}

	.ststststs-t {
		height: 40px;
		line-height: 35px;
		color: #fffdcc;
		margin: 0 30px 0 10px;
	}
	
		.ststststs-t h1 {
			margin: 0;
			padding: 0 0 0 50px;
			font-size: 14px;
		}
	
	.ststststs-c {
		padding: 20px;
	}
		
		.ststststs-c img {
			padding: 0 10px 10px 0;
			background: url(../images/shadow.gif) right bottom;
			border: 0;
			margin: 10px 10px 10px 0;
		}
		
		.ststststs-c input {
			margin: 5px 20px 0 0;
			background: url(../images/form-text.gif);
			color: #2e2e2e;
			border: 1px #d0d0d0 solid;
		}
	
	.ststststs-s {
		padding: 5px;
	}
		.ststststs-s a {
			color: #60360c;
		}
		
.s-block-content {
	padding: 5px;
}

	.s-block-content a {
		color: #871012;
	}
	
/* добавление новости */
.add-news-title {
	padding: 5px 5px 0 50px;
	font-weight: bold;
	text-align: left;
	color: #2d7cff;
}

/* ПМ */
.imp {
	text-align: left;
	margin: 0 30px 0 30px;
	color: #000;
}

	.imp input {
		margin: 5px 20px 0 0;
		background: url(../images/form-text.gif);
		color: #2e2e2e;
		border: 1px #d0d0d0 solid;
	}
	
.pm-tititittile {
	padding: 10px 10px 10px 5px;
	font-weight: bold;
}

.new-PM {
	padding: 3px;
}
	
	.new-PM input {
		width: 250px;
		background: url(../images/form-text.gif);
		color: #2e2e2e;
		border: 1px #d0d0d0 solid;
	}
	
	.new-PM span {
		width: 150px;
		margin-right: 20px;
		display: block;
	}
	
.pm-block {
	height: 30px;
	padding-left: 60px;
	line-height: 30px;
	font-weight: bold;
}

.pm-content {
	padding: 10px;
}

	.pm-content a {
		color: #666666;
		font-weight: bold;
	}

.pm-block-menu {
	height: 50px;
	margin-bottom: 20px;
	line-height: 50px;
	padding-left: 0px;
	font-size: 12px;
    color: #000;
}

	.pm-block-menu a {
		color: #000;
		font-weight: bold;
	}

.a-mess {
	border-top: 5px #fff solid;
	padding: 5px;
	color: #000;
}	

	.a-mess a {
		font-weight: bold;
    	color: #000;
		font-size: 11px;
	}
	
.theme-mess {
	background: #c6c6c6;
	padding: 5px;
	border-top: 5px #fff solid;
	color: #000;
	font-weight: bold;
}

/* Результаты поиска и форма поика на главной */
.search-block {
	position:absolute;
	background: url(../images/search-block.png) left top no-repeat;
	width: 276px;
	height: 25px;
	margin-left: 720px;
	margin-top: 2px;

}

	.form-text {
		border: 0;
		width: 230px;
		height: 19px;
		color: #000;
		font-size: 11px;
		vertical-align: middle;
		background: none;
		margin: 0;
		position: absolute;
		left: 10px;
		top: 2px;
	}
	
	.f-abs {
		position: absolute;
		
	}
	
	.form-search {
		position: absolute;
		right: 11px;
		top: 5px;
		
	}

.search-rez {
	text-align: left;
	margin: 0 30px 0 30px;

}

.search-title {
	padding: 10px;
	color: #fdffcd;
	font-weight: bold;
	border-left: 2px #ffddb5 solid;
	border-right: 2px #ffddb5 solid;
	margin: 10px;
	background: #262626;
}

.search-rez input {
	
		background: url(../images/form-text.gif);
		color: #2e2e2e;
		border: 1px #d0d0d0 solid;
}	

/* Навигация по страницам */
.navigation {
	color:#000; 
	border:0px;
	clear: both;
	padding: 10px 0 0 0;
}

.navigation a {
	color: #000;
	padding:3px 6px;
	font-size:17px;
	
}

.navigation a:hover {
	color:#fff !important;
}

.navigation span {
	text-decoration:none;
	padding:3px 6px;
	color:#6d6d6d;
	font-size:17px;
	font-weight: normal;
}

.vote-pool {
	margin: 20px 0 0 100px;
	background: #dbf6ff;
	width: 400px;
	padding: 10px;
}

	.vote-pool img {
		border: 0;
		padding: 0;
	}

	.vote-pool h5 {
		color: red;
		font-size: 13px;
		margin: 0;
	}
	
	.vote-pool h6 {
		margin: 0;
		font-size: 12px;
	}
	
	.vote-pool input {
		margin: 5px 20px 0 0;
		background: url(../images/form-text.gif);
		color: #2e2e2e;
		border: 1px #d0d0d0 solid;
	}
	
.statss {
	width: 100%;
}

	.statss  td {
		padding: 5px;
		font-size: 12px;
		color: #757575;
	}
	
	.statss a {
		color: #ff873e;
	}
	
.statss-title {
	font-size: 13px;
	font-weight: bold;
	color: #239aff;
	border-bottom: 1px #8e8e8e dotted;
	margin-bottom: 10px;
}


	
.form-input-stand {
	background: url(../images/form-text.gif);
	color: #2e2e2e;
	border: 0;
}

.fix-bb {
	margin-right: 2%; 
	background: url(../bbcodes/bg.gif); 
	height: 75px;
	margin-left: -10px;
	border: 1px solid #bbb;
	border-bottom: 0;
}

	.fix-bb div {
		border: 0 !important;
	}
	
@-moz-document url-prefix()
{
    
}

	
/* DLE 8.5 */

/* Вид изображения: с прямыми краями и тенью */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* Вид изображения: только тень */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: white;
}

/* Вид изображения: только рамка без тени */
.less .highslide-image {
	border: 1px solid #000000;
}
.less .highslide-caption {
	border: 1px solid #000000;
	background: white;
}


/* DLE 9.0 */

/* ==================== Информационное оконо загрузки AJAX */
#loading-layer {
	display:none;
	font-family: Verdana;font-size: 11px;
	background:#000;padding:10px;
	text-align:center;
	border:1px solid #000;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}

/* ==================== Быстрый поиск на сайте */
#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:#ffffff; clear:left; height:70px; text-decoration:none; }
#searchsuggestions a:hover { background-color:#fdd08b; color:#ffffff; }
#searchsuggestions a span.searchheading { background: #5c9ccc; display:block; font-weight:bold; padding:5px; color:#ffffff; }
#searchsuggestions a:hover span.searchheading { color:#ffffff; }
#searchsuggestions a span {color:#555555; }
#searchsuggestions a:hover span { color:#0000; }
#searchsuggestions span.seperator { float:right; padding-right:15px; margin-right:5px;}
#searchsuggestions span.seperator a { background-color:transparent; display:block; height:auto; color:#ffffff; }
#searchsuggestions span.notfound {  padding:5px;background-color:#ffffff; display:block; height:auto; color:#00000; }
/* ==================== Диалоговые и всплывающие окна jQuery UI */
.ui-helper-clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
* html .ui-helper-clearfix {
	height: 1%;
}
.ui-helper-clearfix {
	display: block;
}
.ui-icon {
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}
.ui-widget {
	font-family: Tahoma, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: tahoma, Arial, sans-serif;
	font-size: 11px;
}
.ui-widget-content {
	background: #fcfdfd 50% bottom repeat-x;
	border: 1px solid #a6c9e2;
	color: #222222;
	text-align: left;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	background: #5c9ccc url(../images/ui-bg_gloss-wave.png) 50% 50% repeat-x;
	border: 1px solid #4297d7;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	background: #dfeffc url(../images/ui-bg_glass_85.png) 50% 50% repeat-x;
	border: 1px solid #c5dbec;
	color: #2e6e9e;
	font-weight: bold;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #2e6e9e;
	text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	background: #d0e5f5 url(../images/ui-bg_glass_75.png) 50% 50% repeat-x;
	border: 1px solid #79b7e7;
	color: #1d5987;
	font-weight: bold;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #1d5987;
	text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	background: #f5f8f9 50% 50% repeat-x;
	border: 1px solid #79b7e7;
	color: #e17009;
	font-weight: bold;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #e17009;
	text-decoration: none;
}
.ui-widget :active {
	outline: none;
}
.ui-state-error {
	background: #fef1ec 50% 50% repeat-x;
	border: 1px solid #cd0a0a;
	color: #cd0a0a;
}
.ui-widget-header .ui-icon {
	background-image: url(../images/ui-icons.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(../images/ui-icons_h.png);
}
.ui-icon-close {
	background-position: -80px -128px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-button .ui-button-text {
	display: block;
	line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
	padding: .4em .8em;
}
input.ui-button {
	padding: .4em 1em;
}
.ui-button-set {
	margin-right: 7px;
}
.ui-button-set .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-dialog {
	overflow: hidden;
	padding: .2em;
	position: absolute;
	width: 300px;
	text-align: left;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .5em 1em .3em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 16px .2em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	height: 18px;
	margin: -10px 0 0 0;
	padding: 1px;
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
}
.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 {
	background: none;
	border: 0;
	overflow: hidden;
	padding: .5em 1em;
	position: relative;
	zoom: 1;
	text-align: left;
}
.ui-dialog .ui-dialog-buttonpane {
	background-image: none;
	border-width: 1px 0 0 0;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
	text-align: left;
}
.ui-dialog .ui-dialog-buttonpane button {
	cursor: pointer;
	float: right;
	line-height: 1.4em;
	margin: .5em .4em .5em 0;
	overflow: visible;
	padding: .2em .6em .3em .6em;
	width: auto;
}
.ui-dialog .ui-resizable-se {
	bottom: 3px;
	height: 14px;
	right: 3px;
	width: 14px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.commentS-td2 #b_left, .commentS-td2  #b_center, .commentS-td2  #b_right, .commentS-td2 #b_spoiler {
		display: none;
	}
	
.nono #b_left, .nono  #b_center, .nono  #b_right, .nono #b_spoiler {
		display: none;
	}
	
#searchtable input{
	max-width: 150px !important;
} 

/* ДЛЕ 9.2 */
.editor input[type="text"] { padding: 2px; background: #fff url("../images/fields.png") repeat-x; border: 1px solid #bcc0c2; }

/* ==================== Автозаполнение облака тегов */
.ui-autocomplete { position: absolute; cursor: default; }

* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
	background: #fff 50% bottom repeat-x; border: 1px solid #dedede; color: #222;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
	border: 1px solid #a7a7a7;
	color: #4e4e4e;
	font-weight: bold;
}

#tooltip {
    position: absolute;
    z-index: 10000;
    border: 3px solid #ccc;
    background: #000;
    padding: 6px;
    opacity: 0.85;
    font-size: 11px !important;
	color: #fff;
	max-width: 300px;
	border-radius:4px; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px;
	text-align: left;
}
/*---Подсветка кода в теге [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: #fff;
	font-size: 0em;
	text-indent: -2000em;
	height: 10px;
	display: block;
	overflow: hidden;
}
.pm_status {
	float:left;
	border: 1px solid #d8d8d8;
	padding: 0px;
	width: 95%;
	height: 100px;
	margin-left: 20px;
	margin-right: 5px;
}

.pm_status_head {
	border-bottom: 1px solid #d8d8d8;
	font-size: 0.9em; 
	height: 22px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #4e4e4e;
}

.pm_status_content {
	padding: 5px;
    color: #000;
}
/*---Вывод результатов голосования на сайте---*/
.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);
}
.wrapper {
			width: 998px;
			height: 240px;
			margin: 0px auto;
			text-align:center;
			
		}
			
			.wrapper br{
				display: none;
			}
		
			#carousel {
				width: 940px;
				height: 235px;
				position: relative;
				margin: 0 10px;
			}
			#carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
				#carousel li {
					color: #999;
					text-align: left;
					width: 150px;
					height: 230px;
					padding: 0;
					display: block;
					float: left;
					position:relative;
				}

				.clearfix {
					float: none;
					clear: both;
				}
				
					#carousel .prev, #carousel .next {
						width: 29px;
						height: 37px;
						display: block;
						text-indent: -999em;
						background: 
						transparent url('../images/carousel_control.png') no-repeat 0 0;
						position: absolute;
						top: 130px;	
					}
					#carousel .prev {
						background-position:0 0;
						left: -130px;
						
					}
						#carousel .prev:hover {
							background: url(../images/carousel_control.png) 0 bottom no-repeat;
							left: -130px;
						}			
					#carousel .next {
						background-position: -29px 0;
						right: -15px;
					}
						#carousel .next:hover {
							background: url(../images/carousel_control.png) right bottom no-repeat;
							right: -15px;
						}	
						
					#caroufredsel_wrapper{
						width: 1000px !important;
					}
.dfile {
	
	}
											
.dfile:hover{
	background: url(../images/dfile2.png);
	}
.dfile2 {
	
	}
											
.dfile2:hover{
	background: url(../images/dfile4.png);
	}
#ani-mania-write { background:#101010; margin:auto; width:610px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; border:1px solid #676767; position:relative; font:11px tahoma, sans-serif;}
 #ani-mania-player { background:#000000; margin:0px auto; width:100%; height:372px; clear:both; }
 #ani-mania-season, #ani-mania-serial {margin:0px 80px 0px 0px; padding:0px; height:30px; list-style:none; overflow:hidden; white-space:nowrap; position:relative; }
 #ani-mania-season li, #ani-mania-serial li { list-style:none; float:left; height:30px; /*padding-top:4px;*/ cursor:pointer; position:absolute; }
 #ani-mania-season li span, #ani-mania-serial li span { background:#010101; display:inline-block; text-align:center; width:60.25px; line-height:22px; margin:3px 2px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; color:#FFF; border:1px solid #676767; }
 #ani-mania-season li span:hover, #ani-mania-serial li span:hover { background:#737677; }
 #ani-mania-write .active { background:#505050; }
 #ani-mania-write .prev { background: url("../images/prev1.png") 0 0 no-repeat; line-height:0px; outline:none; font-size:0px; width:24px; height:24px; display:block; position:absolute; left:550px; top:3px; }
 #ani-mania-write .prev:hover { background: url("../images/prev.png") 0 0 no-repeat;}
 #ani-mania-write .next { background: url("../images/next1.png") 0 0 no-repeat; line-height:0px; outline:none; font-size:0px; width:24px; height:24px; display:block; position:absolute; right:4px; top:3px; }
 #ani-mania-write .next:hover { background: url("../images/next.png") 0 0 no-repeat;}
 #ani-mania-write .prev1 { background: url("../images/prev1.png") 0 0 no-repeat; line-height:0px; outline:none; font-size:0px; width:24px; height:24px; display:block; position:absolute; left:550px; bottom:3px; }
 #ani-mania-write .prev1:hover { background: url("../images/prev.png") 0 0 no-repeat;}
 #ani-mania-write .next1 { background: url("../images/next1.png") 0 0 no-repeat; line-height:0px; outline:none; font-size:0px; width:24px; height:24px; display:block; position:absolute; right:4px; bottom:3px; }
 #ani-mania-write .next1:hover { background: url("../images/next.png") 0 0 no-repeat;}

.lpanelb{
	 background: url(../images/bgl.png);
	 display: block;
	 width: 70px;
	 height: 350px;
	 z-index: 100;
	 float:right;
	 margin-top: 50% auto;
	 }
	 	 .lpanelb a{
			 padding-left: 12px;
			 padding-top: 5px;
			 }
	 .lpanelb a img{
		 width: 50px;
		 height: 50px;
		 -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	
		 }
	 .lpanelb a img:hover{
		 width: 55px;
		 height: 55px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
		 }
.torpic {
    display: block;
    position:absolute; 
    margin-left: 80px; 
    margin-top: -57px; 
    width: 180px; 
    height: 73px;
}



.afix {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:  #000 url("https://ani-mania.com/files/1900х1000.jpg") top center no-repeat fixed;
z-index: -1;
display: block;
}

