/* Aleksey Skubaev

askubaev@gmail.com
icq - 322253350
Разработка шаблонов для DLE и кроссбраузерная верстка
------------------
Главные стили. Внешний вид шаблона.
*/


body {
	padding: 0;
	margin: 0;
	text-align: center;
	font: 12px Arial;
	color: #373737;
	background: url(https://mnogasofta.ru/uploads/posts/2014-02/1391513113_7.jpg);
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

a {
	text-decoration: none;
}

a:hover {
	color:#FEFEFE;
}
img {
	border: none;
}


.main{
	width: 955px;
	margin: 0 auto;
	text-align: left;
}
	
	.header{
	height: 110px;
	background: url(../images/bg-header.png) 0 0 no-repeat;
	position: relative;
	z-index: 99;
	}
	
		.logo{
			background: url(../images/logo.png) 0 0 no-repeat;
			width: 135px;
			height: 99px;
			position: absolute;
			top: 4px;
			left: 15px;
		}
		
			.login{
				background: url(../images/bg-enter.png)  0 0 no-repeat;
				position: absolute;
				top: 8px;
				left: 167px;
				width: 81px;
				height: 31px;
				line-height: 31px;
				cursor: pointer;
				padding: 8px 0 0 30px;
				font: bold 12px Tahoma;
				color: #f2f2f2;
			}
				
				.login-block-hidden{
					background: url(../images/login-block-hidden.png) 0 0 no-repeat;
					display: none;
					width: 301px;
					height: 235px;
					position: fixed;
					top: 50%;
					left: 50%;
					margin: -151px 0 0 -116px;
					z-index: 9999;
				}
					
					.login-block-hidden1{
						background: url(../images/login-block-hidden1.png) 0 0 no-repeat;
						display: none;
						width: 201px;
						height: 215px;
						position: fixed;
						top: 50%;
						left: 50%;
						margin: -100px 0 0 -107px;
						z-index: 9999;
					}
				.login-block-hidden-dark{
					background: url(../images/dark.png);
					position: fixed;
					top: 0px;
					left: 0px;
					width: 100%;
					height: 100%;
					display: none;
					z-index: 999;
				}
				
				.close{
					cursor: pointer;
					color: #FBBE01;
					height: 30px;
					width: 30px;
					position: absolute;
					top: 10px;
					right: 5px;
					font-weight: bold;
					line-height: 30px;
				}
				
			.registration{
				display: block;
				position: absolute;
				top: 16px;
				left: 259px;
				width: 100px;
				height: 31px;
				font: bold 12px Tahoma;
				color: #7d7d7d;
				text-decoration: underline;
			}
				
				.registration:hover{
					text-decoration: none;
				}
		
		.top-menu-block{
			position: absolute;
			left: 439px;
			top: 0px;
			z-index: 99;
		}
			
			
		.menu-link{
			display: block;
			text-align: center;
			font: bold 12px Tahoma;
			line-height: 18px;
			color: #656565;
			padding: 30px 19px 20px 19px ;
			position: relative;
			z-index: 99;
			
		}
			
			
			.mini{
				display: block;
				width: 46px;
				height: 44px;
			}
				
				.mini-ac{
					
				}
				
				.video.mini{
					background: url(../images/mini1.png) 0 top no-repeat;
				}
				
					.video.mini-ac{
						background: url(../images/mini1.png) 0 -44px no-repeat;
					}
				
				.audio.mini{
					background: url(../images/mini2.png) 0 top no-repeat;
				}
				
					.audio.mini-ac{
						background: url(../images/mini2.png) 0 -44px no-repeat;
					}
					
				.soft.mini{
					background: url(../images/mini3.png) 0 top no-repeat;
				}	
				
					.soft.mini-ac{
						background: url(../images/mini3.png) 0 -44px no-repeat;
					}
				
				.games.mini{
					background: url(../images/mini4.png) 0 top no-repeat;
				}	
				
					.games.mini-ac{
						background: url(../images/mini4.png) 0 -44px no-repeat;
					}
				
				.text.mini{
					background: url(../images/mini5.png) 0 top no-repeat;
				}	
				
					.text.mini-ac{
						background: url(../images/mini5.png) 0 -44px no-repeat;
					}
					
				.oboi.mini{
					background: url(../images/mini6.png) 0 top no-repeat;
				}	
				
					.oboi.mini-ac{
						background: url(../images/mini6.png) 0 -44px no-repeat;
					}
					
			.top-menu-block ul{
				margin: 0;
				padding: 0;
				position: relative;
				z-index: 99;
			}
			
			
			
			.menu-link:hover{
				color: #fbbe01;
				background: #232323;
			}
			.activ{
				color: #fbbe01;
				background:  #232323;
			}
			
		.top-menu-block li{
			list-style-type: none;
			float: left;
			position: relative;
			height: 111px;
			z-index: 99;
		}
			
			.top-menu-block li:first-child{
				background: none;
			}
			
			.hidden-menu-block{
				display: none;
				background: #232323;
				position: absolute;
				top: 110px;
				left: 0px;
				width: 516px;
				z-index: 99;
				padding: 10px 0 15px 0 ;
				border-radius: 0 0 5px 5px;
				-moz-border-radius: 0 0 5px 5px;
				-web-kit-border-radius: 0 0 5px 5px;
				
			}
					
				.hidden-menu-link{
					display: block;
					float: left;
					font-size: 12px;
					color: #fff;
					padding: 3px 5px 6px 15px;
					width: 100px;
				}
				
					
					.hidden-menu-link:hover{
						color: #fbbe01;
					}
	
		.main-content{
			margin: 8px 0 0 0;
			width: 955px;
		}
			
			.left-col{
				width: 630px;
				float: left;
				margin: 0 13px 0 0;
			}
			
				.left-col-item{
					height: 371px;
					margin: 0 0 15px 0;
					position: relative;
					z-index: 1;
				}
					
					
								.slaider-views, .slaider-comment{
									font: 12px Tahoma;
									color: #fff;
									float: left;
									margin: 5px 20px 0 15px;
								}	
								
									.views-img{
										margin: 0 5px 0 0;
										vertical-align: -2px;
										width: 15px !important;
										min-height: 15px !important;
									}
									
/*slaider*/
	
	.slaider-block{
		height: 375px;
		position: relative;
		padding: 0 0 0 20px;
		z-index: 1;
	}

		.slaider-block-news{
			display: none;
			height: 375px;
			width: 630px;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 1;
			
		}
			
			.slaider-block-news{
				position: absolute;
				left: 0px;
				top: 0px;
				width: 630px;
				height: 375px;
				overflow: hidden;
				z-index: 1;
			}
				
				.slaider-block-news  img{
					width: 630px;
					min-height: 375px;
				}
			
			
		.slaider-block-news-mini{
			float: left;
			width: 140px;
			height: 80px;
			overflow: hidden;
			margin: 0 8px 0 0;
			cursor: pointer;
			position: relative;
			top: 280px;
			z-index: 50;
			border: 1px solid #fff;
		}
			
			.slaider-block-news-mini:hover, .activ-border{
				border: 1px solid #FBBE01;
			}
			
			.slaider-block-news-image-mini img{
				width: 140px;
				min-height: 80px;
			}
		
		
		
			.sl-info{
				background: url(../images/sl-title-fon.png) 0 0 repeat;
				position: absolute;
				top: 10px;
				left: 0px;
				width: 195px;
				height: 206px;
				text-align: left;
			}
				.sl-info h2 a{
					display: block;
					font: 18px Tahoma;
					color: #fff;
					height: 45px;
					overflow: hidden;
					text-align: left;
					text-decoration: underline;
					margin: 10px 16px 0 15px;
					
				}
					
					.sl-info h2 a:hover{
						text-decoration: none;
					}
				
				.slaider-text{
					font: 11px Tahoma;
					color: #fff;
					height: 67px;
					overflow: hidden;
					text-align: left;
					margin: 5px 16px 5px 15px;
				}
				
				.sl-more{
					width: 83px;
					height: 29px;
					background: url(../images/sl-more.png) 0 top no-repeat;
					font: bold 11px Tahoma;
					color: #fff;
					line-height: 26px;
					text-align: center;
					display: block;
					position: absolute;
					left: 15px;
					top: 165px;
				} 
					.sl-more:hover{
					}
			
			
/*-slaider*/
			
				.left-col-item1{
					background: #fff;
					padding: 18px 0 0 11px;
					border-radius: 5px 5px 0 0;
					-moz-border-radius: 5px 5px 0 0;
					-web-kit-border-radius: 5px 5px 0 0;
					position: relative;
				}
					
					.left-col-item1-title{
						font: 18px Tahoma;
						color: #000;
						text-transform: uppercase;
					}
						
						.left-col-item1-title a{
							text-transform: none;
							font: 12px Tahoma;
							color: #008aff;
							text-decoration: underline;
							margin: 0 0 0 10px;
						}
							
							.left-col-item1-title a:hover{
								text-decoration: none;
							}
					
					.left-col-item5-title{
						min-height: 19px;
					}	
					
					.left-col-item1-content{
						background: url(../images/left-col-line.png) 0 bottom repeat-x;
						height: 149px;
						width: 600px;
					}
					
						#foo1{
							height: 149px !important;
						}
				
				.left-col-item5{
					background: #fff;
					padding: 18px 0 0 11px;
					position: relative;
				}				
					.left-col-item5-content{
						height: 145px;
						width: 600px;
					}	
					
						#foo5{
							height: 145px !important;
						}
						
						.slaider1-news{
							float: left;
							width: 290px;
							height: 125px;
							margin: 10px 10px 10px 0px;
						}
							
							.slaider1-news-image{
								width: 105px;
								height: 125px;
								overflow: hidden;
								position: relative;
								float: left;
								margin: 0 10px 0 0;
							}
							
								.slaider1-news-image img{
									width: 105px;
									min-height: 125px;
									position: absolute;
									top: 0px;
									left: 0px;
								}
							
							.slaider1-news-right-block{
								font: 11px Tahoma;
								color: #404040;
								width: 170px;
								float: left;
							}
								
								.slaider1-news-right-block h2 a{
									display: block;
									height: 28px;
									overflow: hidden;
									font: bold 12px Tahoma;
									color: #404040;
									text-decoration: underline;
									margin: 3px 0 5px 0;
								}
									
									.slaider1-news-right-block h2 a:hover{
										text-decoration: none;
									}
								
								.slaider1-janr{
									height: 15px;
									overflow: hidden;
								}
																
								.slaider1-news-content{
									height: 65px;
									overflow: hidden;
									font: 11px Tahoma;
									color: #252525;
								}
								
								.slaider1-views, .slaider1-comment{
									font: 12px Tahoma;
									color: #a3a3a3;
									float: left;
									margin: 5px 20px 0 0;
								}	
								
									.slaider1-views img, .slaider1-comment img{
										margin: 0 5px 0 0;
										vertical-align: -2px;
									}
									
								
						.prev{
							display: block;
							background: url(../images/prev-next.png) left top no-repeat;
							width: 25px;
							height: 24px;
							position: absolute;
							top: 15px;
							right: 50px;
						}
							
							.prev:hover{
								background: url(../images/prev-next.png) left -25px no-repeat;
							}
						
						.next{
							display: block;
							background: url(../images/prev-next.png) right top no-repeat;
							width: 25px;
							height: 24px;
							position: absolute;
							top: 15px;
							right: 15px;
						}
							
							.next:hover{
								background: url(../images/prev-next.png) right -25px no-repeat;
							}
							
				.left-col-item2{
					background: url(../images/left-col-item2-bg.png) 0 0 repeat-y;
					padding: 18px 0 0 11px;
					border-radius: 0 0 5px 5px ;
					-moz-border-radius: 0 0 5px 5px ;
					-web-kit-border-radius: 0 0 5px 5px ;
					position: relative;
				}
					
					.left-col-item2-title{
						font: 18px Tahoma;
						color: #fbbe01;
						text-transform: uppercase;
					}
						
						.left-col-item2-title a{
							text-transform: none;
							font: 12px Tahoma;
							color: #008aff;
							text-decoration: underline;
							margin: 0 0 0 10px;
						}
							
							.left-col-item2-title a:hover{
								text-decoration: none;
							}
						
					.left-col-item2-content{
						padding: 0 0 10px 0;
					}
						
						.slaider2-news{
							float: left;
							width: 145px;
							margin: 10px 7px 10px 0px;
						}
							
							.slaider2-news-image{
								width: 145px;
								height: 175px;
								overflow: hidden;
								position: relative;
								margin: 0 0 10px 0;
							}
							
								.slaider2-news-image img{
									width: 145px;
									min-height: 175px;
									position: absolute;
									top: 0px;
									left: 0px;
								}
							
														
								.slaider2-news h2 a{
									display: block;
									height: 30px;
									overflow: hidden;
									font: bold 12px Tahoma;
									color: #fbbe01;
									text-decoration: underline;
									margin: 5px 0;
								}
									
									.slaider2-news h2 a:hover{
										text-decoration: none;
									}
								
								.slaider2-janr{
									height: 15px;
									overflow: hidden;
									font: 11px Tahoma;
									color: #fff;
								}
																
								.slaider2-news-content{
									height: 40px;
									overflow: hidden;
									font: 11px Tahoma;
									color: #fff;
								}
								
								.slaider2-views, .slaider2-comment{
									font: 12px Tahoma;
									color: #fbbe01;
									float: left;
									margin: 5px 20px 0 0;
								}	
								
									.slaider2-views img, .slaider2-comment img{
										margin: 0 5px 0 0;
										vertical-align: -2px;
									}
							
									.slaider3-news{
							float: left;
							width: 145px;
							margin: 10px 7px 10px 0px;
						}
							
							.slaider3-news-image{
								width: 145px;
								height: 175px;
								overflow: hidden;
								position: relative;
								margin: 0 0 10px 0;
							}
							
								.slaider3-news-image img{
									width: 145px;
									min-height: 175px;
									position: absolute;
									top: 0px;
									left: 0px;
								}
							
														
								.slaider3-news h2 a{
									display: block;
									height: 30px;
									overflow: hidden;
									font: bold 12px Tahoma;
									color: #404040;
									text-decoration: underline;
									margin: 5px 0;
								}
									
									.slaider3-news h2 a:hover{
										text-decoration: none;
									}
								
								.slaider3-janr{
									height: 15px;
									overflow: hidden;
									font: 11px Tahoma;
									color: #404040;
								}
																
								.slaider3-news-content{
									height: 40px;
									overflow: hidden;
									font: 11px Tahoma;
									color: #000000;
								}
								
								.slaider3-views, .slaider3-comment{
									font: 12px Tahoma;
									color: #404040;
									float: left;
									margin: 5px 20px 0 0;
								}	
								
									.slaider3-views img, .slaider3-comment img{
										margin: 0 5px 0 0;
										vertical-align: -2px;
									}
					
				.left-col-item3{
					background: #fff;
					margin: 10px 0 0 0;
					padding: 18px 0 5px 11px;
					border-radius: 5px 5px 0 0;
					-moz-border-radius: 5px 5px 0 0;
					-web-kit-border-radius: 5px 5px 0 0;
					position: relative;
				}
					
					.left-col-item3-title{
						font: bold 20px Arial;
						color: #616161;
					}
						
						.left-col-item3-title a{
							text-transform: none;
							font: 12px Tahoma;
							color: #008aff;
							text-decoration: underline;
							margin: 0 0 0 10px;
						}
							
							.left-col-item3-title a:hover{
								text-decoration: none;
							}
					
					.left-col-item3-content{
					
					}
				
				.left-col-item4{
					background: #fff;
					padding: 18px 0 5px 11px;
					border-radius:0 0 5px 5px ;
					-moz-border-radius: 0 0 5px 5px; 
					-web-kit-border-radius: 0 0 5px 5px;
					position: relative;
					margin: 0 0 15px 0;
				}
					
					.line-left-col-item3{
						background: url(../images/left-col-line.png) 0 bottom repeat-x;
						height: 10px;
						margin: 0 15px 0 0;
					}
							
			.right-col{
				width: 312px;
				float: left;
			}
				
				.block-menu{
					background: url(../images/menu-repeat.jpg) 0 0 repeat-y;
				}
					
					.block-menu-top{
						background: url(../images/menu-top.jpg) 0 top no-repeat;
						padding: 7px 0 0 0;
					}
					
					.block-menu-bottom{
						background: url(../images/menu-bottom.jpg) 0 bottom no-repeat;
						padding: 0 0 10px 0;
					}
						
						.block-menu-line{
							background: url(../images/menu-line.jpg) center top repeat-y;
							margin: 25px 0 5px 0;
						}
						
							.block-menu-left{
								float: left;
								width: 131px;
								padding: 0 0 0 15px;
								margin: -25px 0 0 0;
							}
							
								
								.block-menu-left-title{
									font: bold 22px Arial;
									color: #fbbe01;
									
								}
								
								.block-menu-left-content{
									margin: 10px 0 15px 5px;
								}
								
									.block-menu-left-content a{
										display: block;
										font: 12px Tahoma;
										color: #3e3e3e;
										margin: 0 0 4px 0;
										text-decoration: underline;
									}
										
										.block-menu-left-content a span{
											color: #7f7f7f;
										}
										.block-menu-left-content a:hover{
											text-decoration: none;
											color: #008aff;
										}
										
									.view-all{
										color: #008aff;
										font: 10px Tahoma;
										text-decoration: none !important;
										margin: 0 5px;
									}
										
										.view-all span{
											text-decoration: underline;		
											font: 12px Tahoma;
										}
										
										.view-all span:hover{
											text-decoration: none;
										}
									
							.block-menu-right{
								float: left;
								width: 131px;
								padding: 0 0 0 25px;
								margin: -25px 0 0 0;
							}
						
						.banner{
							margin: 10px 0 15px 0;
						}
					
				.right-block-item{
					background: url(../images/r-block-repeat.jpg) 0 0 repeat-y;
					margin: 0 0 14px 0;
				}
				
					.right-block-item-top{
						background: url(../images/r-block-top.jpg) 0 top no-repeat;
					}
						
						.right-block-item-bottom{
							background: url(../images/r-block-bottom.jpg) 0 bottom no-repeat;
							padding: 0 0 1px 0;
						}
						
							.right-block-item-title{
                                font-size: 20px;
								font-weight: bold;
								color: #FBBE01;
								padding: 15px 0 0 20px;
							}
							.right-block-item-content{
							margin: 20px;
							}
                            .right-block-item-content a{
							color:#3F3F3F;
    text-decoration: underline;
							}
                                 .right-block-item-content a:hover{
							color:#018AFF;
    text-decoration: none;
							}
								.news-news{
									border-bottom: 1px solid #bcbcbc;
									margin: 13px;
									padding: 0 0 20px 0;
								}
									
									.news-news h2 a{
										display: block;
										width: 200px;
										height: 22px;
										font: 18px Tahoma;
										color: #000;
										text-decoration: underline;
										overflow: hidden;
										float: left;
									}
										
										.news-news h2 a:hover{
											text-decoration: none;
										}
									
									.news-date{
										width: 80px;
										font: bold 12px Tahoma;
										margin: 5px 0 0 5px;
										color: #000;
										float: left;
									}
									
									.news-news-image{
										position: relative;
										width: 97px;
										height: 100px;
										overflow: hidden;
										float: left;
									}
										
										.news-news-image img{
											position: absolute;
											top: 0px;
											left: 0px;
											width: 97px;
											min-height: 100px;
										}
									
									.news-news-content{
										font: 11px Tahoma;
										color: #2D2D2D;
										line-height: 16px;
										text-decoration: underline;
										float: left;
										width: 175px;
										height: 95px;
										overflow: hidden;
										margin: 0 0 0 10px;
									}
							
				
				
				.right-block-item2{
					background: url(../images/r-block2-repeat.jpg) 0 0 repeat-y;
				}
				
					.right-block-item2-top{
						background: url(../images/r-block2-top.jpg) 0 top no-repeat;
					}
						
						.right-block-item2-bottom{
							background: url(../images/r-block2-bottom.jpg) 0 bottom no-repeat;
						}
						
							.right-block-item2-title{
								font-size: 20px;
								font-weight: bold;
								color: #fbbe01;
								padding: 15px 0 0 20px;
							}
							
							.right-block-item2-content{
								margin: 20px;
								padding: 0 0 1px 0;
							}
							
								.last-link-news{
									margin: 0 0 14px 0;
								}
									
									.last-link-date{
										font: 11px Tahoma;
										color: #fff;
										margin: 0 0 2px 0;
									}
									
									.last-link-news h2 a{
										font: 11px Tahoma;
										color: #fff;
										text-decoration: underline;
										margin: 2px 0 0 0;
									}	
									
										.last-link-news h2 a:hover{
											text-decoration: none;
										}
								
								.views-all-film{
									font: 12px Tahoma;
									color: #fff;
									float: right;
									margin: 5px 10px 20px 0;
								}
									
									.views-all-film span{
										text-decoration: underline;
									}
									
									.views-all-film span:hover{
										text-decoration: none;
									}
									
									
