@font-face {
  font-family: '3947';
  src: url('3947.eot');
  src: url('3947.woff2') format('woff2'),
       url('3947.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DroidSans';
  src: url('DroidSans.woff') format('woff'),
       url('DroidSans.ttf') format('truetype'),
       url('DroidSans.svg#DroidSans') format('svg');
  font-weight: normal;
  font-style: normal;
}




body {
	padding: 50px 0 0 0;
	margin: 0;
	background: #246e9b url(../images/body.jpg) center top no-repeat;
	text-align: center;
	font-family: 'DroidSans', sans-serif;
	font-size: 14px;
	color: #373737;
}


input {
	font-family: 'Arial', sans-serif !important;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}
img {
	border: none;
}

.main-center-block {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f3f5f5 url(../images/main-center-block.jpg) left top repeat-y;
	-moz-box-shadow: 0 0 13px rgba(0,0,0,.57);
	-webkit-box-shadow: 0 0 13px rgba(0,0,0,.57);
	box-shadow: 0 0 13px rgba(0,0,0,.57);
}

	.left-col {
		float: left;
		width: 200px;
		padding: 0 0 30px 0;
	}
	
		.logo {
			border-bottom: 1px #1a262d solid;
			background: url(../images/logo.png) center 0px no-repeat;
			display: block;
			margin: 0 0 20px 0;
		}
		
			.logo i {
				display: block;
				height: 65px;
				border-bottom: 1px #06080a solid;
			}
		
			.logo:hover {
				
			}
			
		.left-nav {
			padding: 0 20px;
			margin: 0 0 40px 0;
		}
		
			.left-nav a {
				background: url(../images/left-nav.png) left bottom repeat-x;
				display: block;
				padding: 8px 0;
				color: #9da9be;
			}
			
				.left-nav a:hover {
					color: #fff;
				}
				
		.left-block {
			position: relative;
		}
		
			.left-block-title {
				position: relative;
				left: -8px;
				right: -8px;
				width: 148px;
				padding: 10px 10px 10px 50px;
				color: #fff;
				font-size: 16px;
				background: #48940a;
				margin: 0 0 10px 0;
			}
			
				.left-block-title i {
					position: absolute;
					font-size: 16px !important;
					left: 23px;
					top: 13px;
				}
				
				.left-block-title u {
					background: url(../images/left-block-title.png) left top no-repeat;
					width: 5px;
					height: 6px;
					display: block;
					position: absolute;
					bottom: -6px;
					left: 3px;
				}
				
			.left-block-content {
				
			}
			
				.left-song {
					display: block;
					color: #ebefef;
					font-size: 14px;
					padding: 15px 20px;
					border-bottom: 1px #162128 solid;
				}
				
					.left-song-author {
						display: inline-block;
						vertical-align: top;
						padding: 0 15px 0 0;
						background: url(../images/left-song.png) right 3px no-repeat;
					}
					
					.left-song-song {
						color: #83939b;
						display: block;
						padding: 5px 0 0 0;
					}
					
					.left-song:hover {
						background: #091014;
					}
	
	.center-col {
		float: left;
		width: 600px;
	}
	
		.top-line {
			height: 58px;
			position: relative;
			background: #fff;
			margin: 0 0 10px 0;
		}
		
		.top-block {
			margin: 0 10px 10px 10px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			background: #fff;
		}
		
			.top-block-title {
				height: 55px;
				background: url(../images/top-block.png) left top no-repeat;
				line-height: 50px;
				padding: 0 0 0 45px;
				color: #000;
				font-size: 16px;
				position: relative;
			}
			
				.top-block-title i {
					position: absolute;
					left: 18px;
					top: 16px;
					color: #ffb400;
					font-size: 16px !important;
				}
				
				.top-block-title2 i {
					color: #cd254d;
				}
				
			.top-block-content {
				padding: 10px 10px 5px 10px;
			}
			
				.top-song {
					display: inline-block;
					vertical-align: top;
					width: 47%;
					margin: 0 5% 8px 0;
					position: relative;
					padding: 0 0 8px 0;
					border-bottom: 1px #eee solid;
					height: 40px;
					overflow: hidden;
				}
				
				.top-song:nth-child(2n) {
					margin-right: 0;
				}
				
					.top-song-play {
						position: absolute;
						left: 0;
						top: 0;
						width: 40px;
						height: 40px;
						cursor: pointer;
						background: url(../images/top-song-play.png) left top no-repeat;
					}
					
						.top-song-play:hover {
							background: url(../images/top-song-play.png) left -40px no-repeat;
						}
						
					.top-song-image {
						position: absolute;
						left: 45px;
						top: 0;
						width: 40px;
						height: 40px;
						-moz-border-radius: 40px;
						-webkit-border-radius: 40px;
						border-radius: 40px;
					}
					
						.top-song-image img {
							width: 40px;
							height: 40px;
							-moz-border-radius: 40px;
							-webkit-border-radius: 40px;
							border-radius: 40px;
						}
						
					.top-song-link {
						display: block;
						margin: 0 0 0 93px;
						height: 40px;
						overflow: hidden;
					}
						
						.top-song-author {
							color: #000;
							height: 22px;
							line-height: 22px;
							overflow: hidden;
							display: block;
							
						}
						
						.top-song-song {
							color: #595959;
							display: block;
						}
						
						.top-song:hover .top-song-author {
							color: #254e05;
						}
						
						.top-song-link i {
							display: none;
							font-style: normal;
						}
						
		.center-block {
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			background: #fff;
			padding: 15px;
			margin: 0 10px 30px 10px;
		}
		
			.center-block-title {
				color: #000;
				font-size: 16px;
				padding: 0 0 0 30px;
				position: relative;
				margin: 0 0 30px 0;
			}
			
				.center-block-title i {
					position: absolute;
					left: 5px;
					top: 2px;
					font-size: 16px !important;
				}
				
				.fa-align-center {
					color: #25b7cc;				
				}
				
				.fa-file-audio-o {
					color: #cd254d;
				}
				
			.center-block-content {
				position: relative;
			}
			
			.sld1 {
				width: 514px;
			}
			
				.albums-news {
					width: 150px !important;
				}
				
					.albums-shortstory {
						display: inline-block;
						vertical-align: top;
						margin: 0 15px 50px 15px;
					}
				
					.albums-news-image {
						height: 150px;
						overflow: hidden;
						margin: 0 0 15px 0;
					}
					
						.albums-news-image img {
							width: 150px;
							min-height: 150px;
						}
						
				.albums-news-title {
					color: #000;
					font-size: 14px;
					line-height: 20px;
				}
				
					.albums-news-title a {
						color: #000;
					}
					
						.albums-news-title a:hover {
							
						}
						
				.slprev {
					background: url(../images/arrow.png) left top no-repeat;
					width: 13px;
					height: 25px;
					position: absolute;
					cursor: pointer;
					left: -5px;
					top: 65px;
				}
				
					.slprev:hover {
						opacity: 0.5;
					}
					
				.slnext {
					background: url(../images/arrow.png) left top no-repeat;
					width: 13px;
					height: 25px;
					position: absolute;
					cursor: pointer;
					right: -5px;
					top: 65px;
					-moz-transform: rotate(180deg); 
					-ms-transform: rotate(180deg); 
					-webkit-transform: rotate(180deg); 
					-o-transform: rotate(180deg); 
					transform: rotate(180deg);
				}
				
					.slnext:hover {
						opacity: 0.5;
					}
					
					
				.new-song {
					display: block;
					width: auto;
					margin: 0 0 8px 0;
					padding: 0 0 8px 0;
					border-bottom: 1px #eee solid;
					height: 40px;
					overflow: hidden;
				}
				
					.new-song .top-song-link {
						display: inline-block;
						vertical-align: top;
						height: 40px;
						overflow: hidden;
						width: 160px;
						margin-right: 5px;
					}
					
					.new-song .audioplayer {
						width: 165px;
					}
					
					.new-song .audioplayer-time-duration {
						right: auto;
						left: 230px;
					}
					
					.song-rating {
						display: inline-block;
						vertical-align: top;
						height: 40px;
						padding: 0 10px 0 20px;
						width: 40px;
						line-height: 40px;
						color: #e92150;
						font-size: 12px;
						position: relative;
					}
					
						.song-rating i {
							position: absolute;
							left: 0;
							top: 12px;
							font-size: 16px !important;
						}
						
					.song-size {
						display: inline-block;
						vertical-align: top;
						height: 40px;
						width: 70px;
						text-align: center;
						line-height: 40px;
						color: #595959;
						font-size: 14px;
						position: relative;
					}
					
					.song-bit {
						display: inline-block;
						vertical-align: top;
						height: 40px;
						width: 60px;
						text-align: right;
						line-height: 40px;
						color: #4b7690;
						font-size: 14px;
						position: relative;
					}
					
.wrapsearch {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	padding: 15px;
	margin: 0 10px 30px 10px;
}

.sort-block {
	position: absolute;
	right: 20px;
	top: 15px;
	background: #f3f3f3 url(../images/sort-block.png) 10px 10px no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 140px;
	height: 25px;
	overflow: hidden;
	z-index: 5555;
}

	.sort-block ul {
		padding: 25px 0 0 0;
		margin: 0;
	}
	
		.sort-block ul li {
			padding: 0;
			margin: 0;
		}
		
			.sort-block ul li a {
				display: block;
				height: 25px;
				line-height: 25px;
				padding: 0 0 0 30px;
				margin: 0;
				color: #595959;
				font-size: 13px;
				margin: 0 0 5px 0;
			}
			
				.sort-block ul li a:hover {
					color: #000;
				}
				
		.sort-block li.asc  {
			position: absolute;
			left: 0;
			top: 0;
		}
			
	.sort-block:hover {
		height: auto;
		padding: 0 0 10px 0;
		-moz-box-shadow: 3px 4px 5px rgba(0,0,0,.09);
		-webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.09);
		box-shadow: 3px 4px 5px rgba(0,0,0,.09);
	}	
		

