/*
	CW (crystal-web.ru)
*/

/* Reset */

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 {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
  width: 100%;
  height: 100%;
}

input,
textarea {
}

/* Основные элементы */

*{
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

a{
	-webkit-transition: all 0.15s ease; -o-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease; transition: all 0.15s ease;
	color: #034888; text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

h1, h2, h3, h4, h5{
	font-weight: normal;
}

h1{
	font-size: 16pt; line-height: 1.2;
}

h2{
	font-size: 15pt;
}

h3{
	font-size: 14pt;
}

h4{
	font-size: 12pt;
}

h5{
	font-size: 10.5pt;
}

h6{
	font-size: 9.2pt; font-weight: bold;
}

body{
	background: #eee url('../images/body_bg.jpg') repeat;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #393636; font-size: 9.2pt;
}

.content{
	margin: 0 auto!important; min-width: 985px; max-width: 1280px; width: 80%;
	overflow: hidden;
}

a.logo_top{
	display: block; float: left; padding: 10px 15px; background: #e7e7e7;
}


a.logo_top:hover{
	background: #d9d9d9;
}

a.logo_top:active{
	background: #c1c1c1;
}

.header{
	background: #559fb4 url('../images/header_bg.jpg') center;
	width: 100%; height: 185px; color: #fff;
}

.header .content .left{
	margin-right: 265px; padding: 15px; height: 155px; position: relative;
	background: transparent url('../images/header_content_bg.png') repeat;
}

.header .content .right{
	float: right; width: 220px; height: 155px; padding: 15px;
	background: transparent url('../images/header_content_bg.png') repeat;
}

.header .content .left h3, .header .content .right h3{
	font-weight: lighter; font-size: 14pt; display: block; 
	font-family: "Segoe UI Light", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    
}

.header .content .left h4, .header .content .right h3{
	height: 28px; display: block; font-weight: lighter; font-size: 14pt; display: block;
	line-height: 28px; background: transparent url('../images/header_content_bg.png') repeat;
    font-family: "Segoe UI Light", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin: 0 -15px; padding: 0 15px;
}


.subnav .top_menu_bg{
	height: 30px; width: 100%; position: relative;
	background: #373737; border-color: #000; border-style: solid;
	border-width: 1px 0 1px 0;
}

.subnav .fixed_only{
    display: none;
}

.subnav-fixed .fixed_only{
    display: block;
}

.subnav-fixed .unfixed_only{
    display: none;
}

a.go_top{
    width: 40px; height: 45px; display: block; position: absolute;
    background: #d8d8d8 url('../images/go_top.png') top; cursor: pointer;
}

a.go_top:hover{
    background-position: bottom;
}

a.logo_top_fixed{
    display: block; height: 30px; width: 140px;
    background-image: url('../images/logo_top_white.png'); background-repeat: no-repeat;
    background-position:  15px 5px;	-webkit-transition: background-color 0.1s ease; -o-transition: background-color 0.1s ease;
	-moz-transition: background-color 0.1s ease; transition: background-color 0.1s ease;
}

a.logo_top_fixed:hover{
    background-position: 15px -34px;
}

.subnav .logo_fixed{
    display: none;
}

.subnav-fixed .logo_fixed{
    display: block; float: left;
}

.subnav-fixed{
    position: fixed; top:0; left: 0; right: 0; z-index: 999;
}

.subnav-fixed .top_menu_bg{
	height: 30px; padding-bottom: 7px; border-bottom: 0;
	background: transparent url('../images/top_menu_fixed_bg.png') repeat-x;
}

.subnav-fixed .top_menu_bg #top_menu{
	margin-left: 50px;
}

.top_menu_bg .content{
	padding: 0 15px; overflow: visible;
}

#top_menu {
	list-style: none; padding: 0; margin: 0;
}

#top_menu .sub ul {
	display: block;
}

#top_menu {
	position: relative;
}

#top_menu li {
	float: left; margin: 0; padding: 0; 
}

#top_menu li a {
	display: block; float: left; line-height: 30px; padding: 0 15px;
	color: #fff; text-decoration: none; font-size: 10pt;

}

#top_menu li.mega-hover a, #top_menu li.mega-hover a:hover {
	background-color: #d6d6d6; color: #252525;
}

#top_menu li a:hover {
	background-color: #e7e7e7; color: #252525;
}

#top_menu li .sub-container {
	position: absolute;
}

#top_menu li .sub {
	background: #d6d6d6; padding: 15px; border: 1px solid #ccc; border-top: 0;
}

#top_menu li .sub .row {
	width: 100%; overflow: hidden; clear: both;
}

#top_menu li .sub li {
	list-style: none; float: none; width: 170px; font-weight: normal;
}