.footer{
	background: url(../images/bg-footer.png);
	padding: 0 0 60px 0;
	margin: 50px 0 0 0;
}
	
	.copir{
		padding: 30px 0 0 0;
		font: 11px;
		color: #fff;
		font-size: 11px;
	}
	
		.copir a {
			color: #fff;
			font-weight: bold;
		}
		
			.copir a:hover {
				text-decoration: underline;
			}
		
	.footer-menu{
		position: absolute;
		top: 25px;
		right: 0px;
	}
		
		.footer-menu a{
			font: bold 12px Tahoma;
			color: #656565;
			margin: 0 15px;
			text-decoration: underline;
		}	
		
			.footer-menu a:hover{
				color: #fbbe01;
			}
			


			
.left-col-item-vn{
	width: 630px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-web-kit-border-radius: 5px;
}
	
	.speedbar{
		font: 12px Tahoma;
		color: #9f9f9f;
		padding: 15px 0 0 20px;
		height: 15px;
		margin: 0 0 10px 0;
		overflow: hidden;
	}
		
		.speedbar a{
			color: #008aff;
			text-decoration: underline;
		}
			
			.speedbar a:hover{
				text-decoration: none;
			}
		
	.main-news{
		padding: 0 0 10px 0;
	}
		.main-news:first-child.main-news h2 a{
			border: none;
		}
		.main-news h2 a{	
			display: block;
			margin: 0 20px 10px 20px;
			padding: 15px 0 0 0;
			font: 18px Tahoma;
			color: #000;
			text-decoration: underline;
			border-top: 1px solid #ccc;
			
		}
			
			.main-news h2 a:hover{
				text-decoration: none;
			}
		
		.main-news-content{
			font: 11px Tahoma;
			color: #2d2d2d;
			margin: 0 20px 10px 20px;
		}
		
		.main-news-image{
			margin: 0 0 0 20px;
			
			
		}
			.main-news-image img{
				width: 160px;
				margin: 0 10px 0 0px;
				float: left;
			}
	
	.main-info-full-news{
		font: 11px Tahoma;
		color: #000;
		margin: 0 0 25px 0;
		background: #e8e8e8;
		height: 33px;
		line-height: 33px;
	}
	
		.main-info-full-news span{
			font-weight: bold;
			margin: 0 5px 0 30px;
		}
			
			.main-info-full-news span img{
				vertical-align: -4px;
				margin: 0 3px 0 0;
			}
		
			.main-info-full-news a{
				color: #000;
			}
			
			.main-news-more2{
				display: inline-block;
				font-size: 10px;
				margin: 0 0 0 160px !important;
			}
			
			.main-news-more2 a{
				text-decoration: underline;
				font: bold 11px Tahoma;
				color: #010101;
			}
				
				.main-news-more2 a:hover{
					text-decoration: none;
				}
			
			
	.review{
		background: url(../images/rewiew-repeat.jpg) 0 0 repeat-y;

	}
		
		.review-top{
			background: url(../images/rewiew-top.jpg) 0 top no-repeat;
			padding: 1px 0 0 0;
		}
			
			.review-bottom{
				background: url(../images/rewiew-bottom.jpg) 0 bottom no-repeat;
			}
			
				.review-title{
					font-size: 22px;
					font-weight: bold;
					color: #fbbe01;
					padding: 10px 0 0 15px;
				}
				
				.review-content{
					margin: 0 15px;
				}
					
					.review-news{
					
					}
						
						.review-news h2 a{
							display: block;
							font: bold 12px Tahoma;
							color: #fbbe01;
							height: 28px;
							text-decoration: underline;
							overflow: hidden;
							margin: 5px 0 10px 0;
						}	
							
							.review-news h2 a:hover{
								text-decoration: none;
							}
						
						.review-news-image{
							width: 279px;
							height: 142px;
							border: 1px solid #fece84;
							position: relative;
							overflow: hidden;
						}
							
							.review-news-image img{
								position: absolute;
								top: 0px;
								left: 0px;
								width: 279px;
								min-height: 142px;
							}
						
						.shadow-review{
							background: url(../images/shadow-review.png) center 0 no-repeat;
							height: 12px;
						}
						
						.review-news-content{
							font: 11px Tahoma;
							color: #fff;
							line-height: 15px;
							height: 75px;
							margin: 0px 0 0 0;
						}
							
						.review-more a{
							font: 11px Tahoma;
							color: #fff;
							text-decoration: underline;
							display: block;
							float: right;
							height: 22px;
							margin: 2px 0 5px 0
						}
							
							.review-more a:hover{
								text-decoration: none;
							}
							
							
					.calendar-block{
						background: url(../images/bg-calendar.png) 0 0 no-repeat;
						width: 280px;
						height: 227px;
						padding: 15px;
					}
						
						.calendar-title{
							font-size: 22px;
							font-weight: bold;
							color: #008aff;
							text-align: left;
						}
							
						.calendar-content{
							
						}
	
	.right-block-item1{
		background: url(../images/r-block-repeat1.jpg) 0 0 repeat-y;
		margin: 0 0 11px 0;
	}
			
		.right-block-item1-top{
			background: url(../images/r-block-top1.jpg) 0 top no-repeat;
		}
			
			.right-block-item1-bottom{
				background: url(../images/r-block-bottom1.jpg) 0 bottom no-repeat;
				padding: 0 0 1px 0;
			}
					
				.right-block-item1-title{
					font-size: 22px;
					font-weight: bold;
					color: #fff;
					padding: 15px 0 0 10px;
				}
					
					.right-block-item1-title a{
						margin: 0px 0px 0 100px;
					}
							
							
				.right-block-item1-content .news-news{
					border-bottom: 1px solid #fbbe01;
					margin: 13px;
					padding: 0 0 20px 0;
				}
				
				
					
					
			