.play-audio {
	display: none;
}

.show-player .top-song-image, .show-player .top-song-play {
	display: none;
}

.show-player .top-song-link {
	height: 20px;
	white-space: nowrap;
	box-sizing: border-box;
}

	
.show-player .top-song-sc {

 /* Starting position */

 /* Apply animation to this element */	
 -moz-animation: top-song-link 10s linear infinite;
 -webkit-animation: top-song-link 10s linear infinite;
 animation: top-song-link 10s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes top-song-link {
 100%   { -webkit-transform: translateX(0%); }
 100% { -webkit-transform: translateX(-100%); }
}
@-webkit-keyframes top-song-link {
 100%   { -webkit-transform: translateX(0%); }
 100% { -webkit-transform: translateX(-100%); }
}


.show-player  .top-song-sc {
	height: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	box-sizing: border-box;
}

.show-player .top-song-author {
	height: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
}

.show-player .top-song-song {
	height: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
}

.audioplayer-time, .audioplayer-bar, .audioplayer-volume {
	display: none;
}

.show-player .audioplayer-time, .show-player .audioplayer-bar, .show-player .audioplayer-volume {
	display: block;
}


.show-player .audioplayer {
	display: block;
}

.show-player .top-song-link i {
	height: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	box-sizing: border-box;
}

.audioplayer .audioplayer-playpause {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	
	background: url(../images/top-song-play.png) left top no-repeat;
	text-indent: -9999px;
	display: block;
}

	.audioplayer .audioplayer-playpause:hover {
		background: url(../images/top-song-play.png) left -40px no-repeat;
	}
	
	

.show-player .audioplayer-playpause {
	background: url(../images/top-song-play.png) left -80px no-repeat;
}

.show-player .audioplayer-playpause:hover {
	background: url(../images/top-song-play.png) left -80px no-repeat;
}

	.audioplayer-stopped .audioplayer-playpause {
		background: url(../images/top-song-play.png) left -40px no-repeat !important;
	}


	.audioplayer-time-current {
		
	}
	
	.audioplayer-time-duration {
		
	}
	
	.audioplayer-bar {
		position: absolute;
		left: 93px;
		top: 25px;
		width: 165px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		height: 8px;
		background: #efefef;
		cursor: pointer;
	}
	
		.audioplayer-bar-loaded {
			position: absolute;
			left: 0;
			top: 0;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			height: 8px;
			background: #e0e0e0;
		}
		
		.audioplayer-bar-played {
			position: absolute;
			left: 0;
			top: 0;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			height: 8px;
			background: #6ebce3;
		}
		
	.audioplayer-volume {
		position: absolute;
		left: 45px;
		top: 0;
		width: 40px;
		height: 40px;
		cursor: pointer;
		background: url(../images/top-song-play.png) left -120px no-repeat;
		text-indent: -9999px;
	}
	
		.audioplayer-volume:hover {
			background: none;
		}
		
		
	
	.audioplayer-time-current {
		position: absolute;
		left: 93px;
		top: 35px;
		font-size: 10px;
		color: #8f8f8f;
	}
	
	.audioplayer-time-duration {
		position: absolute;
		right: 0;
		top: 35px;
		font-size: 10px;
		color: #8f8f8f;
	}
	
	
	
		.audioplayer-volume-button {
			
		}
		
			.audioplayer-volume-button a {
				
			}
			
		.audioplayer-volume-adjust {
			display: none;
		}
		
		.audioplayer-volume:hover .audioplayer-volume-adjust {
			display: block;
		}
		
		.audioplayer-volume-adjust > div {
			width: 12px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			position: absolute;
			bottom: 0;
			left: 16px;
			background: #e0e0e0;
			display: block;
			height: 100%;
			border-bottom: 3px #e0e0e0 solid;
			border-top: 3px #e0e0e0 solid;
			box-sizing: border-box;
			
			
		}
		
		.audioplayer-volume-adjust div div {
			background: #ff7506;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			width: 8px;
			bottom: 0;
			position: absolute;
			left: 2px;
		}
	
	
	
	.right-col {
		float: left;
		width: 200px;
	}
	
		.right-soc {
			background: #537179;
			-moz-border-radius: 0 8px 0 0;
			-webkit-border-radius: 0 8px 0 0;
			border-radius: 0 8px 0 0;
			padding: 10px 0;
			text-align: center;
			margin: 0 0 20px 0;
		}
		
			.right-soc a {
				display: inline-block;
				vertical-align: top;
				width: 34px;
				height: 34px;
				margin: 0 2px;
				-moz-border-radius: 34px;
				-webkit-border-radius: 34px;
				border-radius: 34px;
			}
			
				.right-soc a:hover {
					background-color: #0e171d;
				}
				
			.right-soc1 {
				background: url(../images/right-soc.png) left top no-repeat;
			}
			
			.right-soc2 {
				background: url(../images/right-soc.png) left -34px no-repeat;
			}
			
			.right-soc3 {
				background: url(../images/right-soc.png) left -68px no-repeat;
			}
			
			.right-soc4 {
				background: url(../images/right-soc.png) left -102px no-repeat;
			}
			
		.tabs-right {
			margin: 0 15px 20px 15px;
		}
		
			.tabs-right .index-tabs {
				margin: 0 0 10px 0;
			}
			
				.tabs-right .index-tabs span {
					font-size: 16px;
					display: inline-block;
					vertical-align: top;
					margin: 0 10px 0 0;
					cursor: pointer;
					color: #9d9d9d;
				}
				
					.tabs-right .index-tabs span:hover, .tabs-right span.active-ttab {
						color: #000;
					}
					
				.tabs-right .index-panel {
					
				}
				
					.tabs-right .tt-panel {
						display: none;
					}
					
					.alf-links {
						font-size: 13px;
					}
					
						.alf-links a {
							display: inline-block;
							vertical-align: top;
							margin: 0 1px 2px 0;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
							border-radius: 3px;
							background: #e9edee;
							width: 28px;
							height: 28px;
							line-height: 28px;
							text-align: center;
							color: #595959;
							border: 1px solid #c8d0d2;
						}
						
							.alf-links a:hover {
								background: #fff;
								color: #000;
								font-weight: bold;
							}
							
		.banner-block {
			margin: 0 15px 20px 15px;
			overflow: hidden;
		}
		
		.center-col .banner-block {
			margin: 0 10px 10px 10px;
		}
		
		.hello-block {
			margin: 0 15px 40px 15px;
		}
		
			.hello-block-title {
				margin: 0 0 10px 0;
				font-size: 14px;
				color: #000;
			}
			
			.hello-block-content {
				font-size: 13px;
				line-height: 18px;
				color: #6b6b6b;
			}
			
				.hello-block-content a {
					color: #000;
				}
				
					.hello-block-content a:hove {
						opacity: 0.7;
					}
					
		.right-block {
			margin: 0 15px 20px 15px;
		}
		
			.right-block-title {
				color: #000;
				font-size: 16px;
				margin: 0 0 10px 0;
			}
			
			.right-block-content {
				
			}
			
				.right-block-content a {
					color: #000;
				}
				
					.right-block-content a:hover {
						opacity: 0.7;
					}
					
			.tags-link {
				
			}
			
				.tags-link a {
					display: inline-block;
					vertical-align: top;
					font-size: 13px;
					color: #fff;
					padding: 4px 6px;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					margin: 0 2px 4px 0;
					background: #537179;
				}
				
					.tags-link a:hover {
						background: #48940a;
					}
					
.footer {
	padding: 30px 0;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	color: #97c1db;
}

	.footer a {
		color: #fff;
	}
	
		.footer a:hover {
			opacity: 0.7;
		}
	

	

.main-news {
	padding: 0 0 40px 290px;
	position: relative;
	min-height: 160px;
	background: url(../images/main-news.png) left bottom repeat-x;
	margin: 0 0 40px 0;
}

	.main-news-image {
		width: 250px;
		height: 160px;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0;		
	}
	
		.main-news-image img {
			width: 100%;
			min-height: 160px;
		}
		
	.main-news-title {
		font-family: 'Geometric706-BlackCondensed';
		font-size: 24px;
		line-height: 30px;
		color: #000;
		text-transform: uppercase;
		margin: 0 0 10px 0;
	}
	
		.main-news-title a {
			color: #000;
		}
		
			.main-news-title a:hover {
				color: #636363;
			}
			
	.main-news-text {
		color: #555;
		font-size: 14px;
		line-height: 20px;
	}
		

.search-block {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 400px;
	display: block;
}

	.search-block form {
		padding: 0;
		margin: 0;
	}
	
	.form-text {
		background: #fff;
		display: block;
		border: 0;
		margin: 0;
		height: auto;
		color: #595959;
		font-size: 14px;
		width: 100%;
		padding: 10px 10px 10px 30px;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
	}
	
	.form-search {
		display: block;
		position: absolute;
		left: 0px;
		top: 9px;
	}
	
		.form-search:hover {
			opacity: 0.8;
		}
		

#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 { 
		display: none;
	}
	