#top_menu li .sub li.mega-hdr {
	margin-right: 10px; float: left; height: 190px!important;
}

#top_menu li .sub li.mega-hdr.last {
	margin-right: 0;
}

#top_menu li .sub a {
	background: none; color: #111; padding: 7px 10px; display: block; 
	float: none;
}

#top_menu li .sub li.mega-hdr a.mega-hdr-a {
	padding: 0 8px; margin-bottom: 5px; background: #6B6B6B; 
	text-transform: uppercase; color: #fff; cursor: default;
}

#top_menu li .sub li.mega-hdr:hover a.mega-hdr-a{
	background: #3d3d3e;
}

#top_menu .sub li.mega-hdr li a {
	padding: 0 8px;

}

#top_menu .sub li.mega-hdr li a:hover {
	color: #154a6a; background: #d6d6d6; text-decoration: underline;
}

#top_menu .sub ul li {
	padding-right: 0;
}

#top_menu li .sub-container.non-mega .sub {
	padding: 10px;
}

#top_menu li .sub-container.non-mega li {
	padding: 0; width: 190px; margin: 0;
}

#top_menu li .sub-container.non-mega li a {
	padding: 7px 5px 7px 22px;
}

#top_menu li .sub-container.non-mega li a:hover {
	color: #a32403; background: #efefef;
}

.speedbar{
	height: 30px; background: #e8e8e8; padding: 0 7px;
}

.speedbar a{
	display: inline-block; line-height: 30px;
	color: #545353; text-decoration: none;
}

.speedbar a:hover{
	background: #dddbdb;
}

.speedbar a:active{
	background: #d0cfcf;
}

.main .right{
	float: right; width: 250px;
}

.main .right .cnt{
	background: #e7e7e7; padding: 10px 0;
}

.main .right .cnt .title{
	width: 220px; height: 30px; background: #2a6a8a url('../images/right_title_bg.png');
	padding: 0 15px;
}

.main .right .cnt .title h3, .main .right .cnt .title .btn{
	display: inline-block; background: transparent url('../images/right_title_h3_bg.png') repeat;
	line-height: 30px; height: 30px; font-size: 11pt; color: #fff; padding: 0 10px;
}

.main .right .cnt .title .btn{
	float: right; padding: 9px 10px; height: 12px;
}

.small_search{
	height: 30px; width: 250px; background: #e8e8e8; overflow: hidden;
	margin-bottom: 10px; position: relative;
}

.small_search .bar{
	display: block; border: 0; background: transparent; height: 30px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-style: italic; color: #797979;  width: 185px; padding: 0 10px;
}

.small_search .search{
	display: block; width: 15px; height: 14px; background: transparent url('../images/search.png') top;
	position: absolute; right: 30px; top: 9px;
}

.small_search a.extended{
	display: block; width: 15px; height: 15px; background: transparent url('../images/search_ext.png') top;
	position: absolute; top: 8px; right: 10px; -webkit-transition: all 0s ease; -o-transition: all 0s ease;
	-moz-transition: all 0s ease; transition: all 0s ease;

}

.small_search a.extended:hover{
	background-position: bottom;
}

.small_search .search:hover{
	background-position: bottom;
}

ul.popular_right{
	list-style: none; margin: 0px;
}

ul.popular_right li{
	border-top: 1px #d6d6d6 solid; display: block; overflow: hidden;
}

ul.popular_right li:first-child{
	border: 0;
}

ul.popular_right li a{
	color: #252525; text-decoration: none; display: block; padding: 10px 10px 10px 0;
} 

ul.popular_right li a:hover{
	background: #e1e1e1;
}

ul.popular_right li a span.pop_cnt{
	display: block; margin-left: 45px; padding-top: 2px;
}

ul.popular_right li a span.pop_rating{
	display: block; float: left; width: 27px; height: 20px; line-height: 20px;
	text-align: right; padding: 0 4px; background: #60ad60; color: #fff;
}

span.pop_rating{
	float: right; height: 20px; line-height: 20px;
	text-align: center; padding: 0 4px 0 4px; background: #60ad60; color: #fff;
}

.poll_right{
	margin-bottom: 20px;
}

.poll_right h5{
	display: block; padding: 6px 15px; background: #dadada; margin: 10px 0;
	font-size: 9pt; font-weight: bold;
}

.poll_right .one_vote{
	height: 20px; background: #dadada; width: 220px; margin-bottom: 10px;
	position: relative; line-height: 20px; padding: 0 15px;
}

.poll_right .one_vote span.poll_right{
	z-index: 1; position: absolute; right: 15px;
}

.poll_right .vote{
    padding: 2px 11px;
}

span.poll_left{
	z-index: 1; position: absolute;
}