/* Юзер-панель */

.left-block{
	margin: 25px;
}

	.login-pass{
		font: bold 12px Trebuchet MS;
		color: #fbe101;
		text-align: left;
		margin: 0 0 5px 0;
	}
	
	.login-line {
		position: relative;
		background: #191919;
		border: 1px solid #414141;
		width: 245px;
		height: 28px;
		margin: 0 4px 15px 0;
		float: left;
	}

	.login-link {
		padding: 10px 0 10px 15px;
	}
	
		.login-link a {
			color: #6a6a6a;
		}
	
	.login-input-text {
		border: 0;
		margin: 0;
		position: absolute;
		left: 7px;
		top: 6px;
		background: none;
		padding: 0;
		width: 230px;
		font-size: 12px;
		color: #fbe101;
		background: #191919;
	}
	
		.ava-cab{
			width: 57px;
			height: 57px;
			overflow: hidden;
		}	
		
			.ava-cab img{
				width: 57px;
			}
		
		.fullname-cab{
			position: absolute;
			top: 25px;
			left: 95px;
			font-size: 12px;
			font-weight: bold;
			color: #fbbe01;
		}
		
		.remembe{
			font: 12px Trebuchet MS;
			color: #b4b4b4;
			text-align: left;
		}
		
	.l-link {
		
	}
	
		.l-link a {
			display: block;
			font-size: 11px;
			color: #afafaf;
			text-decoration: underline;
			height: 20px;
			line-height: 25px;
			text-align: left;
		}
		
			.l-link a:hover {
				text-decoration: none;
				color: #fff;
			}
			
			.lu-link{
				background: url(../images/exit.png) 0 0 no-repeat;
				width: 77px;
				height: 30px !important;
				margin: 20px 0 0 90px;
			}
		
	
	.enter {
		position: absolute;
		left: 0px;
		bottom: -38px;
	}
	
	.lost-input-text {
		border: 1px #9e9e9e dotted;
		width: 200px;
		padding: 5px;
		color: #644217;
	}
	
	.reg-link {
		font-size: 11px;
		padding: 10px 0 0 5px;
		color: #fff;
	}
	
		.reg-link a {
			color: #fff;
		}
		
			.reg-link a:hover {
				text-decoration: underline;
			}
			
