.main-width {
	width: 1200px;
	text-align: left;
	margin: 0 auto;
}

.head-line {
	background: #fff;
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.04);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.04);
	box-shadow: 0 5px 5px rgba(0,0,0,.04);
	margin: 0 0 30px 0;
}

	.head-line2 {
		height: 70px;
		position: relative;
	}
	
		.logo {
			background: url(../images/logo.png) left top no-repeat;
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 143px;
			height: 70px;
		}
		
		.head-status {
			position: absolute;
			left: 750px;
			top: 20px;
		}
		
			.head-status-item {
				display: inline-block;
				vertical-align: top;
				margin: 0 45px 0 0;
				background: url(../images/head-status-item.png) left 1px no-repeat;
				padding: 0 0 0 30px;
				position: relative;
				height: 28px;
				color: #818182;
				font-size: 13px;
			}
			
				.head-status-item i {
					display: none;
				}
			
			.head-status-item:nth-child(2){
				background: url(../images/head-status-item2.png) left 1px no-repeat;
			}
			
				.head-status-item span {
					color: #acacac;		
					font-size: 12px;
					display: block;
				}
				
.slider-block {
	margin: 0 0 30px 0;
}

	.slider-block-title {
		color: #636f75;
		font-size: 18px;
		margin: 0 0 15px 0;
	}
	
	.slider-block-content {
		position: relative;
	}
	
		.slider-item {
			display: block;
			background: #fff;
			-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			width: 162px;
			margin: 0 11px 0 0;
			padding: 15px 0 10px 0;
			text-align: center;
		}
		
			.slider-item span {
				display: block;
			}
			
			.slider-item-image {
				width: 120px;
				height: 120px;
				overflow: hidden;
				margin: 0 auto 7px auto;
				position: relative;
			}
			
				.slider-item-image img {
					width: 100%;
					min-height: 120px;
				}
				
			.slider-item-author {
				color: #acacac;
				font-size: 13px;
				text-align: left;
				margin: 0 auto 1px auto;
				overflow: hidden;
				width: 120px;
				height: 16px;
				line-height: 16px;
			}
			
			.slider-item-song {
				color: #636f75;
				font-size: 13px;
				text-align: left;
				margin: 0 auto 5px auto;
				overflow: hidden;
				width: 120px;
				height: 16px;
				line-height: 16px;
			}
			
			.slider-item-image i {
				width: 69px;
				height: 69px;
				background: url(../images/slider-item-image.png) left top no-repeat;
				display: block;
				position: absolute;
				left: 50%;
				top: -70px;
				margin: 0 0 0 -34.5px;
				transition:top 0.1s ease;
				-webkit-transition:top 0.1s ease;
				-o-transition:top 0.1s ease;
				-moz-transition:top 0.1s ease;
			}
			
			.slider-item-image i:hover {
				background: url(../images/slider-item-image.png) left bottom no-repeat;
			}
			
		.slider-item:hover {
			background: #f8f3e4;
			-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			box-shadow: 1px 2px 2px rgba(0,0,0,.03);
		}
		
		.slider-item:hover .slider-item-image i {
			top: 23px;
		}
		
	.sld1-prev {
		width: 36px;
		height: 52px;
		position: absolute;
		left: -44px;
		top: 62px;
		cursor: pointer;
		background: url(../images/arrow.png) left top no-repeat;
	}
	
		.sld1-prev:hover {
			background: url(../images/arrow.png) left bottom no-repeat;
		}
		
	.sld1-next {
		width: 36px;
		height: 52px;
		position: absolute;
		right: -44px;
		top: 62px;
		cursor: pointer;
		background: url(../images/arrow.png) left top no-repeat;
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg); 
		-webkit-transform: rotate(180deg); 
		-o-transform: rotate(180deg); 
		transform: rotate(180deg);
	}
	
		.sld1-next:hover {
			background: url(../images/arrow.png) left bottom no-repeat;
		}
		
.content-block {
	
}

	.left-col {
		float: left;
		width: 940px;
	}
	
		.cols-block {
			
		}
		
			.cols-block-item {
				float: left;
				width: 48%;
				margin: 0 4% 0 0;
			}
			
			.cols-block-item:last-child {
				margin-right: 0;
			}
		
			.cols-block:after, .cols-block-item:after, .stm-block-content:after {
				content: '';
				clear: both;
				display: block;
			}
			
				.singer {
					background: #fff;
					-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
					-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
					box-shadow: 1px 2px 2px rgba(0,0,0,.03);
					padding: 20px 0 0 0;
					text-align: center;
					float: left;
					width: 48%;
					margin: 0 4% 31px 0;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;					
				}
				
				.singer:nth-child(2n){
					margin-right: 0;
				}
				
					.singer-top {
						padding: 0 0 15px 0;
						border-bottom: 1px #f0f0f0 solid;
					}
					
						.singer-image {
							-moz-box-shadow: 3px 4px 0 rgba(0,0,0,.07);
							-webkit-box-shadow: 3px 4px 0 rgba(0,0,0,.07);
							box-shadow: 3px 4px 0 rgba(0,0,0,.07);
							margin: 0 auto 15px auto;
							width: 100px;
							height: 100px;
							overflow: hidden;
						}
						
							.singer-image img {
								width: 100%;
								min-height: 100px;
							}
							
						.singer-title {
							color: #636f75;
							font-size: 14px;
							height: 20px;
							line-height: 20px;
							overflow: hidden;
							margin: 0 10px;
						}
						
							.singer-title a {
								color: #636f75;
							}
							
								.singer-title a:hover {
									color: #5f9ab8;
								}
					
					.singer-bottom {
						padding: 20px 24px;
						position: relative;
					}
					
						.singer-bottom:after {
							clear: both;
							content: '';
							display: block;
						}
					
						.singer-track {
							float: left;
							height: 20px;
							line-height: 22px;
							padding: 0 0 0 24px;
							background: url(../images/singer-track.png) left center no-repeat;
							background-size: auto 85%;
							color: #bebebe;
							font-size: 14px;
							cursor: pointer;
						}
						
							.singer-track a {
								display: none;
							}
							
							.singer-track:hover {
								
							}
							
						.singer-albums {
							float: right;
							height: 20px;
							line-height: 22px;
							padding: 0 0 0 24px;
							background: url(../images/heart.png) left center no-repeat;
							background-size: auto 85%;
							color: #bebebe;
							font-size: 14px;
						}
						
							.singer-albums:hover {
								
							}
							
						.singer-play {
							width: 50px;
							height: 50px;
							background: #f9f9f9 url(../images/play.png) center center no-repeat;
							-moz-box-shadow: 0 0 6px rgba(0,0,0,.17);
							-webkit-box-shadow: 0 0 6px rgba(0,0,0,.17);
							box-shadow: 0 0 6px rgba(0,0,0,.17);
							left: 50%;
							top: 25px;
							position: absolute;
							margin: 0 0 0 -25px;
							cursor: pointer;
						}
						
							.singer-play:hover {
								background-size: 70%;
							}
							
				.albums {
					background: #fff;
					-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
					-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
					box-shadow: 1px 2px 2px rgba(0,0,0,.03);
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					min-height: 80px;
					padding: 14px 120px 14px 112px;
					position: relative;
					margin: 0 0 20px 0;
				}
				
				.mainpage .albums {
					background: #fff url(../images/albums.png) 357px center no-repeat;
				}
				
					.albums-image {
						position: absolute;
						left: 14px;
						top: 14px;
						width: 80px;
						height: 80px;
						overflow: hidden;
					}
					
						.albums-image img {
							width: 100%;
							min-height: 80px;
						}
						
					.albums-title {
						color: #636f75;
						font-size: 14px;
						border-bottom: 1px #f0f0f0 solid;
						padding: 1px 0 8px 0;
						margin: 0 0 8px 0;
					}
					
						.albums-title a {
							color: #636f75;
							display: block;
							height: 16px;
							line-height: 16px;
							overflow: hidden;
						}
						
							.albums-title a:hover {
								color: #5f9ab8;
							}
							
					.albutrack_names {
						height: 20px;
						line-height: 22px;
						padding: 0 0 0 24px;
						background: url(../images/singer-track.png) left center no-repeat;
						background-size: auto 75%;
						color: #bebebe;
						font-size: 13px;
						margin: 0 0 6px 0;
					}
					
						.albutrack_names i {
							font-style: normal;
						}
					
					.albutime {
						height: 20px;
						line-height: 22px;
						padding: 0 0 0 24px;
						background: url(../images/albutrack_names.png) left center no-repeat;
						background-size: auto 75%;
						color: #bebebe;
						font-size: 13px;
					}
					
					.albums-play {
						width: 50px;
						padding: 30px 0 0 0;
						height: 20px;
						text-align: center;
						background: url(../images/play.png) center top no-repeat;
						right: 25px;
						top: 50%;
						position: absolute;
						margin: -25px 0 0 0;
						cursor: pointer;
						color: #acacac;
						font-size: 13px;
						transition:top 0.3s ease;
						-webkit-transition:top 0.3s ease;
						-o-transition:top 0.3s ease;
						-moz-transition:top 0.3s ease;
						background-size: 75%;
					}
					
						.albums-play:hover {
							color: #5f9ab8;
							background-size: 70%;
						}
	
	.right-col {
		float: right;
		width: 230px;
	}
	
		.right-block {
			background: #fff;
			-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			margin: 0 0 30px 0;
		}
		
			.right-block-title {
				padding: 20px;
				border-bottom: 1px #f7f7f7 solid;
				color: #3d3d3d;
				font-size: 16px;
			}
			
			.right-block-content {
				padding: 20px;
			}
			
				.menu-block {
					margin: 0 0 30px 0;
				}
				
					.menu-block-title {
						color: #636f75;
						font-size: 14px;
						padding: 2px 0 15px 26px;
					}
					
					.menu-block1 {
						background: url(../images/menu-block1.png) left top no-repeat;
						background-size: auto 56%;
					}
					
					.menu-block2 {
						background: url(../images/menu-block2.png) left top no-repeat;
						background-size: auto 56%;
					}
					
					.menu-block-links {
						
					}
					
						.menu-block-links a {
							display: block;
							color: #959595;
							font-size: 13px;
							margin: 0 0 10px 0;
							position: relative;
							padding: 0 0 0 15px;
							position: relative;
						}
						
							.menu-block-links a:after {
								content: '';
								display: block;
								width: 5px;
								height: 5px;
								-moz-border-radius: 5px;
								-webkit-border-radius: 5px;
								border-radius: 5px;
								position: absolute;
								left: 3px;
								top: 5px;
								background: #d3d3d3;
							}
						
							.menu-block-links a:hover {
								text-decoration: underline;
								color: #799ab5;
							}
							
					.right-menus a {
						color: #636f75;
						font-size: 14px;
						padding: 2px 0 0 26px;
						display: block;
						margin: 0 0 20px 0;
					}
					
						.right-menus a:hover {
							text-decoration: underline;
							color: #799ab5;
						}
					
					.menu-block3 {
						background: url(../images/menu-block3.png) left top no-repeat;
						background-size: auto 90%;
					}
					
					.menu-block4 {
						background: url(../images/menu-block4.png) left top no-repeat;
						background-size: auto 90%;
					}
					
					.menu-block5 {
						background: url(../images/menu-block5.png) left top no-repeat;
						background-size: auto 90%;
					}
					
					.menu-block6 {
						background: url(../images/menu-block6.png) left top no-repeat;
						background-size: auto 90%;
					}
					
		.banner-block {
			margin: 0 0 30px 0;
			overflow: hidden;
		}
					

					
		
.stm-block {
	margin: 0 0 30px 0;
}

	.stm-block-title {
		color: #636f75;
		font-size: 18px;
		margin: 0 0 20px 0;
	}
	
	.stm-block-content {
		
	}