.poll_right .one_vote span.poll_bg{
	background: #acc3cb; height: 20px; position: absolute; left: 0; z-index: 0;
	top: 0;
}

.poll_right p{
	display: block; padding: 0 15px; color: #918c8c;
}


.who_online{
	margin: 10px 0 20px 0;
}

.who_online span.top, .who_online span.bottom{
	background: #dadada; padding: 6px 15px; display: block; 
}

.who_online span.middle{
	background: #e7e7e7; padding: 6px 15px; display: block; 
}

.who_online table{
	padding: 0 15px; display: block; margin: 10px 0; width: 220px;
}

.who_online table tr td{
	width: 110px; line-height: 20px;
}

.who_online table tr td a{
	color: #252525; text-decoration: none;
}

.who_online table tr td a:hover{
	text-decoration: underline;
}

.who_online span.bottom a{
	margin-right: 10px; color: #252525; text-decoration: none;
}

.who_online span.bottom a:hover{
	text-decoration: underline;
}




ul.forum_last{
	margin: 10px 0 10px 0; display: block; list-style: none;
}

ul.forum_last li{
	display: block; margin-top: 5px;
}

ul.forum_last li:first-child{
	margin-top: 0;
}

ul.forum_last li span.top{
	display: block; padding: 0 15px; color: #686868; margin-bottom: 3px;
}

ul.forum_last li span.top a{
	text-decoration: none; font-weight: bold; color: #686868;
}

ul.forum_last li span.top a:hover{
	color: #323232;
}

ul.forum_last li .go_full{
	display: block; padding: 6px 15px; color: #252525; text-decoration: none;
	background: #dfdfdf;
}

ul.forum_last li .go_full:hover{
	background: #d3d3d3;
}

ul.forum_last li .go_full a{
	color: #252525; text-decoration: none;
}



.main .right .commercial{
	width: 160px; height: 600px; margin: 10px auto 20px auto; background: #fff;
}

.main .left{
	margin-right: 265px; overflow: hidden; min-width: 720px;
}

.main .left .commercial{
	height: 90px; background: #e8e8e8; margin: 2px 0; overflow: hidden;
}

.commercial .cnt{
	margin: 0 auto; width: 728px; overflow: hidden;
}

h2.cat_title{
	vertical-align: middle; font-size: 13pt; color: #2b6a8a; margin: 10px 0;
}

h2.cat_title img{
	vertical-align: middle; margin-right: 8px;
}

.left_col_news{
	width: 49%; float: left;
}

.right_col_news{
	width: 49%; margin-left: 51%;
}

.sn_01{
	background: #e7e7e7; overflow: hidden; margin: 2px 0;
}

.sn_01 .sn_left{
	width: 170px; height: 100px; float: left; background-size: cover;
	-o-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;
	-khtml-background-size: cover;  background-position: center center;
}

.no_images img{
	display: none;
}

.no_images br{
	display: none;
}

.sn_01 .no_images{
	overflow: hidden;
}


.sn_01 .sn_right .cnt{
	padding: 10px 15px;
}


.sn_01 .sn_right .cnt .top .favs img{
	float: left;
}

.sn_01 .sn_right .cnt .top h2 a.title{
	color: #252525; text-decoration: none; font-size: 12pt;
    display: block;	white-space: nowrap; overflow: hidden;
    text-overflow: ellipsis; -o-text-overflow: ellipsis;
}

.sn_01 .sn_right .cnt .top h2 a.title:hover{
	text-decoration: underline;
}

.sn_01 .sn_right .cnt .top .sn_info, .sn_01 .sn_right .cnt .top .sn_info a{
	font-size: 8pt; color: #8d8a8a; text-decoration: none; margin-bottom: 7px;
}

.sn_01 .sn_right .cnt .top .sn_info a:hover{
	text-decoration: underline;
}

