
body {
	padding: 11px 0 0 0;
	margin: 0;
	background: #fff;
	text-align: center;
    font: 12px Arial,Helvetica,Sans-serif;
	line-height: 1.2;
	color: #333;
}
h1, h2, h3, h4, h5, h6  { 
    margin: 0; 
    font-family: Arial,Helvetica,Sans-serif; 
    color: #000; 
    line-height:110%;
    font-weight:400; 
}
h1  {font-size: 28px;  } 
h2  {font-size: 26px; } 
h3  {font-size: 22px; } 
h4  {font-size: 18px;} 
h5  {font-size: 16px; } 
h6  {font-size: 12px;}

a {
	text-decoration: none;
}
img {
	border: none;
}

.body{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
	
	.banner{
		margin: 0 0 10px 0;
	}
	
	.header{
		background: url(assets/img/bg-header1.png) 0 0 repeat-x;
        //background-size: 100%;
		//background-color: blue;
		position: relative;
		height: 89px;
    	margin-top: -15px;
        margin-bottom: 20px;
		//border: 10px solid #19abe1;
	}
.header_fix{
    	background: url(assets/img/bg-header1.png) 0 0 repeat-x;
        position: absolute;
		width: 1333px;
		height: 89px;
		border-bottom: 10px solid #19abe1;
    	margin-bottom: 20px;
}
		.logo{
			display: block;
			width: 316px;
			height: 100px;
			position: absolute;
			top: -5px;
			left: -15px;
			background: url(assets/img/fin.png) 0 18px no-repeat;
            background-color: #fff;
            background-size: 99%;
    		z-index: 121;
		}

.logo a{
display: block;
        height: 100%;
    z-index: 121;
        //border: 1px solid black;
}
		.top-menu-block{
			position: absolute;
            margin: 0 auto;
			top: 35px;
			//left: 0px;
			height: 60px;			
		}	
				
				
			.menu-link{
				background: url(assets/img/menu-line.png) right center no-repeat;
				display: block;
				text-align: center;
				font: bold 12px Arial;
				line-height: 18px;
				color: #3a3a3a;
				padding: 4px 12px 4px 12px;
				position: relative;
				z-index: 99;
				
			}
			
				.menu-link:hover{
					color: #fff;
					background: url(assets/img/bg-menu-link.png) 0 0 repeat-x;
					border-radius: 5px 5px 0 0;
					-moz-border-radius: 5px 5px 0 0;
					-web-kit-border-radius: 5px 5px 0 0;
				}
				
				.activ{
					color: #fff;
					background: url(assets/img/bg-menu-link.png) 0 0 repeat-x;
					border-radius: 5px 5px 0 0;
					-moz-border-radius: 5px 5px 0 0;
					-web-kit-border-radius: 5px 5px 0 0;
				}
				
				.top-menu-block ul{
					margin-top: 0;
					padding: 0;
					margin-left: 301px;
					z-index: 99;
				}
				
					.top-menu-block li{
						list-style-type: none;
						float: left;
						
						height: 35px;
						z-index: 99;
					}
				
						.top-menu-block li:first-child{
							background: none;
						}
						
				
				.hidden-menu-block{
					display: none;
					position: absolute;
					top: 26px;
					left: 400px;
					//width: 1020px;
					z-index: 99;
					
				}
						
					.hidden-menu-link{
						display: block;
						float: left;
						font: bold 12px Arial;
						color: #fff;
						padding: 5px;
						margin: 0 6px;
						height: 18px;
					}
					
						
						.hidden-menu-link:hover{
							background: #6E6E6E;
						}
	
		.enter-reg{
			position: absolute;
			right: 22px;
			top: 5px;
			width: 165px;
		}
			
			
			.login{
				font-size: 12px;
				font-weight: bold;
				color: #074f75;
				position: absolute;
				top: 0px;
				padding: 0 0 1px 0;
				right: 170px;
				border-bottom: 1px dotted #074f75;
				cursor: pointer;
				
			}
				
				.login:hover, .registration:hover{
					border-bottom:none;
				}
				
			.registration{
				font-size: 12px;
				font-weight: bold;
				color: #787777;
				position: absolute;
				top: 0px;
				right: 5px;
				padding: 0 0 1px 0;
				border-bottom: 1px dotted #787777;
			}
					.close{
						position: absolute;
						top: 20px;
						right: 5px;
						width: 15px;
						height: 15px;
						cursor: pointer;
						background: url(assets/img/close.png) 0 0 no-repeat;
					}
					
					.login-block-hidden{
						background: url(assets/img/login-block-hidden.png) 0 0 no-repeat;
						display: none;
						width: 222px;
						height: 228px;
						position: fixed;
						top: 50%;
						left: 50%;
						margin: -114px 0 0 -111px;
						z-index: 99999;
					}
						
					.login-block-hidden1{
						background: url(assets/img/login-block-hidden1.png) 0 0 no-repeat;
						display: none;
						width: 202px;
						height: 208px;
						position: fixed;
						top: 50%;
						left: 50%;
						margin: -104px 0 0 -101px;
						z-index: 99999;
					}
					
					.login-block-hidden-dark{
						background: url(assets/img/dark.png);
						position: fixed;
						top: 0px;
						left: 0px;
						width: 100%;
						height: 100%;
						display: none;
						z-index: 88888;
					}

	.main{
		padding: 15px 0 0 0;
        margin: 0 auto;
		margin-top: -20px;
     width: 1333px;
    //border: 2px solid red;
	}
		.left-col{
			width: 1028px;
			float: left;
		}
			
			.left-col-left{
				float: left;
				width: 340px;
			}
			
				.news-today-main{
					width: 319px;
					height: 364px;
					background: url(assets/img/bg-main-news-today.png) 0 0 no-repeat;
					margin: 0 0 15px 0;
				}
					
					.news-today-main-news{
						padding: 10px 0 0 0;
					}
					
						.news-today-main-news-image{
							width: 300px;
							height: 185px;
							overflow: hidden;
							margin: 0 0 5px 0;
    						border: 1px solid #E4E4E4;
						}
							
							.news-today-main-news-image img{
								width: 300px;
								min-height: 185px;
							}
						
						.news-today-main-news h2 a{
							font-size: 16px;
							color: #000;
							max-height: 58px;
							overflow: hidden;
							margin: 0 0 5px 0;
							display: block;
							font-family: Arial;
							font-weight: bold;
                            line-height: 1.2;
						}
							
							.news-today-main-news h2 a:hover{
   								color: red;
								text-decoration: underline;
							}
						
						.news-today-main-news-content{
							color: #474747;
							font-size: 13px;
							line-height: 16px;
							max-height: 78px;
							overflow: hidden;
							margin: 0 0 10px 0;
						}
						
						.news-today-main-news-more a{
							color: #fff;
							font-size: 12px;
							text-align: center;
							width: 91px;
							height: 26px;
							background: url(assets/img/main-news-today-more.png) 0 0 no-repeat;
							display:block;
							line-height: 24px;
							margin: 0 0 0 240px;
						}
							
							.news-today-main-news-more a:hover{
								text-decoration: underline;
							}

			.left-col-right{
				width:380px;
				float: left;
			}
			
				.news-day-block{
					
				}
					
					.news-day-block-title{
						font: 15px Trebuchet MS;
						color: #000;
						border-bottom: 1px solid #000;
						padding: 0 0 5px 0;
						margin: 0 0 10px 0;
						font-weight: bold;
					}
					
					.news-day-block-content{
						padding: 0 10px 25px 10px;
						position: relative;
					}
					
						.news-day-news{
							margin: 0 0 10px 0;
							position: relative;
							padding: 0 0 0 40px;
						}
							
							.news-day-date{
								color: #878787;
								font-size: 11px;
								position: absolute;
								top: 3px;
								left: 0px;
							}
							
							.news-day-news h2 a{
								font-size: 12px;
                                line-height: 1.2;
                                font-weight: bold;
								color: #0a6aae;
								text-decoration: underline;
							}	
								
								.news-day-news h2 a:hover{
									color: red;
								}
								
					.see-all{
						color: #074f75;
						font-size: 11px;
						
					}
						
						.see-all span{
							text-decoration: underline;
						}
							
							.see-all span:hover{
								text-decoration: none;
							}
			
			.left-col-item{
				width: 340px;
				margin: 0 25px 25px 0;
				float: left;
                line-height: 0.5;
			}
			
				.left-col-item-title{
					border-bottom: 1px solid #42a6df;
					position: relative;
				}
					
					.left-col-title-name{
						font: 15px Trebuchet MS;
						background: #54b3e7;
						border-radius: 5px 5px 0 0;
						-moz-border-radius: 5px 5px 0 0;
						-webkit-border-radius: 5px 5px 0 0;
						color: #fff;
						text-align: center;
						height: 30px;
						width: 150px;
						line-height: 30px;
						display: block;
						font-weight: bold;
						
					}
					
					.all-news{
						color: #000;
						font-size: 12px;
						position: absolute;
						right: 0px;
						top: 8px;
					}
						
						.all-news:hover{
							color: #0973cd;
						}
				
				.left-col-item-title.item2{
					border-bottom: 1px solid #bfc848;
				}
					
					.item2 .left-col-title-name{
						background: #004E77;
					}
					
					.item2 .all-news:hover{
						color: #004E77;
					}
				
				.left-col-item-title.item3{
					border-bottom: 1px solid #f8b24d;
				}
					
					.item3 .left-col-title-name{
						background: #f0be5f;
					}
					
					.item3 .all-news:hover{
						color: #f8b24d;
					}
				
				.left-col-item-title.item4{
					border-bottom: 1px solid #d14c32;
				}
					
					.item4 .left-col-title-name{
						background: #d95a41;
					}
					
					.item4 .all-news:hover{
						color: #d14c32;
					}
				
				.left-col-item-title.item5{
					border-bottom: 1px solid #3b7ac4;
				}
					
					.item5 .left-col-title-name{
						background: #5084cd;
					}
					
					.item5 .all-news:hover{
						color: #3b7ac4;
					}
				
				.left-col-item-title.item6{
					border-bottom: 1px solid #466576;
				}
					
					.item6 .left-col-title-name{
						background: #527a8f;
					}
					
					.item6 .all-news:hover{
						color: #466576;
					}
					
				.left-col-item-title.item7{
					border-bottom: 1px solid #aa3cba;
				}
					
					.item7 .left-col-title-name{
						background: #aa3cba;
					}
					
					.item7 .all-news:hover{
						color: #aa3cba;
					}
					
				.left-col-item-title.item8{
					border-bottom: 1px solid #1a887a;
				}
					
					.item8 .left-col-title-name{
						background: #1a887a;
					}
					
					.item8 .all-news:hover{
						color: #1a887a;
					}
					
				.left-col-item-content{
				
				}
					
					.main-news-news{
						position: relative;
						
					}
						
						.first-news{
							display: none;
						}
					
					.main-news-news:first-child .first-news{
						display: block;	
						position: relative;
						padding: 35px 0 0 140px;
						height: 120px;
					}
					
						.polit-news{
							position: relative;
							padding: 35px 0 0 162px;
							height: 135px;
							border-bottom: 1px #ccc dotted;
							margin: 0 0 10px 0;
						}
							
							.polit-news-more a{
								display: block;
								margin: 0 0 0 70px;
								color: #474747;
								font-size: 12px;
								text-decoration: underline;
							}
								
								.polit-news-more a:hover{
									color: #0973cd;
								}							
								
						.first-news h2 a{
							font-size: 14px;
							font-weight: bold;
                            line-height: 1.2;
							color: #000;
							display: block;
							height: 17px;
							overflow: hidden;
							margin: 0 0 10px 0;
							position: absolute;
							top: 10px;
							left: 0px;
						}
							
							.first-news h2 a:hover{
								color: #da8103;
								height: auto;
								background: #fff;
								padding-bottom: 3px;
								z-index: 999;
							}
						
						.main-news-news-image{
							width: 150px;
							height: 100px;
							overflow: hidden;
							position: absolute;
   						 	border: 1px solid #E4E4E4;
							top: 35px;
							left: 0px;
						}
							.polit-news .main-news-news-image{
								width: 152px;
								//height: 116px;
							}
							
							.main-news-news-image img{
								width: 150px;
								//min-height: 100px;
							}
								
								.polit-news .main-news-news-image img{
									width: 152px;
									//min-height: 116px;
								}
						.main-news-date{
							color: #939393;
							font-size: 12px;
							margin: 0 0 5px 0;
						}
						.main-news-content{
							height: 45px;
							overflow: hidden;
							color: #474747;
							font-size: 12px;
							line-height: 1.2;
							
						}
						.main-news-content a{
						display: block;
    					text-decoration: none;
						font-size: 12px;
						font-weight: bold;
						color: #0a6aae;
						overflow: hidden;						
						margin: 0 0 5px 0;
						line-height: 15px;
					}
						
						.main-news-content a:hover{
							color: #074f75;
    						text-decoration: underline;
						}
					
					.main-news-news:first-child .news-day-news{
						display: none;	
					}
						
						.main-news-news .news-day-news h2 a{
							height: 30px;
							overflow: hidden;
							display: block;
						}
				
				.econom-news{
					margin: 0 0 10px 0;
					padding: 10px 0 0 0;
				}
					
					.econom-news-image{
						width: 67px;
						height: 50px;
						position: relative;
						float: left;
						margin: 0 10px 0 0;
						overflow: hidden;
					}
						
						.econom-news-image img{
							width: 67px;
							min-height: 50px;
							position: absolute;
							top: 0px;
							left: 0px;
						}
					
					.econom-right{
						width: 237px;
						float: left;
					}
						
						.econom-date{
							color: #939393;
							font-size: 12px;
							margin: 0 0 4px 0;
						}
						
						.econom-right h2 a{
							font-size: 12px;
							font-weight: bold;
							color: #474747;
							line-height: 15px;
							overflow: hidden;
							height: 30px;
							display: block;
						}
							
							.econom-right h2 a:hover{
								color: #da8103;
							}
						
					.econom-news-content{
						font-size: 12px;
						color: #474747;
						line-height: 15px;
						overflow: hidden;
						height: 45px;
						margin: 0 0 5px 0;
					}
					
						.econom-news-more a{
							display: block;
							margin: 0 0 0 230px;
							color: #474747;
							font-size: 12px;
							text-decoration: underline;
						}
							
							.econom-news-more a:hover{
								color: #6b9413;
							}
		.right-col-adv{
    		width: 160px;
			float: left;
		}

		.right-col{
			width: 300px;
			float: left;
    		margin-right: 5px;
		}
			
			.right-col-item{
				//background: #f5f4ea;
				border-left: 1px solid #e4e4e4;
    			border-right: 1px solid #e4e4e4;
				padding-left: 10px;
    			padding-right: 10px;
    			padding-bottom: 10px;
				margin: 0 0 20px 0;
			}
				
				.ritem2.right-col-item{
					background: #fdefcf;
					border: 1px solid #ffebc0;
				}
				.right-col-item-title{
					font: 17px Roboto;
					color: #000;
					font-weight: bold;
				}
				
				.right-col-item-content{
					
				}
					
					.top-news-block{
						display: block;
						margin: 0 0 10px 0;
    					font-size: 15px;
						color: #29219b;
    					text-decoration: underline;
						overflow: hidden;
						position: relative;
						min-height: 225px;
                        border-bottom: 1px dashed red;
					}
						.top-news-block:first-child{
							background: none;
						}
						.top-news-block:hover{
							color: #9b2135;
						}
						
						.top-news-block span{
							display: block;
							position: absolute;
							left: 0px;
    						margin-right: 10px;
							width: 260px;
							height: 150px;
							border: 1px solid #e6e6e6;
							overflow: hidden;
    						z-index: 330;
						}
						.top-news-block img{
							width: 260px;
							min-height: 151px;
						}
						.top-news-block p{
							display: block;
    						width: 260px;
    						//height: 30px;
							position: absolute;
                            top: 135px;
    						text-decoration:underline;
    						padding-left: 0px;
    						padding-top: 8px;
   							padding-bottom: 8px;
                			z-index: 339;
    						overflow: hidden;
						}
							
				.right-banner{
					margin: 0 0  20px 0;
				}
					
					.right-banner img{
						max-width: 240px;
					}
				
				.video-news{
					margin: 0 0 20px 0;
				}
					
					.video-news:first-child{ 
						background: url(assets/img/line-video.png) 0 bottom repeat-x;
						padding: 10px 0 15px 0;
					}
					
					.video-news:first-child .video-news-image{
						position: relative;
						width: 216px;
						height: 153px;
						overflow: hidden;
						border: 1px solid #fff;
						float: none;
						margin: 0 0 10px 0;
					}
					
					.video-news-image{
						position: relative;
						width: 80px;
						height: 57px;
						overflow: hidden;
						border: 2px solid #fff;
						float: left;
					}
						
						.video-news:first-child .video-news-image img{
							width: 216px;
							min-height: 153px;
						}
						
						.video-news-image img{
							width: 80px;
							min-height: 57px;
						}
						
						.video-news:first-child .video-news-image a{
							width: 216px;
							height: 153px;
							display: block;
							background: url(assets/img/play1.png) center center no-repeat;
							position: absolute;
							top: 0px;
							left: 0px;
						}
						.video-news-image a{
							width: 80px;
							height: 57px;
							display: block;
							background: url(assets/img/play.png) center center no-repeat;
							position: absolute;
							top: 0px;
							left: 0px;
						}
					
					.video-news:first-child.video-news h2 a{
						display: block;
						float: none;
						width: auto;
						color: #151515;
						font-size: 12px;
						font-weight: bold;
						line-height: 15px;
						height: 30px;
						overflow: hidden;
						margin: 0 0 10px 0;
					}
					
					.video-news h2 a{
						display: block;
						float: left;
						width: 123px;
						color: #2c2c2c;
						font-size: 12px;
						line-height: 15px;
						height: 45px;
						overflow: hidden;
						margin: 0 0 0 10px;
					}
						
						.video-news h2 a:hover{
							text-decoration: underline;
						}
					
					.video-news:first-child .video-views{
						display: block;
						padding: 0 0 0 20px;
						background: url(assets/img/video-views.png) left 0 no-repeat;
						color: #000;
						font-size: 12px;
						float: left;
						width: 60px;
					}
						
						.video-views{
							display: none;
						}
					
					.video-news:first-child .video-comments{
						display: block;
						padding: 0 0 0 20px;
						background: url(assets/img/video-comment.png) left 0 no-repeat;
						color: #000;
						font-size: 12px;
						float: left;
						width: 60px;
					}
						
						.video-comments a{
							color: #000;
						}
							
							.video-comments a:hover{
								text-decoration: underline;
							}
						.video-comments{
							display: none;
						}
		
	.articl-block{
		background: url(assets/img/bg-footer.png);
		width: 100%;
		//height: 255px;
		padding: 10px;
		float: left;
	}
	.articl-block a{
				color: #fff;
			}
				
				.articl-block a:hover{
					text-decoration: underline;
				}	


		.articl-block-title{
			color: #fff;
			font: 15px Trebuchet MS;
			font-weight: bold;
		}
			
			.articl-block-title a{
				float: right;
				margin: 0 5px 0 0;
				color: #fff;
				font-size: 12px;
			}
				
				.articl-block-title a:hover{
					text-decoration: underline;
				}
			
		.articl-block-content{
			padding: 15px 0;
		}
		
		.article-news{
			position: relative;
			padding: 0 0 0 210px;
		}
			
			.article-news-image{
				position: absolute;
				top: 0px;
				left: 0px;
				width: 200px;
				height: 180px;
				border: 1px solid #f1f1f1;
				overflow: hidden;
			}
			
				.article-news-image img{
					width: 200px;
					min-height: 180px;
				}
				
			.article-news h2 {
				font-size: 14px;
				font-weight: bold;
				color: #fff;
				height: 18px;
				margin: 0 0 5px 0;
				display: block;
				position: relative;
			}
			
			.article-news h2 a{
				color: #fff;
				height: 18px;
				overflow: hidden;
				display: block;
			}
				
				.article-news h2 a:hover{
					text-decoration: underline;
					height: auto;
					background: #cf391e;
					position: absolute;
					padding-bottom: 3px;
				}
			
			.article-date{
				font-size: 12px;
				color: #cbcbcb;
				margin: 0 0 5px 0;
			}
			
			.article-news-content{
				font-size: 12px;
				color: #fff;
				margin: 0 0 10px 0;
				line-height: 15px;
				height: 135px;
				overflow: hidden;
			}
			
			.main-news-more a{
				width: 90px;
				height: 23px;
				text-align: center;
				line-height: 23px;
				color: #fff;
				font-size: 12px;
				display: block;
				margin: 0 0 0 230px;
				background: #6a1100;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}
				
				.main-news-more a:hover{
					background: #fff;
					color: #000;
				}
		
		.int-news-block{
			width: 655px;
			float: left;
			margin: 0 0 0 30px;
		}
			
			.int-news-block-title{
				color: #000;
				font: 15px Trebuchet MS;
				border-bottom: 1px solid #000;
				padding: 6px 0;
				font-weight: bold;
			}
				
				.int-news-block-title a{
					float: right;
					margin: 0 5px 0 0;
					color: #000;
					font-size: 12px;
					padding: 4px 0;
				}
					
					.int-news-block-title a:hover{
						text-decoration: underline;
					}
			
			.int-news-block-content{
				padding: 15px 0;
			}
				
				.int-news{
					float: left;
					width: 123px;
					margin: 0 4px;
				}
				
					.int-news-image {
						width: 123px;
						//height: 85px;
						overflow: hidden;
						border: 1px solid #f1f1f1;
						margin: 0 0 13px 0;
					}
						
						.int-news-image img{
							width: 123px;
							//min-height: 85px;
						}
					
					.int-news h2 a{
						display: block;
						//max-height: 46px;
						font-size: 12px;
						font-weight: bold;
						color: #343434;
						overflow: hidden;
						text-decoration: underline;
						margin: 0 0 5px 0;
						line-height: 15px;
					}
						
						.int-news h2 a:hover{
							color: #da8103;
						}
					
					.int-news-content{
						font-size: 12px;
						color: #343434;
						overflow: hidden;
						height: 45px;
						line-height: 15px;
					}
	
.footer{
    width: 100%;
    background: url(assets/img/bg-footer1.png);
	position: relative;
    z-index: 112;
	height: 70px;
    margin: 0 auto;
	}
		
		.copir{
			float: left;
			width: 800px;
    		height: 55px;
    		background: url(assets/img/bg-footer1.png);
			font: 12px Arial;
    		padding-top: 15px;
    		padding-left: 20px;
			color: #fff;
            margin: 0 auto;
		}
			
			.copir a{
				text-decoration: underline;
				color: #fff;
			}
				
				.copir a:hover{
					color: #fff;
				}
			
		.footer-menu{
			width: 440px;
			float: left;
			text-align: right;
		}
			
			.footer-menu a{
				text-decoration: underline;
				margin: 0 7px 5px 8px;
				color: #949494;
				font: 12px Arial;
				display: inline-block;
			}
				
				.footer-menu a:hover{
					color: #074f75;
				}
	
	.vote-title{
		font-size: 12px;
		font-weight: bold;
		color: #000;
		padding: 5px 0 0 0;
	}
	
	.vote{
		font-size: 12px;
		color: #000;
		background: url(assets/img/line-video.png) 0 bottom repeat-x;
		padding: 5px 0 15px 0;
	}

.left-block-content{
	padding: 45px 0 0 25px;
	position: relative;
}
	.login-line {
		position: relative;
		background: url(assets/img/login-line.png) left top no-repeat;
		width: 166px;
		height: 27px;
		margin: 0 4px 5px 0;
		float: left;
	}
	
	.login-line a{
		width: 25px;
		height: 25px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.log-pass{
		color: #595959;
		font-size: 12px;
		text-align: left;
		width: 166px;
		margin: 0 0 5px 0;
	}
	.login-link {
		padding: 10px 0 10px 15px;
	}
	
		.login-link a {
			color: #6a6a6a;
		}
	
	.remembe{
		font-size: 12px;
		color: #939393;
		text-align: left;
		margin: 0 0 5px 0;
		padding: 10px 0 0 0;
	}
	.login-input-text {
		border: 0;
		margin: 0;
		position: absolute;
		left: 7px;
		top: 6px;
		background: #fff;
		padding: 0;
		width: 130px;
		font-size: 11px;
		color: #6c6c6c;
	}
	
	.ava-cab{
		position: absolute;
		top: 50px;
		left: 20px;
		width: 50px;
		height: 50px;
		overflow: hidden;
	}	
	
		.ava-cab img{
			width: 50px;
			min-height: 50px;
		}
	
	.l-link {
		padding: 0 15px 0 65px;
	}
	
		.l-link a {
			display: block;
			color: #595959;
			height: 25px;
			line-height: 25px;
			font-size: 12px;
		}
		
			.l-link a:hover {
				background: #a12c15;
				color: #fff;
			}
	
	.lu-link{
		position: absolute;
		top: 165px;
		right: 20px;
	}
	
	.enter {
		position: absolute;
		right: 30px;
		bottom: -40px;
	}
	
	.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(assets/img/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 {
	
	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: #fff;
	border: 0;
	background: #074f75;
	margin: 3px 10px;
	font-size: 12px;
	font-weight: bold;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	cursor: pointer;
	float: left;
}

.vote-buttom:hover{
	text-decoration: underline;
}

.rez-buttom{
	width: 87px;
	padding: 5px;
	color: #343434;
	border: 0;
	margin: 3px 10px;
	font-size: 12px;
	font-weight: bold;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	cursor: pointer;
	float: left;
	text-decoration: underline;
	background: none;
}

	.rez-buttom:hover{
		text-decoration: none;
	}



.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(assets/img/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(assets/img/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(assets/img/rating.png);
	background-position: left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}



 
.bbcodes {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;		
	font-family: tahoma;	
	
	height: 20px;
	background-image: url(assets/img/dlet_bttn_bbcodes.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}



.bbcodes_poll {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;		
	font-family: tahoma;	
	width: 120px;
	height: 20px;
	background-image: url(assets/img/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;
}



#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;
}


.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(assets/img/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(assets/img/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 {
    
    display: none;
}
 

.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}
	
.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;
		}
		



.speed-b{
	color: #a6a6a6;
	font-size: 12px;
	margin: 0 10px 10px 0;
}
	
	.speed-b a{
		color: #000;
		text-decoration: underline;
	}
		
		.speed-b a:hover{
			text-decoration: none;
		}
		
	.slider {
		position: relative;
		background: #ebebeb;
		padding: 20px 0 20px 30px;
		margin: 0 0 20px 0;
		border-bottom: 1px #d8d8d8 solid;
	}
	
		.slider-main {
			position: relative;
			width: 640px;
			height: 120px;
			position: relative;
			overflow: hidden;
		}
		
			.slider-scroll {
				position: relative;
				left: 0px;
				top: 0;
				width: 10000000px;
			}
	
				.slider-item {
					float: left;
					width: 150px;
					margin: 0 0 0 10px;
					height: 120px;
					position: relative;
					background: url(assets/img/slider-item.png) left top no-repeat;
				}
				
				.slider-item:first-child {
					margin: 0;
				}
				
					.slider-item-image {
						width: 140px;
						height: 106px;
						overflow: hidden;
						position: absolute;
						left: 5px;
						top: 3px;
					}
					
						.slider-item-image img {
							border: 0;
							width: 140px;
							margin: 0;
							min-height: 106px;
						}
						


.full-content{
 position: relative;
display: block;

    background: #fff;
}
	
.full-news {
    position: relative;
display: block;
    padding-right: 10px;
    background: #fff;
}
.full-news li{
margin-bottom: 7px;
}
	.full-news h1 {
		margin: 0 0 15px 0;
		font-weight: normal;
	}
	
	.full-news-content {
            display: block;
    		font-size:14px; 
    		line-height:20px;
	}
	
		.full-news-content img {
			max-width: 700px;
		}
		
		.full-news-content a {
			color: #4488CC;
		}
		
			.full-news-content a:hover {
				text-decoration: underline;
			}
			
	.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 {
		padding: 15px 0 0 0;
	}	
	
		.rel-news h4 {
			font-weight: bold;
			color: #000;
			font: 18px Trebuchet MS;
			padding: 0 0 5px 0;
			border-bottom: 1px #000 solid;
			margin: 0 0 15px 0;
		}

		.main-news{
width: 30%;
height: 375px;
overflow: hidden;
float: left;
margin: 0 10px 35px 0;
position: relative;
border-bottom: 1px dashed red;
		}
.inside-news{
			width: 320px;
			float: left;
			margin: 0 20px 0px 0;
			position: relative;
}		
			.main-news h2 a{
				color: #29219b; 
				font-size: 15px;
				//font-weight: bold;
				height: 60px;
				overflow: hidden;
				text-decoration: underline;
				line-height: 20px;
				display: block;
				margin: 10px 0 0 0;
			}
				
				.main-news h2 a:hover{
					color: #9b2135;
				}

.main-news-img{
				width: 150px;
				height: 93px;
            	position: relative;
				float: left;
				margin: 0 10px 0 0;
				overflow: hidden;
    			border: 1px solid #e4e4e4;
}
        .main-news-img img{
width: 150px;
}

			.main-news-image{
				width: 320px;
				height: 200px;
				position: relative;
				float: left;
				//margin: 0 10px 0 0;
				overflow: hidden;
    			border: 1px solid #e4e4e4;
			}
			 
				.main-news-image img{
					max-width: 320px;
					//min-height: 100px;
				}
			
			.main-news-right{	
			}
				
				.main-news-date{
					font-size: 12px;
					color: #939393;
					margin: 0 0 5px 0;
				}
					
				.main-news-content{
					font-size:14px; 
    				line-height:20px;
					height: 100px;
					overflow: hidden;
				}
					
					.main-news-content img{
						position: absolute;
						top: 40px;
						left: 0px;
						width: 130px;
						height: 100px;
					}
					
					.main-news-content br{
						display: none;
					}
	
.registr-please {
	color: #7791af;
	padding: 10px;
	margin: 5px;
}

.title_spoiler {
	position: relative;
	padding: 0;
	margin: 0;
}

	.title_spoiler a {
		background: url(assets/img/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 {
			
		}
		


.comment-item{
	background: url(assets/img/line-topmenu.png) 0 bottom repeat-x;
	padding: 0 0 10px 0;
}

.comment-block {
	clear: both;
	margin: 0 0 10px 0;
	position: relative;
	padding: 10px 5px 5px 100px;
	border-radius:7px; 
		-webkit-border-radius:7px; 
		-moz-border-radius:7px;

}

	.comment-block-left {
		width: 85px;
		height: 85px;
		overflow: hidden;
		position: absolute;
		left: 5px;
		top: 20px;
	}
	
		.comment-block-left img {
			width: 85px;
		}
		
	
	.comment-block-right {
		margin: 0 0 0 10px;
		position: relative;
		padding: 0px 0 0 0;
	}
	
		.comment-block-right2 {
			
		}
		
			.comment-text {
				color: #303030;
				line-height: 17px;
				font-size: 12px;
			}
			
				.comment-text a {
					color: #074f75;
				}
				
					.comment-text a:hover {
						text-decoration: underline;
					}
			
				.comment-text-title {
					border-bottom: 1px #ebebeb dotted;
					padding: 0 0 5px 0;
					margin: 0 0 5px 0;
					color: #074f75;
					font-size: 12px;;
				}
				
					.comment-text-title a {
						color: #074f75;
						font: 16px Trebuchet MS;
					}
					
						.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(assets/img/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;
	}
	
	.hidden-comment2 {
		background: url(assets/img/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(assets/img/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(assets/img/form-text.gif);
			color: #2e2e2e;
			border: 1px #d0d0d0 solid;
		}

		

.error {
	padding: 10px;
	padding-bottom: 150px;
	background: url(assets/img/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(assets/img/shadow.gif) right bottom;
			border: 0;
			margin: 10px 10px 10px 0;
		}
		
		.ststststs-c input {
			margin: 5px 20px 0 0;
			background: url(assets/img/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 {
	margin: 0 10px 0 0;
}

	.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;
}

	.imp input {
		margin: 5px 20px 0 0;
		background: url(assets/img/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(assets/img/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 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: relative;
    float: right;
	width: 257px;
	height: 22px;
	right: 22px;
	top: 35px;
	background: url(assets/img/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 0 0;
	}
			
	.ttfav-title {
		padding: 5px 0 5px 3px;
		font-weight: bold;
		color: #bbbbbb;
	}
	
		.form-text {
			color: #898989;
			font-size: 11px;
			border: 0;
			margin: 0;
			padding: 0;
			background: none;
			position: absolute;
			left: 60px;
			top: 4px;
			width: 190px;
		}
		
		.form-search {
			position: absolute;
			left: 0px;
			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(assets/img/form-text.gif);
		color: #2e2e2e;
		border: 1px #d0d0d0 solid;
}	


.navigation {
	padding: 10px;
	clear: both;
}

	.navigation a {
		border-radius: 5px; 
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px;
		background: url(assets/img/navigation.jpg) left top repeat-x;
		height: 20px;
		line-height: 20px;
		float: left;
		padding: 0 9px 0 9px;
		font-weight: bold;
		text-decoration: none;
		color: #828282;
		margin: 0 5px 0 0;
		font-size: 11px;
	}
	
		.navigation a:hover {
			background: url(assets/img/navigation.jpg) left bottom repeat-x;
			color: #fff;
		}
	
	.navigation span {
		border-radius: 5px; 
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px;
		background: url(assets/img/navigation.jpg) left bottom repeat-x;
		height: 20px;
		line-height: 20px;
		float: left;
		padding: 0 9px 0 9px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		margin: 0 5px 0 0;
		font-size: 11px;
	}

.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(assets/img/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(assets/img/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(assets/img/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()
{
    
}

	



.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;
}





#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 { z-index: 99999;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; }

.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(assets/img/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(assets/img/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(assets/img/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(assets/img/ui-icons.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(assets/img/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;
} 


.editor input[type="text"] { padding: 2px; background: #fff url("assets/img/fields.png") repeat-x; border: 1px solid #bcc0c2; }


.ui-autocomplete { position: absolute; cursor: default; }

* html .ui-autocomplete { width:1px; } 

.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;
}


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("assets/img/bbcodes.png") repeat-x 0 100%;
	font: 12px Tahoma;
	padding: 10px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	color: #4e4e4e;
}
			

.bb-pane { height: 1%; overflow: hidden; border: 1px solid #BBB; background-image: url("assets/img/bbcodes/bg.gif"); }
.bb-btn, .bb-sep { height: 25px; float: left; display: block; overflow: hidden; text-indent: -9999px; white-space: nowrap; }
.bb-sel { float: left; padding: 4px 2px 0 2px; }
.bb-sel select { font-size: 11px; }
.bb-sep { width: 5px; background-image: url("assets/img/bbcodes/brkspace.gif"); }
.bb-btn { cursor: pointer; width: 23px; }

#b_font { width: 118px;}
#b_size { width: 65px;}
#b_font select { padding: 0px;}
#b_size select { padding: 0px;}
#b_b { background-image: url("assets/img/bbcodes/b.gif"); }
#b_i { background-image: url("assets/img/bbcodes/i.gif"); }
#b_u { background-image: url("assets/img/bbcodes/u.gif"); }
#b_s { background-image: url("assets/img/bbcodes/s.gif"); }
#b_img { background-image: url("assets/img/bbcodes/image.gif"); }
#b_up { background-image: url("assets/img/bbcodes/upload.gif"); }
#b_emo { background-image: url("assets/img/bbcodes/emo.gif"); }
#b_url { background-image: url("assets/img/bbcodes/link.gif"); }
#b_leech { background-image: url("assets/img/bbcodes/leech.gif"); }
#b_mail { background-image: url("assets/img/bbcodes/email.gif"); }
#b_video { background-image: url("assets/img/bbcodes/mp.gif"); }
#b_audio { background-image: url("assets/img/bbcodes/mp3.gif"); }
#b_hide { background-image: url("assets/img/bbcodes/hide.gif"); }
#b_quote { background-image: url("assets/img/bbcodes/quote.gif"); }
#b_code { background-image: url("assets/img/bbcodes/code.gif"); }
#b_left { background-image: url("assets/img/bbcodes/l.gif"); }
#b_center { background-image: url("assets/img/bbcodes/c.gif"); }
#b_right { background-image: url("assets/img/bbcodes/r.gif"); }
#b_color { background-image: url("assets/img/bbcodes/color.gif"); }
#b_spoiler { background-image: url("assets/img/bbcodes/spoiler.gif"); }
#b_fla { background-image: url("assets/img/bbcodes/flash.gif"); }
#b_yt { background-image: url("assets/img/bbcodes/youtube.gif"); }
#b_tf { background-image: url("assets/img/bbcodes/typograf.gif"); }
#b_list { background-image: url("assets/img/bbcodes/list.gif"); }
#b_ol { background-image: url("assets/img/bbcodes/ol.gif"); }
#b_tnl { background-image: url("assets/img/bbcodes/translit.gif"); }
#b_br { background-image: url("assets/img/bbcodes/pbreak.gif"); }
#b_pl { background-image: url("assets/img/bbcodes/page.gif"); }

.bb-editor textarea { 
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding: 2px; border: 1px solid #bcc0c2; width: 100%; background: #fff url("assets/img/fields.png") repeat-x;
}
.editorcomm .bb-editor { width: 465px;}
.editorcomm .bb-editor textarea { height: 156px; }

.clr {
    clear: both;
}


#marker-bar,
#txtselect_marker {
	display: block;
	visibility: hidden;
    position: absolute;
    z-index: 1200;
    opacity: 0;
    -webkit-transition: opacity .4s, visibility .1s linear .4s;
    -moz-transition: opacity .4s, visibility .1s linear .4s;
    -o-transition: opacity .4s, visibility .1s linear .4s;
    transition: opacity .4s, visibility .1s linear .4s;
}
#txtselect_marker {
    cursor: pointer;
    background:url(assets/img/marker.png) -0px -0px no-repeat;
}

#txtselect_marker:hover {
        background-position: -0px -32px;
}

#marker-bar{
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #fff;
    padding: 5px 10px;
    cursor: default;
    box-shadow: 0px 0px 4px #ccc;
}

#marker-bar.show {
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
	visibility: visible;
}

#txtselect_marker.show {
        
	visibility: visible;
	width: 32px;
	height: 32px;
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
}

#marker-bar .masha-social,
#marker-bar .masha-marker{
	cursor: pointer;
	display: block;
	margin: 0 5px;
	float: left;
}

#marker-bar .masha-marker{
	line-height: 1em;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	margin-right: 10px;
}

#marker-bar .masha-marker:hover {
	color: #ea3e26;
	border-color: #ea3e26;
}

.user_selection, .user_selection_true {
	background: #c4f47d;
	padding: 2px 0;
}
.user_selection a.txtsel_close, .user_selection_true a.txtsel_close {
	display:none;
}
.user_selection .closewrap, .user_selection_true .closewrap {
	position: relative;
}
.user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close {
	display: inline-block;
	position: absolute;
	top: -7px;
	left: -5px;
	width: 33px;
	height: 33px;
	background: url(assets/img/closemarker.png) -0px -0px no-repeat;
}

.user_selection.hover a.txtsel_close:hover, .user_selection_true.hover a.txtsel_close:hover {
	background-position: -0px -33px;
}


#share-popup {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	position: absolute;
	width: 414px;
	display:none;
	z-index: 100;
	padding: 10px 0;
	opacity: 0;
	-webkit-transition: opacity .4s, visibility .1s linear .4s;
	-moz-transition: opacity .4s, visibility .1s linear .4s;
	-o-transition: opacity .4s, visibility .1s linear .4s;
	transition: opacity .4s, visibility .1s linear .4s;
}

#share-popup.show {
	display:block;
	opacity: 1;
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
}

#share-popup .social {
	padding: 0 0 10px 17px;
	height: 40px;
}

#share-popup .social p {
	padding-bottom: 10px;
	margin: 0;
	font-weight: bold;
}

#share-popup .social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#share-popup .social ul li {
	float: left;
	margin-right: 20px;
	padding-top: 2px;
	position: relative;
}

#share-popup .social ul a {
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	color: #aaa;
	padding-left: 25px;
}

#share-popup .social ul a:hover {
	text-decoration: underline;
	color: #ea3e26;
}

#share-popup .social a span{
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(assets/img/social-icons.png) 20px 20px no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

#share-popup .social .tw span{
	background-position: 0 -20px;
}

#share-popup .social .tw:hover span{
	background-position: 0 0;
}

#share-popup .social .fb span{
	background-position: -20px -20px;
}

#share-popup .social .fb:hover span {
	background-position: -20px 0;
}

#share-popup .social .vk span{
	background-position: -40px -20px;
}