.navigation {
	clear: both;
	padding: 0px 0 10px 0;
	vertical-align: top;
}
	
	.navigation a, .navigation span {
		vertical-align: top;
	}

	.navigation-left {
		display: inline-block;
		vertical-align: top;
	}
	
		.navigation-left a {
			display: inline-block;
			padding: 5px 10px;
			background: #dedede;
			color: #000;
			font-size: 16px;
			margin: 0 3px 5px 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}
		
			.navigation-left a:hover {
				background: #ff6b6b;
				color: #fff;
			}
			
		.navigation-left span {
			display: inline-block;
			padding: 5px 10px;
			background:#5fb3f3;
			color: #fff;
			font-size: 16px;
			margin: 0 3px 5px 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}
	
	.navigation-right {
		display: inline-block;
		vertical-align: top;
	}
	
		.navigation-right a {
			display: inline-block;
			padding: 10px 20px;
			background: #fff;
			color: #000;
			font-size: 20px;
			margin: 0 3px 5px 3px;
		}
		
			.navigation-right a:hover {
				background:#ff6b6b;
				color: #fff;
			}
			
		.navigation-right span {
			display: inline-block;
			padding: 10px 20px;
			background:#007ea5;
			color: #fff;
			font-size: 20px;
			margin: 0 3px 5px 3px;
		}
		
	.navigation-center {
		display: inline-block;
		vertical-align: top;
	}
	
		.navigation-center a {
			display: inline-block;
			padding: 5px 10px;
			background: #99c62f;
			color: #fff;
			font-size: 16px;
			margin: 0 3px 5px 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			border: 1px #99c62f solid;
		}
		
			.navigation-center a:hover {
				background:#2a2a2a;
				border: 1px #2a2a2a solid;
				color: #fff;
			}
			
		.navigation-center span {
			display: inline-block;
			padding: 5px 10px;
			background:#fff;
			color: #ccc;
			font-size: 16px;
			margin: 0 3px 5px 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			border: 1px #ccc solid;
		}
		