.player-wrap {
	background: #fff;
	-moz-box-shadow: 0 -5px 5px rgba(0,0,0,.04);
	-webkit-box-shadow: 0 -5px 5px rgba(0,0,0,.04);
	box-shadow: 0 -5px 5px rgba(0,0,0,.04);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 7777;
	height: 105px;
	width: 100% !important;
}	

	.main-player {
		width: 1200px;
		margin: 0 auto;
		text-align: left;
		position: relative;
	}
	
		.audioplayer {
			position: relative;
			font-size: 0;
		}
		
			.audioplayer audio {
				display: none;
			}
			
			.mplayer-image {
				width: 70px;
				height: 70px;
				-moz-border-radius: 70px;
				-webkit-border-radius: 70px;
				border-radius: 70px;
				-moz-box-shadow: 5px 8px 0 rgba(0,0,0,.09);
				-webkit-box-shadow: 5px 8px 0 rgba(0,0,0,.09);
				box-shadow: 5px 8px 0 rgba(0,0,0,.09);
				overflow: hidden;
				display: inline-block;
				vertical-align: top;
				margin: 17px 35px 0 0;
				background: #8bb6f0 url(../images/singer-track.png) center center no-repeat;
			}
			
				.mplayer-image img {
					width: 70px;
					height: 70px;
					-moz-border-radius: 70px;
					-webkit-border-radius: 70px;
					border-radius: 70px;
				}
				
			.mplayer-nav {
				display: inline-block;
				vertical-align: top;
				padding: 35px 0px 0 0px;
				margin: 0 25px 0 5px;
			}
			
				.mplayer-prev {
					display: inline-block;
					vertical-align: top;
					width: 36px;
					height: 36px;
					cursor: pointer;
					background: url(../images/mplayer-prev.png) center center no-repeat;
				}
				
					.mplayer-prev:hover {
						
					}
					
				.mplayer-pp {
					display: inline-block;
					vertical-align: top;
					width: 36px;
					height: 36px;
					cursor: pointer;
					background: url(../images/mplayer-nav.png) left bottom no-repeat;
					margin: 0 15px 0 17px;
				}
				
					.mplayer-pp:hover {
						
					}
					
				.audioplayer-stopped .mplayer-pp {
					background: url(../images/mplayer-nav.png) left top no-repeat;
				}
				
				.mplayer-next {
					display: inline-block;
					vertical-align: top;
					width: 36px;
					height: 36px;
					cursor: pointer;
					background: url(../images/mplayer-prev.png) center center no-repeat;
					-moz-transform: rotate(180deg); 
					-ms-transform: rotate(180deg);
					-webkit-transform: rotate(180deg); 
					-o-transform: rotate(180deg);
					transform: rotate(180deg);
				}
				
			.mplayer-center {
				display: inline-block;
				vertical-align: top;
				width: 680px;
				box-sizing: border-box;
				-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
				padding: 10px 0 0 0;
				position: relative;
			}
			
				.mplayer-title {
					text-align: center;
					margin: 0 0 10px 0;
					padding: 0 215px 0 0;
				}
				
					.mplayer-title u {
						display: block;
						text-decoration: none;
						height: 20px;
						line-height: 20px;
						overflow: hidden;
						color: #acacac;
						font-size: 15px;
					}
					
					.mplayer-title i {
						display: block;
						font-style: normal;
						height: 20px;
						line-height: 20px;
						overflow: hidden;
						color: #636f75;
						font-size: 13px;
					}
					
				.mplayer-line {
					position: relative;
					padding: 0 60px;
				}
				
					.mplayer-line-left {
						position: absolute;
						left: -7px;
						top: -3px;
						width: 60px;
						text-align: center;
						color: #818182;
						font-size: 13px;
					}
					
					.audioplayer-bar {
						background: #f2f2f2;
						height: 10px;
						-moz-border-radius: 10px;
						-webkit-border-radius: 10px;
						border-radius: 10px;
						position: relative;
					}
					
						.audioplayer-bar-loaded {
							background: #e6e6e6;
							-moz-border-radius: 10px;
							-webkit-border-radius: 10px;
							border-radius: 10px;
							height: 10px;
							position: absolute;
							left: 0;
							top: 0;
						}
						
						.audioplayer-bar-played {
							background: #8bb7ef;
							height: 10px;
							position: absolute;
							left: 0;
							top: 0;
							-moz-border-radius: 10px;
							-webkit-border-radius: 10px;
							border-radius: 10px;
						}
						
							.audioplayer-bar-played:after {
								transition:top 0.3s ease;
								-webkit-transition:top 0.3s ease;
								-o-transition:top 0.3s ease;
								-moz-transition:top 0.3s ease;
								content: '';
								width: 30px;
								height: 30px;
								position: absolute;
								cursor: pointer;
								background: #fff;
								-moz-box-shadow: -3px 0 3px rgba(0,0,0,.25);
								-webkit-box-shadow: -3px 0 3px rgba(0,0,0,.25);
								box-shadow: -3px 0 3px rgba(0,0,0,.25);
								-moz-border-radius: 30px;
								-webkit-border-radius: 30px;
								border-radius: 30px;
								top: -10px;
								right: -15px;
							}
							
					.mplayer-line-right {
						position: absolute;
						right: 0;
						top: -3px;
						width: 60px;
						text-align: center;
						color: #818182;
						font-size: 13px;
					}
					
				.mplayer-menu {
					position: absolute;
					right: 300px;
					top: 20px;
					z-index: 2222;
				}
				
					.mplayer-menu-playlist {
						width: 22px;
						height: 22px;
						cursor: pointer;
						display: inline-block;
						vertical-align: top;
						background: url(../images/mplayer-menu.png) left top no-repeat;
						margin: 0 10px 0 0;
					}
					
					.mplayer-menu-rep {
						width: 22px;
						height: 22px;
						cursor: pointer;
						display: inline-block;
						vertical-align: top;
						background: url(../images/mplayer-menu.png) left -22px no-repeat;
						margin: 0 10px 0 0;
						opacity: 0.4;
					}					
					
					.mplayer-menu-rnd {
						width: 22px;
						height: 22px;
						cursor: pointer;
						display: inline-block;
						vertical-align: top;
						background: url(../images/mplayer-menu.png) left bottom no-repeat;
						margin: 0 10px 0 0;
						opacity: 0.4;
					}
					
					.mplayer-menu-zoom1 {
						width: 22px;
						height: 22px;
						cursor: pointer;
						display: inline-block;
						vertical-align: top;
						background: url(../images/zoom1.png) left bottom no-repeat;
						margin: -1px 10px 0 0;
						opacity: 0.4;
						background-size: auto 90%;
					}
					
					.mplayer-menu-zoom1.mplayer-menu-active {
						background: url(../images/zoom2.png) left bottom no-repeat;
						background-size: auto 75%;
						margin: -4px 10px 0 0;
					}
					
						.mplayer-menu-rep:hover, .mplayer-menu-rnd:hover, .mplayer-menu-zoom1:hover, .mplayer-menu-active {
							opacity: 1;
						}
						
					.player-popup {
						position: absolute;
						width: 280px;
						padding: 20px;
						left: 622px;
						bottom: 110px;
						background: #fff;
						-moz-box-shadow: 0 0 13px rgba(0,0,0,.27);
						-webkit-box-shadow: 0 0 13px rgba(0,0,0,.27);
						box-shadow: 0 0 13px rgba(0,0,0,.27);
						-moz-border-radius: 3px;
						-webkit-border-radius: 3px;
						border-radius: 3px;
						display: none;
					}
					
						.player-popup:after {
							width: 25px;
							height: 24px;
							position: absolute;
							left: 50%;
							bottom: -24px;
							margin: 0 0 0 -12px;
							background: url(../images/login-hidden.png) left top no-repeat;
							-moz-transform: rotate(180deg); 
							-ms-transform: rotate(180deg);
							-webkit-transform: rotate(180deg); 
							-o-transform: rotate(180deg);
							transform: rotate(180deg);
							content: '';
						}
					
						.player-popup-close {
							background: url(../images/log-t-close.png) center center no-repeat;
							cursor: pointer;
							position: absolute;
							right: 15px;
							top: 15px;
							width: 20px;
							height: 20px;
						}
						
							.player-popup-close:hover {
								opacity: 0.7;
							}
						
						.tabs-pl {
							
						}
						
							.tabs-pl .index-tabs {
								border-bottom: 1px #ededed solid;
								margin: 0 0 13px 0;
							}
							
								.tabs-pl .index-tabs span {
									padding: 0 0 13px 0;
									cursor: pointer;
									margin: 0 25px 0 0;
									color: #c5c6ca;
									font-size: 14px;
									display: inline-block;
									vertical-align: top;
								}
								
									.tabs-pl .index-tabs span:hover, .tabs-pl span.active-ttab {
										color: #818182;
									}
									
							.tabs-pl .index-panel {
								
							}
							
								.tabs-pl .tt-panel {
									display: none;
									font-size: 13px;
									max-height: 300px;
								}
								
									.playlist-item {
										font-size: 12px;
										position: relative;
										padding: 10px 10px 10px 10px;
										margin: 0 0 0 0;
										cursor: pointer;
										display: block;
									}
									
										.playlist-item u {
											text-decoration: none;
											color: #acacac;
											display: block;
										}
										
										.playlist-item i {
											color: #637075;
											font-style: normal;
											display: block;
										}
										
										.playlist-item:after {
											opacity: .07;
											-moz-box-shadow: 3px 4px 5px #000;
											-webkit-box-shadow: 3px 4px 5px #000;
											box-shadow: 3px 4px 5px #000;
											content: '';
											height: 1px;
											background: #000;
											display: block;
											width: 100%;
											position: absolute;
											left: 0;
											bottom: 0;
										}
										
										.playlist-item:hover u, .playlist-item:hover i {
											color: #f86727;
										}
										
									.playlist-item-play {
										background: #f4f6fa;
									}
									
										.playlist-item-play i {
											color: #5178aa;
										}
										
										.playlist-item-play u {
											color: #5b5b5b;
										}
					
			.mplayer-right {
				display: inline-block;
				vertical-align: top;
				background: url(../images/mplayer-right.png) left center no-repeat;
				padding: 24px 0 0 33px;
				height: 105px;
				box-sizing: border-box;
				-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
				margin: 0 0 0 15px;
				width: 210px;
			}
			
				.audioplayer-volume {
					
				}
				
					.audioplayer-volume-button {
						height: 23px;
						line-height: 23px;
						color: #80868d;
						font-size: 13px;
						margin: 0 0 13px 0;
					}
					
						.audioplayer-volume-button a {
							display: inline-block;
							vertical-align: top;
							width: 23px;
							height: 23px;
							background: url(../images/volume.png) left top no-repeat;
							margin: 0 10px 0 0;
						}
						
						.audioplayer-volume-button a:hover {
							background: url(../images/volume.png) left -23px no-repeat;
						}
						
						.audioplayer-muted .audioplayer-volume-button a {
							background: url(../images/volume.png) left bottom no-repeat;
						}
						
						.audioplayer-volume-button i {
							color: #a4bad6;
							font-style: normal;
						}
						
					.audioplayer-volume-adjust {
						
					}
					
						.audioplayer-volume-adjust > div {
							background: #e6e6e6;
							position: relative;
							height: 10px;
							-moz-border-radius: 10px;
							-webkit-border-radius: 10px;
							border-radius: 10px;
						}
						
							.audioplayer-volume-adjust div div {
								height: 10px;
								-moz-border-radius: 10px;
								-webkit-border-radius: 10px;
								border-radius: 10px;
								background: #8bb7f0;
								position: absolute;
							}
							
							.audioplayer-muted .audioplayer-volume-adjust div div {
								display: none;
							}

.miniplayer {
	height: 50px;
}

	.miniplayer .main-player {
		padding: 0;
	}
	
		.miniplayer .audioplayer {
			padding: 0 100px 0 170px;
		}
	
		.miniplayer .mplayer-image {
			display: none;
		}
		
			.miniplayer .mplayer-nav {
				display: block;
				padding: 0;
				margin: 0;
				position: absolute;
				left: 10px;
				top: 7px;
			}
			
			.miniplayer .mplayer-center {
				display: block;
				width: auto;
				padding: 10px 225px 0 0;
				position: relative;
			}
			
				.miniplayer .mplayer-title {
					text-align: left;
					margin: 0 0 4px 0;
					padding: 0;
					overflow: hidden;
				}
				
				.miniplayer .audioplayer-bar-played:after {
					display: none;
				}
				
					.miniplayer .mplayer-title u {
						display: inline-block;
						vertical-align: top;
						font-size: 12px;
						height: 15px;
						line-height: 15px;
					}
					
						.miniplayer .mplayer-title u:after {
							content: ' - ';
						}
					
					.miniplayer .mplayer-title i {
						display: inline-block;
						vertical-align: top;
						padding: 0 0 0 5px;
						height: 15px;
						line-height: 15px;
						font-size: 12px;
					}
					
				.miniplayer .mplayer-line {
					padding: 0;
				}
				
					.miniplayer .mplayer-line-left {
						position: absolute;
						right: 50px;
						top: -25px;
						left: auto;
						width: auto;
						text-align: left;
						color: #818182;
						font-size: 11px;
					}
					
					.miniplayer .mplayer-line-right {
						position: absolute;
						right: 0;
						top: -25px;
						width: auto;
						text-align: left;
						color: #818182;
						font-size: 11px;
					}
					
			.miniplayer .mplayer-menu {
				right: 150px;
				top: 15px;
			}
					
			.miniplayer .mplayer-right {
				display:block;
				position: absolute;
				right: 0;
				top: 10px;
				padding: 0;
				background: none;
				height: 50px;
				box-sizing: border-box;
				-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
				margin: 0 0 0 15px;
				width: 120px;
			}
			
				.miniplayer .audioplayer-volume-button {
					height: 14px;
					line-height: 14px;
					font-size: 11px;
					margin: 0 0 5px 0;
				}
				
				.miniplayer .player-popup {
					left: 770px;
					bottom: 50px;
				}
				
				.miniplayer .audioplayer-volume-button a {
					background-size: 100% auto !important;
					width: 15px;
					height: 15px;
				}
				
				.miniplayer .audioplayer-volume-button a:hover {
					background: url(../images/volume.png) left top no-repeat;
				}
				
