<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* start reset css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }
html,textarea { overflow: auto; }
body { background: #000 url(images/background-site.jpg) no-repeat center top fixed; font-family: Tahoma; font-size: 9pt; color:#b2b2b2;!important; }
a { color: #dceeee; font-family: Tahoma; text-decoration: none }
a:hover { text-decoration: underline }
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: none; }
table{ border-collapse: collapse; border-spacing: 0; }
img { vertical-align: top; }
:focus { outline: none; }
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,800&amp;subset=latin,cyrillic);
/* end reset css */

/* 
float: left, float: right clears automatically

inline-block is working for Internet Explorer 7

internet explorer class:
.ie .class { background: red; } 
.ie7 .class { background: red; } 
.ie8lte .class { background: red; } 
.ie8 .class { background: red; } 
.ie8gte .class { background: red; } 
.ie9 .class { background: red; } 
*/

.clear_auto { clear: both; display: block; height: 0; line-height: 0; font-size: 0; margin: 0; padding: 0; border: 0; }
.clear:after { clear: both; display: block; content: "."; height: 0; visibility: hidden; font-size: 0; line-height: 0; }
p           { margin: 0 0 1.0em; }
b { font-weight:bold;}
strong {font-weight:bold;}
em, i {font-style:italic;}
#header {
	width:1024px;
	height:200px;
	background: #666 url(images/header-top.jpg) no-repeat top center;
	margin:0 auto;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	position:relative;
}
#top-menu {
	width:1004px;
	background:url(images/background-top-menu.png) no-repeat top center;
	height:40px;
	margin:0 auto;	
	font-size:12pt;
	overflow:hidden;
}
#top-menu ul {
	float:left;	
	margin-left:4px;
}
#top-menu ul li {
	float:left;
	display:block;
}
#top-menu ul li:hover {
	background:url(images/menu-top-hover.jpg) repeat-x top left;
}
#top-menu ul li:hover a {
	background:none;	
}
#top-menu ul li a {
	display:block;
	color:#e6f5fa;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	background: url(images/razdelitel-menu.png) left center no-repeat;
	padding: 9px 20px 11px;
}
.search-right {
	height:31px;
	width:230px;
	background:url(images/search-site-top.jpg) repeat-x top left;
	float:right;
	margin:4px 8px;	
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.search-line {
	background:url(images/search-site-top-input.jpg) top left repeat-x;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	height:26px;
	width: 196px;
	border:none;
	margin: 2px 3px;
	color:#7a7a7a;
	padding-left:3px;
	float:left;
}
.button-search {
	float:right;
	content:"";	
	cursor:pointer;
	margin-right:3px;
	margin-top:5px;
	background:#0d2127 url(images/search-icon.png) no-repeat center center;
	opacity:0.6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:21px;
	width:21px;
border:none;
}
.button-search:hover {
	opacity:0.75;	
}

.wrapper {
	width:1024px;
height:100%;
	margin:0 auto;
	background:#0f1010 url(images/wrapper-topleft.jpg) top left no-repeat;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	position:relative;
	overflow:hidden;
	padding:15px 0px 15px;
color:#b2b2b2;
}
#left {
	float:left;
	width:754px;	
	padding: 0px 10px;
height:100%;
}

.description-site {
	width:754px;
	float:left;	
}
.description-site-top {
	background:url(images/description-site-top.png) no-repeat;
	width:754px;
	height:14px;	
	float:left;
}

.description-site-bottom {
	background:url(images/description-site-bottom.png) no-repeat;
	width:754px;
	height:14px;
	float:left;	
}
.description-site-center {
	background:url(images/description-site-center.png) repeat-y;
	width:724px;
	padding:0px 15px;
	float:left;	
	color:#a3b6b6;
	font-size:8.7pt;
}

