/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background: url(../images/bg_html.png) repeat; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { 
	margin: 0;  
	font: normal 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #424242;
	}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #bdbdbd; text-shadow: none; color: #424242; }
::selection { background: #bdbdbd; text-shadow: none; color: #424242; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #d33b3d; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

/*svg:not(:root) { overflow: hidden; }*/


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #d33b3d; color: #fff; padding: 0.2em 0; text-align: center; }
.chromeframe a {
	color: #ffff00;
	}


/* ==|== primary styles =====================================================
   Author: PafNutY (http://pafnuty.name)
   ========================================================================== */

.tooltip {
 	position:absolute;
	left:-2000px;
	top: -20000px;
	max-width:450px;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2), inset 0px -2px 3px 0px rgba(0, 0, 0, 0.1);
 	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2), inset 0px -2px 3px 0px rgba(0, 0, 0, 0.1);
	border: solid 1px #fff;
	}
	.lt-ie9 .tooltip {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
		}
	.tooltip p {
		margin: 0;
		color: #424242;
		text-shadow: 1px 1px 0 #fff;
		padding: 3px 5px;  
		border-bottom: solid 1px #d33b3d;  
		font: normal 12px/20px Tahoma, sans-serif;
		}
.new_ttp {
   position: relative;
   cursor: help;
   border-bottom: 1px dotted;
	}
	.new_ttp div {
		display: none;
		position: absolute;
		bottom: -1px;
		left: -1px;
		z-index: 1000;
		width: 230px !important;
		padding: 8px 12px;
		text-align: left;
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
		color: #d33b3d;
		box-shadow: 0 1px 3px #C4C4C4;
		border: 1px solid #d33b3d;
		background: url(../images/bg_html.png) repeat;
		border-radius: 4px;
		text-shadow: 1px 1px 0 #fff;
		}
		.new_ttp.mini {
   		display: inline-block;
   		vertical-align: bottom;
   		font-size: 11px;
   		width: 14px;
   		line-height: 13px;
   		text-align: center;
   		margin-left: 2px;
   		top: -2px;
   		-webkit-border-radius: 4px;
   		border-radius: 4px;
   		padding: 2px;
			}
		
#toTop {
	position: fixed;
	z-index: 1000;
	height: 64px;
	width: 90px;
	bottom: 30px;
	left: 10px;
	background: url(../images/icons.png) no-repeat -140px -64px;
	overflow: hidden;
	cursor: pointer;
	}
	#toTop:hover {
		background-position: -140px 0;
		}

   
#wrapper {
	min-width: 1290px;
	max-width: 1290px;
	margin: 0 auto;
    margin-top: 70px;
	padding: 0 10px 0 40px;
 }

 /* UI
 ----------------------------------------------------------------------------*/