.ajax-content {
	
}

.loading-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8) url(../images/play-a.gif) center center no-repeat;
	z-index: 99999;
	display: none;
}

.loading-content {
	display: block;
}

	.ajax-content:after {
		content: '';
		clear: both;
		display: block;
	}
	
.status-win {
	position: fixed;
	left: 10px;
	bottom: 110px;
	padding: 10px 30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 12px;
	z-index: 99999;
	display: none;
	white-space: nowrap;
}
							
.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}
	
	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }
	
	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #f4f4f4; 
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #ccc; 
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #4a7783; 
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #4a7783; 
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	
	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
		

/* Краткая новость */
.main-news {
	background: #fff;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	position: relative;
	height: 65px;
	padding: 0 0 0 65px;
	margin: 0 0 8px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.main-news-image {
	display: none;
}



.main-news:hover {
	background: #fffcf0;
}

	.main-news-play {
		position: absolute;
		width: 59px;
		height: 59px;
		left: 3px;
		top: 3px;
		cursor: pointer;
	}
	
		.main-news-play i {
			background: url(../images/main-news-play.png) left top no-repeat;
			width: 24px;
			height: 24px;
			position: absolute;
			display: block;
			left: 50%;
			top: 50%;
			margin: -12px 0 0 -12px;
		}
	
		.main-news-play:hover i {
			background: url(../images/main-news-play.png) left -24px no-repeat;
		}
		
	.main-news-title {
		display: inline-block;
		vertical-align: top;
		width: 390px;
		overflow: hidden;
		padding: 15px 0 0 0;
	}
	
		.main-news-author {
			display: block;
			color: #bebebe;
			font-size: 13px;
			height: 18px;
			line-height: 18px;
			overflow: hidden;
		}
		
		.main-news-song {
			display: block;
			color: #636f75;
			font-size: 14px;
			height: 18px;
			line-height: 18px;
			overflow: hidden;
		}
		
	.main-news-info {
		display: inline-block;
		vertical-align: top;
		padding: 26px 0 0 0;
	}
	
		.main-news-info-item {
			margin: 0 0 0 25px;
			display: inline-block;
			vertical-align: top;
			color: #acacac;
			font-size: 13px;
			max-width: 60px;
			height: 15px;
			line-height: 15px;
			overflow: hidden;
		}
		
	.main-news-rating {
		position: absolute;
		top: 22px;
		right: 170px;
		display: inline-block;
		vertical-align: top;
		height: 20px;
		background: url(../images/main-news-rating.png) left top no-repeat;
		padding: 0 0 0 30px;
	}
	
		.main-news-rating-rez {
			color: #000;
			font-size: 14px;
			height: 20px;
			line-height: 23px;
		}
	
	.main-news-right {
		position: absolute;
		right: 20px;
		top: 7px;
		background: url(../images/main-news-right.png) left center no-repeat;
		padding: 0 0 0 20px;
	}
	
		.main-news-add-to-playlist {
			display: inline-block;
			vertical-align: top;
			width: 50px;
			height: 50px;
			
			cursor: pointer;
			position: relative;
		}
		
			.main-news-add-to-playlist .toltp {
				margin-left: -60px !important;
			}
		
			.main-news-add-to-playlist a {
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;				
			}
			
			.fav-def-pl a {
				background: url(../images/main-news-add-to-playlist.png) left top no-repeat;
			}
			
				.fav-def-pl a:hover {
					background: url(../images/main-news-add-to-playlist.png) left -50px no-repeat;
				}
			
			.fav-def-mn a {
				background: url(../images/main-news-add-to-playlist.png) left -100px no-repeat;
			}
			
				.fav-def-mn a:hover {
					background: url(../images/main-news-add-to-playlist.png) left -150px no-repeat;
				}
			
				.main-news-add-to-playlist a img {
					display: none;
				}
			
			div.fav-done {
				
			}
			
			div.no-fav {
				cursor: default;
			}
			
			.fav-def {
				display: none;
			}
			
			.fav-js {
				width: 50px;
				height: 50px;
				display: block;
			}
			
			.fav-js a {
				display: none;
			}
			
			.fav-js a:first-child {
				background: url(../images/main-news-add-to-playlist.png) left top no-repeat;
			}
			
				.fav-js a:first-child:hover {
					background: url(../images/main-news-add-to-playlist.png) left -50px no-repeat;
				}
			
			.fav-js a:last-child {
				background: url(../images/main-news-add-to-playlist.png) left -100px no-repeat;
			}
			
				.fav-js a:last-child:hover {
					background: url(../images/main-news-add-to-playlist.png) left -150px no-repeat;
				}
		
		.main-news-save-song {
			display: inline-block;
			vertical-align: top;
			width: 50px;
			height: 50px;
			background: url(../images/main-news-add-to-playlist.png) left -200px no-repeat;
			cursor: pointer;
		}
			
			.main-news-save-song:hover {
				background: url(../images/main-news-add-to-playlist.png) left -250px no-repeat;
			}
			
	.tooltip-tt {
		position: relative;
	}
			
		.toltp {
			position: absolute;
			display: none;
			white-space: nowrap;
			left: 30%;
			top: -30px;
			background: #fff;
			-moz-box-shadow: 0 0 13px rgba(0,0,0,.27);
			-webkit-box-shadow: 0 0 13px rgba(0,0,0,.27);
			box-shadow: 0 0 13px rgba(0,0,0,.27);
			padding: 7px 10px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			color: #acacac;
			font-size: 12px;
			z-index: 333;
			box-sizing: border-box;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
		}
		
			.toltp:after {
				content: '';
				display: block;
				width: 27px;
				height: 21px;
				position: absolute;
				left: 50%;
				bottom: -15px;
				margin: 0 0 0 -13px;
				background: url(../images/toltp.png) left top no-repeat;
			}
			
		.main-news-rating .toltp {
			top: -50px;
		}
		
		.singer .toltp {
			top: -50px;
		}
			
		.main-news-rating .toltp a {
			display: inline-block;
			vertical-align: top;
			width: 25px;
			height: 25px;
			background: url(../images/main-news-rating1.png) center center no-repeat;
			transition:top 0.1s ease;
			-webkit-transition:top 0.1s ease;
			-o-transition:top 0.1s ease;
			-moz-transition:top 0.1s ease;
		}
		
			.main-news-rating .toltp a:hover {
				opacity: 0.7;
			}
		
		.main-news-rating .toltp a:last-child {
			background: url(../images/main-news-rating2.png) center center no-repeat;
			margin: 0 0 0 10px;
		}
		
.play-active .main-news-author, .play-active .main-news-info-item {
	color: #fff;
}

.main-news-pause {
	position: absolute;
	width: 59px;
	height: 59px;
	left: 3px;
	top: 3px;
	cursor: pointer;
	display: none;
}

	.main-news-pause i {
		background: url(../images/main-news-play.png) left bottom no-repeat;
		width: 24px;
		height: 24px;
		position: absolute;
		display: block;
		left: 50%;
		top: 50%;
		margin: -12px 0 0 -12px;
	}
	
.main-news-show-eq {
	display: none;
	width: 65px;
	height: 65px;
	background: #9dc4e4 url(../images/play-a.gif) center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 380px;
	top: 0;
}

div.main-news.play-active {
	background: #9dc4e4 !important;
}

.play-active .main-news-pause {
	display: block;
}

.play-active .main-news-play {
	display: none;
}

.play-active .main-news-show-eq {
	display: block;
}

		
/* Поиск по сайту */
.search-block {
	position: absolute;
	left: 173px;
	top: 20px;
	width: 450px;
	background: #e6e6e6;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	height: 30px;
}

	.search-block form {
		padding: 0;
		margin: 0;
	}
	
	.form-text {
		background: none;
		display: block;
		border: 0;
		margin: 0;
		width: 100%;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		color: #acacac;
		font-size: 13px;
		outline:none;
	}
	
	.form-search {
		cursor: pointer;
		margin: 0;
		position: absolute;
		right: 8px;
		top: 3px;
		opacity: 0.4;
	}
	
		.form-search:hover {
			opacity: 1;
		}
		
		
/* Окно быстрого поиска */
#searchsuggestions { 
	width: 400px;
	background: #fff;
	text-align: left;
	z-index: 888;
}

	#searchsuggestions a {
		display: block;
		padding: 15px 20px;
		color: #919191;
		font-size: 14px;
		line-height: 16px;
		border-bottom: 1px #ebebeb solid;
	}
		
		#searchsuggestions a span {
			display: block;
		}
	
		#searchsuggestions a:hover {
			background: #ebebeb;
		}
		
			
			
		#searchsuggestions a span.searchheading {
			color: #000;
			font-size: 15px;
			line-height: 18px;
			margin: 0 0 5px 0;
		}


#searchsuggestions span.seperator { /* блок для ссылки расширенный поиск */
	
}
	#searchsuggestions span.seperator a { 
		
	}
	
	#searchsuggestions span.notfound { /* Заголовок, если ничего не найдено */
		display: block;
		padding: 15px 20px;
		color: #919191;
		font-size: 14px;
		line-height: 16px;
		border-bottom: 1px #ebebeb solid;
	}

	#searchsuggestions .break { /* пустой br */
		display: none;
	}
	
.search-rez {
	
}

	.search-rez .stm-block-title {
		display: none;
	}
	
		.search-rez .stm-block-title i {
			background: #8bb7ef;
			font-style: normal;
			color: #fff;
			font-family: Calibri;
			padding: 0 5px;
		}
	
	.search-rez-content {
		margin: 0 0 30px 0;
	}
	
.load-btn {
	text-align: center;
	clear: both;
}
	