.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 {

}

.monthselect{
	font: bold 12px Tahoma;
	color: #000;
}
.workday{
	color: #9b9b9b;
}
.weekday-active-v {
	color: #535353;
}


.day-active-v {
	color: #535353;
	font-weight: bold;
}
.calendar {
width: 275px;
margin: 10px 0 0 0;
text-align: center;
}
	
	.calendar a {
		text-decoration: underline;
	 }
.calendar td, th {
	 text-decoration: none;
	 padding: 3px;
}
.weekday {
	
	font-weight: bold !important;
	
}
.weekday-active {
	color: #000;
	font-weight: bold;
	
}
.day-active {
	color: #535353;
}
.monthlink {
	color: #535353;
	text-decoration: none;
}
.day-current {
	background:#ffd8b5;
	border:1px dotted #000;
	color: #000;
}

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

/* ==================== Облако тегов */
.tags-block {
	padding: 5px;
	color: #424242;
}

.clouds_xsmall {
	font-size: 12px;
	color: #424242 !important;
	text-decoration: none;
}
.clouds_small {
	font-size: 15px;
	color: #424242 !important;
	text-decoration: none;
}
.clouds_medium {
	font-size: 20px;
	color: #424242 !important;
	text-decoration: none;
}
.clouds_large {
	font-size: 25px;
	color: #ff8b02 !important;
	text-decoration: none;
}
.clouds_xlarge {
	font-size: 30px;
	color: #ff8b02!important;
	text-decoration: none;
}