/***Ð’Ð¸Ð´ Ð¼Ð°Ñ‚ÐµÑ€Ð¸Ð°Ð»Ð¾Ð²****/
.postmain {
	width:724px;
	float:left;
	background:#0f1010;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-bottom:1px solid #202121;
	border-top:1px solid #202121;
	padding:10px 15px;
	overflow:hidden;
	margin-bottom:15px;
}
.postmain img {
	margin-right:10px;
	float:left;
}
.postmain-right {
	float:left;
	width:520px;
}
.postmain-top {
	width:530px;
	height:27px;
	background: url(images/postmain-1.jpg) no-repeat;
	float:left;
}
.postmain-top a {
	color:#cde6ed;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:11pt;
	margin: 2px 0px 0px 4px;
	float:left;
}
.postmain-top a:hover {
	color:#9fb1b6;
}
.postmain-text {
	width:520px;
	height:106px;
	color:#cadcdc;
	font-size:9pt;
	float:left;
	margin: 5px 0px;
}
.postmain-bottom {
	width:530px;
	height:27px;
	background: url(images/postmain-2.jpg) no-repeat;
	font-size:8pt;
	color:#9fa6a6;
	overflow:hidden;
}
.postmain-bottom span {
	float:left;
	margin:6px 7px 0px;
}
.postmain-bottom span a {
	color:#697e7e;
}
.postmain-bottomright {
	float:right;
	font-size:9pt;
	margin:4px 5px;
	padding: 3px 7px;
	background:#202323;
}
.postmain-bottomright:hover {
	background:#2f3535;
}
.postmain-bottomright a {
	color:#9fa6a6;
}
/**ÐŸÐ¾ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ‡Ð½Ð°Ñ Ð½Ð°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ñ**/
.navigation-page {
	text-align:center;
	margin:10px 0px;
	float:left;
	width:724px;
}
.navigation-page a {
	color:#ffffff;
	height:26px;
	padding:4px 9px;
	background: url(images/pages-navigation.jpg) top left repeat-x;
	margin-left:3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4); 
}
.navigation-page a:hover {
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	text-decoration:none;
}
.navigation-page b {
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5); 
	color:#ffffff;
	height:26px;
	padding:4px 9px;
	background: url(images/pages-navigation.jpg) top left repeat-x;
	margin-left:3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
/*ÐŸÑ€Ð°Ð²Ñ‹Ð¹ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€*/
#right {
	width:250px;
	float:right;