#share-popup .social .vk:hover span {
	background-position: -40px 0;
}

#share-popup .social .gp span{
	background-position: -60px -20px;
}

#share-popup .social .gp:hover span {
	background-position: -60px 0;
}

#share-popup .link {
	clear: both;
	border-top: 1px solid #d9d9d9;
	padding: 10px 5px 0 10px;
	line-height: 1.2;
	overflow: hidden;
	margin: 0 7px;
}

#share-popup .link p {
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0;
}

#share-popup .link span {
	color: #999;
	font-size: 10px;
	display: block;
	padding-top: 3px;
}

#share-popup .link a {
	display: block;
}
.ing{
width: 290px;
}
.ing img{
max-width: 320px;
float: right;
display: block;
border: 1px solid #E4E4E4;
margin-left: 7px;
}
.g_plusone {
    display: block;
    float: right;
    margin-top: -7px;
}
.b_inside{
float: right;
margin-top: 4px;
margin-right: 45px;
margin-bottom: 50px;
}

.bottom_nav{
	float: left;
    margin-right: 30px;
    margin-top: 10px;
}
.curiosity{
    float: left;
    //margin-top: 10px;
   // margin-left: -310px;
    margin-right: 10px;
	width: 290px;
    background: #f5f4ea;
	border: 1px solid #e4e4e4;
    border-radius: 3px;
					-moz-border-radius: 3px;
					-moz-border-radius: 3px;
				padding: 5px;
}
.curiosity img{
	width: 120px;
}
.curiosity a{
	width: 165px;
}