/* Опрос */
.vote-buttom {
	width: 87px;
	padding: 5px;
	color: #000;
	border: 0;
	background: url(../images/hidden-comment.jpg) left top repeat-x;
	margin: 3px;
	font-size: 11px;
	font-weight: bold;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	cursor: pointer;
}


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

.rating {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	width: 85px;
	height: 16px;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 85px;
	height: 16px;
	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;
}
.unit-rating li a {
	display: block;
	width: 17px;
	height: 16px;
	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: 17px; }
.unit-rating a.r2-unit { left: 17px; }
.unit-rating a.r2-unit:hover { width: 34px; }
.unit-rating a.r3-unit { left: 34px; }
.unit-rating a.r3-unit:hover { width: 51px; }
.unit-rating a.r4-unit { left: 51px; }	
.unit-rating a.r4-unit:hover { width: 68px; }
.unit-rating a.r5-unit { left: 68px; }
.unit-rating a.r5-unit:hover { width: 85px; }
.unit-rating li.current-rating {
	background-image: url(../dleimages/rating.png);
	background-position: left bottom;
	position: absolute;
	height: 16px;
	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 {
	width: 400px;
	padding: 4px;
	background-color: #fdfdfd;
	border: 1px solid #bbbbbb;
	font-family: verdana;
	line-height: 135%;
}
#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: #4b73d4;
	text-decoration: none;
}
#newpm a:hover {
	background: transparent;
	color: #4b73d4;
	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;
}
	