.sn_01 .sn_right .cnt .top .sn_rating{
	float: right;
	margin: 2px -15px 0 0; -webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; -moz-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

.sn_01 .sn_right .bottom{ 
	background: #dfdfdf; height: 25px; padding: 0 15px; line-height: 25px;
}

.sn_01 .sn_right .bottom a{
	color: #393636; text-decoration: none;
}

.sn_01 .sn_right .bottom a:hover{
	text-decoration: none;
}

.sn_01 .sn_right .bottom a:hover span{
    text-decoration: underline!important;
}

.sn_01 .sn_right .bottom .edit_news a{
	float: left; display: block; height: 15px; width: 15px; padding: 5px;
	margin-right: 5px;
}

.sn_01 .sn_right .bottom .edit_news a:hover{
	background: #d2d2d2;
}

.sn_01 .sn_right .bottom a.go_full{
	float: right; background: #d7d7d7 url('../images/go_full.png') no-repeat 90px 7px;
	padding: 0 30px 0 15px; margin-right: -15px;
}

.sn_01 .sn_right .bottom a.go_full:hover{
	text-decoration: none; background-color: #cecece;
}

.sn_01 .sn_right .bottom a.go_full:active{
	background-color: #c0c0c0;
}

.sn_02{
	background: #ededf1; margin: 10px 0;
}

.sn_02 h3 a.title{
	display: block; padding: 10px 15px; font-size: 12pt; color: #252525;
	text-decoration: none;
}

.sn_02 h3 a.title:hover{
	background: #e0e0e2;
}

.sn_02 .top{
	width: 100%; height: 150px; background-size: cover;
	-o-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;
	-khtml-background-size: cover; background-position: center center;
}

.sn_02 .cnt{
	padding: 10px 15px;
}

.sn_02 .cnt img{
	display: none;
}

.sn_02 .cnt br{
	display: none;
}

.sn_02 .bottom, .sn_04 .bottom{
	background: #dfdfdf; height: 30px; line-height: 30px;
}

.sn_02 .bottom .sn_info, .sn_04 .bottom .sn_info{
	margin: 0 35px 0 15px;
}

.sn_02 .bottom .sn_info a, .sn_04 .bottom .sn_info a{
	color: #252525; text-decoration: none;
}

.sn_02 .bottom .sn_info a:hover, .sn_04 .bottom .sn_info a:hover{
	text-decoration: underline;
}

.sn_02 .bottom .sn_rating, .sn_04 .bottom .sn_rating{
	float: left;
	-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease; transition: all 0.3s ease;
}


.sn_02 .bottom a.go_full, .sn_04 .bottom a.go_full{
	display: block; height: 30px; width: 30px; float: right;
	background: #686868 url('../images/go_full2.png') no-repeat center center;
}

.sn_02 .bottom a.go_full:hover, .sn_04 .bottom a.go_full:hover{
	background-color: #4a4a4a;
}

.sn_02 .bottom a.go_full:active, .sn_04 .bottom a.go_full:active{
	background-color: #393939;
}

ul.sn_03{
	list-style: none;
}

ul.sn_03 li{
	display: block; padding: 7px 0; background: transparent url('../images/sn_03.png') repeat-x top; 
}

ul.sn_03 li:first-child{
	background: none;
}

ul.sn_03 li a.go_full{
	display: block; min-height: 21px; font-size: 12pt; text-decoration: none;
	background: transparent url('../images/go_full3.png') no-repeat right center;
	color: #666; padding: 0 30px 5px 5px; border-bottom: 1px #dfdfdf dashed;
}

ul.sn_03 li a.go_full:hover{
	background-image: url('../images/go_full3h.png'); color: #1b1b1b;
}

ul.sn_03 li .sn_info{
	padding: 3px 5px 2px 5px; color: #8d8a8a; font-size: 8pt;
}

ul.sn_03 li .sn_info a{
	color: #8d8a8a; text-decoration: none;
}

ul.sn_03 li .sn_info a:hover{
	text-decoration: underline;
}

.sn_04_left{
	float: left; width: 49%;
}

.sn_04{
	background: #ededf1; overflow: hidden; height: 200px;
}

.sn_04 h3 a.go_full{
	display: block; padding: 0 15px; line-height: 30px; height: 30px;
	font-size: 12pt; text-decoration: none; color: #252525;
	background: #dfdfdf; white-space: nowrap; overflow: hidden;
    text-overflow: ellipsis; -o-text-overflow: ellipsis;
}

.sn_04 h3 a.go_full:hover{
	background: #c6c6c6;
}

.sn_04 .cnt{
	padding: 15px; overflow: hidden;
}

.sn_04 .cnt .sn_left{
	float: left; width: 145px; height: 110px; background-size: cover;
	-o-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;
	-khtml-background-size: cover;
}

.sn_04 .cnt .sn_right{
	margin-left: 160px;
}

ul.sn_04_right{
	width: 49%; margin-left: 51%; display: block; list-style: none;
}

ul.sn_04_right li, .src_res{
	display: block; height: 50px; 
	background: transparent url('../images/sn_03.png') repeat-x top;
}

ul.sn_04_right li:first-child{
	background: none;
}

ul.sn_04_right li a, .src_res a{
	display: block; min-height: 21px; text-decoration: none; padding: 5px 30px 5px 3px;
	background: transparent url('../images/go_full3.png') no-repeat right center;
}

ul.sn_04_right li a:hover, .src_res a:hover{
	background-image: url('../images/go_full3h.png');
}

ul.sn_04_right li a span.top, .src_res a span.top{
	display: block; font-size: 12pt; color: #666; white-space: nowrap; overflow: hidden;
    text-overflow: ellipsis; -o-text-overflow: ellipsis;
    -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease; transition: all 0.3s ease; 
}

ul.sn_04_right li a:hover span.top, .src_res a:hover span.top{
	color: #252525;
}

ul.sn_04_right li a span.sn_info, .src_res a span.sn_info{
	display: block; color: #8d8a8a; font-size: 8pt;
	-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease; transition: all 0.3s ease;
}

ul.sn_04_right li a:hover span.sn_info, .src_res a:hover span.sn_info{
	color: #555;
}

.sn_05_left{
	float: left; width: 32%;
}

.sn_05_right{
	width: 32%; float: right;
}

.sn_05_center{
	margin: 0 33% 0 34%; width: 32%;
}

.sn_05{
	width: 100%; height: 130px; background: #ededf1; background-size: cover;
	-o-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;
	-khtml-background-size: cover; position: relative; background-position: 0 50%;
}

.sn_05:first-child{
	margin-left: 0;
}

.sn_05 .sn_rating{
	background: transparent url('../images/sn_rating.png') top; width: 70px; height: 20px;
	position: absolute; bottom: 7px; left: 7px;
}

.sn_05 .sn_rating:hover{
	background-position: bottom;
}

.sn_05 a.sn_info{
	background: transparent url('../images/sn_info.png') left top; height: 20px; line-height: 20px;
	padding: 0 5px 0 20px; display: inline-block; position: absolute; bottom: 7px; right: 7px;
	color: #fff; text-decoration: none;	-webkit-transition: all 0s ease; -o-transition: all 0s ease;
	-moz-transition: all 0s ease; transition: all 0s ease;

}

.sn_05 a.sn_info:hover{
	background-position: left bottom;
}

a.sn_05_go_full{
	display: block; background: #ededf1; padding: 10px; font-size: 10pt; color: #252525;
	text-decoration: none;
}

a.sn_05_go_full:hover{
	background: #ddddde;
}

.sn_06_left{
	float: left; width: 49%; overflow: hidden;
}

.sn_06_right{
	margin-left: 51%; width: 49%; overflow: hidden;
}

.sn_06{
	background: #ededf1; 
}

.sn_06 .top{
	 background: transparent url('../images/sn_03.png') repeat-x bottom;
}

.sn_06 h3 a.go_full{
	display: block; padding: 8px 10px 10px 15px; text-decoration: none; 
	color: #252525; font-size: 10pt; margin-right: 70px;
} 

.sn_06 h3 a.go_full:hover{
	text-decoration: underline;
}

.sn_06 .rating{
	display: block; width: 70px; height: 20px; float: right; background: #62ae63;
	margin: 10px 15px 0 0;
}

.sn_06 .cnt{
	padding: 10px 15px;
}

ul.social_top, ul.social_bottom{
	float: right; height: 35px; background: #e7e7e7; list-style: none;
	padding: 5px 10px 0 10px;
}

ul.social_bottom{
	background: none; padding-top: 0;
}

ul.social_top li, ul.social_bottom li{
	float: left; margin-left: 5px;
}

ul.social_top li:first-child, ul.social_bottom li:first-child{
	margin-left: 0;
}

ul.social_top li a, ul.social_bottom li a{
	display: block; width: 25px; height: 25px; padding: 2px;
}

ul.social_top li a:hover, ul.social_bottom li a:hover{
	background: transparent url('../images/social_bg.png');
}

a.up_top{
	display: block; height: 57px; width: 46px; position: absolute;
	background: transparent url('../images/up.png') top; z-index: 2;
	-webkit-transition: all 0s ease; -o-transition: all 0s ease;
	-moz-transition: all 0s ease; transition: all 0s ease;
}

a.up_top:hover{
	background-position: bottom;
}

.login_user{
    padding-top: 10px;
}

.login_user .left_user{
    float: left; width: 45px; text-align: center;
}

.login_user .left_user img{
    width: 45px; height: 45px;
}

.login_user .left_user a{
    color: #fff;
}

.login_user .right_user{
    margin-left: 45px;
}

.login_user .right_user a.user{
    display: block; float: left; height: 35px; background: #3e85a6;
    color: #fff; text-decoration: none; width: 126px; font-size: 11pt;
    padding: 5px; padding-left: 10px; line-height: 1.4;
}

.login_user .right_user a.user span{
    display: block; font-size: 8pt;
}

.login_user .right_user a.user:hover{
   background: #286e8f; text-decoration: none;
}

.login_user .right_user a.u_exit{
    display: block; width: 34px; height: 45px; margin-left: 140px;
    background: #3e85a6 url('../images/u_exit.png') no-repeat 8px 14px;
}

.login_user .right_user a.u_exit:hover{
    background: #286e8f url('../images/u_exit.png') no-repeat 8px -69px;
}

.login_user .right_user ul{
    list-style: none; padding: 5px; padding-left: 10px;
}

.login_user .right_user a{
    color: #fff; text-decoration: none; line-height: 1.5;
}

.login_user .right_user a:hover{
    text-decoration: underline;
}

.user_login_input{
    display: block; margin: 10px -15px; background: #21607f; border: 0;
    color: #fff; height: 25px; line-height: 25px; width: 220px; padding: 0 15px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; outline: 0;
}

.user_login_input:hover, .user_login_input:focus{
    background: #0d4662;
}

a.remember_password, .remember_password{
    color: #fff; text-decoration: none;
}

.remember_password input{
    margin: 0 10px;
}

a.remember_password:hover{
    text-decoration: underline;
}

.logins{
    width: 220px; padding: 0 15px; margin: 10px -15px; background: #21607f;
    height: 25px;
}

.logins button{
    display: inline-block; border: 0; background: #0d4662; height: 25px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; color: #fff;
    cursor: pointer; padding: 0 15px; margin-right: 10px;
}

.logins a{
    display: inline-block; background: #0d4662; height: 24px; line-height: 25px;
    padding: 0 15px; text-decoration: none; color: #fff;
}

.info_error{
    background: #e8e8e8 url('../images/info.png') no-repeat 10px 10px; padding: 15px 10px 10px 75px;
    border: 1px #e51400 dotted; min-height: 45px; 
}

.info_error b{
    font-size: 11pt; font-weight: normal; line-height: 1.6;
}


.tableform {
    width: 100%; border: 1px #e0e0e0 solid;
}

.tableform td {
    ;
}

.tableform td.label {
    width: 20%;
    vertical-align: top;
    padding-right: 0;
    font-weight: bold;
}

.fieldsubmit, .tableform td {
    padding: 10px 15px;
    border-top: 1px solid #e0e0e0;
}

.tableform tr:first-child td{
    border-top: 0;
}

.tableform tr:nth-child(odd) td{
    background: #efefef;
}

.tableform tr:nth-child(even) td{
    background: #e8e8e8;
}

.addnews {
    font-weight: bold;
}

.impot {
    color: #e51400;
    font-weight: normal;
}

.checkbox {
    padding: 4px 0;
    line-height: 1em;
}

.checkbox input {
    margin-top: -2px;
    vertical-align: middle;
}

.f_input {
    width: 300px;
    padding: 1px;
}

.f_textarea {
    width: 458px;
}

.fieldtr select, .textin, .f_textarea, .f_input, .xfields textarea, .xprofile textarea,.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select {
    padding: 2px;
    background: #fff url("../images/fields.png") repeat-x;
    border: 1px solid #bcc0c2;
}

.f_textarea, .editor_button select {
    padding: 0;
}

.textin {
    padding: 2px;
}

.navigation1{
    height: 30px; overflow: hidden; background: #e7e7e7; padding: 0 15px;
    margin: 10px 0;
}

.navigation1 span{
    display: inline-block; background: #8ba6b6; color: #fff; line-height: 30px;
    padding: 0 8px;
}

.navigation1 span.button_n{
    background: #dfdfdf; color: #2b6a8a; margin: 0 -8px; padding: 0 15px;
}

.navigation1 a span.button_n{
    display: inline-block; background: #8ba6b6; color: #fff; line-height: 30px;
    padding: 0 15px; text-decoration: none; margin: 0;
}

.navigation1 a:hover span.button_n{
    background: #6a8ea3;
}

.navigation1 span.cnt a{
    display: inline-block; background: #dfdfdf; color: #2b6a8a; padding: 0 8px;
    text-decoration: none;
}

.navigation1 span.cnt a:hover{
    background: #d1d1d1;
}

.navigation1 span.cnt{
    background: none; margin: 0;
}


.go_center {
    margin: 10px;
	text-align:center; 
}

.short_news_story{
    overflow: hidden; 
	margin: 10px 0; 
	font-size: 14px;
}

.short_news_story img{
    margin: 10px;
	text-align:center; 
}


.full_news_title{
    background: transparent url('../images/sn_03.png') repeat-x bottom;
    padding-bottom: 10px;
}

.full_news_title img{
    float: left; padding: 8px 0;
}

.full_news_title h3{
    margin: 0 115px 0 35px;
}

.full_news_title span{
    color: #8d8a8a; margin: 5px 115px 0 50px; display: block;
}

.full_news_title span a{
    color: #8d8a8a; text-decoration: none;
}

.full_news_title span a:hover{
    text-decoration: underline;
}

.full_rating{
	float: right;
	margin-top: 7px; -webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; -moz-transition: all 0.3s ease;
	transition: all 0.3s ease; 

}



.full_news_story{
    overflow: hidden; margin: 10px 0; font-size: 14px;
}

.full_news_story img{
    margin: 10px;
}

.full_poll{
    width: 250px; float: left; background: #e7e7e7;
}

.full_poll h5{
    display: block; background: #acc3cb; height: 25px; line-height: 25px;
    padding: 0 15px;
}

.full_poll h6{
    display: block; background: #dadada; padding: 5px 15px; margin: 10px 0;
}

.list_of_full_poll div{
    padding: 3px 7px;
}

.buttons_poll_full{
    background: #dadada; padding: 5px 15px; margin-top: 10px;
}

.full_poll .one_vote{
	height: 20px; background: #dadada; width: 220px; margin-bottom: 10px;
	position: relative; line-height: 20px; padding: 0 15px;  margin-left: -7px;
}

.full_poll .one_vote span.poll_right{
	z-index: 1; position: absolute; right: 15px;
}

.full_poll .vote{
    padding: 2px 11px;
}

span..full_poll{
	z-index: 1; position: absolute;
}

.full_poll .one_vote span.poll_bg{
	background: #acc3cb; height: 20px; position: absolute; left: 0; z-index: 0;
	top: 0;
}

.full_poll p{
	display: block; padding: 10px 15px; color: #918c8c;
}

p.editdate{
    display: inline-block; background: #e7e7e7; padding: 10px; border: 1px #fff solid;
    margin: 10px 0;
}

ul.related_news{
    display: block; margin: 20px 0; background: #e7e7e7; list-style: none;
    padding: 10px 0;
}

ul.related_news li{
    display: block; line-height: 20px;
}

ul.related_news li a{
    display: block; height: 20px; line-height: 20px; padding: 0 15px; 
    text-decoration: none;
}

ul.related_news li a:hover{
    background: #c9c9c9; color: #032d54;
}

ul.related_news h4{
    margin: 0 0 5px 15px;
}

p.basetags{
   background: #e7e7e7; display: block; padding: 10px 15px; 
}

.comment_item{
    margin: 15px 0 45px 0; overflow: hidden;
}

.comment_item .c_left{
    float: left;
    width: 65px;
}

.comment_item .c_left .avatar{
    width: 65px; 
    height: 65px;
    position: relative;
}

.comment_item .c_left .avatar img{
    width: 65px; height: 65px; position: absolute;
}

.comment_item .c_right{
    margin-left: 75px;
}

.comment_item .c_right .c_top{
    border-bottom: 1px #ccc solid; padding: 3px 2px 4px 3px;
    margin-bottom: 6px;
}

.comment_item .c_right .c_top span.user a{
    color: #323232; text-decoration: none; font-weight: bold;
}

.comment_item .c_right .c_top span.user a:hover{
    text-decoration: underline;
}

.comment_item .c_right .c_top input{
    margin: 0 5px 0 0;
}

.pheading h2{
    display: block; margin: 10px 15px;
}

.profile_user{
    overflow: hidden; margin: 15px 0; background: transparent url('../images/profile_bg.png') repeat-y 115px 0;
}

.profile_user .p_left{
    float: left; width: 104px;
}

.profile_user .p_right{
    margin-left: 130px;
}

.profile_user hr{
    display: block; height: 2px; border: 0; margin: 6px 0;
    background: transparent url('../images/sn_03.png') repeat-x;
}

.profile_ava{
    width: 230px; height: 230px; position: relative;
}

.profile_ava img{
    position: absolute;
}

.profile_ava img.bottom_ava{
    width: 100px; height: 100px; top: 65px; left: 65px;
}

.profile_popup{
    overflow: hidden;
}

.profile_popup .avatar{
    float: left; width: 100px;
}

.profile_popup .avatar img{
    width: 100px; height: 100px;
}

.profile_popup ul{
    display: block; margin-left: 110px; list-style: none; line-height: 17px;
}

/*---search---*/
.searchstyle {
    width: 480px;
}

.search {
    font-size: 11px;
}

.searchtable fieldset legend {
    color: #404040;
}

.searchitem {
    font-size: 0.9em;
    border-top: 1px solid #dbe8ed;
    padding: 10px 0;
}

#searchuser, #searchinput {
    width: 90% !important;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 14px;
  list-style: none;
  text-align: center;
  position: absolute; right: 15px; top: 15px;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto; height: 28px;
  line-height: 28px;
  padding: 0 9px;
  height: auto; text-decoration: none; color: #fff;
  background: transparent;
  display: inline-block;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: #21607f;
  color: #fff;
}