.but, 
.comm-text .editor .bbcodes,
.mass_comments_action .bbcodes,
#registration .bbcodes,
.pagenavigation a,
.pagenavigation span,
.pm-pages a,
.table-style .bbcodes,
.search .bbcodes {
	position: relative;
	background: #ebebeb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 16%, #f1f1f1 34%, #ededed 50%, #ebebeb 61%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(16%,#fafafa), color-stop(34%,#f1f1f1), color-stop(50%,#ededed), color-stop(61%,#ebebeb), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 16%,#f1f1f1 34%,#ededed 50%,#ebebeb 61%,#ebebeb 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 16%,#f1f1f1 34%,#ededed 50%,#ebebeb 61%,#ebebeb 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 16%,#f1f1f1 34%,#ededed 50%,#ebebeb 61%,#ebebeb 100%);
	background: linear-gradient(top,  #ffffff 0%,#fafafa 16%,#f1f1f1 34%,#ededed 50%,#ebebeb 61%,#ebebeb 100%);
	border: solid 1px #c4c4c4;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font: normal 14px/24px Cuprum, sans-serif;
	color: #424242;
	text-shadow: 0 1px 1px #fff;
	text-decoration: none;
	height: 24px;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
 	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
 	margin: 0 10px;
	}
	.lt-ie9 .but,
	.lt-ie9 .comm-text .editor .bbcodes,
	.lt-ie9 .mass_comments_action .bbcodes,
	.lt-ie9 #registration .bbcodes,
	.lt-ie9 .pagenavigation a,
	.lt-ie9 .pagenavigation span,
	.lt-ie9 .pm-pages a,
	.lt-ie9 .table-style .bbcodes,
	.lt-ie9 .search .bbcodes  {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
		}
	.but:hover, 
	.big.selected,
	.comm-text .editor .bbcodes:hover,
	.mass_comments_action .bbcodes:hover,
	#registration .bbcodes:hover,
	.pagenavigation a:hover, 
	.pagenavigation span,
	.pm-pages a:hover,
	.table-style .bbcodes:hover,
	.search .bbcodes:hover {
		background: #f4f4f4;
		-webkit-box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
 		box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
 		color: #d33b3d;	
		}
		.but.big, 
		.comm-text .editor .bbcodes,
		.mass_comments_action .bbcodes,
		.pm-pages a,
		.search .bbcodes {
			height: 30px;
			line-height: 30px;
			}
		.but.red,
		.comm-text .editor .bbcodes[onclick*="ajax_cancel_comm_"],
		.new_ttp.mini {
			background: #ed4245;
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNDI0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Q5M2QzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzM5MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  #ed4245 0%, #d93d3f 47%, #cc3939 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed4245), color-stop(47%,#d93d3f), color-stop(100%,#cc3939));
			background: -webkit-linear-gradient(top,  #ed4245 0%,#d93d3f 47%,#cc3939 100%);
			background: -o-linear-gradient(top,  #ed4245 0%,#d93d3f 47%,#cc3939 100%);
			background: -ms-linear-gradient(top,  #ed4245 0%,#d93d3f 47%,#cc3939 100%);
			background: linear-gradient(top,  #ed4245 0%,#d93d3f 47%,#cc3939 100%);
			color: #fff;
 			text-shadow: 0 1px 2px #000;
			border-color: #b33234;
			}
			.lt-ie9 .but.red,
			.lt-ie9 .comm-text .editor .bbcodes[onclick*="ajax_cancel_comm_"],
			.lt-ie9 .new_ttp.mini {
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed4245', endColorstr='#cc3939',GradientType=0 );
				}
			.but.red:hover,
			.comm-text .editor .bbcodes[onclick*="ajax_cancel_comm_"]:hover {
				background: #d33b3d;
				-webkit-box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
 				box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
				}
				
	.pagenavigation a, 
	.pagenavigation span {
		margin: 0 5px 0 0;
		font-family: "Ubuntu Condensed", sans-serif;
		}
		.pagenavigation b.cuprum {
			font-family: Cuprum, sans-serif;
			font-size: 16px;
			font-weight: normal;
			}
	.pagenavigation {
		margin-bottom: 20px;
		font-family: "Ubuntu Condensed", sans-serif;
		}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 75px;
	position: relative;
	}
.logo-div {
 	background: #fff;
 	border: solid 1px rgba(0, 0, 0, 0.1);
 	border-bottom: none;
 	border-top: none;
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 644px;
 	bottom: 0;
 	-webkit-box-shadow:  0px -15px 10px 1px rgba(0, 0, 0, 0.05);
 	box-shadow: 0px -15px 10px 1px rgba(0, 0, 0, 0.05);
 	z-index: 10;
 	}
 	.logo {
 		display: block;
 		width: 200px;
 		height: 62px;
 		margin: 10px 0 0 8px;
 		}
 		.logo span {
 			background: url(../images/logo.png) no-repeat 0 0;
 			display: block;
 			float: left;
 			}
 			.logo span.eye { 				
 				width: 85px;
 				height: 56px;
 				margin-right: 10px;
 				}
			.logo span.logo-text {
				width: 160px;
				height: 41px;
				background-position: 0 -60px;
				}
			.logo span.label {
				margin-left: -10px;
				width: 48px;
				height: 46px;
				background-position: 0 -110px;
				}
			.logo span.slogan {
				margin-left: 12px;
				width: 138px;
				height: 17px;
				background-position: 0 -160px;
				}
 					
.right-div {
	width: 644px;
	height: 75px;
	float: right;
	position: relative;
	}
 	.right-div ul {
 		width: 398px;
 		font: normal 14px/18px Cuprum, Impact, sans-serif;
 		text-transform: uppercase;
 		color: #b2b1b1;
 		text-shadow: 1px 1px 0 #fff;
 		text-align: center;
 		position: absolute;
 		bottom: 0;
 		left: 0;
 		}
 		.right-div ul li {
 			float: left;
 			}
 			.right-div ul li a {
 				display: block;
 				padding: 10px 16px;
 				border: solid 1px rgba(0, 0, 0, 0.1);
 				border-bottom: none;
 				border-left: none;
 				text-decoration: none;
 				}
 				.right-div ul li a:hover,
 				.right-div ul li a.active {
 					background: #d33b3d;
 					color: #fff;
 					text-shadow: 0 1px 3px #000;
 					text-decoration: none;
					-webkit-box-shadow: inset 0px 2px 8px 2px rgba(0, 0, 0, 0.1);
					box-shadow: inset 0px 2px 8px 2px rgba(0, 0, 0, 0.1);
 					}
 				.right-div ul li:last-child a {
 					-webkit-border-radius: 0 5px 0 0;
 					border-radius: 0 5px 0 0;
 					}
	.search-header {
 		position: absolute;
 		top: 30px;
 		right: 10px;
 		width: 208px;
 		height: 24px;	
 		background: #fff;
 		color: #bdbdbd;
 		border: solid 1px #d9d9d9;
 		-webkit-border-radius: 5px;
 		border-radius: 5px;
 		-webkit-box-shadow:  0px 0 10px 1px rgba(0, 0, 0, 0.05);
 		box-shadow: 0px 0 10px 1px rgba(0, 0, 0, 0.05);
		}
		.search-inner {
			position: relative;
			}
			.search-inner .s_text {
				position: absolute;
				top: 0;
				left: 0;
				height: 24px;
				line-height: 24px;
				padding: 0 10px;
				width: 160px;
				background: transparent;
				border: none;
				font-family: Cuprum, sans-serif;
				color: #bdbdbd;
				}
				.search-inner .s_submit {
					position: absolute;
					right: 0;
					top: 0;
					width: 28px;
					height: 24px;
					background: #d33b3d url(../images/icons.png) no-repeat -54px 3px;
					border: none;
					text-indent: -9999px;
					-webkit-border-radius: 0 5px 5px 0;
					border-radius: 0 5px 5px 0;
					}
					.search-inner .s_submit:hover {
						background-color: #424242;
						}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-right: 230px solid transparent;
	height: 1%;
	position: relative;
	}
	#middle:after {
		content: '.';
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
		}
		#container {
			width: 100%;
			float: left;
			overflow: hidden;
			margin-right: -100%;
			margin-top: -1px;
			background: #fff;			
			-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.05);        
			box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.05);   
			border: solid 1px rgba(0, 0, 0, 0.1); 
			-webkit-border-radius: 0px 10px 10px 10px;
			border-radius: 0px 10px 10px 10px;
         
			}
			#content {
				padding: 0 20px;
				min-height: 700px;
				}
	.left-nav {
		position: absolute;
		top: 90px;
		left: -32px;
		list-style: none;
		margin: 0;
		padding: 10px 0 10px 1px;
		border: solid 1px rgba(0, 0, 0, 0.1);
		border-right: none;
		-webkit-border-radius: 5px 0 0 5px;
		border-radius: 5px 0 0 5px;
		z-index: 90;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-linear-gradient(left,  rgba(255,255,255,0.5) 65%, rgba(245,245,245,0.5) 82%, rgba(234,234,234,0.5) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(65%,rgba(255,255,255,0.5)), color-stop(82%,rgba(245,245,245,0.5)), color-stop(100%,rgba(234,234,234,0.5)));
		background: -webkit-linear-gradient(left,  rgba(255,255,255,0.5) 65%,rgba(245,245,245,0.5) 82%,rgba(234,234,234,0.5) 100%);
		background: -o-linear-gradient(left,  rgba(255,255,255,0.5) 65%,rgba(245,245,245,0.5) 82%,rgba(234,234,234,0.5) 100%);
		background: -ms-linear-gradient(left,  rgba(255,255,255,0.5) 65%,rgba(245,245,245,0.5) 82%,rgba(234,234,234,0.5) 100%);
		background: linear-gradient(left,  rgba(255,255,255,0.5) 65%,rgba(245,245,245,0.5) 82%,rgba(234,234,234,0.5) 100%);
		}
		.lt-ie9 .left-nav {
			background: #fff;
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80eaeaea',GradientType=1 );
			border: solid 1px #e2e2e2;
			border-right: none;
			top: 89px;
			}
		.left-nav li {
			position: relative;
			width: 30px;
			}
		.left-nav li a {
			background: url(../images/icons.png) no-repeat 4px -255px;
			width: 30px;
			height: 26px;
			font: normal 14px/28px Cuprum, sans-serif;
			text-transform: uppercase;
			text-indent: 40px;
			overflow: hidden;
			display: block;
			z-index: 100;
			-webkit-border-radius: 0 5px 5px 0px;
			border-radius: 0 5px 5px 0px;
			}
			.left-nav li a:hover {
				width: 130px;	
				background-color: rgba(0, 0,0, 0.7);
				background-position: -26px -255px;
				color: #fff;
				text-shadow: 1px 1px 0 #000;			
				}
				.lt-ie9 .left-nav li a:hover {
					background-color: #424242; 
					}
				.left-nav li a.albums { background-position: 4px -281px; }
					.left-nav li a.albums:hover { background-position: -26px -281px; width: 140px;  }
					
				.left-nav li a.nahuy { background-position: 4px -307px; }
					.left-nav li a.nahuy:hover { background-position: -26px -307px; width: 90px;  }
					
				.left-nav li a.foto-hosting { background-position: 4px -333px; }
					.left-nav li a.foto-hosting:hover { background-position: -26px -333px; width: 160px;  }
					
				.left-nav li a.video-hosting { background-position: 4px -359px; }
					.left-nav li a.video-hosting:hover { background-position: -26px -359px; width: 140px;  }
					
				.left-nav li a.ne-ebi-mozg { background-position: 4px -411px; }
					.left-nav li a.ne-ebi-mozg:hover { background-position: -26px -411px; width: 130px;  }
					
				.left-nav li a.snow-battle { background-position: 4px -385px; }
					.left-nav li a.snow-battle:hover { background-position: -26px -385px; width: 150px;  }
					
				.left-nav li a.alkotester { background-position: 4px -437px; }
					.left-nav li a.alkotester:hover { background-position: -26px -437px; width: 120px;  }
					
				.left-nav li a.magic-cube { background-position: 4px -463px; }
					.left-nav li a.magic-cube:hover { background-position: -26px -463px; width: 180px;  }
					
				.left-nav li a.zaebalo { background-position: 4px -489px; }
					.left-nav li a.zaebalo:hover { background-position: -26px -489px; }
					
				.left-nav li a.gtvp { background-position: 4px -515px; }
					.left-nav li a.gtvp:hover { background-position: -26px -515px; width: 230px;  }