.title-block  {
	font-size: 24px;
	color: #000;
	line-height: 20px;
	margin: 0 0 5px 0;
	padding: 10px 0 10px 0px;
}

	.title-block  a {
		
	}
					
		.title-block a:hover {
			
		}
		
		.shot-text2 img {
			margin: 0 10px 5px 0;
			border: 0;
			max-width: 500px;
		}
		
		.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: #fff;
			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;
		}
		


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

}

	.full-news h1 {
		font-size: 18px;
		color: #000;
		line-height: 20px;
		padding: 0 10px 10px 20px;
		text-decoration: underline;
		font-weight: normal;
	}
	
	.full-news-content {
		color: #4f4f4f;
		line-height: 16px;
		font-size: 12px;
		padding: 0 20px 0 15px;
	}
	
		.full-news-content img{
			border: 0;
			max-width: 590px;
			margin: 0 0 15px 0;
		}
		
	.full-news-poster{
	
	}
		.full-news-poster img {
			margin: 10px 0 10px 0;
			border: 0;
			display: block;
		}
		
		.full-news-content a {
			color: #000;
			font-weight: bold;
		}
		
			.full-news-content a:hover {
				text-decoration: underline;
			}
	
	.scrinshot-block{
		margin: 15px 0 0 0;
	}
		
		.scrinshot-block-title{
			background: #EAEAE9 url(../images/scrin-strelka.png) 100px center no-repeat;
			height: 24px;
			font: bold 12px Tahoma;
			padding: 0 0 0 20px;
			color: black;
			line-height: 24px;
		}
		
		.scrinshot-block-content{
		
		}
			
			.scrinshot-block-content br{
				display: none;
			}
			
			.scrinshot-block-content img{
				width: 143px;
				height: 100px;
				margin: 5px 5px 5px 9px;
				float: left;
			}
	
	
	
	.link-download{
		background: #191919;
		margin: 10px 0;
		padding: 10px;
	}
		.link-download br{
			display: none;
		}
		
		.link-download a{
			display: block;
			font: 12px Tahoma;
			color: #fff;
			margin: 3px 0 3px 0;
		}
			
			.link-download a:hover{
				color: #fbbe01;
				text-decoration: underline;
			}
	
	.info-full-news{
		font: 11px Tahoma;
		color: #000;
		margin: 0 0 25px 0;
		padding: 10px 0 0 0;
	}
	
		.info-full-news span{
			font-weight: bold;
			margin: 0 5px 0 20px;
		}
		
			.info-full-news a{
				color: #000;
			}
	
	.rel-news-title{
		background: #EAEAE9;
		height: 24px;
		font: bold 12px Tahoma;
		padding: 0 0 0 20px;
		color: black;
		line-height: 24px;
		margin: 0 0 10px 0;
	}
	.rel-title {
		float: left;
		padding: 5px 10px 5px 10px;
		background: #419abc;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		margin: 0 0 10px 0;
	}

	.rel-news{
		margin: 0 0 15px 0;
	}
	
	.rel-news-news {
		margin: 0 7px 10px 10px;
		width: 140px;
		float: left;
	}	
		
		.rel-news-image{
			width: 140px;
			height: 217px;
			overflow: hidden;
		}
			
			.rel-news-image img{
				min-width: 140px;
				height: 217px;
			}
			
		
		.rel-news h2 a{
			display: block;
			font: bold 12px Tahoma;
			color: #404040;
			text-decoration: underline;
			height: 43px;
			overflow: hidden;
			margin: 5px 0 0 0;
		}
			
			.rel-news h2 a:hover{
				text-decoration: none;
			}
	
		

			
	