.category-title {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	padding: 0 0 20px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px #ccc solid;
	text-transform: uppercase;
}

.full-news {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	margin: 0 10px 10px 10px;
	padding: 15px;
}

	.full-news-image {
		float: left;
		width: 210px;
		overflow: hidden;
		position: relative;
		height: 210px;
	}
	
		.full-news-image img {
			width: 210px;
		}
		
		.fullnews-rating {
			
		}
		
			.fullnews-rating a {
				position: absolute;
				display: block;
				left: 10px;
				top: 10px;
				color: red;
			}
			
			.fullnews-rating i {
				font-style: normal;
				position: absolute;
				left: 50%;
				margin: 0 0 0 -12px;
				top: 22px;
				width: 25px;
				height: 27px;
				line-height: 27px;
				text-align: center;
				display: block;
				font-size: 14px;
				font-weight: bold !important;
				
			}
			
			.fullnews-rating img {
				width: 25px;
				transition:all 0.3s ease;
				-webkit-transition:all 0.3s ease;
				-o-transition:all 0.3s ease;
				-moz-transition:all 0.3s ease;
			}
			
				.fullnews-rating a:hover img {
					-webkit-transform: scale(1.2);
					-ms-transform: scale(1.2);
					transform: scale(1.2);
				}
		
		.addto-fav {
			position: absolute;
			background: url(../images/addto-fav.png);
			width: 90%;
			position: absolute;
			display: block;
			bottom: 0;
			left: 0;
			padding: 10px 5% 10px 5%;
			z-index: 1000;
		}
		
			.addto-fav-button {
				display: block;
				height: 30px;
				line-height: 30px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				position: relative;
				padding: 0 0 0 43px;
				font-size: 13px;
				color: #fff;
				background: -moz-linear-gradient(top, #2cb4c0 5%, #149fab 100%);
				background: -webkit-linear-gradient(top, #2cb4c0 5%, #149fab 100%);
				background: -o-linear-gradient(top, #2cb4c0 5%, #149fab 100%);
				background: -ms-linear-gradient(top, #2cb4c0 5%, #149fab 100%);
				background: linear-gradient(to bottom, #2cb4c0 5%, #149fab 100%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cb4c0', endColorstr='#149fab', GradientType=0);
				background-color: #2cb4c0;
			}
			
			.addto-fav u {
				-moz-border-radius: 3px 0 0 3px;
				-webkit-border-radius: 3px 0 0 3px;
				border-radius: 3px 0 0 3px;
				height: 30px;
				width: 30px;
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				background: -moz-linear-gradient(top, #ffb400 5%, #ff6600 100%);
				background: -webkit-linear-gradient(top, #ffb400 5%, #ff6600 100%);
				background: -o-linear-gradient(top, #ffb400 5%, #ff6600 100%);
				background: -ms-linear-gradient(top, #ffb400 5%, #ff6600 100%);
				background: linear-gradient(to bottom, #ffb400 5%, #ff6600 100%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb400', endColorstr='#ff6600', GradientType=0);
				background-color: #ffb400;
				border-right: 2px #289ea8 solid;		
				text-align: center;
				line-height: 30px;
			}
			
				.addto-fav u i {
					font-size: 14px !important;
					color: #fff;
					position: absolute;
					top: 8px;
					left: 8px;
				}
				
			.addto-fav:hover .addto-fav-button {
				-moz-box-shadow: 0 0 16px rgba(0,168,255,.75), inset 0 0 16px rgba(0,0,0,.49), inset 0 0 29px rgba(33,124,171,.75);
				-webkit-box-shadow: 0 0 16px rgba(0,168,255,.75), inset 0 0 16px rgba(0,0,0,.49), inset 0 0 29px rgba(33,124,171,.75);
				box-shadow: 0 0 16px rgba(0,168,255,.75), inset 0 0 16px rgba(0,0,0,.49), inset 0 0 29px rgba(33,124,171,.75);
			}
		
	.full-news-info {
		margin: 0 0 0 230px;
	}
	
		.full-news h1 {
			font-size: 16px;
			margin: 0 0 0px 0;
			color: #000;
			font-weight: normal;
		}
		
		.info-line {
			font-size: 12px;
			color: #252525;
			padding: 5px 4px 5px 100px;
			position: relative;
		}
		
			.info-line i {
				color: #595959;
				font-style: normal;
				position: absolute;
				left: 4px;
				top: 5px;
			}
			
			.info-line a {
				color: #6ebce3;
			}
			
				.info-line a:hover {
					color: #000;
				}
			
			.info-line:nth-child(2n){				
				background: #f2f2f2;
			}
			
	.full-block {
		margin: 0 0 30px 0;
	}
	
		.full-block-title {
			color: #000;
			font-size: 16px;
			margin: 0 0 10px 0;
		}
		
		.full-block-content {
			line-height: 20px;
		}
		
			.full-block-content a {
				color: #6ebce3;
			}
			
				.full-block-content a:hover {
					color: #000;
				}
		
		.full-download {
			
		}
		
			.full-download br {
				display: none;
			}
		
		a.download-sound-link {
			position: relative;
			display: inline-block;
			vertical-align: top;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			border: 1px solid #e7e7e7;
			padding: 8px 15px 8px 35px;
			color: #757575;
			font-size: 14px;
			margin: 0 10px 10px 0;
		}
		
			a.download-sound-link i {
				color: #537179;
				font-size: 14px !important;
				position: absolute;
				left: 10px;
				top: 10px;
			}
			
			.download-sound-link:first-child i {
				color: #69bd27;
			}
		
			.download-sound-link:hover {
				background: #f3f5f7;
			}
			
			.download-sound-link u {
				position: absolute;
				display: none;
				padding: 5px 10px;
				background: -moz-linear-gradient(top, #fff 5%, #f3f3f3 100%);
				background: -webkit-linear-gradient(top, #fff 5%, #f3f3f3 100%);
				background: -o-linear-gradient(top, #fff 5%, #f3f3f3 100%);
				background: -ms-linear-gradient(top, #fff 5%, #f3f3f3 100%);
				background: linear-gradient(to bottom, #fff 5%, #f3f3f3 100%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3', GradientType=0);
				background-color: #fff;
				font-family: Arial;
				font-size: 11px;
				color: #757575;
				bottom: -30px;
				left: 0;
				font-style: normal;
				text-decoration: none;
				-moz-box-shadow: 0 0 5px rgba(0,0,0,.22);
				-webkit-box-shadow: 0 0 5px rgba(0,0,0,.22);
				box-shadow: 0 0 5px rgba(0,0,0,.22);
			}
			
				.download-sound-link:hover u {
					display: block;
				}
				
				.download-sound-link u s {
					border: 8px solid transparent;	
					border-bottom: 8px solid #ededed;
					position: absolute;
					top: -18px;
					left: 8px;
				}
				
	.full-hid {
		position: relative;
		height: 60px;
		overflow: hidden;
		line-height: 22px;
	}
	
	.full-hid img {
    	max-width: 100%;
	}
	
		.full-hid-shad {
			background: url(../images/full-hid.png) left top repeat-x;
			height: 61px;
			width: 100%;
			left: 0;
			bottom: 0;
			position: absolute;
		}
		
		.show-full-hid {
			color: #6ebce3;
			cursor: pointer;
		}
		
			.show-full-hid:hover {
				color: #000;
			}
	
	
				.full-news-video {
					position: relative;
					padding-bottom: 56.25%;
					height: 0;
					overflow: hidden;
				}
				
					.full-news-video object, .full-news-video embed, .full-news-video iframe {
						position: absolute;
						top: 0;
						left: 0;
						width: 100% !important;
						height: 100% !important;
					}

			
					
.fullcom-block {
	padding: 20px 0 0 0;
}
	
	.fullcom-block-content {
		
	}

	
			.open-com-form {
				display: inline-block;
				padding: 12px 20px;
				background: #99c62f;
				color: #fff;
				cursor: pointer;
				font-size: 16px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
			}
			
				.open-com-form:hover {
					background: #48940a;
				}
				
			.hidden-com-form {
				display: none;
				padding: 20px 0 0 0;
			}

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



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

.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;
		}
		
.fa-comments-o {
	top: 0px !important;
}


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

	.comment-item-left {
		position: absolute;
		left: 0;
		top: 0;
		width: 40px;
	}
	
		.comment-item-image {
			width: 40px;
			height: 40px;
			-moz-border-radius: 40px;
			-webkit-border-radius: 40px;
			border-radius: 40px;
			background: #f0f0f0;
		}
		
			.comment-item-image img {
				width: 40px;
				height: 40px;
				-moz-border-radius: 40px;
				-webkit-border-radius: 40px;
				border-radius: 40px;
			}
	
	.comment-item-right {
		
	}
	
		.comment-item-author {
			font-size: 16px;
			color: #e52f66;
			margin: 0 20px 0 0;
		}
		
			.comment-item-author a {
				color: #6ebce3;
			}
			
				.comment-item-author a:hover {
					color: #000;
				}
				
		.comment-item-date {
			margin: 0 0 10px 0;			
			color: #ccc;
			font-size: 14px;
		}
		
		.comment-item-text {
			color: #707070;
			font-size: 14px;
			line-height: 20px;
			margin: 0 0 15px 0;
		}
		
			.comment-item-text a {
				color: #4fb5b1;
			}
			
				.comment-item-text a:hover {
					
				}
				
	.comments-item-links {
		font-size: 14px;
	}
	
		.comments-item-links a {
			color: #818181;
			margin-right: 10px;
			border-bottom: 1px #818181 dotted;
		}
		
			.comments-item-links a:hover {
				color: #c7c7c7;
			}

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


/* -------- */
.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: #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;
		-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;
	}
	
	input#searchinput {
		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;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 7px 10px;
		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);
	}
	
input#dosearch, input#dofullsearch {
	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 10px !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);
	width: auto;
	height: auto;
}

	input#dosearch:hover, input#dofullsearch: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); 
				-ms-transform: rotate(360deg); 
				-webkit-transform: rotate(360deg); 
				-o-transform: rotate(360deg); 
				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 10px 50px 10px;
}

	.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: #537179;
					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;
	left: 0;
	top: 0;
	padding: 60px 0 0 0;
	width: 155px;
	background: #fff;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.31), inset 0 0 87px rgba(0,0,0,.07);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.31), inset 0 0 87px rgba(0,0,0,.07);
	box-shadow: 0 0 5px rgba(0,0,0,.31), inset 0 0 87px rgba(0,0,0,.07);
	display: none;
	z-index: 1111;
	font-size: 13px;
}

.login-open {
	width: 100px;
	height: 57px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 0 0 56px;
	background: url(../images/login-open.jpg) right center no-repeat;
	cursor: pointer;
	z-index: 2222;
}

	.login-open:hover, .login-open-active {
		background: #fff url(../images/login-open.jpg) right center repeat-y;
		-moz-box-shadow: inset 0 0 87px rgba(0,0,0,.07);
		-webkit-box-shadow: inset 0 0 87px rgba(0,0,0,.07);
		box-shadow: inset 0 0 87px rgba(0,0,0,.07);
	}

	.login-open-name {
		padding: 20px 15px 0 0;
		display: inline-block;
		vertical-align: top;
		background: url(../images/login-open-name.png) right 25px no-repeat;
		color: #4e4e4e;
		font-size: 14px;

	}

	.login-ava {
		display: block;
		position: absolute;
		left: 15px;
		top: 15px;
		width: 25px;
		height: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
		border: 1px solid #a6a6a6;
		overflow: hidden;
	}
	
		.login-ava img {
			width: 25px;
			height: 25x;
			-moz-border-radius: 25px;
			-webkit-border-radius: 25px;
			border-radius: 25px;
			border: 0;
		}
	
	.l-link {
		color: #595959;
		padding: 25px;
		font-size: 14px;
	}	
	
		.l-link a {
			color: #595959;
			margin: 0 0 14px 0;
			display: block;
		}
		
			.l-link a:hover {
				color: #000;
			}
			
	.login-line {
		margin: 0 15px 10px 15px;
	}
	
		.login-title {
			font-size: 13px;
		}
	
	.login-input-text {
		border: 0;
		margin: 4px 0 0 0;
		width: 90%;
		display: block;
		padding: 0 5px;
		height: 22px;
		line-height: 22px;
		background: #d1d1d1;
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.28);
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.28);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.28);
	}
	
	.login-pass {
		
	}
	

			
		.login-cab{
			color: #858585;
			position: absolute;
			top: 125px;
			left: 30px;
		}
		
	.enter {
		background: #e52f66;
		display: inline-block;
		vertical-align: top;
		width: 70px;
		padding: 0 0 0 0;
		margin: 4px 0 10px 15px;
		height: 22px;
		line-height: 22px;
		text-align: center;
		cursor: pointer;
		border: 0;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
		.enter:hover {
			background: #e03710;
		}
	
	.lost-input-text {
		border: 0;
		width: 150px;
		padding: 5px;
		color: #644217;
		
		background: #d1d1d1;
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.28);
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.28);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.28);
	}
	
	.reg-link {
		font-size: 13px;
		color: #333;
		margin: 0 15px 15px 15px;
	}
	
		.reg-link a {
			color: #333;
			text-decoration: underline;
		}
		
			.reg-link a:hover {
				color: #000;
			}
			
	.login-close {
		position: absolute;
		right: 0;
		top: 5px;
		width: 32px;
		height: 30px;
		cursor: pointer;
		background: url(../images/close2.png) center center no-repeat;
		opacity: 0.7;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
	}
	
		.login-close:hover {
			-moz-transform: rotate(360deg); 
			-ms-transform: rotate(360deg); 
			-webkit-transform: rotate(360deg);
			-o-transform: rotate(360deg); 
			transform: rotate(360deg);
			opacity: 1;
		}
			
.login-soc {
	margin: 0 15px 10px 15px;
}

	.login-soc-title {
		font-size: 14px;
		font-weight: bold;
		display: inline-block;
		vertical-align: top;
		color: #ccc;
		height: 30px;
		line-height: 30px;
		margin: 0 10px 0 0;
	}

	.login-soc a {
		display: inline-block;
		vertical-align: top;
		width: 30px;
		height: 30px;
		margin: 0 3px 3px 0;
	}
	
		.login-soc a:hover {
			opacity: 0.7;
		}
	
	.login-soc1 {
		background: url(../images/login-soc.png) left top no-repeat;
	}
	
	.login-soc2 {
		background: url(../images/login-soc.png) -30px top no-repeat;
	}
	
	.login-soc3 {
		background: url(../images/login-soc.png) -60px top no-repeat;
	}
	
	.login-soc4 {
		background: url(../images/login-soc.png) -90px top no-repeat;
	}
	
	.login-soc5 {
		background: url(../images/login-soc.png) -120px top no-repeat;
	}
	
	.login-soc6 {
		background: url(../images/login-soc.png) -150px top no-repeat;
	}
			
.s-block-content input {
	background: #fff url(../images/form-text.gif) left top repeat-x;
	margin: 5px 20px 0 0;
	color: #2e2e2e;
	border: 1px #d0d0d0 solid;
}
			

.stt-block {
	margin: 0 10px 30px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

	.stt-block-title {
		padding: 20px;
		font-size: 18px;
		color: #000;
	}
	
	.stt-block-content {
		padding: 30px 15px 15px 15px;
		color: #404040;
		font-size: 16px;
		line-height: 24px;
	}
	
		.stt-block-content a {
			color: #1bc1d3;
		}
		
			.stt-block-content a:hover {
				color: #000;
			}
			
	.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; 
			-webkit-box-sizing: border-box; 
			box-sizing: border-box; 
		}
		
			.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: #e33012;
}
.day-active-v {
	color: #e33012;
	font-weight: bold;
}
.calendar {
font-size: 12px;
text-align: center;
width: 100%;
}
	
	.calendar a {
		text-decoration: underline;
	 }
.calendar td, th {
	 text-decoration: none;
	 padding: 2px;
}
.weekday {
	
	color: #e33012;
	
}
.weekday-active {
	color: #000;
	font-weight: bold;
	
}
.day-active {
	color: #e33012;
}
.monthlink {
	color: #535353;
	text-decoration: none;
}
.day-current {
	background:#ffd8b5;
	border:1px dotted #000;
	color: #000;
}

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


.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 {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	width: 85px;
	height: 16px;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 85px;
	height: 16px;
	position: relative;
	background-image: url(../dleimages/rating.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.unit-rating li a {
	display: block;
	width: 17px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background-image: url(../dleimages/rating.png);
	background-position: left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 17px; }
.unit-rating a.r2-unit { left: 17px; }
.unit-rating a.r2-unit:hover { width: 34px; }
.unit-rating a.r3-unit { left: 34px; }
.unit-rating a.r3-unit:hover { width: 51px; }
.unit-rating a.r4-unit { left: 51px; }	
.unit-rating a.r4-unit:hover { width: 68px; }
.unit-rating a.r5-unit { left: 68px; }
.unit-rating a.r5-unit:hover { width: 85px; }
.unit-rating li.current-rating {
	background-image: url(../dleimages/rating.png);
	background-position: left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}



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



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

	
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: white;
}

 
.less .highslide-image {
	border: 1px solid #000000;
}
.less .highslide-caption {
	border: 1px solid #000000;
	background: white;
}


 
#loading-layer {
	display:none;
	font-family: Verdana;font-size: 11px;
	background:#000;padding:10px;
	text-align:center;
	border:1px solid #000;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}



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

input#dofullsearch {
	max-width: 200px !important;
}

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

 
.ui-autocomplete { position: absolute; cursor: default; }

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

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


/*  */


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

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

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

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

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

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

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

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

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

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

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

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

pre code {
  display: block; padding: 0.5em;
  background: #f9fafa; 
  border: 1px solid #dce7e7;
  overflow:auto;
  white-space: pre;
}

pre .comment,
pre .template_comment,
pre .diff .header,
pre .doctype,
pre .lisp .string,
pre .javadoc {
  color: #93a1a1;
  font-style: italic;
}

pre .keyword,
pre .css .rule .keyword,
pre .winutils,
pre .javascript .title,
pre .method,
pre .addition,
pre .css .tag,
pre .lisp .title {
  color: #859900;
}

pre .number,
pre .command,
pre .string,
pre .tag .value,
pre .phpdoc,
pre .tex .formula,
pre .regexp,
pre .hexcolor {
  color: #2aa198;
}

pre .title,
pre .localvars,
pre .function .title,
pre .chunk,
pre .decorator,
pre .builtin,
pre .built_in,
pre .lisp .title,
pre .identifier,
pre .title .keymethods,
pre .id {
  color: #268bd2;
}

pre .tag .title,
pre .rules .property,
pre .django .tag .keyword {
  font-weight: bold;
}

pre .attribute,
pre .variable,
pre .instancevar,
pre .lisp .body,
pre .smalltalk .number,
pre .constant,
pre .class .title,
pre .parent,
pre .haskell .label {
  color: #b58900;
}

pre .preprocessor,
pre .pi,
pre .shebang,
pre .symbol,
pre .diff .change,
pre .special,
pre .keymethods,
pre .attr_selector,
pre .important,
pre .subst,
pre .cdata {
  color: #cb4b16;
}

pre .deletion {
  color: #dc322f;
}

pre .tex .formula {
  background: #eee8d5;
}



.voteprogress {
  overflow: hidden;
  height: 15px;
  margin-bottom: 5px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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

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

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

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

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


.pollprogress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 5px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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

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

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

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

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



.bb-pane {
  height: 1%; overflow: hidden;
  padding-bottom: 5px;
  padding-left: 5px;
  margin: 0;
  height: auto !important;
  text-decoration:none;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#FBFBFB), to(#EAEAEA));
  background-image: -webkit-linear-gradient(top, #FBFBFB, 0%, #EAEAEA, 100%);
  background-image: -moz-linear-gradient(top, #FBFBFB 0%, #EAEAEA 100%);
  background-image: linear-gradient(to bottom, #FBFBFB 0%, #EAEAEA 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#EAEAEA', GradientType=0);
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px; 
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top:1px solid #d7d7d7;
  border-left:1px solid #d7d7d7;
  border-right:1px solid #d7d7d7;
  box-shadow: none !important;
}

.bb-pane>b {
    margin-top: 5px;
    margin-left: 0;
  vertical-align: middle;
}
.bb-pane .bb-btn + .bb-btn,.bb-pane .bb-btn + .bb-pane,.bb-pane .bb-pane + .bb-btn,.bb-pane .bb-pane + .bb-pane {
    margin-left:-1px;
}
.bb-btn {
  display: inline-block; overflow: hidden; float: left;
  padding: 4px 10px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 2px white;
    -moz-box-shadow: inset 0 1px 2px white;
    box-shadow: inset 0 1px 2px white;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left 0%, left 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);
    background-image: linear-gradient(to bottom, #fdfdfd 0%, #e9e9e9  100%);

}
 

.bb-btn:hover {
      background: #e6e6e6;
      background-repeat: repeat-x;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));
      background-image: -webkit-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: -moz-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: -o-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: linear-gradient(to bottom, #fdfdfd 0%, #e6e6e6 100%);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out;
}
    
.bb-btn:active {
      background: #f3f3f3;
      border-color: #cfcfcf;
      -webkit-box-shadow: 0 0 5px #f3f3f3 inset;
      -moz-box-shadow: 0 0 5px #f3f3f3 inset;
      box-shadow: 0 0 5px #f3f3f3 inset;
}



[class^="bb-btn"], [class*=" bb-btn"] {
    font-family: 'bb-editor-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 12px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.bb-sel { float: left; padding: 2px 2px 0 2px; }
.bb-sel select { font-size: 11px; }
.bb-sep { display: inline-block; float: left; width: 1px; padding: 2px; }
.bb-btn { cursor: pointer;  outline: 0; }

#b_font select { padding: 0px;}
#b_size select { padding: 0px;}

#b_b:before {content: "\f032";}
#b_i:before {content: "\f033";}
#b_u:before {content: "\f0cd";}
#b_s:before {content: "\f0cc";}
#b_img:before { content: "\f03e"; }
#b_up:before { content: "\e930"; }
#b_emo:before { content: "\f118"; }
#b_url:before { content: "\f0c1"; }
#b_leech:before { content: "\e98d"; }
#b_mail:before { content: "\f003"; }
#b_video:before { content: "\e913"; }
#b_audio:before { content: "\e911"; }
#b_hide:before { content: "\e9d1"; }
#b_quote:before { content: "\e977"; }
#b_code:before { content: "\f121"; }
#b_left:before { content: "\f036"; }
#b_center:before { content: "\f037"; }
#b_right:before { content: "\f038"; }
#b_color:before { content: "\e601"; }
#b_spoiler:before { content: "\e600"; }
#b_fla:before { content: "\ea8d"; }
#b_yt:before { content: "\f166"; }
#b_tf:before { content: "\ea61"; }
#b_list:before { content: "\f0ca"; }
#b_ol:before { content: "\f0cb"; }
#b_tnl:before { content: "\ea61"; }
#b_br:before { content: "\ea68"; }
#b_pl:before { content: "\ea72"; }
#b_size:before { content: "\f034"; }
#b_font:before { content: "\f031"; }
#b_header:before { content: "\f1dc"; }
#b_sub:before { content: "\f12c"; }
#b_sup:before { content: "\f12b"; }
#b_justify:before { content: "\f039"; }

.bb-pane h1 {
    font-size:36px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h2 {
    font-size:30px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h3 {
    font-size:24px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h4 {
    font-size:18px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h5 {
    font-size:14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h6 {
    font-size:12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bb-pane-dropdown {
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:180px;
    padding:5px 0;
    margin:2px 0 0;
    list-style:none;
    font-size:11px;
    border:1px solid rgba(0, 0, 0, 0.15);
    border-radius:4px;
  background: white;
  -webkit-box-shadow: 0 1px 2px #dadada;
  -moz-box-shadow: 0 1px 2px #dadada;
  box-shadow: 0 1px 2px #dadada;
}

 .bb-pane-dropdown > li > a {
    display:block;
    padding:3px 10px;
    clear:both;
    font-weight:normal;
    line-height:1.42857;
    color:#333333;
    white-space:nowrap;
}
.bb-pane-dropdown > li > a:hover, .bb-pane-dropdown > li > a:focus {
    text-decoration:none;
    color:#262626;
    background-color:whitesmoke;
}

.bb-pane-dropdown .color-palette div .color-btn {
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
  cursor: pointer;
}
.bb-pane-dropdown .color-palette{
    padding: 0px 5px;
}

.bb-editor textarea { 
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding: 2px; border: 1px solid #d7d7d7; width: 100%; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-top: -1px;
}
.editorcomm .bb-editor { width: 565px;}
.editorcomm .bb-editor textarea { height: 200px; }

.clr {
    clear: both;
}


.quick-edit-text {
    padding: .4em;
  width: 350px;
}

.quick-edit-textarea {
  height: 250px;
  box-sizing: border-box;
    padding: 2px;
  border: 1px solid #d7d7d7;
  width: 100%;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.clr {
    clear: both;
}


#marker-bar,
#txtselect_marker {
	display: block;
	visibility: hidden;
    position: absolute;
    z-index: 1200;
    opacity: 0;
    -webkit-transition: opacity .4s, visibility .1s linear .4s;
    -moz-transition: opacity .4s, visibility .1s linear .4s;
    -o-transition: opacity .4s, visibility .1s linear .4s;
    transition: opacity .4s, visibility .1s linear .4s;
}
#txtselect_marker {
    cursor: pointer;
    background:url(../dleimages/marker.png) -0px -0px no-repeat;
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mob-menu {
	display: none;
}

@media (max-width: 1000px) {

	.fix-scroll {
		height: 100%;
		overflow: hidden;
		position: relative;

	}
	
	.mob-shad {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 8888;
		opacity: 0.7;
		cursor: pointer;
		left: 0;
		top: 0;
		display: none;
		z-index: 9999;
	}
	
	.mob-panel {
		position: fixed;
		width: 220px;
		height: 100%;
		background: #0e171d;
		-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: 9999;
		left: -330px;
		top: 0;
		overflow-y: auto;
		text-align: left;
	}
	
		.mob-panel2 {
			padding: 0 0 15px 0;
		}
			
	.mob-close {
		background: url(../images/mob-menu2.png) left top no-repeat;
		width: 30px;
		height: 30px;
		position: fixed;
		left: 235px;
		top: -50px;
		cursor: pointer;
		z-index: 9999;
	}	
	
	body {
		padding: 0;
	}
	
	.main-center-block {
		width: auto;
		background: #f3f5f5;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		margin: 0;
		margin-top: 65px;
	}
	
	.left-col {
		float: none;
		width: auto;
		padding: 0;
		margin: 0;
		background: #0e171d;
		position: fixed;
		width: 100%;
		z-index: 9999;
		top: 0px;
		-webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  transition: top 0.6s;
	}

.left-col.hidden { top: -70px; }
	
	.left-nav, .left-block {
		display: none;
	}
	
		.logo {
			border-bottom: 0;
			margin: 0 0 0 60px;
			display: inline-block;
			vertical-align: top;
			width: 165px;
			background: url(../images/logo.png) center 0px no-repeat;
		}
		
	.mob-menu {
		display: block;
		background: url(../images/mob-menu3.png) center center no-repeat;
		width: 50px;
		height: 30px;
		cursor: pointer;
		position: fixed;
		left: 10px;
		top: 18px;
		-webkit-transition: top 0.6s;
		-moz-transition: top 0.6s;
		transition: top 0.6s;
	}

.mob-menu.hidden { top: -70px; } 
	
	.search-block {
		position: relative;
		right: 0;
		top: 10px;
		width: auto;
		margin: 0 15px 0 180px;
		display: block;
	}
	
	.right-col {
		display: none;
	}
	
	.center-col {
		float: none;
		width: auto;
		margin: 0 0 0 0;
		padding: 0 0 1px 0;
	}
	
	.footer {
		width: auto;
		padding: 25px 0;
		display: none;
	}
	
	.mob-panel .left-nav {
		display: block;
	}
	
	.tabs-right .index-tabs span:hover, .tabs-right span.active-ttab {
		color: #fff;
	}
	
	.right-soc {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	
	.sld1 {
		width: auto;
	}
	
	.slprev, .slnext {
		display: none;
	}
	
	.sort-block {
		display: none;
	}
	
}


@media (max-width: 600px) { 

	.top-song {
		display: block;
		width: auto;
		margin: 0 0 10px 0;
	}
	
	.new-song {
		height: 40px;
		overflow: hidden;
	}
	
	.new-song .top-song-link {
		display: block;
		margin-bottom: 15px;
	}
	
	.song-rating {
		margin: 0 0 0 5px;
	}
	
	.song-size {
		width: 60px;
	}
	
	.full-news-image {
		float: none;
		width: auto;
		overflow: hidden;
		position: relative;
		height: auto;
		margin: 0 0 20px 0;
	}
	
		.full-news-image img {
			width: auto;
			max-width: 100%;
		}
		
	.full-news-info {
		margin: 0 0 0 0;
	}
	
	a.download-sound-link {
		display: block;
	}
	
	.download-sound-link u {
		display: none !important;
	}

}




/*  */
@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;
		color: #ccc;
	}
	
	.comment-item-author {
		padding: 0;
	}
	
	.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;
	}
	
	
	
}