/* NEWS
-----------------------------------------------------------------------------*/
.banner {
	margin: 20px -20px;
	text-align: center; 
	padding-bottom: 10px;
	border-bottom: solid 1px #ececec;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(249,249,249,1) 100%);

	}
	.lte-ie9 .banner {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f9f9f9',GradientType=0 );
		}

.news {
	padding: 0;
	border-bottom: solid 2px #d33b3d;
	margin: 0 0 10px 0; 
	font-family: "Ubuntu Condensed", sans-serif;
	}
	.news-header {
		border-bottom: solid 1px #ececec;
		padding-bottom: 7px;
		margin-bottom: 7px;  
		position: relative;
		}
		.news-header .comm-num {
			width: 31px;
			height: 24px;
			background: url(../images/icons.png) no-repeat -60px -40px;
			position: absolute;
			top: 5px;
			left: 0;
			text-align: center;
			color: #fff;
			text-shadow: 0 1px 2px #5f1819;
			line-height: 20px;
			font-size: 14px;
			}
			.news-header .comm-num:hover {
				background-position: -60px -64px;
				}
				.news-header .comm-num a {
					color: #fff;
					text-decoration: none;
					display: block;
					width: 31px;
					height: 24px;
					}
			.news-header .news-cat {
				position: absolute;
				right: 0;
				top: 5px;
				}
.news-footer {height: 40px;}
				.news-header .news-cat a, 
				.news-footer a.fulllink, 
				.news-footer a.fulllink:hover,
				.news-footer span.fulllink-wrap a, 
				.news-footer span.fulllink-wrap a:hover {
					display: inline-block;
					height: 24px;
					background: #bdbdbd;
					color: #fff;
					text-shadow: 0 1px 1px #424242;
					-webkit-border-radius: 5px;
					border-radius: 5px;
					padding: 0 7px;
					line-height: 22px;
					text-decoration: none;
					}
					.news-header .news-cat a:hover, 
					.news-footer a.fulllink,
					.news-footer span.fulllink-wrap a {
						background: #d33b3d;
						color: #fff;
						text-shadow: 0 1px 1px #591a1a;						
						}
						.news-footer a.fulllink, 
						.news-footer a.fulllink:hover,
						.news-footer span.fulllink-wrap a, 
						.news-footer span.fulllink-wrap a:hover {
							padding: 0 25px;
							}
						.news-footer a.fulllink,
						.news-footer span.fulllink-wrap a {
							position: relative;
							margin-left: 10px;
							}
							.news-footer  a.fulllink:before,
							.news-footer span.fulllink-wrap a:before {
								content: "";
								position: absolute;
								right: 0;
								top: 0;
								bottom: 0;
								width: 18px;
								background: url(../images/icons.png) no-repeat -100px 6px;
								}
					.sharelink {
						display: inline-block;
						vertical-align: bottom;
						width: 24px;
						height: 24px;
						margin: 0 0 0 5px;
						outline: none;
						background-image:url(../images/soc-icons.png); 
						}

		.news-header h2, .news-header h1 {
			margin: 0 100px 0 40px;
			}
	h1, h2 {
		font: normal 24px/30px "Ubuntu Condensed", sans-serif;
		text-shadow: 1px 1px 0 #fff, 0 1px 3px #9a9a9a;
		color: #424242;
		}
		.news h2 a {
			color: #424242;
			text-decoration: none;
			}
			.news h2 a:hover {
				color: #d33b3d;
				}
.news-info a, .news-info {
	color: #bdbdbd;
	text-decoration: none;
	}
	
	.news-info a:hover {
		color: #d33b3d;
		}
	.news-info .tags, 
	.news-info .date, 
	.news-info .views,
	.news-info .news-author,
	.news-footer .views {
		position: relative;
		margin-left: 20px;
		float: left;
		color: #bdbdbd;
		font-size: 14px;
		line-height: 20px;		
		}
		.news-info .date, 
		.news-info .news-author {
			float: right;
			} 
		.news-info .date {
			margin-right: 20px;
			}
		.news-info .views {
			float: none;
			margin: 0 5px 0 25px;
			}
		.news-footer .views {
			float: none;
			margin: 0 5px 0 25px;
			}
		.news-footer .editnews a {
			display: inline-block;
			text-decoration: none;
			margin: 0 15px;
			position: relative;
			}
		.news-footer .fright {
			white-space:nowrap;
			}
		.news-info .tags:after,
        .news-info .views:after,
		.news-info .date:after, 
		.news-info .news-author:after,
		.news-footer .views:after,
		.news-footer .editnews a:after {
			content: "";
			position: absolute;
			top: 0;
			left: -20px;
			width: 20px;
			background: url(../images/icons.png) no-repeat 0 0;
			} 
			.news-info .tags:after {
				height: 11px;
				top: 6px;
				background-position: -40px -80px; 
				}
			.news-info .date:after {
				height: 12px;
				top: 5px;
				background-position: -40px -60px;
				}
			.news-info .news-author:after {
				height: 17px;
				top: 2px;
				background-position: -40px -40px;
				}
			.news-info .views:after {
				height: 12px;
				top: 4px;
				left: -25px;
				background-position: -40px -100px;
				}
			.news-footer .views:after {
				height: 12px;
				top: 4px;
				left: -25px;
				background-position: -40px -100px;
				}
			.news-footer .editnews a:after {
				background-position: -40px -200px;
				height: 20px;
				top: 0;
				width: 30px;
				left: -35px;
				}
			.share42init {
				margin-right: 2px;
				}

		/*---rating---*/
		.rating {
			width: 85px;
			height: 17px;
			}
			.unit-rating {
    			list-style: none;
    			margin: 0;
    			padding: 0;
    			width: 85px;
    			height: 17px;
    			position: relative;
    			background: url("../images/rating.png") repeat-x;
				}
				.unit-rating li {
    				text-indent: -9999px;
    				padding: 0;
    				margin: 0;
    				float: left;
					}
					.unit-rating li a {
    					display: block;
    					width: 17px;
    					height: 17px;
    					text-decoration: none;
    					text-indent: -9999px;
    					z-index: 17;
    					position: absolute;
    					padding: 0;
						}
						.unit-rating li a:hover {
    						background: url("../images/rating.png") 0 -17px;
    						z-index: 2;
    						left: 0;
							}
			.unit-rating a.r1-unit { left: 0; }
			.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: url("../images/rating.png") 0 -34px;
    			position: absolute;
    			height: 17px;
    			display: block;
    			text-indent: -9999px;
    			z-index: 1;
				}
			
	.news-text {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		padding-bottom: 5px;
		}
		.news-text img { 
			background: #fff;    
			padding: 5px;
			margin: 10px 0;
			-webkit-box-shadow: 0px 2px 5px 0px rgba(000, 000, 000, 0.3);
 			box-shadow: 0px 2px 5px 0px rgba(000, 000, 000, 0.3);
			}  
			.news-text img[alt="smile"], .title_spoiler img {
				background: none;
				border: none;    
				padding: 0;
				margin: 0;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;   
				}   
				

