/******************************* Global properties ***************************/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
  font-family: 'Roboto2';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/Y5yuUJGDLtmYv2_3fMB4fA.woff) format('woff');
}

html {width:100%;}



body {

	font:12px/18px Arial, Helvetica, sans-serif;

	color:#a1a0a0;

	min-width:960px;

	background:#333;

}


.crop {width:90px; overflow:hidden;}
.crop2 {width:299px; overflow:hidden;}
.overflow {overflow:hidden;}
.text-overflow {overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis; white-space: nowrap;}
.border-radius {border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

.textcolor_1 {color:#fd500f;}
.text_decoration_1 a{ text-decoration:none;}
.text_decoration_1 a:hover{ text-decoration:underline}
.float_right {float:right}
.float_left {float:left}

p, .p3-1{margin-bottom:7px;}

	.p0{margin-bottom:0;}		.p0-1{margin-bottom:3px;}
	.p1{margin-bottom:5px;}		.p1-1{margin-bottom:8px;}
	.p2{margin-bottom:10px;}	.p2-1{margin-bottom:13px;}
	.p3{margin-bottom:15px;}
	.p4{margin-bottom:20px;}	.p4-1{margin-bottom:22px;}
	.p5{margin-bottom:25px;}	.p5-1{margin-bottom:27px;}
	.p6{margin-bottom:30px;}	.p6-1{margin-bottom:32px;}
	
	.r0{margin-right:0;}		.r0-1{margin-right:3px;}
	.r1{margin-right:5px;}		.r1-1{margin-right:10px;}
	.r2{margin-right:15px;}		.r2-1{margin-right:20px;}
	
.inputstyle {padding:5px 10px 6px;background:#ccc;border:none;border-radius:2px;font:12px Arial, Helvetica, sans-serif;color:#000;margin:0;outline:none;width:225px;}
#loading-layer {-webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; padding:5px 15px 6px 15px; background-color:#fd500f; color:#FFF;}
/*********************************header*************************************/

header {

	width:100%;

	position:relative; 

	z-index:999;

	padding-bottom:13px;

	background:#fff;

}

#page1 header {padding-bottom:10px;}



.header-pannel1{

	background:#000;

	padding:0px 0 0px;

	font:12px/16px Arial, Helvetica, sans-serif;

	color:#60605f;
	
	height:35px;

}

	.user-links{float:left; padding-top:0px;}

		.user-links a{font-weight:bold; text-decoration:none;}

			.user-links a:hover{color:#fff; text-decoration:none;}



	/*---- Search form ----*/

	#search-form{

		float:right;

		position:relative;
		
		margin-top:4px;

		vertical-align:top;

		overflow:hidden;

		width:223px;

	}

		#search-form fieldset {

			border:none;

			padding:0;

			overflow:hidden;

		}

			#search-form label {display:block; float:left;}

			#search-form input{

				padding:5px 10px 6px;

				background:#383838;

				border:none;

				border-radius:2px;

				font:12px Arial, Helvetica, sans-serif;

				color:#b7b7b7;

				margin:0;

				outline:none;

				width:123px;

			}

		#search-form a{

			float:right;

			display:block;

			width:55px;

			font: 15px/20px 'Arial', sans-serif; letter-spacing: 1px; font-weight:700;

			color:#fff;

			text-transform:uppercase;

			text-decoration:none;

			text-align:center;

			background:#fd500f;

			padding:3px 8px 2px 7px;

			border-radius:2px;

			cursor:pointer;

		}

			#search-form a:hover{background-color:#484848; text-decoration:none;}