.top_news{
    overflow: hidden; margin-top: 7px; height: 125px;
}

.top_news_left{
    width: 270px; height: 125px; float: left; background-size: cover;
	-o-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;
	-khtml-background-size: cover; background-position: center center;
} 

.top_news_right{
    margin-left: 285px;
}

.top_news_right h3 a{
    color: #fff; text-decoration: underline; font-size: 11pt;
}

.top_news_right h3 a:hover{
    text-decoration: none;
}

.top_news_right span{
    margin-top: 10px; display: block;
}

.footer{
	width: 100%; background: #202123;
	margin-top: 45px;
}

.footer .left{
	margin-right: 265px; padding: 15px 0;
}

.footer .left ul{
	list-style: none; display: block; margin-top: 10px;
}

.footer .left ul li{
	float: left; margin-right: 15px;
}

.footer .left ul li a{
	color: #fff; text-decoration: none;
}

.footer .left ul li a:hover{
	text-decoration: underline;
}

.footer .right{
	float: right; width: 220px; background: transparent url('../images/footer_right.png') repeat;
	padding: 15px;
}

.footer .right h3{
	font-size: 12pt; color: #fff; margin-bottom: 20px;
}

.footer .right h3 img{
	vertical-align: middle; margin-right: 7px;
}

.footer_archives{
	padding-left: 30px;
}