/* Related news
-----------------------------------------------------------------------------*/
.related ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	.related ul li {
		float: left;
		margin: 0 0 18px 0;
		cursor: pointer;
		width: 20%;
		}
		.related li .img_wrap {
			max-height: 128px;
			width: 90%;
			margin: 0 auto 12px;
			overflow: hidden;
			-webkit-box-shadow:  0px 2px 5px 1px rgba(0, 0, 0, 0.3);
			box-shadow:  0px 2px 5px 1px rgba(0, 0, 0, 0.3);
			border: solid 2px #fff;
			}
	.related li .img_wrap img {
		width: 100%;	
		vertical-align: middle;
		}	
		.related li:hover .img_wrap  {
			border-color: #d33b3d;
			}
		.related ul li a {
			text-decoration: none;
			display: block;
			font-size: 18px;
			line-height: 20px;
			width: 90%;
			margin: 0 auto;
			}
			.related ul li:hover a, .related ul li a:hover {
				text-decoration: underline;
				text-shadow: 1px 1px 0 #fff, 0 1px 3px #9a9a9a;
				}
				
/* Comments
-----------------------------------------------------------------------------*/				

.comments {
	margin-bottom: 30px;
	}		
	#dle-comments-list {
		margin-bottom: 20px;
		}
.comments h2 {
	font-size: 20px;
	}
	.comment {
		position: relative;
		margin: 0 -20px;
		width: 100%;
		padding: 20px;
		background: #fafafa;
		-webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
		}
		.comment.small {
			padding: 10px 20px;
			}
		.comment.even  {
			background: #fff;
			box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
			}
			.lt-ie9 .comment {
				border-bottom: solid 1px #e2e2e2;
				}
			.lt-ie9 .even {
				background: #fff;
				}
		.left-comm {
			width: 150px;
			text-align: center;
			float: left;
			overflow: hidden;
			font: normal 14px/18px "Ubuntu Condensed", sans-serif;
			}
			.left-comm img {
				max-width: 150px;
				}
			.small .left-comm { width: 100px; }
			.small .left-comm img { max-width: 80px; }
			.small .author-descr { display: none; }
			
			.left-comm .group {
				margin: 15px auto;
				background: #ececec;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				padding: 2px 5px 4px 5px;
				text-shadow: 1px 1px 0 #fff;
				-webkit-box-shadow:  0px 1px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
				box-shadow:  0px 1px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
				}
				.small .left-comm .group { display: none; }
		.right-comm {
			margin-left: 150px;
			padding: 0 0 0 20px;
			}
			.small .right-comm {
				margin-left: 100px;
				}
			.right-comm .comm-info {
				font: normal 18px/22px Cuprum, sans-serif;
				color: #d2d7d9;
				text-shadow: 1px 1px 0 #fff;
				border-bottom: solid 1px #d2d7d9;
				width: 100%;
				margin: 0 0 20px 0;
				}
				.small .right-comm .comm-info {
					font-size: 16px;
					line-height: 20px;
					margin-bottom: 10px;
					}
					.small .right-comm .comm-info h3 {
						font-size: 18px;
						}
				.right-comm .comm-info a {
					text-decoration: none;
					}
					.online {
						display: inline-block;
						border: solid 1px #3bd385;
						padding: 0 4px;
						height: 8px;
						-webkit-border-radius: 50%;
						border-radius: 50%;
						background: #45f79b;
						background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1Zjc5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYmQzODUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
						background: -moz-linear-gradient(top,  #45f79b 0%, #3bd385 100%);
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45f79b), color-stop(100%,#3bd385));
						background: -webkit-linear-gradient(top,  #45f79b 0%,#3bd385 100%);
						background: -o-linear-gradient(top,  #45f79b 0%,#3bd385 100%);
						background: -ms-linear-gradient(top,  #45f79b 0%,#3bd385 100%);
						background: linear-gradient(top,  #45f79b 0%,#3bd385 100%);						
						}
						.online {
							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45f79b', endColorstr='#3bd385',GradientType=0 );
							}
				.right-comm .comm-info .comm-date {
					font-size: 14px;
					display: inline-block;
					margin-left: 15px;
					}
				.right-comm .comm-info .comm-id {
					display: inline-block;
					float: right;
					color: #878787;
					}
				.comm-info h3 {
					font: normal 22px/28px Cuprum, sans-serif;
					margin: 0 0 10px 0;
					}
			.right-comm .comm-text hr {
				width: 30%;
				margin: 20px 0 10px 0;
				}
			.signature {
				font-size: 14px;
				color: #bdbdbd;
				text-shadow: 1px 1px 0 #fff;
				margin-bottom: 10px;
				}
				.small .signature {
					display: none;
					}
			.right-comm .comm-foot {
				text-align: right;
				padding-top: 10px;
				}
			.right-comm .comm-foot span a {
				display: inline-block;
				text-align: left;
				text-indent: -9999px;
				background: url(../images/icons.png) no-repeat 0 -180px;
				width: 30px;
				height: 20px;
				margin: 0 0 0 5px;
				}
				.right-comm .comm-foot span.reply a:hover { background-position: 0 -200px; }
			.right-comm .comm-foot span.edit a { background-position: -40px -180px; }
				.right-comm .comm-foot span.edit a:hover { background-position: -40px -200px; }
			.right-comm .comm-foot span.del a { background-position: -78px -180px; width: 20px; }
				.right-comm .comm-foot span.del a:hover { background-position: -78px -200px; }
			.right-comm .comm-foot span.ignore a { background-position: -100px -180px; width: 20px; }
				.right-comm .comm-foot span.ignore a:hover { background-position: -100px -200px; }
				
	.comment-size,
	.pm-pages,
	.footer-buts  {
		text-align: right;
		margin: 0 0 20px 0;
		}
		.pm-pages,
		.footer-buts {
			margin: 20px 0 20px 0;
			}
		.comment-size a,
		.pm-pages a,
		.footer-buts a {
			margin: 0 0 7px 5px;
			padding: 0 10px 0 30px;
			}
			.footer-buts a {
				line-height: 34px !important;
				height: 34px !important;
				padding-left: 41px;
				margin: 0 0 0 20px;
				}
			.comment-size a:after,
			.pm-pages a:after,
			.footer-buts a:after {
				content: "";
				position: absolute;
				top: 2px;
				left: 7px;
				width: 20px;
				height: 20px;
				background: url(../images/icons.png) no-repeat -240px 0;
				}
				.footer-buts a:after {
					width: 26px;
					height: 26px;
					top: 6px;
					}
				.pm-pages a:after {
					top: 6px;
					}
			.comment-size a.small-comments:after { background-position: -240px -20px; }
				.comment-size a.small-comments.selected:after { background-position: -260px -20px; }
			.comment-size a.big-comments:after { background-position: -240px -40px; }
				.comment-size a.big-comments.selected:after { background-position: -260px -40px; }
			.comment-size a.add-comm:after { background-position: -240px 0; top: 4px; }
			
			.pm-pages .inbox a:after { background-position: -240px -60px; }
				.pm-pages .inbox a:hover:after { background-position: -260px -60px; }
			.pm-pages .outbox a:after { background-position: -240px -80px; }
				.pm-pages .outbox a:hover:after { background-position: -260px -80px; }
			.pm-pages .new-pm a:after { background-position: -240px -100px; }
				.pm-pages .new-pm a:hover:after { background-position: -260px -100px; }
				
			.footer-buts  a.feedback:after { background-position: -284px 0; }
				.footer-buts a.feedback:hover:after { background-position: -314px 0; }
			.footer-buts a.stat-link:after { background-position: -284px -26px; }
				.footer-buts a.stat-link:hover:after { background-position: -314px -26px; }
			
.mass_comments_action {
	border-top: solid 1px #e5e5e5;
	padding: 10px 0 0 0;
	margin: 10px 0 20px;
	}
	
/*---Quote---*/

.quote, .title_quote {
	padding: 5px 5px 5px 30px;
	font: italic 16px/20px Georgia, "Times New Roman", serif;
	color: #878787;
	text-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: inset 0px -2px 8px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0px -2px 8px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0 rgba(255, 255, 255, 1);
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	} 
.title_quote {
	font-weight: bold;
	-webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0 rgba(255, 255, 255, 1);
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	}
.quote {
	position: relative;
    padding: 20px;
	padding-left: 45px;
    min-height: 50px;
	}
	.quote:after {
		content: ",,";
		position: absolute;
		top: -47px;
		left: 5px;
		width: 30px;
		height: 36px;
		font: normal 76px/76px serif;
		letter-spacing: -5px;
		color: #bdbdbd;
		text-shadow: 2px 2px 0 #fff, 1px 1px 0 #fff;
		}


.scriptcode {
    color: #004e8d;
    text-align: left;
    font-family: "Courier New";
}

.title_spoiler {
    font-weight: bold;
}

.text_spoiler {
    border-top: 0;
    text-align: justify;
}

.hide {
    background-color: #e8f3fa;
    padding: 5px;
    color: #3a78a5;
    margin: 0 0 1em;
}

.hide a {
    text-decoration: underline;
}

 .hide a:hover {
    text-decoration: none ;
}

.inhide {
    border: 1px solid #d1e3ef;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 5px;
}
/*ADDCOMMENTS-------*/
.add-comm-h3 {
	color: #d33b3d;
	}
.addcomment {
	margin-bottom: 20px;
	}
.addcomment .editor,
.addnews-editor,
.comm-text .editor {
	border: solid 1px #ebebeb;
	-webkit-box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0 rgba(255, 255, 255, 1);
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	}
	.comm-text .editor textarea {
		border: none !important ;
		margin: 10px 0 10px 0 !important;
		font-size: 14px;
		}
	.add-comm-but {
		float: right;
		margin-top: 10px;
		}

textarea#comments {
	width: 100%;
	margin-top: 0px;
	background: none;
	border: 1px solid #d33b3d;
	height: 250px;	
	font-size: 14px;
	}
	
/* AddNews
-----------------------------------------------------------------------------*/
.addnews {
	margin-bottom: 20px;
	}
	.addnews .addnews-item {
		margin-bottom: 1em;
		}
	.addnews .addnews-item b {
		display: block;
		margin-bottom: 5px;
		}
	.addnews .f_input,
	.searchtable table #searchinput,
	.userinfo .f_textarea,
	.userinfo table input[type="text"] {
		width: 670px;
		-webkit-box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0 rgba(255, 255, 255, 1);
		box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0 rgba(255, 255, 255, 1);
		border: solid 1px #ebebeb;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 0 10px;
		line-height: 28px;
		height: 28px;		
		}
		.searchtable table #searchinput {
			width: 670px !important;
			}
		.searchtable table table #searchinput {
			border: solid 1px #ccc;
			-webkit-box-shadow: none;
			box-shadow: none;
			-webkit-border-radius: 0px !important;
			border-radius: 0px !important;
			width: auto !important ;
			line-height: 18px;
			height: 24px;;
			}
		
		.addnews .f_input:focus, 
		.addnews-editor.active,
		.userinfo .f_textarea:focus,
		.userinfo table input[type="text"]:focus {
			border-color: #d33b3d;
			-webkit-box-shadow:  0px 1px 8px 0 rgba(0, 0, 0, 0.1);
			box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.1); 
			}
			.register .addnews-item textarea {
				padding: 10px 10px 10px 10px;
				}
				.userinfo table input[type="text"] {
					width: 615px;
					}
			.userinfo .f_textarea,
			.userinfo table textarea {
				padding: 10px;
				height: 150px;
				}
	.addnews-editor {
		width: 670px;
		}
		.addnews-editor textarea {
			margin-top: 10px;
			border: none;
			width: 100%;
			height: 180px;
			}
			.addnews-editor textarea#full_story {
				height: 300px;
				}
	.addnews-editor div[style*="bg.gif"] {
		width: 670px !important;
		border: none !important;
		padding-bottom: 4px;
		}
	