.registr-please {
	color: #7791af;
	padding: 10px;
	margin: 5px;
}

.title_spoiler {
	position: relative;
	padding: 0;
	margin: 0;
}

	.title_spoiler a {
		background: url(../images/title_spoiler.jpg) left top repeat-x;
		display: block;
		line-height: 24px;
		padding: 0 10px 0 30px;
		text-decoration: none;
		color: #3b3b3b;
		font-weight: bold;
		border-radius:5px; 
		-webkit-border-radius:5px; 
		-moz-border-radius:5px;
		height: 24px
	}
	
	.title_spoiler img {
		position: absolute;
		left: 5px;
		top: 25px;
	}
	
.text_spoiler {
	border: 1px #ececec solid;
	padding: 10px;
	border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	margin: -5px 0 0 0;
	
}
	
	.text_spoiler a {
		
	}
	
		.text_spoiler a:hover {
			
		}
		
/* Вид комментария */

#dlemasscomments{
	margin: 0 5px 0 20px;
}

.comment-block {
	clear: both;
	margin: 0 0 10px 0;
	position: relative;
	padding: 5px 5px 15px 100px;
	border-bottom: 1px solid #eaeaea;
	

}

	.comment-block-left {
		width: 95px;
		height: 95px;
		overflow: hidden;
		position: absolute;
		left: 0px;
		top: 5px;
		background: #fff;
		border: 1px solid #bfbfbf;
	}
	
		.comment-block-left img {
			width: 95px;
		}
		
	
	.comment-block-right {
		margin: 0 0 0 10px;
		position: relative;
		padding: 0px 0 0 0;
	}
	
		.comment-block-right2 {
			
		}
		
			.comment-text {
				font: 12px Trebuchet MS;
				color: #343434;
				line-height: 17px;
				font-size: 11px;
			}
			
				.comment-text a {
					color: #000;
				}
				
					.comment-text a:hover {
						text-decoration: none;
					}
			
				.comment-text-title {
					border-bottom: 1px #ebebeb dotted;
					padding: 0 0 5px 0;
					margin: 0 0 5px 0;
					font: 12px Tahoma;
					color: #767676;
				}
				
					.comment-text-title a {
						color: #767676;
						font-weight: bold;
					}
					
						.comment-text-title a:hover {
							text-decoration: underline;
						}
						
				.comment-text-more {
					padding: 3px 0 0 0;
					font-size: 11px;
					color: #ccc;
					border-top: 1px #ebebeb dotted;
				}
				
					.comment-text-more a {
						color: #a0a0a0;
					}
					
						.comment-text-more a:hover {
							color: #000;
						}

.comment-block .bbcodes, .mass_comments_action .bbcodes, .news-item-content .editor input, .news-item-content input {
	background: #fff;
	border: 1px #ccc solid;
	color: #333;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	margin: 0;
	cursor: pointer;
}						


/* -------- */
.quote {
	background: #efead4;
	padding: 8px;
	color: #6f6f6f;
	clear: both;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	margin: 0 0 5px 0;
	font-size: 11px;
}

	.quote a {
		color: #000;
	}
		
/* Добавление комментария */


.hidden-comment {
	padding: 10px 0 0 0;
}

	.hidden-comment h3 {
		cursor: pointer;
		float: left;
		height: 29px;
		background: url(../images/hidden-comment.jpg) left top repeat-x;
		border-radius:3px; 
		-webkit-border-radius:3px; 
		-moz-border-radius:3px;
		padding: 0 15px 0 15px;
		line-height: 29px;
		color: #fff;
		font-weight: bold;
		margin: 0 0 0 20px;
	}
	
	.hidden-comment2 {
		background: url(../images/hidden-comment.jpg) left bottom repeat-x !important;
	}
	
	.hidden-comment-form {
		display: none;
		clear: both;
	}

.add-coment-buttom {
	width: 100px;
	height: 30px;
	margin-right: 3px;
	color: #fff;
	border: 1px #2b2b2b solid;
}

.add-comment {
	clear: both;
	padding: 10px 10px 10px 0;
	border-radius: 0 0 3px 3px; 
	-webkit-border-radius: 0 0 3px 3px; 
	-moz-border-radius: 0 0 3px 3px;
	
}

	.add-comment a {
		color: #2b80c1;
	}
	
	.login-close {
		background: url(../images/login-close.png);
		width: 36px;
		height: 35px;
		cursor: pointer;
		position: absolute;
		right: 5px;
		top: 5px;
	}

.add-coment-buttom {
	width: 100px;
	height: 30px;
	margin-right: 3px;
	color: #fff;
	border: 1px #2b2b2b solid;
}

.add-comment {
	clear: both;
	padding: 10px;
	border-radius: 0 0 3px 3px; 
	-webkit-border-radius: 0 0 3px 3px; 
	-moz-border-radius: 0 0 3px 3px;
	
}

	.add-comment a {
		color: #2b80c1;
	}
	
		.add-comment a:hover {
			
		}

	.add-comment-line {
		clear: both;
	}
	
		.add-comment-line-left {
			float: left;
			width: 90px;
			padding: 0 0 5px 0;
			height: 27px;
			line-height: 27px;
		}
		
		.add-comment-line-right {
			float: left;
			width: 500px;
			padding: 0 0 5px 0;
		}
		
			.add-comment-line-right input {
				border-radius:3px; 
				-webkit-border-radius:3px; 
				-moz-border-radius:3px;
				background: #fff;
				height: auto !important;
				padding: 5px 10px 5px 10px;
				border: 1px #e8e8e8 solid;
			}
.s-block .add-comment-line-left {
	width: 150px !important;
}

.s-block .add-comment-line-right {
	width: 400px !important;
}