.footer_archives a{
	color: #fff; font-size: 11pt; text-decoration: none; font-weight: normal;
}

.footer_archives a b{
    font-weight: normal;
}

.footer_archives a:hover{
	text-decoration: underline;
}

/*  online */

#hintbox {
     text-align : left;
     width : 150px;
     font-size : 13px;
     line-height:18px;
     border : 1px solid #99a1ab;
     background-color : #fff;
     layer-background-color : #a396d9;
     color : #282828;
     margin : 10px 0 0 10px;
     padding : 3px 5px;
     position : absolute;
     visibility : hidden;
     z-index : 998;
     -moz-opacity : 0.9;
     -moz-border-radius : 5px;
     filter : alpha(opacity="90");
 }

 .onl_table {
     width : 100%;
     font-size : 12px;
 }
 .onl_table td {
     padding-right : 5px;
     font-size : 13px;
  }

.a_link, .a_link a:link, .a_link a:visited, .a_link_on {
    color : #ff0000;
}
.a_link_on a:hover, .a_link_on a:active {
    color : #ff0000;
}

.u_link, .u_link a:link, .u_link a:visited, .u_link_on {
    color : black;
}
.u_link_on a:hover, .u_link_on a:active {
    color : black;
}

.e_link, .e_link a:link, .e_link a:visited, .e_link_on {
    color : #FFBF00;
}
.e_link_on a:hover, .e_link_on a:active {
    color : #FFBF00;
}