#dlepopup-news-edit div[style*="bg.gif"],
.comm-text .editor div[style*="bg.gif"] {
	border: none !important;
	padding: 4px;
	}
	.comm-text .editor div[style*="bg.gif"] {
		padding: 0;
		}
	#dlepopup-news-edit div[style*="bg.gif"] .editor_button_brk,
	.addnews-editor div[style*="bg.gif"] .editor_button_brk {
		padding-bottom: 4px;
		}
	#dlepopup-news-edit .editor textarea {
		-webkit-box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0 rgba(255, 255, 255, 1);
		box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0 rgba(255, 255, 255, 1);
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 735px !important;
		padding: 10px 10px 10px 10px !important;
		}
		
.fieldsubmit {
	margin-top: 20px;
	}
	.fieldsubmit button {
		width: 150px;
		}
		
.info {
	margin: 0 -20px 20px -20px;
	padding: 10px 20px;
	-webkit-box-shadow: inset 0px 3px 10px -3px rgba(0, 0, 0, 0.1), inset 0px -3px 10px -3px rgba(0, 0, 0, 0.1);
 	box-shadow: inset 0px 3px 10px -3px rgba(0, 0, 0, 0.1), inset 0px -3px 10px -3px rgba(0, 0, 0, 0.1);
	}
	.info h2 {
		margin: 0 0 10px 0;
		color: #d33b3d;
		}