.load-more-news {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto 20px auto;
	cursor: pointer;
	position: relative;
	padding: 10px 45px 10px 75px;
	color: #818282;
	
	background: #fff;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

	.load-more-news:hover {
		background: #eaf9ff;
	}

	.load-more-news i {
		background: url(../images/refresh.png) center center no-repeat;
		background-size: cover;
		width: 15px;
		height: 15px;
		display: block;
		position: absolute;
		left: 45px;
		top: 10px;
	}
	
				.gorotation {
					 -webkit-animation-name: spin;
					-webkit-animation-duration: 600ms;
					-webkit-animation-iteration-count: infinite;
					-webkit-animation-timing-function: linear;
					-moz-animation-name: spin;
					-moz-animation-duration: 600ms;
					-moz-animation-iteration-count: infinite;
					-moz-animation-timing-function: linear;
					-ms-animation-name: spin;
					-ms-animation-duration: 600ms;
					-ms-animation-iteration-count: infinite;
					-ms-animation-timing-function: linear;			 
					animation-name: spin;
					animation-duration: 600ms;
					animation-iteration-count: infinite;
					animation-timing-function: linear;
				}
				
				@-ms-keyframes spin {
					from { -ms-transform: rotate(0deg); }
					to { -ms-transform: rotate(360deg); }
				}
				@-moz-keyframes spin {
					from { -moz-transform: rotate(0deg); }
					to { -moz-transform: rotate(360deg); }
				}
				@-webkit-keyframes spin {
					from { -webkit-transform: rotate(0deg); }
					to { -webkit-transform: rotate(360deg); }
				}
				@keyframes spin {
					from {
						transform:rotate(0deg);
					}
					to {
						transform:rotate(360deg);
					}
				}
				
.nopages {
	background: #fff;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
	color: #818282;
	margin: 0 0 10px 0;
}

				
/* Навигация по страницам */
.navigation {
	clear: both;
	padding: 0px 0 20px 0;
	vertical-align: top;
	text-align: center;
}
	
	.navigation a, .swchItemA {
		vertical-align: top;
	}

	.navigation-left {
		
	}
	
		.navigation-left a {
			
		}
		
			.navigation-left a:hover {
				
			}
			
		.navigation-left span {
			
		}
	
	.navigation-right {
		
	}
	
		.navigation-right a {
			
		}
		
			.navigation-right a:hover {
				
			}
			
		.navigation-right span {
			
		}
		
	.navigation-center {
		display: inline-block;
		vertical-align: top;
	}
	
		.navigation-center a {
			display: inline-block;
			padding: 4px 10px;
			margin: 0 1px 5px 1px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			color: #426d8f;
			font-size: 18px;
			text-decoration: underline;
		}
		
			.navigation-center a:hover {
				background: #036a9e;
				color: #fff;
			}
			
		.swchItemA {
			display: inline-block;
			padding: 4px 10px;
			margin: 0 1px 5px 1px;
			background: #d1e7f9;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			color: #0f4066;
			font-size: 18px;
		}
		
.top100-num {
	position: absolute;
	left: -50px;
	top: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	width: 40px;
	height: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background: #668bc0;
	text-align: center;
	line-height: 40px;
}
		
/* Полная новость */
.full-news {
	background: #fff;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

	.full-news-top {
		position: relative;
		background: #43b9c9 url(../images/full-news.jpg) center center no-repeat;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		padding: 165px 0 0 0;
	}
	
		.full-news-image {
			width: 140px;
			height: 140px;
			-moz-border-radius: 140px;
			-webkit-border-radius: 140px;
			border-radius: 140px;
			overflow: hidden;
			position: absolute;
			left: 30px;
			top: 140px;
			border: 5px #fff solid;
			-moz-box-shadow: 0 0 5px rgba(0,0,0,.26);
			-webkit-box-shadow: 0 0 5px rgba(0,0,0,.26);
			box-shadow: 0 0 5px rgba(0,0,0,.26);
			z-index: 222;
			background: #fff;
		}
		
			.full-news-image img {
				width: 140px;
				height: 140px;
				-moz-border-radius: 140px;
				-webkit-border-radius: 140px;
				border-radius: 140px;
			}
			
			.full-news-fav {
				position: absolute;
				right: 10px;
				top: 10px;
				background: #fff;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
			}
			
		.full-news-title {
			background: rgba(0,0,0,0.2);
			padding: 20px 120px 20px 210px;
			position: relative;
			color: #fff;
			font-size: 27px;
			z-index: 221;
		}
		
			.full-news-title h1 {
				font-size: 27px;
				font-weight: normal;
				margin: 0 0 5px 0;
			}
			
		.full-news-cat {	
			color: #b3daff;
			font-size: 13px;
			text-decoration: underline;
		}
		
			.full-news-cat a {
				color: #b3daff;
				text-decoration: underline;
			}
			
				.full-news-cat a:hover {
					color: #fff;
				}
				
		.full-news-rating{
			position: absolute;
			right: 20px;
			top: 34px;
		}
		
			.full-news-rating a {
				display: inline-block;
				vertical-align: top;
				width: 25px;
				height: 25px;
				background: url(../images/main-news-rating1.png) center center no-repeat;
				transition:top 0.1s ease;
				-webkit-transition:top 0.1s ease;
				-o-transition:top 0.1s ease;
				-moz-transition:top 0.1s ease;
			}
			
				.full-news-rating  a:hover {
					opacity: 0.7;
				}
			
			.full-news-rating a:last-child {
				background: url(../images/main-news-rating2.png) center center no-repeat;
				margin: 0 0 0 10px;
			}
		
	.full-news-info {
		padding: 35px 40px 35px 216px;
		font-size: 0;
		position: relative;
	}
	
		.full-news-rating2 {
			position: absolute;
			top: 40px;
			left: 80px;
			background: url(../images/star.png) left center no-repeat;
			background-size: auto 90%;
			padding: 0 0 0 26px;
			color: #000;
			font-size: 18px;
		}
	
		.full-news-info-col {
			width: 30%;
			display: inline-block;
			vertical-align: top;
			margin: 0 3% 0 0;
		}
		
			.fni-item {
				color: #acacac;
				font-size: 13px;
				margin: 0 0 10px 0;
			}
			
				.fni-item i {
					font-style: normal;
					color: #637075;
				}
				
				.fni-item a {
					
				}
				
					.fni-item a:hover {
						
					}
					
	.full-news-links {
		margin: 0 30px 30px 30px;
	}
	
		.full-news-links:after, .full-news-links:before {
			opacity: 0.08;
			display: block;
			height: 1px;
			background: #000;
			content: '';
			-moz-box-shadow: 3px 4px 5px #000;
			-webkit-box-shadow: 3px 4px 5px #000;
			box-shadow: 3px 4px 5px #000;
			clear: both;
			margin: 0 0 15px 0;
		}
		
		.full-news-links:after {
			margin: 0;
		}
	
		.full-news-links-b {
			float: left;
			width: 48%;
			margin: 0 4% 0 0;
		}
		
			.full-news-links-b:nth-child(2n){
				margin-right: 0;
			}
		
		.full-news-links a {
			display: block;
			border: 1px solid #deecf5;
			background: #eef6fc;
			padding: 25px 25px 25px 95px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			position: relative;
			color: #688caa;
			font-size: 13px;
			text-decoration: underline;
			margin: 0 0 15px 0;
		}
		
			.full-news-links-b a span {
				display: none;
			}
		
			.full-news-links a:before {
				content: '';
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 70px;
				height: 100%;
				border-right: 1px #dfedf5 solid;
				background: url(../images/play.png) center center no-repeat;
			}
		
			.full-news-links a:hover {
				background: #e5f2ff;				
			}
			
				.full-news-links a:hover:before {
					border-right: 1px #d6e7f1 solid;
				}
			
			.full-news-links-b:nth-child(2n) a:before  {
				background: url(../images/save.png) center center no-repeat;
				background-size: 37% auto;
			}
			
	.full-news-text {
		font-size: 13px;
		line-height: 18px;
		color: #a3a3a3;
		padding: 0 30px 30px 30px;
	}
	
		.full-news-text img {
			max-width: 100%;
		}
		
		.full-news-text a {
			color: #636f75;
			text-decoration: underline;
		}
		
			.full-news-text a:hover {
				color: #000;
			}


	.fullpage-comments {
		margin: 0 30px;
	}
	
	
		.fullpage-comments-title {
			color: #000;
			font-size: 18px;
			margin: 0 0 25px 0;
		}
		
		.fullpage-comments-hid {
			display: none;
		}
		
		.fullpage-comments-add {
			display: inline-block;
			vertical-align: top;
			cursor: pointer;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			background: #e4e8ea;
			padding: 10px 30px;
		}
		
			.fullpage-comments-add:hover {
				background: #daf6ff;
				color: #6d8aa7;
			}


	
	
		
.full-news-comments {
	
}

	
	.full-news-comments-content {
		
	}
	
		.open-com-form {
			display: inline-block;
			vertical-align: top;
			background: #30a0e0;
			padding: 14px 24px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			cursor: pointer;
			color: #fff;
			text-transform: uppercase;
			font-size: 12px;
		}
						
			.open-com-form:hover {
				background: #426d8f;
		}
				
			.hidden-com-form {
				display: none;

			}

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

	.title_spoiler a:last-child {
		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: 22px;
	}
	
.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 {
			
		}
		
.mass_comments_action {
	display: none;
}


.alb-full {
	background: #fff;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

	.alb-full-top {
		background: url(../images/alb-full.png) left top no-repeat;
		background-size: 100% auto;
		position: relative;
		height: 285px;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
	
		.alb-full-image {
			width: 300px;
			height: 300px;
			-moz-box-shadow: 3px 4px 0 rgba(0,0,0,.13);
			-webkit-box-shadow: 3px 4px 0 rgba(0,0,0,.13);
			box-shadow: 3px 4px 0 rgba(0,0,0,.13);
			position: absolute;
			left: 50%;
			top: 30px;
			margin: 0 0 0 -150px;
			overflow: hidden;
			background: #fff url(../dleimages/no_image.jpg) center center no-repeat;
			z-index: 22;
		}
		
		.alb-full-top-i {
			position: absolute;
			z-index: 1;
			left: 0;
			top: 0;
			width: 100%;
			height: 285px;
			overflow: hidden;
			-moz-border-radius: 3px 3px 0 0;
			-webkit-border-radius: 3px 3px 0 0;
			border-radius: 3px 3px 0 0;
		}
		
		.full-news-top .alb-full-top-i {
			height: 100%;
		}
		
			.alb-full-top-i img {
				width: 100%;
				-moz-border-radius: 3px 3px 0 0;
				-webkit-border-radius: 3px 3px 0 0;
				border-radius: 3px 3px 0 0;
			}
		
			.alb-full-image img {
				width: 300px;
				height: 300px;				
			}
			
	.alb-full-title {
		padding: 70px 130px 0 130px;
		position: relative;
	}
	
		.alb-full-title2 {
			text-align: center;
			color: #636f75;
			font-size: 28px;
		}
		
			.alb-full-title2 h1 {
				font-weight: normal;
				font-size: 28px;
			}
		
		.alb-full-rating {
			position: absolute;
			left: 30px;
			top: 70px;
			background: url(../images/star.png) left center no-repeat;
			background-size: auto 90%;
			padding: 0 0 0 26px;
			color: #000;
			font-size: 18px;
		}
		
		.alb-full-rating2 {
			position: absolute;
			right: 30px;
			top: 70px;
		}
		
			.alb-full-rating2 a {
				display: inline-block;
				vertical-align: top;
				width: 25px;
				height: 25px;
				background: url(../images/main-news-rating1.png) center center no-repeat;
				transition:top 0.1s ease;
				-webkit-transition:top 0.1s ease;
				-o-transition:top 0.1s ease;
				-moz-transition:top 0.1s ease;
			}
			
				.alb-full-rating2  a:hover {
					opacity: 0.7;
				}
			
			.alb-full-rating2 a:last-child {
				background: url(../images/main-news-rating2.png) center center no-repeat;
				margin: 0 0 0 10px;
			}
		
	.alb-full-info {
		margin: 30px;
	}
	
		.alb-full-info:before {
			opacity: 0.08;
			display: block;
			height: 1px;
			background: #000;
			content: '';
			-moz-box-shadow: 3px 4px 5px #000;
			-webkit-box-shadow: 3px 4px 5px #000;
			box-shadow: 3px 4px 5px #000;
			clear: both;
			margin: 0 0 30px 0;
		}

/* Вид комментария */
.comments_subscribe {
	display: none;
}

#comments {
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}

.comments-tree-list {
	padding: 0;
	margin: 0;
}

	.comments-tree-list li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
		.comments-tree-list ol {
			background: url(../images/comments-tree.png) 10px top no-repeat;
			padding: 0 0 0 45px;
		}


.comment-item {
	position: relative;
	padding: 0 0 0 85px;
	margin: 0 0 40px 0;
	min-height: 80px;
}

	.comment-item-left {
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
	}
	
		.comment-item-image {
			width: 60px;
			height: 60px;
			overflow: hidden;
			-moz-border-radius: 60px;
			-webkit-border-radius: 60px;
			border-radius: 60px;
			background: #f0f0f0;
		}
		
			.comment-item-image img {
				width: 60px;
				height: 60px;
				-moz-border-radius: 60px;
				-webkit-border-radius: 60px;
				border-radius: 60px;
			}
			
		.comment-online, .comment-offline {
			width: 13px;
			height: 13px;
			-moz-border-radius: 13px;
			-webkit-border-radius: 13px;
			border-radius: 13px;
			position: absolute;
			left: 43px;
			top: -5px;
			background: #a0c93c;
		}
		
		.comment-offline {
			background: #aaafb7;
		}
		
		.comr {
			text-align: center;
			padding: 5px 0 0 0;
		}
		
			.comr a {
				background: url(../images/comr.png) right top no-repeat;
				display: inline-block;
				vertical-align: top;
				height: 13px;
				line-height: 13px;
				padding: 0 20px 0 0;
				color: #e65252;
				font-size: 11px;
			}
			
				.comr a:hover {
					background: url(../images/comr.png) right bottom no-repeat;
				}
	
	.comment-item-right {
		position: relative;
	}
	
		.comment-item-author {
			color: #7f7f7f;
			font-size: 14px;
			text-align: center;
			padding: 5px 0 0 0;
		}
		
			.comment-item-author a {
				color: #7f7f7f;
			}
			
				.comment-item-author a:hover {
					color: #000;
				}
				
		.comment-item-date {
			text-align: right;
			font-size: 12px;
			padding: 0 0 5px 0;
			opacity: .38;
			color: #7f7f7f;
		}
		
		.comment-item-text {
			
		}
		
		
		.comment-item-text2 {
			color: #818182;
			font-size: 13px;
			line-height: 18px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			background: #eff1f4;
			padding: 20px;
		}
		
			.comment-item-text a {
				color: #000;
				text-decoration: underline;
			}
			
				.comment-item-text a:hover {
					color: #ef0000;
				}
				
	.comments-item-links {
		font-size: 13px;
		padding: 10px 0 0 0;
	}
	
		.comments-item-links a {
			color: #9a9a9a;
			margin-right: 10px;
		}
		
			.comments-item-links a:hover {
				color: #ef0000;
			}

.comment-item .bbcodes, .mass_comments_action .bbcodes {
	background: #fff;
	border: 1px #ccc solid;
	color: #333;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	margin: 0;
	cursor: pointer;
	font-size: 14px !important;
	font-weight: normal;
}

	.comment-item .bbcodes:hover, .mass_comments_action .bbcodes:hover {
		background: #ff7e00;
		color: #fff;
	}

#dleprofilepopup {
	height: 150px !important;
}
	
/* -------- */
.quote {
	background: #f3f3f3;
	padding: 8px;
	color: #6f6f6f;
	clear: both;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	margin: 0 0 5px 0;
	font-size: 13px;
}

	.quote a {
		color: #000;
	}
	
.full-news-content .quote  {
	background: #edf2f4 url(../images/quote.png) 15px 20px no-repeat;
	padding: 15px 15px 15px 70px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-style: italic;
	color: #595959;
	font-size: 14px;
	line-height: 20px;
}

/* Стилизация форм */

.form-line-tt {
	margin: 0 0 15px 0;
}

	.form-line-tt-left {
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 0 0;
		padding: 5px 0 0 0;
	}
	
	.form-line-tt-right {
		display: inline-block;
		vertical-align: top;
	}
	
	.form-line-tt input {
		border: 1px solid #e3e3e3;
		background: #fff;
		-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		color: #5c5c5c;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 7px 10px;
		margin: 0 0 0 0;
	}
	
	.form-line-tt textarea {
		border: 1px solid #e3e3e3;
		background: #e9e9e9;
		-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		color: #5c5c5c !important;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 7px 10px !important;
		margin: 0 0 0 0;
	}
	
.form-submit-block-tt {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: 1px #ccc solid;
}
	
.form-button-tt {
	font-size: 15px;
	cursor: pointer;
	background: -moz-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
	background: -webkit-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
	background: -o-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
	background: -ms-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
	background: linear-gradient(to bottom, #fdfdfd 5%, #f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=0);
	background-color: #fdfdfd;
	margin: 0;
	padding: 8px 50px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e2e2e2;
	color: #565656;
	-moz-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
	-webkit-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
	box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 1px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
}

	.form-button-tt:hover {
		background: #f1f1f1;
		-moz-box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
		-webkit-box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
		box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
	}
	
/* Добавление комментария */
.add-comment {
	
}

	.add-comment-title {
		font-size: 18px;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px #ccc solid;
	}

	.add-comment .form-line-tt-left {
		width: 80px;
	}

/* Диалоговые окна */
.ui-dialog {
	border: 1px solid #ededed;
	background: #fff;
	text-align: left;
	color: #616161;
	font-size: 16px;
	-moz-box-shadow: 0 0 18px rgba(0,0,0,.14);
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,.14);
	box-shadow: 0 0 18px rgba(0,0,0,.14);
}

	.ui-dialog-titlebar {
		border-bottom: 1px solid #ededed;
		padding: 10px 20px;
		position: relative;
		cursor: move;
	}
	
		.ui-dialog-titlebar-close {
			background: url(../images/close.png) left top no-repeat;
			width: 29px;
			height: 29px;
			right: 5px;
			top: 5px;
			font-size: 0;
			display: block;
			position: absolute;
			transition:all 0.3s ease;
			-webkit-transition:all 0.3s ease;
			-o-transition:all 0.3s ease;
			-moz-transition:all 0.3s ease;
			opacity: 0.6;
			overflow: hidden;
			line-height: 35px;
			text-indent: -100px;
		}
		
			.ui-dialog-titlebar-close:hover {
				 -moz-transform: rotate(360deg); /* Для Firefox */
				-ms-transform: rotate(360deg); /* Для IE */
				-webkit-transform: rotate(360deg); /* Для Safari, Chrome, iOS */
				-o-transform: rotate(360deg); /* Для Opera */
				transform: rotate(360deg);
				opacity: 1;
			}
			
	.ui-dialog-content {
		padding: 15px;
	}
			
	.ui-dialog-buttonset {
		background: #fafafa;
		height: 47px;
		position: relative;
		border-top: 1px #f2f2f2 solid;
		padding: 13px 5px 0 0;
		text-align: right;
	}
	
		.ui-dialog-buttonset button {
			display: inline-block;
			margin: 0 0 0 5px;
			padding: 8px 10px;
			background: #e6e6e6;
			color: #6b6b6b;
			font-size: 13px;
			border: 0;
			cursor: pointer;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}
		
			.ui-dialog-buttonset button:hover {
				background: #ff9e2b;
				color: #fff;
			}
			
	.dle-popup-newpm .ui-dialog-content {
		padding: 20px;
		font-size: 14px;
	}
	
/* Карточка пользователя */
.user-card-tt {
	padding: 30px 0 0 140px;
	position: relative;
}

	.user-card-tt-left {
		position: absolute;
		left: 10px;
		width: 100px;
		top: 10px;
		z-index: 888;
	}
	
		.user-card-tt-image {
			border: 3px solid #fff;
			-moz-box-shadow: 0 0 8px rgba(0,0,0,.17);
			-webkit-box-shadow: 0 0 8px rgba(0,0,0,.17);
			box-shadow: 0 0 8px rgba(0,0,0,.17);
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			border-radius: 100px;
			width: 100px;
			height: 100px;
			margin: 0 0 5px 0;
			background: #e2e2e2;
		}
		
			.user-card-tt-image img {
				width: 100px;
				height: 100px;
				-moz-border-radius: 100px;
				-webkit-border-radius: 100px;
				border-radius: 100px;
			}
			
		.user-card-tt-status {
			text-align: center;
			font-size: 14px;
			margin-left: 3px;
		}
	
	.user-card-tt-right {
		font-size: 15px;
	}

		.user-card-tt-info-left {
			float: left;
			width: 230px;
			margin: 0 5px 0 0;
		}
		
			.user-card-tt-info-line {
				color: #8b8b8b;				
			}
			
			.user-card-tt-info-line:first-child {
				margin: 0 0 10px 0;
			}
			
				.user-card-tt-info-line span {
					color: #000;
				}
				
				.user-card-tt-info-line i {
					color: #3b90cb;
					font-style: normal;
				}
		
		.user-card-tt-info-right {
			float: left;
			width: 140px;
		}
		
/* Юзер инфо */
.user-profile-tt {
	margin: 0 0 50px 0;
}

	.tabs-profile {
		
	}
	
		.tabs-profile .index-tabs {
			font-size: 0;
			position: relative;
			bottom: -1px;
		}
		
			.tabs-profile .index-tabs span {
				background: -moz-linear-gradient(top, #fdfdfd 5%, #f1f5f6 100%);
				background: -webkit-linear-gradient(top, #fdfdfd 5%, #f1f5f6 100%);
				background: -o-linear-gradient(top, #fdfdfd 5%, #f1f5f6 100%);
				background: -ms-linear-gradient(top, #fdfdfd 5%, #f1f5f6 100%);
				background: linear-gradient(to bottom, #fdfdfd 5%, #f1f5f6 100%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f1f5f6', GradientType=0);
				background-color: #fdfdfd;
				border: 1px #dadada solid;
				display: inline-block;
				height: 34px;
				line-height: 34px;
				color: #979797;
				font-size: 13px;
				padding: 0 15px;
				-moz-border-radius: 3px 3px 0 0;
				-webkit-border-radius: 3px 3px 0 0;
				border-radius: 3px 3px 0 0;
				position: relative;
				bottom: -4px;
				cursor: pointer;
				vertical-align: top;
				border-bottom: 0;
			}
			
				.tabs-profile .index-tabs span:hover {
					
				}
				
				.tabs-profile .active-ttab {
					height: 39px !important;
					line-height: 39px !important;
					background: #fff !important;
					color: #363636 !important;
					bottom: 0px !important;
					vertical-align: top;
				}
				
		.tabs-profile .index-panel {
			
		}
		
			.tabs-profile .tt-panel {
				border: 1px #dadada solid;
				background: #fff;
				display: none;
			}
			
	.profile-tt-top {
		position: relative;
	}
	
		.profile-tt-left {
			position: absolute;
			width: 114px;
			left: 25px;
			top: 28px;
			text-align: center;
		}
		
			.profile-tt-image {
				padding: 6px;
				border: 1px solid #d9d9d9;
				background: #fff;
				margin: 0 0 10px 0;
			}
			
				.profile-tt-image img {
					width: 100px;
					height: 100px;
					background: #ccc;
				}
				
			.profile-tt-rating {
				text-align: center;
				width: 50px;
				height: 25px;
				margin: 0 auto;
				line-height: 25px;
				color: #fff;
				background: #abc544;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
			}
			
		.profile-tt-info {
			padding: 25px 25px 10px 160px;
			background: -moz-linear-gradient(top, #fff 5%, #fafbfd 100%);
			background: -webkit-linear-gradient(top, #fff 5%, #fafbfd 100%);
			background: -o-linear-gradient(top, #fff 5%, #fafbfd 100%);
			background: -ms-linear-gradient(top, #fff 5%, #fafbfd 100%);
			background: linear-gradient(to bottom, #fff 5%, #fafbfd 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fafbfd', GradientType=0);
			background-color: #fff;
			border-bottom: 1px #dadada solid;
		}
		
			.profile-tt-name {
				color: #000;
				font-size: 20px;
				position: relative;
				padding: 5px 0 10px 0;
			}
			
			.profile-tt-name2 {
				position: relative;
				display: inline-block;
			}
			
				.profile-tt-name i {
					position: relative;
					display: inline-block;
					background: #ff8a00;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					height: 20px;
					line-height: 20px;
					color: #fff;
					font-family: "Arial";
					font-size: 12px;
					font-style: normal;
					left: 10px;
					top: -15px;
					padding: 0 5px;
				}
				
					.profile-tt-name i span {
						color: #fff !important;
						font-weight: normal;
					}
					
			.profile-tt-line {
				color: #828282;
				margin: 0 0 4px 0;
			}
			
				.profile-tt-line span {
					color: #000;
				}
		
		.profile-tt-menu {
			padding: 20px 0 10px 160px;
			font-size: 0;
			color: #fff;
		}
		
			.profile-tt-menu a {
				display: inline-block;
				background: #eeeeee;
				padding: 0 10px;
				line-height: 31px;
				height: 31px;
				margin: 0 10px 0 0;
				color: #5e5e5e;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				font-size: 14px;
			}
			
				.profile-tt-menu a:hover {
					background: #ff8a00;
					color: #fff;
				}
				
	.profile-tt-text {
		color: #7f7f7f;
		font-size: 14px;
		line-height: 17px;
		padding: 25px;
	}
	
		.profile-tt-text a {
			color: #000;
		}
		
	.nidf {
		padding: 25px;
	}
	
		.nidf .profile-tt-line {
			font-size: 15px;
			margin: 0 0 10px 0;
		}
			
			.nidf .profile-tt-line a {
				color: #ff6000;
			}
			
				.nidf .profile-tt-line a:hover {
					color: #000;
				}
				
	.herh .form-line-tt-left {
		width: 150px;
	}
	
	.herh .form-line-tt {
		margin: 0 0 0 0;
		padding: 15px 0 15px 10px;
		border-bottom: 1px #f0f0f0 solid;
	}
	
	.herh .form-line-tt:nth-child(2n) {
		background: #f8f8f8;
	}
	
	.herh input, .herh textarea{
		background: #fff;
	}
	
	.user-profile-tt .form-line-tt a {
		color: #ff6000;
	}

/* Юзер-панель */
.login-block {
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 5555;
}

	.login-block-top {
		height: 40px;
		position: relative;
		padding: 0 0 0 75px;
		background: url(../images/login-block-top.png) left center no-repeat;
	}
	
		.login-ava {
			width: 40px;
			height: 40px;
			-moz-border-radius: 40px;
			-webkit-border-radius: 40px;
			border-radius: 40px;
			position: absolute;
			left: 22px;
			top: 0px;
		}
			
				.login-ava img {
					width: 40px;
					height: 40px;
					-moz-border-radius: 40px;
					-webkit-border-radius: 40px;
					border-radius: 40px;
				}
				
		.login-block-login {
			color: #818182;
			font-size: 13px;
			height: 40px;
			line-height: 40px;
		}
				
		.log-open {
			background: none;
			position: absolute;
			left: 0;
			top: 0;
			cursor: pointer;
			height: 100%;
			width: 100%;
		}
		
			.log-open:hover {
				opacity: 0.5;
			}
			
		.login-block2 {
			
		}
		
		.login-block2 .login-block-top {
			
		}
				
			
	
	.login-hidden {
		display: none;
		width: 180px;
		background: #fff;
		-moz-box-shadow: 0 0 13px rgba(0,0,0,.08);
		-webkit-box-shadow: 0 0 13px rgba(0,0,0,.08);
		box-shadow: 0 0 13px rgba(0,0,0,.08);
		position: absolute;
		right: 0;
		top: 65px;
	}
	
	.login-hidden2 {
		width: 290px;
	}
	
	.login-hidden:after {
		content: '';
		display: block;
		background: url(../images/login-hidden.png) left top no-repeat;
		width: 25px;
		height: 24px;
		position: absolute;
		right: 20px;
		top: -23px;
	}
	
		.login-hidden-title {
			padding: 15px 0;
			color: #818182;
			font-size: 14px;
			border-bottom: 1px #ededed solid;
			margin: 0 20px 7px 20px;
			position: relative;
		}
		
			.log-t-close {
				position: absolute;
				cursor: pointer;
				width: 16px;
				height: 16px;
				background: url(../images/log-t-close.png) center center no-repeat;
				right: 0;
				top: 15px;
				opacity: 0.7;
			}
			
				.log-t-close:hover {
					opacity: 1;
				}
	
	.login-content {
		padding: 15px 0;
	}

	.login-line {
		margin: 0 20px 15px 20px;
	}
	
		.login-line-title {
			color: #acacac;
			font-size: 13px;
			margin: 0 0 5px 0;
		}
		
		.login-input-text {
			background: #eaecee;
			border: 0;
			margin: 0;
			padding: 7px 5%;
			display: block;
			width: 90%;
			color: #404040;
		}
		
		input.login-input-text:-webkit-autofill {
			color: #2a2a2a !important;
			outline:none;
			background: red !important;
			-webkit-box-shadow: inset 0 0 0 50px #eaecee !important; -webkit-text-fill-color: #000 !important; color: #000 !important;
		}
		
	.login-enter-line {
		padding: 20px;
		color: #acacac;
	}
	
		.login-enter-line a {
			color: #acacac;
		}
		
			.login-enter-line a:hover {
				color: #8eb8e0;
			}
		
	.enter {
		display: inline-block;
		vertical-align: top;
		background: #bbc7dc;
		padding: 10px 30px;
		color: #fff;
		font-size: 13px;
		border: 0;
		cursor: pointer;
		margin: 0 0 0 20px;
	}
	
		.enter:hover {
			background: #798cae;
		}
		
	.lost-link {
		display: inline-block;
		vertical-align: top;
		height: 33px;
		line-height: 33px;
		text-align: center;
		font-size: 16px;
		text-transform: uppercase;
		border: 1px solid #312b29;
		background: #282220;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 35px;
		color: #827876;
		margin: 0 5px 0 0;
	}
	
		.lost-link:hover {
			background: #362c28;
		}

			
.login-soc {
	background: url(../images/login-enter-line.png) left top repeat-x;
	padding: 20px;
}

	.login-soc a {
		width: 36px;
		height: 36px;
		margin: 0 4px 0 0;
		display: inline-block;
		vertical-align: top;
	}
	
		.login-soc a:hover {
			opacity: 0.7;
		}
	
	.login-soc1 {
		background: url(../images/login-soc.jpg) left top no-repeat;
	}
	
	.login-soc2 {
		background: url(../images/login-soc.jpg) -36px top no-repeat;
	}
	
	.login-soc3 {
		background: url(../images/login-soc.jpg) -72px top no-repeat;
	}
	
	.login-soc4 {
		background: url(../images/login-soc.jpg) -108px top no-repeat;
	}
	
	.login-soc5 {
		background: url(../images/login-soc.jpg) -144px top no-repeat;
	}
	
	.login-soc6 {
		background: url(../images/login-soc.jpg) -150px top no-repeat;
	}
	
	.login-close {
		position: absolute;
		right: -30px;
		top: -30px;
		width: 29px;
		height: 29px;
		background: url(../images/close2.png) left top no-repeat;
		cursor: pointer;
	}
	
	/* Залогинились */
			
	
			
	.login-link {
		padding: 0 0 15px 0;
	}
	
		.login-link a {
			display: block;
			color: #6b8193;
			font-size: 13px;
			text-decoration: underline;
			padding: 8px 25px;
		}
		
			.login-link a:hover {
				background: #dff0fe;
			}
			
/* Стандартные страницы */
.stt-block {
	background: #fff;
			-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			margin: 0 0 30px 0;
			padding: 20px;
}

	.stt-block-title {
		color: #000;
		margin: 0 0 25px 0;
		font-size: 22px;
		font-weight: 300;
	}
	
	.stt-block-content {
		color: #212121;
		font-size: 14px;
		line-height: 22px;
		margin: 0 0 20px 0;
	}
	
		.stt-block-content a {
			color: #e7344d;
		}
		
			.stt-block-content a:hover {
				color: #000;
			}
			
	.stt-block-content .podborka-item:nth-child(4n) {
		margin-right: 60px; 
	}
	
	.stt-block-content .podborka-item img {
		margin: 0;
		display: block !important;
		max-width: 100%;
	}
	
	.stt-block-content .podborka-item-title a {
		color: #212121;
	}
	
		.stt-block-content .podborka-item-title a:hover {
			color: #e7344d;
		}
			
	.stt-block-content .bbcodes {
		font-size: 15px;
		cursor: pointer;
		background: -moz-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
		background: -webkit-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
		background: -o-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
		background: -ms-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
		background: linear-gradient(to bottom, #fdfdfd 5%, #f8f8f8 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=0);
		background-color: #fdfdfd;
		margin: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #e2e2e2;
		color: #565656;
		-moz-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
		-webkit-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
		box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 1px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
	}
	
		.stt-block-content .bbcodes:hover {
			background: #f1f1f1;
			-moz-box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
			-webkit-box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
			box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
		}
			
/* Сообщения */
.pmtt {
	
}

	.pmtt-menu {
		font-size: 0;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: 1px #e7e7e7 solid;
		text-align: center;
	}
	
		.pmtt-menu a {
			cursor: pointer;
			background: -moz-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
			background: -webkit-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
			background: -o-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
			background: -ms-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
			background: linear-gradient(to bottom, #fdfdfd 5%, #f8f8f8 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=0);
			background-color: #fdfdfd;
			margin: 0;
			padding: 40px 0 10px 0;
			display: inline-block;
			font-size: 14px;
			width: 29%;
			margin: 0 5% 0 0;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			border: 1px solid #e2e2e2;
			color: #565656;
			-moz-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
			-webkit-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
			box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 1px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
			position: relative;
			text-align: center;
			 -moz-box-sizing: border-box; /* Для Firefox */
			-webkit-box-sizing: border-box; /* Для Safari и Chrome */
			box-sizing: border-box; /* Для IE и Opera */
		}
		
			.pmtt-menu a:hover {
				background: #ff7e00;
				color: #fff;
				border: 1px #ff7e00 solid;
			}
			
			.pmtt-menu a i {
				position: absolute;
				left: 50%;
				margin: 0 0 0 -14px;
				top: 10px;
				color: #808080;
				
			}
			
				.pmtt-menu a:hover i {
					color: #fff;
				}
			
			.pmtt-menu a:nth-child(3n) {
				margin: 0;
			}
			
	.pmtt-pm-list {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
	}
	
		.pmtt-pm-list-title {
			font-size: 18px;
			margin: 0 0 10px 0;
		}
		
		.pmtt-pm-list-content {
			
		}	
		
			.pmtt-pm-list-content table {
				border: 1px #f1f1f1 solid;
				padding: 3px;
			}
			
				.pmtt-pm-list-content table  td {
					padding: 5px;
					border-bottom: 1px #f1f1f1 solid;
				}
				
				.pmtt-pm-list-content tr:first-child td {
					border-bottom: 1px #f1f1f1 solid;					
				}
				
				.pmtt-pm-list-content table  tr:nth-child(2n) td {
					background: #f9f9f9;
					border-bottom: 1px #f1f1f1 solid;
				}
				
	.pmtt-status {
		margin: 0 0 20px 0;
	}
	
		.pmtt-status-title {
			font-size: 18px;
			margin: 0 0 10px 0;
		}
		
		.pmtt-status-content {
			
		}
		
			.pm_progress_bar {
				position: relative;
				background: #eeeeee;
				border: 1px #e5e5e5 solid;
				height: 30px;
				margin: 0 0 10px 0;
			}
			
				.pm_progress_bar span {
					position: absolute;
					left: 0;
					top: 0;
					height: 30px;
					background: #ff7e00;
					color: #fff;
					text-align: center;
					line-height: 30px;
				}
				
	.pmtt-new {
		padding: 20px 0 20px 0;
	}
	
		.pmtt-new-title {
			font-size: 18px;
			margin: 0 0 10px 0;
			padding: 0 0 10px 0;
			border-bottom: 1px #dcdcdc solid;
		}
		
		.pmtt-new-content {
			
		}
		
			.pmtt-new-content .form-line-tt-left {
				width: 100px;
			}
			
	.pmtt-mess {
		padding: 20px 0;
	}
	
		.pmtt-mess-title {
			font-size: 18px;
			position: relative;
			padding: 0 0 10px 20px;
			border-bottom: 1px #dcdcdc solid;
		}
			
			.pmtt-mess-title i {
				position: absolute;
				left: 0;
				top: 3px;
				color: #b2b2b2;
				font-size: 16px;
			}
		
		.pmtt-mess-content {
			
		}
		
			.pmtt-mess-theme {
				padding: 10px 0 10px 20px;
				margin: 0 0 5px 0;
				position: relative;
				border-bottom: 1px #dcdcdc dotted;
			}
			
				.pmtt-mess-theme i {
					position: absolute;
					left: 0;
					top: 11px;
					color: #b2b2b2;
					
				}
			
			.pmtt-mess-text {
				padding: 10px 0;
			}
		
		.pmtt-mess-menu {
			padding: 10px 0 0 0;
		}
		
			.pmtt-mess-menu a {
				font-size: 14px;
				cursor: pointer;
				background: -moz-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
				background: -webkit-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
				background: -o-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
				background: -ms-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
				background: linear-gradient(to bottom, #fdfdfd 5%, #f8f8f8 100%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=0);
				background-color: #fdfdfd;
				margin: 0;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				border: 1px solid #e2e2e2;
				color: #565656;
				-moz-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
				-webkit-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
				box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 1px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
				display: inline-block;
				padding: 5px 10px;
				margin: 0 10px 0 0;
			}
			
				.pmtt-mess-menu a:hover {
					background: #f1f1f1;
					-moz-box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
					-webkit-box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
					box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
				}
				
/* Обратная связь */
.feedback-tt {
	
}

	.feedback-tt textarea {
		width: 95%;
	}
	
	.feedback-tt .form-line-tt-left {
		width: 100px;
	}
	
/* Восстановление */
.lost-tt {
	
}

	.lost-tt .form-line-tt-right input {
		width: 200px;
	}
	
	.lost-tt .form-line-tt-left {
		width: 200px;
	}
	
/* Регистрация */
.reg-tt {
	
}

	.reg-tt .form-line-tt-right input {
		
	}
	
	.reg-tt .form-line-tt-left {
		width: 150px;
	}

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

}

.weekday-active-v {
	color: #fff;
}
.day-active-v {
	font-weight: bold;
	color: #fff;
}
.calendar {
font-size: 14px;
text-align: center;
width: 90%;
margin: 0 5%;
color: #8b8b8b;
}
	
	.calendar a {
		text-decoration: underline;
	 }
.calendar td, th {
	 text-decoration: none;
	 padding: 2px;
}
.weekday {
	
	color: #dc3604;
	
}
.weekday-active {
	font-weight: bold;
	color: #fff;
}
.day-active {
	color: #fff;
}
.monthlink {
	color: #535353;
	text-decoration: none;
}
.day-current {
	font-weight: bold;
	color: #f76201;
	font-family: 'Geometric706-BlackCondensed';
	font-size: 15px;
	border: 1px #f76201 solid;
}

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

/* ==================== Облако тегов */
.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 {
	background: #ff5100;
	display: block;
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	border: 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 15px;
	width: 130px;
}

	.vote-buttom:hover{
		background: #000;
	}
	
	.vote-buttom2 {
		background: #ccc;
	}

.vote-l {
	padding: 10px 0 15px 0;
	font-size: 12px;
}	

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

.rating {
	width: 130px;
	height: 24px;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: 24px;
	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: 0;
	float: left;
}
.unit-rating li a {
	display: block;
	width: 24px;
	height: 24px;
	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: 26px; }
.unit-rating a.r2-unit { left: 26px; }
.unit-rating a.r2-unit:hover { width: 52px; }
.unit-rating a.r3-unit { left: 52px; }
.unit-rating a.r3-unit:hover { width: 78px; }
.unit-rating a.r4-unit { left: 78px; }	
.unit-rating a.r4-unit:hover { width: 104px; }
.unit-rating a.r5-unit { left: 104px; }
.unit-rating a.r5-unit:hover { width: 130px; }
.unit-rating li.current-rating {
	background-image: url(../dleimages/rating.png);
	background-position: left bottom;
	position: absolute;
	height: 24px;
	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;
}


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

#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: 10px;
	background-color: #fdfdfd;
	border: 1px solid #bbbbbb;
	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(../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;
}

/* 
*****************************
Юзер инфа */
.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;
}

	
/* добавление новости */
.add-news-table {
	
}

	.add-news-table td {
		padding: 10px 0 10px 5px;
	}
	
	.add-news-table textarea {
		height: 200px !important;
	}
	
	.add-news-table tr:nth-child(2n) td {
		background: #f7f7f7;
	}


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

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



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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#share-popup .link a {
	display: block;
}

.ajaxProgress {background:#eee url(../images/loader.gif) no-repeat center center;display:block;width:40px;height:40px;margin:10px auto;border-radius:10px;border:1px solid #ddd;}
.ias_trigger a {box-shadow:inset 0px 1px 0px 0px #fff;border-radius:6px;border:1px solid #dcdcdc;display:block;color:#777;font-weight:bold;padding:10px 0;text-decoration:none;margin-bottom:20px;text-shadow:1px 1px 0px #fff;text-align:center;font-size:14px;
background: #f4f4f4;
background: -moz-linear-gradient(top,  #f4f4f4 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #f4f4f4 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #f4f4f4 0%,#eaeaea 100%);
background: linear-gradient(to bottom,  #f4f4f4 0%,#eaeaea 100%);
margin-left: 20px;
}
.ias_trigger a:hover {
background: #efefef;
background: -moz-linear-gradient(top,  #efefef 0%, #e0e0e0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e0e0e0));
background: -webkit-linear-gradient(top,  #efefef 0%,#e0e0e0 100%);
background: -o-linear-gradient(top,  #efefef 0%,#e0e0e0 100%);
background: -ms-linear-gradient(top,  #efefef 0%,#e0e0e0 100%);
background: linear-gradient(to bottom,  #efefef 0%,#e0e0e0 100%);
}
.ias_trigger a:active {
box-shadow:inset 0 0 5px rgba(0,0,0,.1);
}

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


/* Настройка стандартной капчи при ответах на комментарии */
.dle-captcha { position: relative; }
.dle-captcha:after { clear: both; display: block; content: ""; }
.dle-captcha > a { float: left; margin-right: 5px; }
.dle-captcha img {
  position: relative;
  display: block;
  width: 130px; height: 46px;
  -webkit-transition: all ease .2s; transition: all ease .2s;
}
.dle-captcha > input { float: left; width: 130px; }


/* Настройка подсказки для доп. полей */
.xfieldsnote {
  color: #838383;
  font-size: .9em;
}




/********** рейтинг новый */   
.ratingtt {
	font-size: 14px;
	color: #222;
	font-family: Arial;
	padding: 10px 0;
	clear: both;
}

	.ratingtt-title {
		font-size: 11px;
		color: #ccc;
	}
	
	.ratingtt-left, .ratingtt-center, .ratingtt-right {
		float: left;
		margin: 0 2px 0 0;
		font-weight: bold;
	}
	
	.ratingtt a {
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
		background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
		background-color:#ffffff;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		border:1px solid #e0e0e0;
		display: block;
		height: 25px;
		line-height: 25px;
		padding: 0 10px;
	}
	
	.ratingtt-left a {
		color: #f72c2c;
	}
	
	.ratingtt-center {
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
		background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
		background-color:#ffffff;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		border:1px solid #e0e0e0;
		display: block;
		height: 25px;
		line-height: 25px;
		padding: 0 10px;
	}
	
	.ratingtt-right a {
		color: #569a05;
	}
	
.instagram-media, .twitter-tweet {display: inline-block !important;}

	
/*  Адаптивность 

_______________________________________m8888888 
___________________________________mMoooooooM8888 
_________________________________MogggooooooM88888 
___________________________MMMMMoooooooooooM8888888 
___________________________M6ooooMMMmoooooooM888888888 
________________________Mmooo8oooooooooooooM88888888888 
_______________________MmmmooooooooooooooM88888888888888 
______________________Moooooooooo8888888M8888888888888888 
_____________________Mooooooooooooo88888M88888888888888888 
______________________MmooooooooooooooommM88888888888888888 
__________________________M88ooooo888mooMM88888888888888888 
___________________________M88888888oommooM88888888888888888 
____________________________M888888ooooMM8888888888888888888 
____________________________MooooooooooM888888888888888888888 
_________________________888MoooooooooM8888888888888888888888 
______________________888888MooooooooM88888888888888888888888 
_____________________88888888MoooooooM8888888888mmmm888888888 
____________________888888888Mo8oooooM8888888MooooooooM888888 
___________________8888888888Moo8oooM8888MM8ooooooooooooM88888 
___________________8888888888Mooo88ooooM888MoooooooooooooM8888 
____________________M8o8888ooo8oo88ooo0ooMMoo888oooooooooooM88 
___________________Mooo88888ooo8o88o8oooooooooo8888oooooooooM8 
___________________Moo8888o8ooooo8ooooooooooooooo8888ooooooooM8 
___________________Mooo88oooooooooooooooooooooooo888888oooooooM8 
___________________Mooooooooooooooooooooooooooooo88888888ooooooM8 
____________________MooMooooooooooooooooooooooooooM888ooo88oooooM 
_____________________Mmoooooooooooooooooooooooooo888Moooo8oooooooM 
______________________Moooooooooo8oooooooooooooo8888MMooooooooooooM 
_______________________Moooooooo88ooooooooooooo88888MMM8oooooooooooM 
_______________________Moooooooo88oooooooooooooo88888MMMMoooooooooooM 
_______________________Moooooooo88Moooooooooooooooo88888MMMMoooooooooM 
______________________Mooooooooo88Moooooooooooooooo8MooooMMMMoooooooooM 
_____________________Mooooooooo8MMooooooooooooooo88MoooooMMMMooooooooooM 
____________________Mooooooooo88MMoom888mooooooo88MooooooMM_MMooooooooooM 
____________________M8moooooo888MMoom@@8moooo8888M8oooooooMM__MMoooooooooM 
___________________M@88moooo888MooMom8@8mooo8888MoooooooooMM___Mmoooooo000M 
____________________*M8mooo8888MooooMm8mooo888M888ooooooooMM___Moooooo00000M 
_______________________MMMMMM8888oooooMMmmmmM88888oooooooooMM_Moooooooo0008M 
_____________________________M88Moooooo8888888888oooooooooooMMoooooooooo88M 
_____________________________M88Mooooo8o888888888ooooooooooooMoooooooo888M 
______________________________M88Mooooo8ooo888888oooooooooooMooooooo8888M 
_______________________________M888Mooo888ooooo888ooooooooooMoooooo8888M 
_______________________________M88888Moo888oooooo8888ooooooMooooooo888M88M 
________________________________M888888Mo8888oooooo8888oooMooooooo888M88888M 
_________________________________M8888888Mo8888ooooooooooMoooooooo88M88888888M 
___________________________________M888888M88888oooooooooMoooooooo8M88888888888M 
____________________________________M8oo888M888888ooooooMoooooooo8M888888oooo888M 
_____________________________________M8ooooMM88888888ooMooooooooM8888oooooooooooo8M 
______________________________________MooooM_M88888888MooooooooM888ooooooooooooooo8M 
_______________________________________MooooM_M888888Mooooooo8M88**ooooooooooooooo88M 
________________________________________MooooM_mmmmmmMoooooo8Mmooooooooooooooooo888M 
_________________________________________MoooQooommmmMoooMMooooooooooooooooooooooo888M 
________________________________________MM88ooo8ooooMMMooooooooooooooooooooooooooooo8888M 
_____________________________________mM8888M88o88mMmooooooooooooooooooooooooooooo88888M 
_______________________________mMMMoooooooooM888Mmooooooooooooooooooooooooooooo888888M 
__________________________MMMMoooooooooooooooMMooooooooooooooooooooooooooooooo888888M 
______________________MMMooooooooooooooooooooMMooooooooooooooooooooooooooo888888M 
__________________MMMooooooooooooooooooMMooooooooooooooooooooooooooooo88888888888M 
________________MMooooooooooooooooooooMMooooooooooooooooooooooooooooo8888888888M 
_____________MMoooooooooooooooooooooMMooooooooooooooooooooooooooo888888888888MMM 
___________MmoooooooooooooooooooooMMoooooooooooooooooooooooooo888888888888M88888M 
_________MooooooooooooooooooooooMooooooooooooooooooooooooooo88888888888MM_M8888888M 
_______MoooooooooooooooooooooooMooooooooooooooooooooooooo8888888888M_____M8888888888M 
______M8ooooooooooooooooooo88Mooooooooooooooooooooooo88888888888M_______M8888888888888M 
______M88oooooooooooo8888888Moooooooooooooooooooooo888888MMMMMMMMMMMM888888888888888888888M 
______M8888ooooooo88888MMMMMooooooooooooooooooooo8888M888888888888888888888888888888888888888M 
_______M888888888888MMM888Moooooooooooooooooooo88M8ooooooooooo8888888888888888888888MMMMMMMMMMMM 
________M888888888888oooooMoooooooooooooooooooMMoooooo8888888888888888888888MMM 
_________M8888888888888888M8888oooooo88ooooooMoo888888888888888888888MM 
____________MMMMMMMMMMMMMMM888888ooo88888oo8Mo888888888888888888MM 
_____________________________M8888888888888Mo888888888888MMM 
_______________________________M88888888888MMMMMMM 
__________________________________MMMMM

*/

.mob-menu {
	display: none;
}

@media (max-width: 1250px) {
	
	.fix-scroll {
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	
	.mob-shad {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #000;
		z-index: 8888;
		opacity: 0.8;
		cursor: pointer;
		left: 0;
		top: 0;
		display: none;
	}
	
	.mob-panel {
		position: fixed;
		width: 260px;
		height: 100%;
		background: #f9fbfe;
		-moz-box-shadow: 0 0 13px rgba(0,0,0,.45);
		-webkit-box-shadow: 0 0 13px rgba(0,0,0,.45);
		box-shadow: 0 0 13px rgba(0,0,0,.45);
		z-index: 8889;
		left: -330px;
		top: 0;
		overflow-y: auto;
		text-align: left;
	}
	
		.mob-panel2 {
			
		}
			
	.mob-close {
		width: 30px;
		height: 30px;
		position: fixed;
		left: 275px;
		top: -50px;
		cursor: pointer;
		z-index: 8889;		
		background: url(../images/close2.png) center center no-repeat;
	}
	
	.mob-menu {
		width: 50px;
		height: 50px;
		position: absolute;
		left: 5px;
		top: 10px;
		display: block;
		cursor: pointer;
		background: url(../images/mob-menu.png) center center no-repeat;
		z-index: 444;
	}
		
	.main-width {
		width: auto;
	}
	
	.logo {
		left: 60px;
	}
	
	.search-block {
		position: relative;
		width: auto;
		left: auto;
	}
	
	.head-line2 {
		padding: 0 450px 0 220px;
	}
	
	.head-status {
		right: 170px;
		left: auto;
		top: 20px;
	}
	
	.login-block {
		left: auto;
		right: 0px;
	}
	
	.login-block-top {
		width: 100px;
	}
	
	.slider-block {
		padding: 0 15px;
	}
	
	.sld1-prev, .sld1-next {
		display: none;
	}
	
	.content-block {
		padding: 0 15px;
	}
	
	.left-col {
		float: none;
		width: auto;
		margin: 0;
	}
	
	.right-col {
		display: none;
	}
	
	.mainpage .albums {
		background: #fff;
	}
	
	.cols-block-item {
		float: none;
		width: auto;
		margin: 0;
	}
	
	.main-news-info {
		display: none;
	}
	
	.main-news-rating {
		display: none;
	}
	
	.main-news-title {
		width: auto;
		margin-right: 130px;
		display: block;
	}
	
	.stm-block {
		margin: 0;
	}
	
	
	
	/* 0_o */
	.main-player  {
		width: auto;
	}
	
	.mplayer-menu-playlist, .mplayer-menu-rep, .mplayer-menu-rnd, .mplayer-menu-zoom1 {
		display: none;
	}
	
	.miniplayer .mplayer-center {
		padding: 10px 115px 0 0;
	}
	
	.mplayer-menu {
		
	}
	
	.mob-playr-open {
		width: 22px;
		height: 22px;
		cursor: pointer;
		display: inline-block;
		vertical-align: top;
		background: url(../images/mob-playr-open3.png) left top no-repeat;
		margin: 0 10px 0 0;
		background-size: cover;
	}
	
	.mobplaeyr {
		background: #fff;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 7777;
		height: 100%;
		width: 100%;
		background: #a15989;
		background: -moz-linear-gradient(-45deg,  #a15989 0%, #5d6191 100%);
		background: -webkit-linear-gradient(-45deg,  #a15989 0%,#5d6191 100%);
		background: linear-gradient(135deg,  #a15989 0%,#5d6191 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a15989', endColorstr='#5d6191',GradientType=1 );
	}	
	
	.mobplaeyr .main-player {
		width: 500px;
		height: 80%;
		top: 10%;
		left: 50%;
		text-align: center;
		margin: 0 0 0 -250px;
		position: absolute;
		-moz-box-shadow: 0 0 51px rgba(0,0,0,.44);
		-webkit-box-shadow: 0 0 51px rgba(0,0,0,.44);
		box-shadow: 0 0 51px rgba(0,0,0,.44);
		background: #fff;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
		padding: 0 !important;
	}
	
	.mobplaeyr .audioplayer {
		padding: 0;
		position: static;
	}

	
	.mobplaeyr .mplayer-image {
		width: 300px;
		height: 300px;
		display: block;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		position: absolute;
		left: 50%;
		top: 60px;
		margin: 0 0 0 -150px;
	}
	
		.mobplaeyr .mplayer-image img {
			width: 300px;
			height: 300px;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
		}
	
	.mobplaeyr .mplayer-nav {
		position: absolute;
		width: 140px;
		left: 50%;
		top: auto;
		margin: 0 0 0 -70px;
		bottom: 100px;
		padding: 0;
		display: block;
	}
	
	.mobplaeyr  .mplayer-center {
		padding: 0;
		position: absolute;
		left: 0;
		width: 100%;
		top: 400px;
	}
	
	.mobplaeyr .mplayer-title {
		text-align: center;
		margin: 0 0 50px 0;
	}
	
	.mobplaeyr  .mplayer-title u {
		display: block;
		font-size: 14px;
		height: auto;
		line-height: 20px;
		margin: 0 0 5px 0;
	}
		
		.mobplaeyr  .mplayer-title u:after {
			display: none;
		}
	
	.mobplaeyr .mplayer-title i {
		display: block;
		padding: 0;
		height: auto;
		line-height: 18px;
		font-size: 18px;
	}
	
	.mobplaeyr  .mplayer-line {
		margin: 0 20px;
	}
	
	.mobplaeyr .mplayer-line-left {
		right: auto;
		top: -25px;
		left: 5px;
		width: auto;
		text-align: left;
		color: #818182;
		font-size: 13px;
	}
	
	.mobplaeyr .mplayer-line-right {
		right: 5px;
		top: -25px;
		left: auto;
		width: auto;
		text-align: right;
		color: #818182;
		font-size: 13px;
	}
	
	.mobplaeyr .mplayer-menu {
		position: absolute;
		left: 5%;
		bottom: 20px;
		width: 90%;
		top: auto;
		padding: 0;
		right: auto;
	}
	
		.mobplaeyr .mplayer-menu div {
			margin: 0 30px;
		}
	
	.mobplaeyr .mplayer-menu-playlist, .mobplaeyr .mplayer-menu-rep, .mobplaeyr .mplayer-menu-rnd, .mplayer-menu-zoom1 .mobplaeyr  {
		display: inline-block;
		vertical-align: top;
	}
	
	.mobplaeyr .mob-playr-open {
		display: none;
	}
	
	.mobplaeyr  .mplayer-right {
		display: block;
		position: absolute;
		right: 50%;
		top: 15px;
		padding: 0;
		background: none;
		height: 50px;
		margin: 0 -60px 0 0;
		width: 120px;
	}
	
	.mobplaeyr .mobplaeyr-close {
		background: url(../images/close.png) center center no-repeat;
		cursor: pointer;
		position: absolute;
		width: 29px;
		height: 29px;
		right: 0;
		top: 0;
	}
	
	.mobplaeyr .player-popup {
		left: 0px;
		bottom: 0px;
		width: 80%;
		height: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
		z-index: 8888;
		text-align: left;
		-moz-box-shadow: 0 0 20px rgba(0,0,0,.47);
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,.47);
		box-shadow: 0 0 20px rgba(0,0,0,.47);
	}
	
		.mobplaeyr .player-popup:after {
			display: none;
		}
	
	.mobplaeyr .audioplayer-opacity {
		opacity: 0.2;
	}
	
	.miniplaer {
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
	}
	
	.top100-num {
		left: auto;
		right: 5px;
		top: 5px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		width: 20px;
		height: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		line-height: 20px;
	}
	
	.main-news-show-eq {
		display: none !important;
	}
	
	.mplayer-title {
		height: 15px;
		white-space: nowrap;
	}
	
	.mobplaeyr .mplayer-title {
		height: auto;
	}
	
}

@media (max-width: 800px) { 

	.head-status {
		display: none;
	}
	
	.head-line2 {
		padding: 0 250px 0 220px;
	}
	
	.full-news-info-col {
		float: none;
		margin: 0;
		display: block;
		width: auto;
	}
	
	.full-news {
		position: relative;
	}
	
	.full-news-top {
		background: none;
		height: auto;
		padding: 15px;
		min-height: 150px;
		
	}
	
	.full-news-image {
		position: static;
		width: 150px;
		margin: 0 0 20px 0;
		border: 0;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	
		.full-news-image img {
			width: 100%;
			height: auto;
			min-height: 10px;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
		}
		
	.full-news-rating{
		position: absolute;
		right: 15px;
		top: 70px;
	}
	
	.full-news-title {
		position: static;
		background: none;
		padding: 15px 0 0 0;
		color: #000;
		
	}
	
		.full-news-title:after, .full-news-title:before {
				opacity: 0.08;
				display: block;
				height: 1px;
				background: #000;
				content: '';
				-moz-box-shadow: 3px 4px 5px #000;
				-webkit-box-shadow: 3px 4px 5px #000;
				box-shadow: 3px 4px 5px #000;
				clear: both;
				margin: 0 0 15px 0;
			}
		
		.full-news-title h1 {
			font-size: 18px;
		}
	
	.full-news-info {
		position: static;
		padding: 15px;
	}
	
	.full-news-rating2 {
		left: auto;
		right: 15px;
		top: 120px;
	}
	
	.full-news-cat {
		margin: 0 0 15px 0;
	}
	
		.full-news-cat a:hover {
			color: #000;
		}
	
	.toltp {
		display: none !important;
	}
	
	.full-news-links-b {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}

}

@media (max-width: 700px) { 

	.miniplayer .mplayer-center {
		padding: 10px 50px 0 0;
	}
	
	.mobplaeyr  .mplayer-center {
		padding: 0;
	}
	
	.miniplayer .mplayer-right {
		display: none;
	}
	
	.mobplaeyr .mplayer-right {
		display: block;
	}
	
	.miniplayer .mplayer-nav {
		display: none;
	}
	
	.mobplaeyr .mplayer-nav {
		display: block;
	}
	
	.miniplayer .mplayer-line-right {
		display: none;
	}
	
	.mobplaeyr .mplayer-line-right {
		display: block;
	}
	
	.miniplayer .mplayer-line-left {
		display: none;
	}
	
	.mobplaeyr .mplayer-line-left {
		display: block;
	}
	
	.miniplayer .audioplayer {
		padding: 0 15px 0 15px;
	}
	
	.mobplaeyr .audioplayer {
		padding: 0;
	}
	
	.miniplayer .mplayer-menu {
		right: 10px;
		top: 15px;
	}
	
	.mobplaeyr .mplayer-menu {
		top: auto;
		right: auto;
	}
	
	.search-block {
		position: absolute;
		left: 0;
		width: 100%;
		top: 75px;
		background: #fff;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	
	.head-line2 {
		margin: 0 0 50px 0;
		padding: 0;
	}

}

@media (max-width: 600px) { 

	.main-news-right {
		display: none;
	}
	
	.main-news-title {
		margin-right: 0px;
	}
	
	.singer {
		float: none;
		margin-right: 0;
		width: auto;
	}
	
	.mobplaeyr {
		background: #fff;
	}
	
	.mobplaeyr .main-player {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		background: #fff;
	}
	
	.mobplaeyr .mplayer-image {
		width: 200px;
		height: 200px;
		left: 50%;
		top: 60px;
		margin: 0 0 0 -100px;
	}
	
		.mobplaeyr .mplayer-image img {
			width: 200px;
			height: 200px;
		}
	
	.mobplaeyr  .mplayer-center {
		top: auto;
		bottom: 80px;
	}
	
	.mobplaeyr .mplayer-title {
		text-align: center;
		margin: 0 0 50px 0;
	}
	
	.mobplaeyr .mplayer-nav {
		bottom: 130px;
		z-index: 2121;
	}
	
	.mobplaeyr .mplayer-title {
		margin-bottom: 130px;
	}
	
	.alb-full-title2 {
		font-size: 18px;
		margin: 0 0 10px 0;
	}
		
		.alb-full-title2 h1 {
			font-size: 18px;
		}
		
	.alb-full-title {
		text-align: center;
		 padding: 60px 0 0 0;
	}
		
	.alb-full-rating {
		margin: 0 auto 20px auto;
		position: static;
		display: inline-block;
		vertical-align: top;
	}
		
		.alb-full-rating2 {
			position: static;
			margin: 0 auto 20px auto;
		}
		
	.alb-full-top {
		background-size: 100% auto;
		height:185px;
	}
	
	.alb-full-top-i {
			width: 100%;
			height: 185px;
		}
		
	.alb-full-image {
		width: 200px;
		height: 200px;
		margin: 0 0 0 -100px;
	}
	
		.alb-full-image img {
			width: 200px;
			height: 200px;
		}

}

@media (max-width: 500px) { 

	.login-block-login {
		display: none;
	}
	
	.login-block-top {
		width: auto;
	}
	
	.albums {
		    padding: 14px;
	}
	
	.albums-image {
		position: static;
		width: auto;
		height: auto;
		margin: 0 0 14px 0;
	}
	
		.albums-image img {
			width: 100%;
			height: auto;
		}
		
	.albums-title, .albutrack_names, .albutime {
		margin-right: 80px;
	}
	
	.albums-title a {
		height: auto;
	}
	
	.albums-play {
		right: 25px;
		top: auto;
		bottom: 14px;
	}
	
	.mobplaeyr .mplayer-image {
		width: 70%;
		height: auto;
		margin: 0;
		left: 15%;
	}
	
		.mobplaeyr .mplayer-image img {
			width: 100%;
			height: auto;
		}
		
	

}



/*  */
@media (max-width: 700px) { 

	table.pm tr td:nth-child(1) {
		width: 2% !important;
	}
	
	table.pm tr td:nth-child(2) {
		width: 60% !important;
	}
	
	table.pm tr td:nth-child(3) {
		width: 5% !important;
	}
	
	table.pm tr td:nth-child(4) {
		width: 5% !important;
	}
	
	table.pm tr td:nth-child(5) {
		width: 2% !important;
	}
	
	table.pm select {
		width: 80px !important;
	}
	
	table.pm option {
		width: 80px !important;
	}
	
	.tabs-profile {
		
	}
	
			.tabs-profile .index-tabs span {
				border: 1px #dadada solid;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				bottom: 0px;
				cursor: pointer;
				border-bottom: 1px #dadada solid;
				margin: 0 2px 5px 0;
			}
			
				.tabs-profile .active-ttab {
					height: 34px !important;
					line-height: 34px !important;
				}
				
	.dle-popup-replycomments {
		width: 300px !important;
	}
	
		.dle-popup-replycomments input {
			width: 250px !important;
		}
	
}

@media (max-width: 600px) { 
	
	#searchsuggestions {
		width: 200px !important;
	}
	
	.dle-popup-userprofile {
		width: 250px !important;
	}
	
	.user-card-tt { 
		padding: 40px 0px 10px 140px;
	}
	
	.user-card-tt-right {
		display: none;
	}
	
	.dle-popup-userprofile .user-card-tt-left { 
		left: 50%;
		margin: 0 0 0 -50px;
	}
	
	.dle-popup-userprofile .ui-dialog-buttonset { 
		height: auto;
		padding: 100px 5px 10px 0px;
		position: relative;
		text-align: center;
	}
	
	.dle-popup-userprofile .ui-dialog-buttonset button { 
		display: block;
		font-size: 13px;
		margin: 0px auto 10px auto;
		padding: 8px 10px;
	}
	
	.pmtt-mess-menu a {
		margin-bottom: 10px;
	}
	
	.dle-popup-complaint {
		width: 300px !important;
	}
	
		.profile-tt-info {
			padding: 200px 25px 10px 25px;
		}
		
	.profile-tt-menu {
		padding-left: 25px;
	}
	
		.profile-tt-menu a {
			margin-bottom: 5px;
		}
		
	.comment-item-date {
		font-size: 11px;
		top: -15px;
	}
	
	.comment-item-author {
		padding: 0;
		position: static;
		text-align: left;
	}
	
	.dle-popup-newpm {
		width: 320px !important;
	}
	
	.add-news-table td {
		display: block;
		font-size: 12px;
	}
	
	#category {
		width: 200px !important;
	}
	
	.mob1 {
		width: 90% !important;
		display: block !important;
	}
	
	.mob2 {
		display: block;
	}
	
	.add-news-table td input {
		display: block;
		width: 90% !important;
	}
	
	.dhfjf textarea {
		width: 90% !important;
	}
	
}

@media (max-width: 400px) { 

	.pmtt-menu a {
		font-size: 10px;
	}
	
	.comment-item-left {
		position: static;
		margin: 0 0 10px 0;
	}
	
	.comment-item {
		padding: 0;
	}
	
			.tabs-profile .index-tabs span {
				margin: 0 0 5px 0;
				display: block;
			}
			
	.pmtt-pm-list-content td {
		font-size: 10px;
		padding: 0 !important;
	}
	
	