.j_link, .j_link a:link, .j_link a:visited, .j_link_on {
    color : #00a400;
}
.j_link_on a:hover, .j_link_on a:active {
    color : #00a400;
}

.b_link, .b_link a:link, .b_link a:visited, .b_link_on {
    color : #666666;
}
.b_link_on a:hover, .b_link_on a:active {
    color : #666666;
}

.m_link, .m_link a:link, .m_link a:visited, .m_link_on {
    color : blue;
}
.m_link_on a:hover, .m_link_on a:active {
    color : blue;
}

.v_link, .v_link a:link, .v_link a:visited, .v_link_on {
    color :#e159e1;
}
.v_link_on a:hover, .v_link_on a:active {
    color : #e159e1;
}



.print-istochnik {
    padding:20px 0 30px 0;
}


.istochnik {
     
    font-size:11px;
    font-style: italic;
    color: #999;
}


.istochnik a {
    float:right;
    font-size:11px;
    font-style: italic;
    color: #999;
}

.print-link a {
    float:left;  
    font-size:11px;
    font-style: italic;
    color: #999;
}

.slink {
    border-top:1px solid #ddd;
	padding-top:5px;
	font-style: italic;
}

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

.sn_info a:hover span{
    text-decoration: underline;
}
 
a.sl_href{
    text-decoration: none !important;
}

a.sl_href:hover{
    text-decoration: underline !important;
}

#dle_news_archive_link a{
    font-size: 9pt !important;
}

span.color_a a{
    color: #323232; text-decoration: none;
}

span.color_a a:hover{
    text-decoration: underline;
}

.topnewsblock {
    padding:5px 0;
    border-bottom:1px dotted #aaaaaa;
    font-size:11px;
	line-height:14px;
}

.topnewsblock img {
    width:80px; 
    height:60px;
	float:left;
    margin-right:8px;
}

.topnewsblock a:hover img {
    width:80px; 
    height:60px;
	float:left;
	margin-right:5px;
    box-shadow: 0 0 5px #444; 
}

.topnewsrating {
    background:#60ad60;
    color:#fff;
    font-weight:bold;
    font-size:13px;
    padding:0 3px 0 3px;
}