/* REGISTER 
-----------------------------------------------------------------------------*/
span.red { color: #d33b3d; }
span.green { color: #008000; }
.register span.red, 
.register span.green,
#result-registration {
	display: block;
	width: 680px;
	text-align: right;
	padding-top: 5px;
	}	
	.antispam {
		padding: 10px;
		border: solid 1px #d33b3d;
		-webkit-box-shadow:  0px 1px 8px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 670px;
		margin: 20px 0 20px 0;
		}
		.register .antispam {
			margin-bottom: 0;
			}
	.antispam h3 {  
		color: #d33b3d;
		font-family: Cuprum, sans-serif;
		font-size: 20px;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		border-bottom: solid 1px #d33b3d;
		}    
		.quest {
			margin: 0;
			border-bottom: dashed 1px #d33b3d;
			}
			.quest .answer {
				width: 580px;
				margin-left: 10px;
				}
		 #dle-captcha {
		 	cursor: pointer;
		 	}   
			#dle-captcha a {
				display: none;
				}      
		.showcode {
            padding: 10px;
			margin: 0 10px 0 65px;
			float: left;
		border: solid 1px #d33b3d;
		-webkit-box-shadow:  0px 1px 8px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 5px;
		border-radius: 5px;            
			} 
			.seccode p {
				margin: 10px 0 10px 65px;
				font-weight: bold;
				}  
				input#sec_code {
					width: 160px;
					height: 48px;
					font: italic bold 34px/48px Georgia, Arial, Helvetica, sans-serif; 
					color: #4c4c4c;   
					text-align: center;
					} 


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: right;
	margin-right: -230px;
	width: 230px;
	position: relative;
	}
	#sideRight h3 {
		font: normal 24px/30px "Ubuntu Condensed", sans-serif;
		color: #424242;
		text-shadow: 1px 1px 0 #fff, 0 1px 3px #9a9a9a;
		margin: 20px 0 10px;
		position: relative;
		}
.login, .not-login {
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
	height: 50px;
	overflow: hidden;
	padding: 8px 0 10px 10px;
	font: normal 16px/20px Cuprum, sans-serif;
	}
	.not-login {
		padding: 0;
		height: 80px;
		width: 215px;
		font-size: 14px;
		}
	.login.hover {
		height: 140px;
		background: #f9f9f9;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
		}
	.login ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	.login img {
		max-width: 60px;
		max-height: 57px;
		display: block;
		margin-bottom: 4px;
		-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
		}
		
	.login .photo {
		width: 70px;
		float: left;
		}
	.login .loginbox {
		float: left;
		width: 130px;
		margin-top: 4px;
		position: relative;
		}
	.login a {
		padding: 0 0 0 20px;
		position: relative;
		text-decoration: none;
		color: #424242;
		text-shadow: 1px 1px 0 #fff;
		}
		.login a:hover {
			color: #d33b3d;
			}
		.login a:after {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			width: 20px;
			background: url(../images/icons.png) no-repeat 0 0;
			}
			.login .messare-num {
				display: block;
				position: absolute;
				top: 0; 
				right: 0;
				padding: 0 5px 1px 5px;
				font: normal 10px/14px Tahoma, Arial, Helvetica, sans-serif;
				text-shadow: 0 1px 1px #5f1819;
				background: #d33b3d;
				color: #fff;
				border: solid 1px #fff;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
				box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
				}
				.login .messare-num:hover {
					color: #fff;
					background: #424242;
					}
				.login .messare-num:after { background: none; }
			.login .profile:hover:after { background-position: -20px 0; }
			.login .addnews { color: #d33b3d; }	
				.login .addnews:after { background-position: 0 -20px; }
				.login .addnews:hover { color: #424242; }
					.login .addnews:hover:after { background-position: -20px -20px; }
				.login .photoalbums:after { background-position: 0 -40px; }
					.login .photoalbums:hover:after { background-position: -20px -40px; }
				.login .lastcomments:after { background-position: 0 -60px; }
					.login .lastcomments:hover:after { background-position: -20px -60px; }
				.login .newposts:after { background-position: 0 -80px; }
					.login .newposts:hover:after { background-position: -20px -80px; }
				.login .message:after { background-position: 0 -100px; }
					.login .message:hover:after { background-position: -20px -100px; }
				.login .bookmarks:after { background-position: 0 -120px; }
					.login .bookmarks:hover:after { background-position: -20px -120px; }
				.login .logout:after { background-position: 0 -140px; top: 3px; }
					.login .logout:hover:after { background-position: -20px -140px; }
				.login .admin-link { color: #d33b3d; padding: 0; }
				.login .admin-link:after { background: none; }
				
.not-login-inner {
	position: relative;
	}	
	.login_name,
	.login_password {
		position: relative;
		}
		.login_name:after,
		.login_password:after {
			content: "";
			position: absolute;
			top: 4px;
			left: 6px;
			width: 20px;
			height: 20px;
			background: url(../images/icons.png) no-repeat;
			}
			.login_password:after {
				background-position: -260px 0;
				left: 7px;
				top: 5px;
				}
		.login_name input,
		.login_password input {
			-webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0 rgba(255, 255, 255, 1);
			box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0 rgba(255, 255, 255, 1);
			border: solid 1px rgba(0, 0, 0, 0.15);
			-webkit-border-radius: 5px;
			border-radius: 5px;
			padding: 0 10px 0 25px;
			line-height: 22px;
			height: 22px;
			margin-bottom: 5px;	
			width: 110px;	
			}
			.lt-ie9 .login_name input,
			.lt-ie9 .login_password input {
				border: solid 1px #c4c4c4;
				}
			.loginbut {
				position: absolute;
				top: 0;
				right: 0;
				width: 62px;
				height: 53px !important;
				padding: 0 !important ;
				margin: 0;
				}
			.lostpass {
				float: right;
				margin-right: 8px;
				}
			

.box {
	padding: 0 10px 10px 15px;
	}	
.box-bg {
	padding: 10px 0;
	background: rgba(255, 255, 255, 0.5);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(234,234,234,0.5) 0%, rgba(245,245,245,0.5) 4%, rgba(255,255,255,0.5) 8%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(234,234,234,0.5)), color-stop(4%,rgba(245,245,245,0.5)), color-stop(8%,rgba(255,255,255,0.5)));
	background: -webkit-linear-gradient(left,  rgba(234,234,234,0.5) 0%,rgba(245,245,245,0.5) 4%,rgba(255,255,255,0.5) 8%);
	background: -o-linear-gradient(left,  rgba(234,234,234,0.5) 0%,rgba(245,245,245,0.5) 4%,rgba(255,255,255,0.5) 8%);
	background: -ms-linear-gradient(left,  rgba(234,234,234,0.5) 0%,rgba(245,245,245,0.5) 4%,rgba(255,255,255,0.5) 8%);
	background: linear-gradient(left,  rgba(234,234,234,0.5) 0%,rgba(245,245,245,0.5) 4%,rgba(255,255,255,0.5) 8%);
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-left: none;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	margin-left: 1px;
	}	
	.lt-ie9 .box-bg {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80eaeaea', endColorstr='#80ffffff',GradientType=1 );
		}	
	.right-navi {
		margin: 20px 0 0 1px;
		font: normal 14px/26px Cuprum, sans-serif;
		text-transform: uppercase;
		}
		.right-navi li {
			width: 50%;
			float: left;
			}
			.right-navi li a {
				display: block;
				text-decoration: none;
				padding: 2px 5px 0 15px;
				color: #424242;
				}
				.right-navi li a:hover, .right-navi li a.active {
					color: #fff;
					text-shadow: 0 1px 3px #000;
					}
					.right-navi li a.active {
						background: #bdbdbd;
						}
					.right-navi li a:hover {
						background: #d33b3d;
						}
					.right-navi li.howto {
						width: 100%;
						}
						.right-navi li.howto a {
							position: relative;
							padding-left: 40px;
							color: #d33b3d;
							}
							.right-navi li.howto a strong {
								font-weight: normal;
								}
							.right-navi li.howto a:after {
								content: "";
								position: absolute;
								top: 8px;
								left: 20px;
								width: 20px;
								height: 20px;
								background: url(../images/icons.png) no-repeat 0 -160px;
								}
							.right-navi li.howto a:hover,
							.right-navi li.howto a.active  {
								background: #d33b3d;
								color: #fff;
								}
								.right-navi li.howto a:hover:after,
								.right-navi li.howto a.active:after {
									background-position: -20px -160px;
									}
								.right-navi li.howto.register a:after {
									background-position: -40px 0;
									top: 9px;
									}
									.right-navi li.howto.register a:hover:after,
									.right-navi li.howto.register a.active:after  {
										background-position: -40px -20px;
										}

.tags-cloud h3:after {
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	height: 22px;
	width: 40px;
	background: url(../images/icons.png) no-repeat -40px -151px;
	}					
.tags-cloud, .tags-cloud a {
	font: normal 16px/20px "Ubuntu Condensed", sans-serif;
	color: #878787;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	}	
	.tags-cloud a {
		display: inline-block;
		padding: 0 3px 1px 3px;
		}	
	.tags-cloud a:hover {
		background: #d33b3d;
		color: #fff;
		text-shadow: 0 1px 1px #591a1a;
		}							
	.tags-cloud a.clouds_xsmall { font-size: 14px; }
	.tags-cloud a.clouds_small { font-size: 16px; }
	.tags-cloud a.clouds_medium { font-size: 18px; }
	.tags-cloud a.clouds_large { font-size: 20px; }
	.tags-cloud a.clouds_xlarge { font-size: 24px; }

.forum-last {
	margin-top: 20px;
	}
.forum-last ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font: normal 16px/22px "Ubuntu Condensed", sans-serif;
	color: #878787;
	}
	.forum-last li a {
		position: relative;
		display: block;
		color: #878787;
		text-decoration: none;
		padding: 0 5px 2px 30px;
		}
		.forum-last li a:hover {
			background: #d33b3d;
			color: #fff;
			-webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
			box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
			text-shadow: 0 1px 1px #591a1a;
			}
		.forum-last li a:before {
			content: "";
			position: absolute;
			top: 7px;
			left: 12px;
			width: 15px;
			height: 15px;
			background: url(../images/icons.png) no-repeat -40px 0;
			}
			.forum-last li a:hover:before {
				background-position: -40px -20px;
				}
.forum-last h3 {
	padding: 0 10px 0 15px;
	margin: 0 0 10px 0 !important;
	}
	.forum-last h3:after {
		content: "";
		position: absolute;
		right: 10px;
		top: 3px;
		height: 25px;
		width: 32px;
		background: url(../images/icons.png) no-repeat -40px -122px;
		}
.userinfo .fleft {
	overflow: hidden;
	margin-right: 20px;
	}
	.userinfo-ul {
		overflow: hidden;
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 12px;
		}
		.userinfo-ul .grey {
			display: inline-block;
			width: 110px;
			}
.stat {
	list-style: circle;
	color: #d33b3d;
	}
	.stat li span {
		color: #424242;
		}
		
.tt-panel {
	display: none;
	}
	.index-tabs {
		margin-bottom: 30px;
		}
	.index-tabs h3 {
		cursor: pointer;
		}
.userinfo {
	margin-bottom: 50px;
	}
.userinfo-info .fleft {
	width: 150px;
	overflow: hidden;
	text-align: center;
	}
.userinfo-info .right-info {
	overflow: hidden;
	margin-bottom: 20px;
	}
	.userinfo-info .right-info ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
.rate-wrap {
	margin: 10px 0 10px 32px;
	}
		
	
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 180px;
	padding-top: 20px;
	position: relative;
	font-family: Cuprum, sans-serif;
	}
	#footer .fleft {
		overflow: hidden;
		margin: 0 250px 0 10px;
		}
	#footer .fright {
		position: absolute;
		top: 40px;
		right: 0;
		width: 210px;
		text-align: center;
		}
		.small_logo {
			text-decoration: none;
			background: url(../images/logo_small.png) no-repeat 0 0;
			display: block;
			width: 85px;
			height: 57px;
			margin: 0 auto 8px auto;
			}
			.look {	
				display: inline-block;
				background: #f5f5f5;
				border: solid 1px rgba(0, 0, 0, 0.1);
				width: 210px;
				height: 24px;
				text-align: center;
				font-size: 14px;
				line-height: 24px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				color: #878787;
				}