height:100%;
}
.block {
	width:250px;
	float:right;
	margin-bottom:10px;
}
.block-top {
	width:242px;
	height:32px;
	background: url(images/block-top.jpg) top left no-repeat;
	float:left;
	font-family: 'Open Sans', sans-serif;
	color:#cfd4d6;
	font-size:18px;
	padding: 2px 4px 0px;
	text-shadow: 1px 1px 1px #0e1b1d;
    filter: dropshadow(color=#0e1b1d, offx=1, offy=1);
}
.block-center {
	width:240px;
	background:#181919;
	border-bottom:1px solid #242525;
	padding: 5px;
	float:left;
	color:#fff;
}
.verticalnoe-menu {
	width:240px;
	float:left;
}
.verticalnoe-menu li {
	width:240px;
	background:url(images/verticalnoe-menu-bg.jpg) top left no-repeat;
	height:28px;
	margin-bottom:2px;
	display:block;
	position: relative;
}
.verticalnoe-menu li a {
	padding: 4px;
	float:left;
	margin: 3px 4px 0px 4px;
	color:#b3b3b3;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	display:block;
}
.verticalnoe-menu li:hover {
	background:url(images/verticalnoe-menu-bg1.jpg) top left no-repeat;
		-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.verticalnoe-menu li:hover a {
	color:#fff;
	text-decoration:none;
}
.verticalnoe-menu ul {
	width:245px;
	background: url(images/v-menu-u-bg.jpg) top center no-repeat #101414;
	position: absolute;
	right: 245px;
	top: 1px;
	padding:5px 0px;
	display:none;
		-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.verticalnoe-menu li:hover ul {
	width:245px;
	background: url(images/v-menu-u-bg.jpg) top center no-repeat #101414;
	position: absolute;
	left: -245px;
	padding:5px 0px;
	display:block;
}
.verticalnoe-menu ul li {
	width:240px;
	background:url(images/v-menu-u.jpg) bottom left repeat-x;
	height:28px;
	margin-bottom:2px;
	display:block;
	margin-left:3px;
	padding-bottom:4px;
}
.verticalnoe-menu ul li:hover{
	background:url(images/v-menu-u.jpg) bottom left repeat-x;
}
.verticalnoe-menu ul a {
	color:#b3b3b3;
	display:block;
}
.verticalnoe-menu ul li:hover a {
	color:#b3b3b3;
}
/*Ð&nbsp;ÐµÐºÐ»Ð°Ð¼Ð½Ð¾Ðµ Ð¼ÐµÑÑ‚Ð¾ Ð½Ð° ÑÐ°Ð¹Ñ‚Ðµ Ñ Ð¿Ñ€Ð°Ð²Ð¾Ð¹ ÑÑ‚Ð¾Ñ€Ð¾Ð½Ñ‹*/
.reklama-site-right {
	opacity:0.85;
}
.reklama-site-right:hover {
	opacity:1;
}

#blockscreen, #modalwindow {
    position: fixed;
}
#blockscreen {
    background: rgba(0, 0, 0, .5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
#modalwindow {
    z-index: 11;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #a1a1a1;
    box-shadow: 0 0 10px #444;
    
}
/*Ð¤Ð¾Ñ€Ð¼Ð° Ð²Ñ…Ð¾Ð´Ð°*/
.input-vhod-right {
	height:32px;
	color:#686e6e;
	padding-left:5px;
	width:235px;
	background: url(images/form-insite-bg.jpg) repeat-x top left;
	border:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-bottom:3px;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.input-vhod-right:focus {
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.input-vhod-right:hover {
	box-shadow: none;
}
.input-vhod-right-btn {
	background:#333838;
	border:none;
	color:#9fa6a6;
	padding: 3px 3px;
	margin: 3px 66px;
}
.input-vhod-right-btn:hover {
	color:#dfebeb;
	background:#4b5959;
}
.regestration-inforight {
	width:230px;
	background:#291e1a;
	color:#60534e;
	-webkit-box-shadow: inset 0px 1px 1px 1px #2e221d;
	box-shadow: inset 0px 1px 1px 1px #2e221d;
	float:left;
	margin: 7px 0px;
	padding:5px;
}
.regestration-inforight a {
	color:#60534e;
	font-weight:bold;
}
/*Ð¤ÑƒÑ‚ÐµÑ€*/
#footer {
	width:1004px;
	height:73px;
	background:url(images/footer-bg.jpg) repeat-x top left;
float:left;
	color:#bbb;
	padding: 10px 10px 10px;
	text-align:center;
margin-top:15px;
}
#footer-bottom {
width:984px;
padding:15px 10px 10px;
text-align:left;
overflow:hidden;
background:url(images/footer-bottom.png) top left repeat-x;
margin-top:15px;
}
#footer-bottom img {
opacity:0.8;
}
#footer-bottom a:hover img {
opacity:1;
}
#footer-bottom a {
background:#202121;
padding:4px 7px;
color:#94a3a7;

	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer-bottom a:hover {
background:#1f2a2a;
color:#98a3a6;
text-decoration:none;
}
.footer-b-l {
float:left;
}
.footer-b-r {
float:right;
}
/*ÐÐ°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ñ Ð¿Ð¾ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸ÑÐ¼ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†*/
.top-or-material {
width:754px;
float:left;
margin-bottom:10px;
}
.link-top-nav {
float:left;
font-size:9pt;
padding: 3px 7px;
color:#cfd4d6;
}
.link-top-nav span {
font-weight:bold;
}
.add_material {
float:right;
padding: 3px 7px;
background:#202323;
}
.add_material:hover {
background:#2f3535;
}
/*ÐŸÐ¾Ð»Ð½Ð°Ñ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ð° Ð¼Ð°Ñ‚ÐµÑ€Ð¸Ð°Ð»Ð°*/
.postmain-full {
width:724px;
	float:left;
	background:#0f1010;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-bottom:1px solid #202121;
	border-top:1px solid #202121;
	padding:10px 15px;
	overflow:hidden;
	color:#929798;
}
.postmain-full-top {
	width:724px;
	height:36px;
	float:left;
	background:url(images/h1-full.jpg) no-repeat top left;
	color:#a7b8bd;
	text-align:center;
}
.postmain-full-top h1 {
	font-size:13pt;
	font-family: 'Open Sans', sans-serif;
	margin-top:4px;
}
.postmain-info {
	width:724px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.right-postmain {
float:left;
width:235px;
height:235px;
position:relevate;
overflow:hidden;
}
.left-postmain {
	float:right;
	width:475px;
	color:#909ea2;
}
.left-postmain li {
	padding:5px;
	border-bottom:1px solid #272828;
}
.left-postmain li img {
	float:right;
}
.left-postmain li span {
	color:#bed3d9;
}
.zagolovok {
	width:724px;
	float:left;
	text-align:center;
	margin-bottom:5px;
	font-size:13pt;
	font-family: 'Open Sans', sans-serif;
	color:#a7b8bd;
}
.date-full {
position: absolute;
left:25px;
height:20px;
color:#c4c4c4;
width:235px;
background:rgba(0, 0, 0, 0.65);
text-align:center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
 .date-full:hover {
	opacity:0;
}
/*Ð¡ÐºÐ°Ñ‡Ð°Ñ‚ÑŒ (ÐºÐ½Ð¾Ð¿ÐºÐ¸)*/
.download-s-site {
	width:191px;
	height:49px;
	background:url(images/download-site-1.jpg) no-repeat;
	margin:0 auto;
}	
.download-s-site:hover {
	background:url(images/download-site-2.jpg) no-repeat;
}	
.download-s-rsite {
	width:191px;
	height:49px;
	background:url(images/download-rsite-1.jpg) no-repeat;
	margin:0 auto;
	margin-top:3px;
}	
.download-s-rsite:hover {
	background:url(images/download-rsite-2.jpg) no-repeat;
}	
.dwnsite {
	padding:0px 191px 49px 0px;
}
.download-files {
width:382px;
text-align:center;
margin:10px auto;
}
/*ÐÐµÐ´Ð¾Ñ€Ð¾Ð±Ð¾Ñ‚ÐºÐ¸*/
.wysibb-body {background:#292929 !important;}
.wysibb-text {background-color: #121212 !important;}
.myWinSuccess {color:#bababa !important;}

/*Ð¤Ð¾Ñ€Ð¼Ð° Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸ÐµÐ²*/
.commFl {
background:#494e4e;
border:none;
margin-bottom:2px;
padding:4px;
color:#fff;
}
textarea.commFl {
width:706px;
}
.securityCode {
background:#494e4e;
border:none;
margin:5px;
padding:4px;
color:#fff;
}
#secuImgC {
margin-top:5px;
}
.commSbmFl {
border:none;
font-size:9pt;
	margin:4px 5px;
	padding: 3px 7px;
color:#697e7e;
	background:#202323;
}
.commSbmFl:hover {
	background:#2f3535;
color:#fff;
}
.related-post {
float:left;
margin:10px 0px 10px 20px;
width:624px;
}
.related-post .infTd {
width:310px;
}
.related-post ul {
margin-left:10px;
float:left;
}
.related-post span {
float:left;
width:100%;
margin-bottom:10px;
color:#adc1c1;
font-size:16px;
}
.related-post li {
padding:6px 5px 5px 0px;
border-bottom:1px dashed #292c2c;
}
.related-post li a {
color: #8b9999;
}
.related-post li a:hover {
text-decoration:none;
}</pre></body></html>