.s-block .add-comment-line {
	padding: 0 0 10px 0;
}

.s-block .add-comment-line textarea {
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	background: #fff;
	height: auto !important;
	padding: 5px 10px 5px 10px;
	border: 1px #e8e8e8 solid;
	height: 200px !important;
}

/* 
*****************************
Юзер инфа */
.user-info-table {
	width: 90%; 
	margin: 0 00px 0 20px;

}

	.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: 10px;
	
	
}

#dle-content {
}
	.s-block{
		margin: 0 5px 0 20px;
	}
	
	.s-block-content a {
		color: #871012;
	}
	
	.full-news-date, .news-item-content{
		margin: 0 5px 0 20px;
	}
/* добавление новости */
.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;
}

	.imp input {
		margin: 5px 20px 0 0;
		background: url(../images/form-text.gif);
		color: #2e2e2e;
		border: 1px #d0d0d0 solid;
	}
	
.pm{
	clear: both;
}	
.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 {
	width: 580px;
	padding: 10px 5px 5px 5px;
}

	.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;
}

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

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

	.a-mess a {
		color: #4a4a4a;
		font-weight: bold;
	}
	
.theme-mess {
	background: #c6c6c6;
	padding: 5px;
	border-top: 5px #fff solid;
	color: #666666;
	font-weight: bold;
}

/* Результаты поиска и форма поика на главной */
.search-block {
	position: absolute;
	width: 204px;
	height: 23px;
	left: 204px;
	top: 58px;
	background: url(../images/search-block.png) left top no-repeat;
}
	
	#tt_social a {
		width: 24px;
		height: 24px;
		margin: 0 2px 2px 0;
		display: block;
		float: left;
	}
	
	.ttfav {
		float: left;
		padding: 10px 0 10px 0;
		margin: 0 0 0 20px;
	}
			
	.ttfav-title {
		padding: 5px 0 5px 3px;
		font-weight: bold;
		color: #bbbbbb;
	}
	
		.form-text {
			color: #6c6c6c;
			font-size: 11px;
			border: 0;
			margin: 0;
			padding: 0;
			background: none;
			position: absolute;
			left: 10px;
			top: 5px;
			width: 187px;
		}
		
		.form-search {
			position: absolute;
			left: -36px;
			top: 0px;
		}

.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 {
	padding: 10px;
	text-align: center;
}

	.navigation a {
		height: 20px;
		line-height: 20px;
		padding: 5px 9px 5px 9px;
		font-weight: bold;
		text-decoration: none;
		color: #010101;
		margin: 0 5px 0 0;
		font: bold 12px Tahoma;
	}
	
		.navigation a:hover {
			background: #fbbe01;
			color: #fff;
		}
	
	.navigation span {
		background: #fbbe01;
		height: 20px;
		line-height: 20px;
		padding: 5px 9px 5px 9px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		margin: 0 5px 0 0;
		font: bold 12px Tahoma;;
	}
	
.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;
}

.shot-title {
	color: #61a0ff;
	padding: 5px;
}

	.shot-title h1 {
		font-size: 18px;
		padding-left: 10px;
	}
	
		.shot-title h1 i {
			
		}
		
.img-top-link {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.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; z-index: 101;}
#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;
}

.full-news-custom-content p, .r-custom-text p {
	margin: 0;
	padding: 0;
}

/*  */


.sp_search {
	
	width:486px;
	margin: 0 0 15px 0;
	border: 2px #fff solid;
}

.sp_search_head {
	height:37px;
	padding:5px;
	color:#888;
	font:bold 17px Arial;
	line-height:40px;
	text-transform:uppercase;
	background:#fff;
	border-bottom: 1px #ccc solid;
}

.sp_search_head img {float:left;margin-right:7px;}

.sp_search_table {
	font:11px Tahoma;
	color:#080808;
	width:100%;
	text-align:left;
	background:#d5f3ff ;
}

.sp_search_table .sp_s1 {color:#1e81ba;text-decoration:underline;font-weight:bold;}
.sp_search_table .sp_s2 {color:#1e81ba;text-decoration:underline;font-weight:bold;}
.sp_search_table .sp_s3 {color:#1e81ba;text-decoration:underline;font-weight:bold;}
.sp_search_table .sp_s4 {color:#1e81ba;text-decoration:underline;font-weight:bold;}

.sp_search_table td.sp_name {
	padding:6px 10px 8px 0;
	vertical-align:top;
	font:12px Tahoma;
	color:#080808;
}

.sp_search_table a.sp_lnk {
	font:12px Tahoma;
	color:#080808;
	text-decoration:underline;
}
.sp_search_table a.sp_lnk b {
	font-weight:bold;
}

.sp_search_table a.sp_lnk:hover, .sp_search_table a.sp_lnk:hover span {text-decoration:none;}

.sp_search_table td.sp_count {
	padding:6px 24px 8px 0;
	vertical-align:top;
	text-align:right;
}

.sp_search_table td.sp_count span.sp_count_sp {
	color:#000;
	font-weight:bold;
}

.sp_search_table td.sp_count span.sp_count_sp2 {
	color:#1e81ba;
	font-weight:bold;
}

.sp_search_table td.sp_name .sp_im_bl {
	float:left;
	margin:-4px 0 0 0;
	width:44px;
}
.sp_search_table td.sp_name .sp_im_bl img {
	display:block;
	margin:0 auto;
}

/*---Подсветка кода в теге [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: 0 5px;
}

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

}

.pm_status {
	float:left;
	border: 1px solid #d8d8d8;
	padding: 0;
	background-color: #fff;
	width: 100%;
	height: 150px;
	margin-right: 10px;
}
.pm_status_content{
	padding: 0 10px 0 10px;
}

.pm_status_head {
	border-bottom: 1px solid #d8d8d8;
	background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
	font: 12px Tahoma;
	padding: 10px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	color: #4e4e4e;
}


.fieldset{margin:20px; padding: 10px; border:1px dashed #F00;}