.counters {
	margin-top: -57px;
	float: left;
	padding: 8px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.5);
	}


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media only screen and (max-width: 1580px) {
  /* Style adjustments for viewports that meet the condition */
  #toTop {
  	left: 90%;
  	bottom: 65px;
  	}
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.clr {clear: both; height: 0; overflow: hidden;}  
.fleft {float: left;}           
.fright {float: right; height: 40px; width: 255px;}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/* Entry Manage Table */
.manTable {}
.manTdError {color:#FF0000;}
.manTd1 { width:100%; padding-bottom:10px; font-weight:bold; }
.manTd2 { width:100%; padding-bottom:20px; }
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */
.manFlaSelect {
	margin-bottom: 10px;
	padding: 5px;
	color: #666666;
	height: 35px;
	border: 1px solid #eaeaea;
	clear: both;
	font-size: 10pt;
}

.sbg {
        background: url(/100_legal3.png) no-repeat transparent;
        background-position: top right ;
        background-repeat: no-repeat;
        z-index: 100;
}

    #shadow {
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index:999;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    }
     
    #photoBox {
        display: none;
        position:absolute;
        top: 10%;
        left: 10%;
        width: 620px;
        height: 450px;
        padding: 10px;
        background-color: #fff;
        z-index:9999;
        overflow: auto;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

/* Miraida css */

.tht a{
    display: block;
    width: 170px;
    min-height: 170px;
}

.tht a img{
        width: 170px;
        height: auto;
}

.bot {
        position: relative;
        width: 1020px;
        min-height: 300px;
        height: auto;    
    }

.boto {
        float: left;
        width: 255px;
        min-height: 300px;
        height: auto;
    }

.bhbox {
        float: left;
        width: 728px;
        height: 90px;    
}

.ratebox2 {
  float: right;
}

.ratebox3 {
  float: right;
}

.ratebox ul, .ratebox ul li {
  float: left;
}

.ratebox2 ul, .ratebox2 ul li {
  float: left;
}

.ratebox3 ul, .ratebox3 ul li {
  float: left;
}

/*Ahsoka style */

.descr {
    float: right; 
    width: 406px; 
    height: 65px; 
    padding: 15px 15px 0 15px;
    color: #D33B3D;
    font-size: 16px;
    font-weight: bold;
    font-family: "Ubuntu Condensed", sans-serif;
}

.dpremium {
    width: 220px; 
    height: 220px;
}

.dpremium2 {
    width: 220px; 
    height: 420px;
}

.newss {
    float: left; 
    width: 255px; 
    height: 286px;
	padding: 0;
	border-bottom: solid 2px #d33b3d;
	margin: 10px 0 10px 0; 
	font-family: "Ubuntu Condensed", sans-serif;
}