.search-form-full {font:normal 18px/22px Arial, Helvetica, sans-serif; color:#fd500f;}
.search-form-button {display:block;font: 15px/20px 'Arial', sans-serif; letter-spacing: 1px; font-weight:700;color:#fff;text-transform:uppercase;text-decoration:none;text-align:center;background:#fd500f;padding:3px 8px 2px 7px;border-radius:4px;cursor:pointer;width:135px;}
.search-form-button:hover{background-color:#000; text-decoration:none;}

.header-pannel2{

	border-top:1px solid #444;

	background:url(../images/header-pannel2-tail.gif) center top repeat-x #040404;

	padding:19px 0 22px;

}

	h1{float:left;}

	h1 a {

		display:block;

		width:311px;

		height:40px;

		overflow:hidden;

		text-indent:-999px;

		font-size:0;

		line-height:0;

		background:url(../images/logo.png) 0 0 no-repeat;

	}



/************ menu ************/

nav {

	float:right;

	position:relative;

	z-index:999;

	padding-top:11px;

}



.menu {float:right;}

	.menu >li {

		float:left;
		
		font-size:20px;

		font-family:'Roboto', sans-serif;

		text-transform:uppercase;

		position:relative;

		margin-left:20px;

	}

	.menu > li > a {color:#fff; text-decoration:none;}

		.menu li a.active,

		.menu > li > a:hover,

		.menu > li.sfHover > a{

			color:#fd4f0d;

			text-decoration:none;

		}



	/**submenu**/

	.menu ul {

		position:absolute;

		padding-bottom:13px;

		top:-999em;

		width:187px;

		background:url(../images/submenu-bottom.png) center bottom no-repeat;

	}

		.menu ul li {

			width:165px;

			position:relative;

			font:12px/16px Arial, Helvetica, sans-serif;

			text-transform:none;

			background:#2b2b2b;

			padding:7px 11px 9px;

			border-bottom:1px solid #414141;

		}

			.menu ul li:first-child{padding-top:22px;}

			.menu ul li.last-item{border-bottom:none;}

			.menu li:hover {visibility: inherit;}

			.menu li li a {

				color:#707171;

				text-decoration:none;

				white-space:nowrap;

			}

				.menu li li > a:hover, 

				.menu li li.sfHover > a,

				.menu li li li a:hover {

					color:#fd500f;

					text-decoration:none;

				}

				.menu li:hover ul, .menu li.sfHover ul {

					left:-13px;

					top:51px;

					z-index:999;

				}

			/*subsubmenu*/

				ul.menu li:hover li ul, ul.menu li.sfHover li ul {top:-999em;}

				ul.menu li li:hover ul, ul.menu li li.sfHover ul {

					left:188px;

					top:-22px;

					z-index:9999;

				}

				ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {top:-999em;}



.header-banner{

	height:385px;

	width:1970px;

	left:50%;

	margin-left:-985px;

	position:relative;

	z-index:2

}

/*****************************************content**********************************************/

#content {

	width:100%; 

	position:relative;

	z-index:1;

	padding:0 0 29px;

	background:#fff;

}



/*tags*/

a {color:#ff742f; outline:none; text-decoration:underline;}

	a:hover {text-decoration:none;}

.box-link{

	display:inline-block;

	width:4px;

	height:7px;

	overflow:hidden;

	background:url(../images/box-link.gif) center top no-repeat;

	margin-left:9px;

	vertical-align:1px;

	cursor:pointer;

}

	.box-link:hover{background-position: center -48px;}

	.img-box .box-link:hover{background-position: center -22px;}

.link{

	display:inline-block;

	color:#fd500f;

	text-decoration:underline;

	padding-right:15px;

	background:url(../images/link-marker.gif) right 7px no-repeat;

}

	.link:hover{text-decoration:underline; color:#000;}

.button{

	display:inline-block;

	cursor:pointer;

	font:16px/22px 'Roboto Condensed', sans-serif;

	color:#fff;

	text-transform:uppercase;

	text-decoration:none;

	padding:2px 15px;

	background:#fd500f;

	border-radius:2px;

}

	.button:hover{text-decoration:none; background-color:#484848;}

.button a{

	display:inline-block;

	cursor:pointer;

	font:16px/22px 'Roboto Condensed', sans-serif;

	color:#fff;

	text-transform:uppercase;

	text-decoration:none;

	padding:2px 15px;

	background:#fd500f;

	border-radius:2px;

}

	.button a:hover{text-decoration:none; background-color:#484848;}


.font-1{font:400 15px/20px 'Arial', sans-serif; color:#929292; text-transform:uppercase;}







h3{

	font:normal 21px/29px Arial, Helvetica, sans-serif;

	color:#383838;

	text-transform:uppercase;

	vertical-align:baseline;

	border-bottom:3px solid #484848;

	padding-bottom:3px;

}

	h3 span{

		display:inline-block;

		font:25px/40px 'Roboto2', sans-serif;

		color:#fd500f;

		vertical-align:baseline;

	}



h6{font:normal 18px/22px Arial, Helvetica, sans-serif; color:#fd500f; }

	h6 a{color:inherit; text-decoration:none;}

		h6 a:hover{color:#fff; text-decoration:none;}



.col-2-1{float:left; width:194px; margin-right:19px;}



.img-indent {float:left; margin-right:20px;}

#content img{border-radius:4px;}



/*classes*/

.wrapper {width:100%; overflow:hidden;position:relative;}

.extra-wrap {overflow:hidden;}



.fleft{float:left;}

.fright{float:right;}



/***************boxes****************/

.img-box{position:relative;}

	.img-box .caption{

		position:absolute;

		bottom:0;

		left:0;

		width:100%;

		overflow:hidden;

		font:12px/16px Arial, Helvetica, sans-serif;

		color:#a1a0a0;

	}
	
	.img-box .caption-rating{

		position:absolute;
		
		top:8px;
		
		right:8px;

		overflow:hidden;

		font:12px/16px Arial, Helvetica, sans-serif;

		color:#a1a0a0;

	}
	
	.img-box .caption-views-date{

		position:absolute;
		
		top:2px;
		
		left:8px;
		
		margin:5px 0px 0px 0px;
		
		padding: 5px 8px 11px 10px;
		
		width: 200;

		height: 10px;

		background-color:#000000;

		Opacity:0.7;

		color:#FFFFFF;

		border-radius:3px;

		-moz-border-radius:3px;

		-webkit-border-radius:3px;

	}
	
	.img-box .caption-favorites{

		position:absolute;
		
		top:30px;
		
		left:8px;
		
		margin:5px 0px 0px 0px;
		
		padding: 3px 5px 5px 5px;
		
		width: 25;

		background-color:#000000;

		Opacity:1;

		color:#FFFFFF;

		border-radius:3px;

		-moz-border-radius:3px;

		-webkit-border-radius:3px;

	}
	
	.img-box .caption-edit{

		position:absolute;
		
		top:30px;
		
		left:40px;
		
		margin:5px 0px 0px 0px;
		
		padding: 3px 5px 4px 5px;
		
		width: 25;

		background-color:#000000;

		Opacity:1;

		color:#FFFFFF;

		border-radius:3px;

		-moz-border-radius:3px;

		-webkit-border-radius:3px;

	}
	
	.img-box .caption-views-date a{text-decoration:none;}

	.img-box .caption-title{

		padding:0 19px;

		height:38px;

		overflow:hidden;

	}

		.img-box .caption-title span{

			display:inline-block;

			background:url(../images/caption-title.png) 0 0 no-repeat;

			font:400 15px/20px 'Arial', sans-serif;

			color:#fff;

			text-transform:uppercase;

			padding:9px 15px;

			border-radius:4px 4px 0 0;

			height:20px;

			overflow:hidden;

		}

	.img-box .caption-content{

		padding-top:25px;

		margin-top:-25px;

		background:url(../images/caption-content.png) 0 0 no-repeat;

	}

	.img-box .caption-content-bg{

		background:url(../images/caption-tail.png) 0 0 repeat;

		border-radius:0 0 4px 4px;

		padding:11px 21px 23px;

	}

	.img-box .caption h6{margin-bottom:3px;}

	.img-box .caption h6 a{color:#fff;}

		.img-box .caption h6 a:hover{color:#fd500f;}


.download-game { margin:15px 0px 15px 0px; width:620px;}
.download-game span {display:inline-block; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis; white-space:nowrap; max-width:370px;}
.download-game-icon_file { width:25px; height:24px; display:inline-block; overflow:hidden; text-indent:-999px; font-size:0; line-height:0; background:url(../images/downloadlogo.png) 0 0 no-repeat;}
.download-game-icon_torrent { width:25px; height:24px; display:inline-block; overflow:hidden; text-indent:-999px; font-size:0; line-height:0; background:url(../images/utorrentlogo.png) 0 0 no-repeat;}
.download-game-name { font-size:15px; color:#fd500f; margin-left:10px; width:400px; line-height:1.7;overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis; white-space: nowrap;}
.download-game-size { font-size:14px; line-height:1.7;float:right; margin-right:10px;}
.download-game-button_file { float:right;}
.download-game-button_file a {width:103px; height:24px; display:inline-block; overflow:hidden; text-indent:-999px; font-size:0; line-height:0; background:url(../images/downloadfile.png) 0 0 no-repeat;}
.download-game-button_file a:hover {background:url(../images/downloadfilehover.png) 0 0 no-repeat;}
.download-game-button_torrent { float:right;}
.download-game-button_torrent a {width:103px; height:24px; display:inline-block; overflow:hidden; text-indent:-999px; font-size:0; line-height:0; background:url(../images/downloadtorrent.png) 0 0 no-repeat;}
.download-game-button_torrent a:hover {background:url(../images/downloadtorrenthover.png) 0 0 no-repeat;}
.screenshot-game {margin-top:10px;}
.screenshot-game a { margin:50px 1px 15px 1px; text-decoration:none}

.sidebar h3{border-color:#fff; padding-bottom:4px;}

	.sidebar h3 span{display:block; margin-top:-11px;}

	.sidebar h5{font:normal 18px/22px Arial, Helvetica, sans-serif; color:#fd500f;}

		.sidebar h5 a{color:inherit; text-decoration:none;}

			.sidebar h5 a:hover{color:#fff; text-decoration:none;}

	.sidebar h6{font:bold 12px/18px Arial, Helvetica, sans-serif; color:#ff742f;}

	.sidebar img{border-radius:0 !important;}

	.sidebar .border-bottom{border-bottom:1px solid #fff;}



.sidebar-box1{

	background:#cacaca;

	border-radius:4px;

	color:#8d8d8d;

}

	.sidebar-box1 .indents{padding:16px 20px 48px 20px;}

	.sidebar-box1 .indents1{padding:16px 20px 25px 20px;}



.sidebar-box2{

	background:#f3f3f3;

	border-radius:4px;

	color:#8d8d8d;

}

	.sidebar-box2 .indents{padding:16px 20px 48px 20px;}

	.sidebar-box2 .indents1{padding:16px 20px 23px 20px;}

	.sidebar .sidebar-box2 h5 a:hover{color:#484848;}



.video-prev{position:relative;}

	.video-prev span{

		display:block;

		width:22px;

		height:17px;

		overflow:hidden;

		position:absolute;

		right:4px;

		bottom:5px;

		background:url(../images/video-arrow.png) center top no-repeat;

	}

		.video-prev:hover span{background-position:center -25px;}



/****************lists***************/

.last-item{margin-right:0 !important; margin-bottom:0 !important;}



.list-1{font:12px/18px Arial, Helvetica, sans-serif; color:#818181;}

	.list-1 dt{font-weight:bold;}

		.list-1 dt a{color:#ff742f; text-decoration:none;}

			.list-1 dt a:hover{text-decoration:none; color:inherit;}

	.list-1 dd{

		padding-bottom:14px;

		border-bottom:1px solid #fff;

		margin-bottom:16px;

	}

		.list-1 dd.last-item{padding-bottom:0; border-bottom:none;}

.list-2 li{

	font:bold 12px/18px Arial, Helvetica, sans-serif;

	color:#ff742f;

	padding-bottom:9px;

	border-bottom:1px solid #fff;

	margin-bottom:12px;
	
	overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis; white-space: nowrap;

}

	.list-2 li.last-item{border-bottom:none; padding-bottom:0;}

	.list-2 a{text-decoration:none; color:inherit;}

		.list-2 a:hover{text-decoration:none; color:#818181;}

/**************indents**************/

.indent-top1{padding-top:5px;}

.indent-top2{padding-top:10px;}

.indent-bottom3{padding-bottom:15px;}

.indent-bottom9-1{padding-bottom:47px;}



/****************************footer************************/

footer{

	width:100%;

	background:#333;

	padding:27px 0;

	color:#707171;

}

	.footer-menu{

		overflow:hidden;

		border-bottom:1px solid #484848;

		padding-bottom:15px;

		margin-bottom:17px;

	}

		.footer-menu li{

			float:left;

			margin-right:22px;

			font:bold 15px/20px Arial, Helvetica, sans-serif;

			text-transform:uppercase;

		}

			.footer-menu a{text-decoration:none; color:#fff;}

				.footer-menu a:hover, .footer-menu a.active{text-decoration:none; color:#fd4f0d;}

	.footer-text a{color:inherit; text-decoration:none;}

		.footer-text a:hover{text-decoration:none; color:#fff;}
		
/*---Рейтинг---*/		
.rating {
color: black;
display: block;
font-size: 10px;
font-family: tahoma;
height: 54px;
margin: 0;
font-weight: bold;
width: 200px;
}
.unit-rating {
list-style: none;
margin:0 auto;
padding: 0px;
width: 200px;
height: 20px;
position: relative;
background-image: url(../dleimages/ratingv.png);
background-position: 0 -40px;
background-repeat: repeat-x;
}
.unit-rating li {
    text-indent: -90000px;
    padding: 0px;
    margin: 0px;
    float: left;
}
.unit-rating li a {
    display: block;
    width: 20px;
    height: 20px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 17;
    position: absolute;
    padding: 0px;
}
.unit-rating li a:hover {
background-image: url(../dleimages/ratingv.png);
background-position: 0 -20px;
z-index: 2;
left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 20px; }
.unit-rating a.r2-unit { left: 20px; }
.unit-rating a.r2-unit:hover { width: 40px; }
.unit-rating a.r3-unit { left: 40px; }
.unit-rating a.r3-unit:hover { width: 60px; }
.unit-rating a.r4-unit { left: 60px; }    
.unit-rating a.r4-unit:hover { width: 80px; }
.unit-rating a.r5-unit { left: 80px; }
.unit-rating a.r5-unit:hover { width: 100px; }
.unit-rating a.r6-unit { left: 100px; }
.unit-rating a.r6-unit:hover { width: 120px; }
.unit-rating a.r7-unit { left: 120px; }
.unit-rating a.r7-unit:hover { width: 140px; }
.unit-rating a.r8-unit { left: 140px; }
.unit-rating a.r8-unit:hover { width: 160px; }
.unit-rating a.r9-unit { left: 160px; }
.unit-rating a.r9-unit:hover { width: 180px; }
.unit-rating a.r10-unit { left: 180px; }
.unit-rating a.r10-unit:hover { width: 200px; }
.unit-rating li.current-rating {
background-image: url(../dleimages/ratingv.png);
background-position: 0 0px;
position: absolute;
height: 20px;
display: block;
text-indent: -9000px;
z-index: 1;
}

.rating_digits{
font-size: 12px;
line-height: 9px;
height: 26px;
width: 200px;
}

.rating_digits div{
display: inline-block;
}

.rating_digits_1{
margin: 0;
margin:5px 5px 0px 0px;
padding: 8px 8px 7px 10px;
width: 75px;
height: 10px;
background-color:#000000;
Opacity:0.7;
color:#FFFFFF;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.rating_digits_2{
margin:5px 0px 0px 0px;
padding: 8px 8px 7px 10px;
width: 84px;
height: 10px;
background-color:#000000;
Opacity:0.7;
color:#FFFFFF;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

/*---Сортировка новостей---*/
.sortn {
	background-color:#f3f3f3;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    height: 31px;
}

.sortn.dpads {
    margin-bottom: 15px;
}

.sortn .sortn {
    line-height: 32px;
    padding: 0 50px;
    background-position: 100% -33px;
}

.sortn .sortn img {
	margin-top:12px;
	margin-right:4px;
}

.sortn .sortn a {
	text-decoration:none;
}

.sortn .sortn a:hover {
	text-decoration:underline
}


.thide{overflow:hidden; display:block; height:0; line-height:normal}
.basenavi{font-size:1.15em; height:29px}
.bnnavi{margin-right:5px; padding-left:5px; height:29px; background:#f1f5f7 url("../images/basenavi.png") no-repeat}
.navigation{margin-top:5px}
.navigation, .navigation a, .navigation span, .bnnavi, .nextprev, .nextprev .thide{float:left; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; text-decoration:none;}
.navigation a, .navigation span{font-weight:bold; padding:0 4px; height:19px; line-height:19px}
.navigation a, .navigation span.nav_ext{color:#565656}
.navigation a:hover{background-color:#fe731d; color:#fff}
.navigation span{color:#fe731d}
.nextprev .thide, .toptop{width:26px; padding-top:29px; background:url("../images/basenavi.png") no-repeat}
.nextprev a span{cursor: pointer}
.nextprev span .pnext{background-position:-26px -29px}
.nextprev a .pnext{background-position:-26px -87px}
.nextprev a:hover .pnext{background-position:-26px -58px}
.nextprev span .pprev{background-position:0 -29px}
.nextprev a .pprev{background-position:0 -87px}
.nextprev a:hover .pprev{background-position:0 -58px}

#soc-group { width:225px; height:260px; border:1px solid #bec8d3;  margin:0 auto; margin-top:10px; margin-bottom:10px;}
#soc-group2 { width:225px; height:275px; border:1px solid #bec8d3;  margin:0 auto; margin-top:10px; margin-bottom:10px;}
.header { width:100%; border-bottom:1px solid #bec8d3; background-color:#dae2e8; height:22px; color:#45689d; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight: bold;}
.imgheader {position:relative; top:3px; left:8px; }
.textheader {position:relative; top:-12px; left:30px;}
.imglogoheader {position:relative; top:7px; left:8px;}
.textlogoheader a {position:relative; top:-27px; left:66px; width:140px; color:#45689d; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight: bold; text-decoration:none}
.usernumsoc { width:195px; color:#45689d; font-size:12px; font-weight: bold; font-family:"Times New Roman", Times, serif; position:relative; top:-15px; left:15px; }
.fl_l { float: left; width:66px; height:75px; }
.name_field {color:#808080; margin:0 auto; font-size:10px; font-family:Arial, Helvetica, sans-serif;}
.Sprites {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:50px; height:50px; background-position:0px 0px;}
.Sprites1 {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:50px; height:36px; background-position:0px -300px;}
.Sprites2 {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:50px; height:50px; background-position:0px -50px;}
.Sprites3 {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:50px; height:50px; background-position:0px -100px;}
.Sprites4 {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:50px; height:50px; background-position:0px -150px;}
.Sprites5 {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:50px; height:50px; background-position:0px -200px;}
.Sprites6 {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:50px; height:50px; background-position:0px -250px;}
.Sprites7 {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:50px; height:50px; background-position:-50px 0px;}
.Sprites8 {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:50px; height:50px; background-position:-50px -50px;}
.Sprites9 {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:50px; height:50px; background-position:-50px -100px;}
.Sprites10 {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:50px; height:50px; background-position:-50px -150px;}
.Sprites11 {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:50px; height:50px; background-position:-50px -200px;}
.Sprites12 {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:50px; height:50px; background-position:-50px -250px;}
.Sprites13 {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:16px; height:16px; background-position:-50px -300px;}
.Sprites14 {background:url("../images/Sprites.jpg"); background-repeat: no-repeat; width:16px; height:16px; background-position:-50px -316px;}

#toTop {
display: none;
position: fixed;
width: 60px;
height: 60px;
overflow: hidden;
background: #666 url(../images/Upload-icon.png) center center no-repeat; 
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); box-shadow: 0 0 10px rgba(0,0,0,0.5); 
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
cursor: pointer; 
margin-right: -550px !important;
bottom: 30px;
z-index: 999;
}
#toTop:hover {
background: #666 url(../images/Upload-icon2.png) center center no-repeat; 
}

.bbcodes, .bbcodes_poll {

    background: #fff url("../images/bbcodes.png") repeat-x 0 100%;

    text-shadow: 0 1px 0 #fff;

    border: 1px solid #b3b3b3;

    color: #383838;

    padding: 2px 9px 5px 9px;

    margin-bottom: 2px !important;

    height: 24px;

    font-weight: bold;

    cursor: pointer;

    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    border-radius: 8px;

    -moz-box-shadow: 0 1px 4px -3px black;

    -webkit-box-shadow: 0 1px 4px -3px black;

    box-shadow: 0 1px 4px -3px black;

}



.bbcodes:hover, .bbcodes_poll:hover {

    background-position: 0 10px;

}



.bbcodes_poll {

    width: 100px;

}



.editor textarea {

    font-family: Verdana;

    word-spacing: 0.1em;

    letter-spacing: 0;

    line-height: 1.5em;

    font-size: 11px;

    color:#000;

    background: #ccc;

    border: 0 none;

}



.editor input[type="text"] {

    padding: 2px;

    background: #fff url("../images/fields.png") repeat-x;

    border: 1px solid #bcc0c2;

}



.editor_button {

    float: left;

    cursor: pointer;

    padding-left: 0;

    padding-right: 0;

}



.editor_buttoncl {

    float: left;

    cursor: pointer;

    padding-left: 1px;

    padding-right: 1px;

    border-left: 1px solid #bbb;

    border-right: 1px solid #bbb;

}



.editbclose {

    float: right;

    cursor: pointer;

    display: none;

}



.editor_button select {

    font-size: 11px;

}



.editor_button img {

    margin: 0;

    padding: 0;

}



.editbclose img {

    margin: 0;

    padding: 0;

}



.editor_button_brk img {

    margin: 0;

    padding: 0;

}

.quote { background-color:#edeeef; color:#bcbdbd; font-size:10px;border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; padding:5px;}