@font-face {
    font-family: Cuprum; /* имя шрифта для CSS правил */
    src: local("Cuprum"), /* проверяем наличие шрифта в ОС пользователя */
         url(../css/Cuprum-Regular.ttf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
  }


/* =============================================================================
   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 "Cuprum", 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: #000; text-decoration: underline; }
a:hover { color: #464646; 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; }

/* Redeclar 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: #db0000; 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 #db0000;  
		font: normal 12px/20px Cuprum, 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: #db0000;
		box-shadow: 0 1px 3px #C4C4C4;
		border: 1px solid #db0000;
		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: 960px;
	max-width: 1400px;
	margin: 0 auto;
	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: #db0000;	
		}
		.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,  #dd1717 0%, #dc1010 47%, #dc1010 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,  #dd1717 0%,#dc1010 47%,#cc3939 100%);
			background: -o-linear-gradient(top,  #dd1717 0%,#dc1010 47%,#db0000 100%);
			background: -ms-linear-gradient(top,  #edd1717 0%,#dc1010 47%,#db0000 100%);
			background: linear-gradient(top,  #dd1717 0%,#dc1010 47%,#db0000 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: #db0000;
				-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: "Cuprum", 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 {

 	border-bottom: none;
 	border-top: none;
 	position: absolute;
 	top: 0;
 	left: 0;
 	;

 	z-index: 10;
 	}

 	.logo {

 		width: 310px;
 		height: 65px;
 		margin: 5px;
			
 			
 			float: left;
 		}


 					

	.search-header {
 		position: absolute;
 		top: 26px;
 		left: 350px;
 		width: 708px;
 		height: 26px;	
 		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: 26px;
				line-height: 26px;
				padding: 0 10px;
				width: 650px;
				background: transparent;
				border: none;
				font-family: Cuprum, sans-serif;
				color: #bdbdbd;
				}
				.search-inner .s_submit {
					position: absolute;
					right: 0;
					top: 0;
					width: 28px;
					height: 26px;
					background: #0095FF 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: 10px 10px 10px 10px;
         
			}
			#content {

				width:1030px;
				padding-bottom:50px;
				padding: 20px 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;  }


				

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


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




/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: right;
	margin-right: -230px;
	width: 230px;
	position: relative;
	}
	#sideRight h3 {
		font: normal 24px/30px "Cuprum", 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: #db0000;
			}
		.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 Cuprum, Arial, Helvetica, sans-serif;
				text-shadow: 0 1px 1px #5f1819;
				background: #db0000;
				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: #db0000; }	
				.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: #db0000; 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: 90px 0 0 1px;
		font: normal 14px/26px Cuprum, sans-serif;
		text-transform: uppercase;
		}
		.right-navi li {
			width: 100%;
			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: #db0000;
						}
					.right-navi li a:hover {
						background: #db0000;
						}
					.right-navi li.howto {
						width: 100%;
						}
						.right-navi li.howto a {
							position: relative;
							padding-left: 40px;
							color: #db0000;
							}
							.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: #db0000;
								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 "Cuprum", 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: #db0000;
		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 "Cuprum", 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: #db0000;
			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;
			}

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


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



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


/* PageSelector Start */
.catPages1 {color:#ffffff; border:1px;margin-bottom:10px;margin-top:10px;}
.catPages1 a:link,
.catPages1 a:visited,
.catPages1 a:hover,
.catPages1 a:active {text-decoration:none;color: #57caff;background:#f9f9f9;padding:3px 6px;font-size:11px;font-weight:bold;border:1px solid #57caff;}
.catPages1 a:hover {background:#63ceff;color:#FFFFFF;font-weight:bold;border:1px solid #57caff;}
.catPages1 b {text-decoration:none;background:#ffffff;padding:3px 6px;color:#c2efff;font-size:11px;border:1px solid #c2efff;}

.pagesBlockuz1 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;}
.pagesBlockuz1 a:link,
.pagesBlockuz1 a:visited,
.pagesBlockuz1 a:hover,
.pagesBlockuz1 a:active {text-decoration:none;color: #57caff;background:#f9f9f9;padding:3px 6px;font-size:11px;font-weight:bold;border:1px solid #57caff;}
.pagesBlockuz1 a:hover {background:#63ceff;color:#FFFFFF;font-weight:bold;border:1px solid #57caff;}
.pagesBlockuz1 b {text-decoration:none;background:#ffffff;padding:3px 6px;color:#ccc;font-size:11px;border:1px solid #e6e6e6;}

.pagesBlock1 {color:#EFEEEB;border:0px;margin-bottom:10px;margin-top:10px;}
.pagesBlock1 a:link,
.pagesBlock1 a:visited,
.pagesBlock1 a:hover,
.pagesBlock1 a:active {text-decoration:none;color: #57caff;background:#ffffff;padding:3px 10px;font-size:11px;font-weight:bold;}
.pagesBlock1 a:hover {background:#63ceff;color:#FFFFFF;font-weight:bold;}
.pagesBlock1 b {text-decoration:none;background:#ffffff;padding:3px 10px;color:#ccc;font-size:11px;}

.catPages2 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;}
.catPages2 a:link,
.catPages2 a:visited,
.catPages2 a:hover,
.catPages2 a:active {text-decoration:none;color: #57caff;background:#f9f9f9;padding:3px 6px;font-size:11px;font-weight:bold;border:1px solid #57caff;}
.catPages2 a:hover {background:#63ceff;color:#FFFFFF;font-weight:bold;border:1px solid #57caff;}
.catPages2 b {text-decoration:none;background:#ffffff;padding:3px 6px;color:#ccc;font-size:11px;border:1px solid #e6e6e6;}

.pagesBlockuz2 {color:#ffffff;border:1px;margin-bottom:10px;margin-top:10px;}
.pagesBlockuz2 a:link,
.pagesBlockuz2 a:visited,
.pagesBlockuz2 a:hover,
.pagesBlockuz2 a:active {text-decoration:none;color: #57caff;background:#f9f9f9;padding:3px 6px;font-size:11px;font-weight:bold;border:1px solid #57caff;}
.pagesBlockuz2 a:hover {background:#63ceff;color:#FFFFFF;font-weight:bold;border:1px solid #57caff;}
.pagesBlockuz2 b {text-decoration:none;background:#ffffff;padding:3px 6px;color:#ccc;font-size:11px;border:1px solid #e6e6e6;}

.pagesBlock2 {color:#EFEEEB;border:0px;margin-bottom:10px;margin-top:10px;}
.pagesBlock2 a:link,
.pagesBlock2 a:visited,
.pagesBlock2 a:hover,
.pagesBlock2 a:active {text-decoration:none;color: #57caff;background:#ffffff;padding:3px 10px;font-size:11px;font-weight:bold;}
.pagesBlock2 a:hover {background:#63ceff;color:#FFFFFF;font-weight:bold;}
.pagesBlock2 b {text-decoration:none;background:#ffffff;padding:3px 10px;color:#ccc;font-size:11px;}
/* PageSelector end */

/* Вид новостей для uCoz v2  
------------------------------------------*/  
.cell_news {  
  float:left;  
  width:100%;  
  margin-bottom: 15px;  
  overflow:hidden;  
  background: #fff;  
  border: 3px solid #ACACAC;  
  font:11px Verdana,Arial,Helvetica, sans-serif;  
  text-shadow: 1px 1px 1px #fff;  
  color:#888;  
  border-radius:5px;  
}  

.cell_news h2 {  
  margin:0;  
  float:left;  
  width:100%;  
  background:#f4f4f4;  
  padding: 7px 20px;  
  font: 125% Verdana,Arial,Helvetica, sans-serif;  
  font-weight: 700;  
}  

.news_img img {  
  width:100%;
  height:100px;  
}  

.news_bottom {  
  float:left;  
  width:100%;  
  margin-top: -3px;  
  background:#f4f4f4;  
}  

.news_author{  
  float:left;  
}  

.news_author img {  
  float:left;  
  width:20px;  
  height:20px;  
  margin: 7px 5px 0px 20px;  
}  

.news_author a {  
  float:left;  
  font-weight: 700;  
  margin: 8px 5px 0px 5px;  
}  

.news_statistics{  
  float:right;  
  margin:0;  
  padding: 0;  
  margin-right: -2px;  
  list-style:none;  
  border-left: 1px solid #d1d1d1;  
}  

.news_statistics li {  
  float:left;  
  height:20px;  
  padding: 9px 8px 1px 8px;  
  border-right: 1px solid #d1d1d1;  
  border-left: 1px solid #fff;  
}  

.news_statistics span{  
  float:left;  
  margin: 0px 5px 0px 0px;  
}  

.opacity a:hover img {filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85); -moz-opacity: 0.7; opacity: 0.7; filter: alpha(opacity=85);}