.newsr {
    float: left; 
    width: 255px; 
    height: 250px;
	padding: 0;
	border-bottom: solid 2px #d33b3d;
	margin: 10px 0 10px 0; 
	font-family: "Ubuntu Condensed", sans-serif;
}

.posters {
    width: 240px; 
    height: 160px;
}

.posterf {
    width: 320px; 
}

.full1 {
    float: left; 
    width: 340px; 
    height: 250px;
}

		.full1 img { 
			background: #fff;    
			padding: 5px;
			margin: 10px 0;
			-webkit-box-shadow: 0px 2px 5px 0px rgba(000, 000, 000, 0.3);
 			box-shadow: 0px 2px 5px 0px rgba(000, 000, 000, 0.3);
			} 

.full2 {
    float: left; 
    width: 320px; 
    height: 250px;
    padding: 10px;
} 

.eedit {
    color: green;    
}

.full3 {
    float: left; 
    width: 340px; 
    height: 250px;
    text-align: center;
    vertical-align: middle;
}

		.full3 img { 
			background: #fff;    
			padding: 5px;
			margin: 10px 0;
			-webkit-box-shadow: 0px 2px 5px 0px rgba(000, 000, 000, 0.3);
 			box-shadow: 0px 2px 5px 0px rgba(000, 000, 000, 0.3);
			}

.full4 {
    float: left; 
    width: 500px; 
    height: 200px;
    text-align: center;
    color: #d33b3d;
}

.full4 img{ 
    width: 230px; 
    height: 77px;
}

.full4 a{ 
    cursor: pointer;
}

.full5 {
    float: left; 
    width: 500px; 
    height: 200px;
    text-align: center;
    color: green;
}

.full5 img{ 
    width: 230px; 
    height: 77px;
}

.full5 a{ 
    cursor: pointer;
}

.relrel {
    overflow: auto;
    width: 100%; 
    min-height: 500px;
    display:block;
}

/* Ahsoka TopBox */

.topbox {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    height: 70px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
}

.topboxm {
   margin: 0 auto; 
   padding: 0 10px 0 40px;
   width: 1290px;
}

.tbox {
    padding-top: 15px;
    float: left;
    width: 128px;
    height: 55px; 
    border-left: 1px solid #e8e8e8;
    text-align: center;
    color: #424242;
    font: 17px "Ubuntu Condensed",sans-serif;
    text-shadow: 1px 1px 0 #fff, 0 1px 3px #9a9a9a;
}

.tbox a {
    color: #565656;
    display: block;
    height: 31px;    
    text-decoration: none;
    vertical-align: top;
    width: 100%;
    background: transparent;
}

.tbox a:link {color:#565656;}

.tbox a:visited {color:#565656;}

.tbox a:hover {
    background: rgba(0, 0, 0, 0) url("../bg/bg.jpg") repeat scroll 0 0;
    color: #d33b3d;
    text-decoration:none;
}


#tboxlast {
   float: left;
   width: 127px;
   border-left: 1px solid #e8e8e8;
   border-right: 1px solid #e8e8e8;
}

.bg {
    height: 24px;
    width: 24px;
    border: 0;
}

.flag {
    background: transparent;
    height: 120px;
    left: 900px;
    position: absolute;
    top: 31px;
    width: 160px;
    z-index: 800;
}

.flag img{
    height: 100px;
    width: 160px;
    border: 0;
}

.bannerful {width: 733px; height: 80px; background: transparent;float: right; margin-top: -6px;}
.bannerful img{border: 0; width: 718px; height: 80px;
			background: #fff;    
			padding: 5px;
			
			-webkit-box-shadow: 0px 2px 5px 0px rgba(000, 000, 000, 0.3);
 			box-shadow: 0px 2px 5px 0px rgba(000, 000, 000, 0.3);
}

#histats {
    top: 9px;
    margin-left: 20px;
    padding: 6px 11px 0 16px;
    height: 28px;
}

.scam {
    height: auto;
    width: 98%;
    border: 2px dashed #CE0000;
    padding: 10px;
}

/* Vidjet */

.rssnews0 {width: 100%; height: auto;}

.rssnews1 {    
    width: 1300px;
    margin: auto;
    bottom: 0;
    min-height: 50px;
    height: auto;
    padding: 0 20px 0 20px;
    position: fixed;
    z-index: 999;
}

.rssnews2 {
    margin-left: 740px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    height: 60px;
    width: 400px;
    padding: 8px 20px 0 20px;
    font-family: "Ubuntu Condensed", sans-serif;
    text-align: center;
}

.rssnews3 {
    margin: auto;
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    min-height: 100px;
    height: auto;
    width: 1052px;
    padding: 10px 20px 0 20px;
}

#box {display: none;}

.rssnews31 {
    height: auto;
    width: 330px;
    padding: 10px;
    border-right: 1px dashed #CE0000;
    font-family: "Ubuntu Condensed", sans-serif;
    float: left;
    background: #fff none repeat scroll 0 0;
}

.rssnews32 {
    height: auto;
    width: 330px;
    padding: 10px;
    border-right: 1px dashed #CE0000;
    font-family: "Ubuntu Condensed", sans-serif;
    float: left;
    background: #fff none repeat scroll 0 0;
}

.rssnews33 {
    height: auto;
    width: 330px;
    padding: 10px;
    font-family: "Ubuntu Condensed", sans-serif;
    float: left;
    background: #fff none repeat scroll 0 0;
}

.favorites {
    float: right;
    height: 50px;
    width: 50px;
    margin-right: 150px;
    z-index: 22;
}

.tdtdtd {width: 200px; min-height: 200px;}

.sdow {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    padding: 3px 2px 0 0;
}

.sdow a{
    display: block;
    width: 16px;
    height: 16px;
    background: url(/WinZip16.png);
    text-indent: -9999px; /* прячем текст за пределами заголовка */
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.full44 {
    display: block;
    width: 230px;
    height: 77px;
    float: left;
}

#full441 {margin-left: 135px;}
#full442 {margin-left: 24px;}
#full444 {margin-left: 135px;}

.full44 a{
    display: block;
    width: 230px;
    height: 77px;
    background: url(/get_button.png);
    text-indent: -9999px; /* прячем текст за пределами заголовка */
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.full44 a:hover{
    width: 230px;
    height: 77px;
    background: url(/get_button2.png);
    text-indent: -9999px; /* прячем текст за пределами заголовка */
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.full44 a:hover::after { 
 content: attr(data-title); 
}

.com1 {
    float: none;
    display: block;
    width: 500px;
    height: auto;
    border: none;
    margin-top: 40px;
}

.instagram-media, .twitter-tweet {display: inline-block !important;}

.partnermenu {width: 100%; margin-bottom: 10px; min-height: 30px; padding: 10px 20px;}

.partnermenu a{
display: block; 
text-align: center;
float: left; 
margin-right: 10px; 
padding: 10px; 
font: normal 20px/26px "Ubuntu Condensed", sans-serif;
text-shadow: 1px 1px 0 #fff, 0 1px 3px #9a9a9a;
color: #d33b3d; 
text-decoration: none;
text-transform: uppercase;
border: 2px solid #d33b3d; 
border-radius: 5px;
cursor: pointer;
}

.partnermenu a:hover{color: #000; border: 2px solid green;}
.partnermenu a span{display: block; color: #000; text-transform: lowercase; font: normal 10px/12px "Ubuntu Condensed", sans-serif;}