.curiosity .main-news {
    margin: 0 5px 15px 0;
    width: 297px;
}
.curiosity .main-news-image{
            width: 120px;
            height: 70px;
}
.soc-block{
				display: block;
    			border: 1px solid #e4e4e4;
				border-radius: 3px;
					-moz-border-radius: 3px;
					-moz-border-radius: 3px;
				padding-bottom: 10px;
    			background: #f5f4ea;
				text-align: right;
            	padding-right: 6px;
				font: bold 11px Arial;
				line-height: 18px;
				color: #3a3a3a;
				position: relative;
				z-index: 99;
			}
				.soclink{
				text-decoration: underline; 
   				color: #336699; 
    			cursor: pointer;
				}
				
				.socactive{
				text-decoration: none; 
            	color: #da8103; 
            	cursor: default;
				}
				
				.soc-block ul{
					margin: 0;
					padding: 0;
					
					z-index: 99;
				}
				
					.soc-block li{
						list-style-type: none;
						float: left;
						width: 80px;
						height: 23px;
    					padding-top: 3px;
					}
					.soc-block li:first-child{
						cursor: default;
    					font-weight: bold;
						padding: 0 0 5px 0;
   						width: 140px;
    					float: left;
						height: 29px;
						background: url(assets/img/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;
						}
					.mist{
					padding-top: 3px;
					}
    .vk {width: 790px; display: none;}
    .fb {width: 790px; display: block;}
.socline{
	clear: both;
    height: 5px;
}
.ion{
width: 500px;
height: 450px;
    border: 1px solid #e4e4e4;
}
.tweet{
	padding: 5px;
    background-color: #F5F5F5;
    font-weight: bold;
}

.full-news-text{
display: block;
 //border: 3px solid #E4E4E4;   
}

.full-news-text img{
	float: right;
    display: block;
    max-width: 320px;
    border: 1px solid #E4E4E4;
	margin-left: 7px;
    margin-bottom: 3px;
} 
.big-inside-online{
    position: relative; 
    float: left;
    width: 280px;
        top: 0px;
	z-index: 1;
    margin-right: 10px;
    margin-bottom: 5px;
}
.under_title{
	color: #939393;
	font-size: 10px;
    }
.under_title a{
text-decoration: underline;
    color: #939393;
}
.under_title a:hover{
							color: red;
						}
.adv-top-horiz{
margin-bottom: 15px;
margin-left: -20px;
}
.adv-top-horiz img{
width: 728px;
}
.soc-block{
				display: block;
    			border: 1px solid #e4e4e4;
				border-radius: 3px;
					-moz-border-radius: 3px;
					-moz-border-radius: 3px;
				padding-bottom: 10px;
    			background: #f5f4ea;
				text-align: right;
            	padding-right: 6px;
				font: bold 11px Arial;
				line-height: 18px;
				color: #3a3a3a;
				position: relative;
				z-index: 99;
			}
				.soclink{
				text-decoration: underline; 
   				color: #336699; 
    			cursor: pointer;
				}
				
				.socactive{
				text-decoration: none; 
            	color: #da8103; 
            	cursor: default;
				}
				
				.soc-block ul{
					margin: 0;
					padding: 0;
					
					z-index: 99;
				}
				
					.soc-block li{
						list-style-type: none;
						float: left;
						width: 80px;
						height: 23px;
    					padding-top: 3px;
					}
					.soc-block li:first-child{
						cursor: default;
    					font-weight: bold;
						padding: 0 0 5px 0;
   						width: 140px;
    					float: left;
						height: 29px;
						background: url(assets/img/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;
						}
					.mist{
					padding-top: 3px;
					}
    .vk {width: 790px; display: none;}
	.com {display: none;}
    .fb {width: 790px; display: block;}
.socline{
	clear: both;
    height: 5px;
}
#bonl{
                    padding-left: 30px;
    				width: 20px;
    				text-align: left;
				}
.s-block-content {
	padding: 10px;
    font-size: 13px;
}
.s-block-content li{
    padding-bottom: 10px;
}
.bgadvert{
background-color: #E8FFFF;
    padding: 10px;
}





.clearfix  {
  content: "";
  display: table;
  clear: both; 
}


.fr-text-gray{color:#AAA !important}.fr-text-red{color:#F44336 !important}.fr-text-blue{color:#2196F3 !important}.fr-text-green{color:#4CAF50 !important}.fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px
0}.fr-text-spaced{letter-spacing:1px}.fr-text-uppercase{text-transform:uppercase}img.fr-dib{margin:5px
auto;display:block;float:none;vertical-align:top}img.fr-dib.fr-fil{margin-left:0}img.fr-dib.fr-fir{margin-right:0}img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}img.fr-dii.fr-fil{float:left;margin:5px
5px 5px 0;max-width:calc(100% - 5px)}img.fr-dii.fr-fir{float:right;margin:5px
0 5px 5px;max-width:calc(100% - 5px)}img.fr-rounded{border-radius:7px}img.fr-bordered{border:1px
solid #ddd;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}img.fr-padded{padding:5px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}img.fr-shadows{box-shadow:rgba(0, 0, 0, 0.29) 0px 1px 6px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-video{text-align:center;position:relative}.fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-video.fr-dvb{display:block;clear:both}.fr-video.fr-dvb.fr-fvl{text-align:left}.fr-video.fr-dvb.fr-fvr{text-align:right}.fr-video.fr-dvi{display:inline-block}.fr-video.fr-dvi.fr-fvl{float:left}.fr-video.fr-dvi.fr-fvr{float:right}a.fr-strong{font-weight:700}table.fr-solid-borders td,
table.fr-solid-borders
th{border:1px
solid #ddd !important}table.fr-dashed-borders td,
table.fr-dashed-borders
th{border:1px
dashed #ddd !important}table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}table td.fr-red,
table th.fr-red{border:1px
double #F44336 !important}table td.fr-blue,
table th.fr-blue{border:1px
double #2196F3 !important}table td.fr-green,
table th.fr-green{border:1px
double #4CAF50 !important}table td.fr-thick,
table th.fr-thick{border-width:2px}






.widget {
border-left: 1px solid #e4e4e4;
border-right: 1px solid #e4e4e4;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
margin: 0 0 20px 0;
}

.widget-title {
  color: #000;
  font-weight: bold;
}
}

.widget ul {

}

.widget li {

}

.widget a {

}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}