hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
:focus {
	outline: none;
}

::-moz-selection {
	background: #65a7bc;
	color: #46433a;
	text-shadow: none;
}

::selection {
	background: #65a7bc;
	color: #46433a;
	text-shadow: none;
}

body {
	font: 16px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #e7e5da url(../images/bg_header.png) repeat-x 0 0;
	color: #413333;
	width: 100%;
	height: 100%;
}

a {
	color: #fc6341;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* 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;
}

p {
	margin: 0 0 18px
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
}

.wrap_comments {
	background: url(../images/bg_comments.png) repeat-x 0 197px;
}

.wrap {
	width: 960px;
	padding: 0 0 0 0;
	margin: 0 auto;
}

.leftside {
	width: 680px;
	float: left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clr, .clr300 {
	clear: both;
	height: 0;
	overflow: hidden;
}

.clr300 {
	padding-bottom: 300px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.tooltip {
	position: absolute;
	left: -2000px;
	top: -20000px;
	padding: 1px;
	max-width: 450px;
	background: #7fafb3;
	border-radius: 3px;
}

.tooltip p {
	margin: 0;
	color: #f0efe8;
	padding: 3px 5px;
	font: normal 12px/20px Tahoma, sans-serif;
}

h1, h2, h3, h4, .like_h3 {
	font: normal 30px Cuprum, Tahoma, sans-serif;
	color: #413333;
	margin: 0;
}

h2 a {
	color: #65a7bc;
	font-size: 27px;
	text-decoration: none;
}

h2 a:hover {
	color: #fc6341;
}

h3, .news.full h2, .like_h3 {
	color: #fc6341;
	font-size: 23px;

}

h4 {
	font-size: 20px;
	text-transform: none;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 197px;
	width: 960px;
	margin: 0 auto 20px;
	position: relative;
}

#header:before {
	content: "";
	position: absolute;
	top: 0;
	left: -150px;
	background: url(../images/bg_logo.png) no-repeat 0 0;
	width: 631px;
	height: 142px;
}

.logo {
	background: url(../images/logo.png) no-repeat 0 0;
	width: 271px;
	height: 77px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 0;
	text-indent: -9999px;
}

.b_header {
	position: absolute;
	top: 30px;
	right: 0;
}

.topnavi {
	position: absolute;
	bottom: 12px;
	left: 0;
	height: 32px;
	width: 960px;
	z-index: 100;
}

.topnavi:after {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 960px;
	height: 7px;
}

.topnav {
	height: 32px;
	width: 690px;
}

.topnav,
.topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.topnav:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.topnav li {
	float: left;
	width: 190px;
	position: relative;
	text-transform: uppercase;
}

.topnav > li {
	width: auto;
	font: normal 20px/32px Cuprum, Tahoma, Arial, sans-serif;
}

.topnav > li a {
	color: #e7e5da;
	text-decoration: none;
	display: block;
	padding: 0 0 0 10px;
	position: relative;
	margin: 0 20px 0 0;
}

.topnav > li > a:hover, .topnav > li.hover > a, .topnav > li > a.active {
	color: #fc6341;
	background: url(../images/bg_shadow_header.png) no-repeat 0 0;
	text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.topnav > li > a:hover:after, .topnav > li.hover > a:after, .topnav > li > a.active:after {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 32px;
	background: url(../images/bg_shadow_header.png) no-repeat 100% 0;
}

.topnav > li > a.active {
	color: #e7e5da;
}

.topnav > li > a.active:hover {
	color: #fc6341;
}

.topnav ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	padding: 12px 0 0 0;
	font-size: 16px;
	line-height: 28px;
}

.topnav ul li {
	background: #3a3636 url(../images/bg_footer.png);
	padding: 2px;
}

.topnav ul li a {
	color: #e7e5da;
	margin: 0;
	padding: 0 10px;
	border-radius: 3px;
}

.topnav ul li a:hover {
	color: #fff;
	background: #7fafb3;
}

.topnav li > ul ul {
	left: 194px;
	top: 0;
	padding-top: 5px;
}

.parent-level {
}

.parent-level.dropdown {
}

.hover {
}

.header_search {
	position: absolute;
	right: 0;
	bottom: 12px;
	width: 260px;
	height: 32px;
	z-index: 101;
}

.search_wrap {
	position: relative;
	height: 32px;
	width: 250px;
	background: url(../images/bg_shadow_header.png) no-repeat 0 0;
}

.search_wrap:after {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 32px;
	background: url(../images/bg_shadow_header.png) no-repeat 100% 0;
}

.header_search #story {
	background: transparent;
	border: none;
	width: 210px;
	padding: 0 10px;
	color: #e7e5da !important;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
}

.header_search #story_but {
	position: absolute;
	right: -8px;
	top: 1px;
	background: url(../images/bg_search_but.png) no-repeat 0 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border: 0;
	padding: 0;
	cursor: pointer;
}

/*---Быстрый поиск на сайте---*/
#searchsuggestions {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	width: 300px;
	position: absolute;
	top: 48px;
	right: -10px;
	background: #f0efe8;
	padding: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 2px rgba(000, 000, 000, 0.2);
	box-shadow: 0 0 10px 2px rgba(000, 000, 000, 0.2);
}

#searchsuggestions a {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
}

#searchsuggestions a:hover {
	background: #413333;
	color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 1), inset 0 0 8px 2px rgba(000, 000, 000, 0.3);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 1), inset 0 0 8px 2px rgba(000, 000, 000, 0.3);
}

#searchsuggestions a span.searchheading {
	display: block;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	background: #323232 url(../images/bg_footer.png) repeat 0 0;
	padding: 5px;
	border-radius: 3px;
	color: #e7e5da;
}

#searchsuggestions a:hover span.searchheading {
	color: #fff;
}

#searchsuggestions a span {
	display: block;
	padding: 5px;
	color: #413333;
}

#searchsuggestions a:hover span {
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}

#searchsuggestions span.seperator {
	display: block;
	height: 22px;
	margin: 0 -5px 0 -5px;
}

#searchsuggestions span.seperator a {
	padding: 5px 10px;
	text-align: right;
	background: #323232 url(../images/bg_footer.png) repeat 0 0;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	color: #e7e5da;
	border-radius: 3px;
}

#searchsuggestions span.seperator a:hover {
	color: #65a7bc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#searchsuggestions span.notfound {
	padding: 5px;
	display: block;
	height: auto;
	color: #323232;

}

br.break {
	display: none;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {

}

.speedbar {
	margin: -15px 0 15px 0;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
}

/* NEWS
-----------------------------------------------------------------------------*/

.news {
	margin-bottom: 40px;
	position: relative;
}

.news img {
	background: #dedcd1;
	padding: 4px;
	border: solid 1px #cfcec4;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.6);
}

.news img[alt="smile"], .toaddfav img, .related_portfolio img, .noborderimg img {
	background: none;
	border: none;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.news img[align="left"] {
	margin: 0 20px 20px 0;
}

.toaddfav {
	padding: 5px 0 5px 4px;
}

.news-image {
	margin: 10px auto;
	text-align: center;
}

.news.full {
	position: relative;
}

.news h2, .news h1 {
	padding: 0 45px 7px 0;
	font-size: 28px;
	line-height: 34px;
	border-bottom: solid 2px #cfcec4;
}

.news h2 a {
	display: block;
}

.news.full h2 {
	color: #65a7bc;
	border-bottom-width: 1px;
	padding-bottom: 0;
}

.news-date {
	position: absolute;
	top: 2px;
	right: 0;
	font: normal 14px/14px Cuprum, Tahoma, Arial, sans-serif;
	color: #4c4c4c;
	cursor: help;
}

.news-info {
	position: absolute;
	top: 2px;
	left: -45px;
	width: 45px;
	font: normal 18px/18px Cuprum, Tahoma, Arial, sans-serif;
}

.comm_num a {
	display: block;
	width: 36px;
	height: 34px;
	background: url(../images/icons.png) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
}

.comm_num.zero a {
	line-height: 22px;
}

.comm_num a:hover {
	background-position: 0 -40px;
}

.news-views {
	font-size: 16px;
	width: 35px;
	text-align: center;
	color: #b7b7b1;
	cursor: help;
	margin: 5px 0 0 0;
}

.news-edit, .complaint, .complaint_full {
	margin: 5px 0 0 4px;
}

.news-edit a, .complaint a, .complaint_full a {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	background: url(../images/icons.png) no-repeat -50px -60px;
	overflow: hidden;
	text-indent: -9999px;
}

.complaint a, .complaint_full a {
	background-position: -90px -60px;
}

.news-edit a:hover {
	background: url(../images/icons.png) no-repeat -50px -100px;
}

.complaint a:hover, .complaint_full a:hover {
	background-position: -90px -100px;
}

.news-info2 {
	font-size: 12px;
	line-height: 16px;
	color: #8f8f8d;
	margin: 4px 0 20px 0;
}

.news-info2 a {
	color: #8f8f8d;
	text-decoration: none;
}

.news-info2 a:hover {
	color: #fc6341;
}

.edit-date {
	margin: 20px 0 0 0;
	padding: 0 34px 0 0;
	text-align: right;
	font: italic normal 14px/18px Georgia, "Times New Roman", Arial, serif;
	color: #fc6341;
	position: relative;
}

.edit-date:after {
	content: "";
	position: absolute;
	top: 9px;
	right: 0;
	width: 28px;
	height: 23px;
	background: url(../images/icons.png) no-repeat 0 -120px;
}

.greyborder {
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin: 10px 0;
	padding: 10px;
	font: italic normal 14px/18px Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0 2px 3px 0 rgba(255, 255, 255, 0.4), inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px 0 rgba(255, 255, 255, 0.4), inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.relatednews {
	margin: 0 0 20px -13px;
}
.relatednews ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.relatednews h2 {
	font-size: 20px;
	margin: 20px 0 20px 13px;
}

.relatednews li {
	float: left;
	background: #cbc8b7;
	margin: 0 0 20px 13px !important;
	list-style: none;
	-webkit-box-shadow: inset 2px 2px 6px 0 rgba(164, 159, 128, 1);
	box-shadow: inset 2px 2px 6px 0 rgba(164, 159, 128, 1);
}

.relatednews a {
	display: block;
}

.relatednews img {
	border-radius: 0;
	display: block;
}

.relatednews img:hover {
	background-color: #73726d;

}

.downloadlink {
	position: relative;
	min-height: 3em;
	padding: 10px 10px 0 51px;
	border: solid 1px #fc6341;
	-webkit-box-shadow: 3px 2px 8px 0 rgba(0, 0, 0, 0.2), inset 0 0 15px 4px rgba(255, 255, 255, 0.4);
	box-shadow: 3px 2px 8px 0 rgba(0, 0, 0, 0.2), inset 0 0 15px 4px rgba(255, 255, 255, 0.4);
	text-shadow: 1px 1px 0 #f0efe8;
}

.downloadlink:after {
	position: absolute;
	content: "";
	top: 15px;
	left: 10px;
	width: 31px;
	height: 38px;
	background: url(../images/icons.png) no-repeat 0 -150px;
}

.attachment {
	font-style: italic;
	color: #857d68;
}

.attachment a {
	font-style: normal;
	font-weight: bold;
}

.tagcloud {
	background: url(../images/bg_comments.png) repeat-x 0 0;
}

.tagcloud_inner {
	width: 940px;
	padding: 10px 10px 20px 10px;
	margin: 0 auto;
}

.tagcloud_inner .like_h3 {
	margin: 0 0 10px 0;
	color: #46433a;
}

.tag_line {
	height: 0;
	border-top-color: #cfcec4;
	border-bottom: solid 1px #f0efe8;
}

.tagcloud_inner span {
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
}

.tagcloud_inner span:hover {
	color: #323232;
}

.tagcloud_inner span sup {
	text-decoration: none;
	color: #4b4b4b;
	font-size: 60%;
}

span.clouds_5 {
	font-size: 1em;
	color: #4c4c4c;
}

span.clouds_5:hover {
	color: #fc6341;
}

span.clouds_4 {
	font-size: 1.1em;
	color: #65a7bc;
}

span.clouds_3 {
	font-size: 1.2em;
	font-weight: bold;
}

span.clouds_3:hover {
	color: #fc6341;
}

span.clouds_2 {
	font-size: 1.5em;
	color: #65a7bc;
}

span.clouds_1 {
	font-size: 1.7em;
	color: #65a7bc;
}

/* Portfolio */
.portfolio_wrap {
	margin-bottom: 20px;
}

.short_portfolio {
	position: relative;
	font: normal 18px/26px Cuprum, Tahoma, Arial, sans-serif;
	cursor: pointer;
	width: 300px;
	height: 150px;
	float: left;
	margin: 0 5px 20px 5px;
	background: #dedcd1;
	padding: 4px;
	border: solid 1px #e7e5da;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.6);
}

.short_portfolio:hover {
	background: #46433a;
	border-color: #46433a;
}

.short_portfolio a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 26px;
	display: block;
	background: rgba(65, 51, 51, 0.8);
	border-radius: 0 0 2px 2px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.lt-ie8 .short_portfolio a {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC413333,endColorstr=#CC413333)"; /* IE8 */
	zoom: 1;
}

.related_portfolio {
	margin: 20px 0;
}

.related_portfolio .short_portfolio {
	margin-top: 20px;
}

/* Comments
-----------------------------------------------------------------------------*/
.news_comment.level_2 {
	padding-left: 30px;
	background: url(../images/bg_tree.png) no-repeat -200px 0;
}

.news_comment.level_3 {
	padding-left: 60px;
	background: url(../images/bg_tree.png) no-repeat -170px 0;
}

.news_comment.level_4 {
	padding-left: 90px;
	background: url(../images/bg_tree.png) no-repeat -140px 0;
}

.news_comment.level_5 {
	padding-left: 120px;
	background: url(../images/bg_tree.png) no-repeat -110px 0;
}

.news_comment.level_6 {
	padding-left: 150px;
	background: url(../images/bg_tree.png) no-repeat -90px 0;
}

.news_comment.level_7 {
	padding-left: 180px;
	background: url(../images/bg_tree.png) no-repeat -60px 0;
}

.news_comment.level_8 {
	padding-left: 210px;
	background: url(../images/bg_tree.png) no-repeat -30px 0;
}

#addcform {
	width: 670px;
	display: none;
	padding: 10px;
	cursor: move;
	background: #f0efe8;
	border: solid 2px;
	-webkit-box-shadow: 4px 3px 10px 0 rgba(139, 131, 110, 0.5);
	box-shadow: 4px 3px 10px 0 rgba(139, 131, 110, 0.5);
}

#addcform textarea {
	cursor: text;
}

.addcomment .editor {
	margin-bottom: 10px;
}

.commentsblock {
	position: relative;
}

#addcomments {
	position: absolute;
	top: 0;
	left: -45px;
	display: block;
	width: 36px;
	height: 34px;
	background: url(../images/icons.png) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: bold 22px/25px Arial, Helvetica, sans-serif;
}

#addcomments:hover {
	background-position: 0 -40px;
}

.comm_h {
	margin-bottom: 30px;
}

.closeaddans {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/icons.png) no-repeat -144px 0;
}

.closeaddans:hover {
	background-position: -144px -30px;
}

#comans {
	color: #575757;
}

.avatar {
	width: 50px;
	border: solid 1px #f8f7f4;
	float: left;
	margin: 0 27px 6px 0;
}

.comm_info {
	font: normal 14px/20px Cuprum, Tahoma, Arial, sans-serif;
	color: #73726d;
	text-shadow: 1px 1px 0 #fff;
}

.c_author {
	display: block;
}

.c_author a {
	font: normal 18px/20px Cuprum, Tahoma, Arial, sans-serif;
	color: #4b4b4b;
	text-decoration: none;
}

.c_author a:hover {
	color: #fc6341;
}

.c_link {
	font-size: 28px;
	line-height: 30px;
	color: #8f8f8d;
	text-decoration: none;
	margin-right: 5px;
}

.c_link span {
	font-size: 20px;
}

.c_link:hover {
	color: #65a7bc;
}

.ans_count {
	padding-right: 20px;
}

.comment_text {
	position: relative;
	background: #e8e7df;
	border: solid 1px #f8f7f4;
	padding: 10px;
	margin: 0 0 20px 0;
	border-radius: 0 5px 5px 5px;
}

.comment_text:after {
	content: "";
	position: absolute;
	top: -21px;
	left: 57px;
	width: 21px;
	height: 21px;
	background: url(../images/icons.png) no-repeat -40px -150px;
}

.comment_text.pm:after {
	background: none;
}

.comment_text img {
	max-width: 100%;
}

.com-foot {
	text-align: right;
	margin: 10px -10px -10px 0;
}

.c_del, .c_danswer, .c_quote, .c_clear {
	display: inline-block;
	width: 20px;
	height: 22px;
	margin: 0 5px;
}

.c_quote, .c_clear {
	width: 25px;
}

.c_del {
	width: 18px;
}

.c_del a, .c_danswer a, .c_quote a, .c_clear a {
	background: url(../images/icons.png) no-repeat -50px 0;
	display: inline-block;
	text-decoration: none;
	width: 20px;
	height: 22px;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

.c_danswer a:hover {
	background-position: -50px -30px;
}

.c_quote a {
	width: 25px;
	background-position: -76px 0;
}

.c_quote a:hover {
	background-position: -76px -30px;
}

.c_clear a {
	width: 25px;
	background-position: -110px 0;
}

.c_clear a:hover {
	background-position: -110px -30px;
}

.c_del a {
	width: 18px;
	background-position: -144px 0;
}

.c_del a:hover {
	background-position: -144px -30px;
}

a[onclick^="ajax_comm_edit"] {
	display: none;
}

h3.mt20 {
	margin: 20px 0 5px 0;
}

.top {
	margin: 20px 0;
}

.top h3.mt20 {
	margin: 5px 0 10px 0;
}
.lastcomm {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lastcomm li {
	position: relative;
	cursor: pointer;
}

.lcommbox {
	position: absolute;
	display: none;
	z-index: 3;
	right: 260px;
	top: 0;
	width: 450px;
	padding: 5px 10px;
	background: #e7e5da;
	border: solid 3px #dedcd1;
	-webkit-box-shadow: -4px 0 12px 0 rgba(000, 000, 000, 0.5);
	box-shadow: -4px 0 12px 0 rgba(000, 000, 000, 0.5);
}

.lcommbox img {
	max-width: 450px;
}

.lcomment {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 18px;
	text-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: inset 1px 1px 4px 0 rgba(000, 000, 000, 0.2);
	box-shadow: inset 1px 1px 4px 0 rgba(000, 000, 000, 0.2);
	margin: 2px 0;
}

.lcomment a {
	text-decoration: none;
	color: #46433a;
}

.lcomment .username {
	color: #fc6341;
	padding: 0 18px 0 0;
}

.lcomment:hover .username, .lcomment:hover a {
	color: #000;
}

.lcomment:hover .username {
	background-position: 100% -25px;
}

.lcomment:hover {
	background: #dedcd1;
}

.lcommbox .user-foto {
	max-width: 50px;
	max-height: 50px;
	float: left;
	margin: 2px 10px 0 0;
	overflow: hidden;
}

.lcom_info {
	margin: -5px -10px 10px -10px;
	padding: 5px 8px 6px 8px;
	position: relative;
	text-shadow: 1px 1px 1px #fff;
	background: #cfcec4;
}

.comm_text {
	font-size: 14px;
}

.forlamers {
	font: italic normal 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #fc6341;
	background: #f8f7f4;
	padding: 10px;
	border: solid 1px #fc6341;
	margin: 20px 0;
	border-radius: 5px;
}

.forlamers p {
	margin: 0;
}

.small_warn {
	font: italic normal 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #fc6341;
}

/* Registration & fields */
.fields .red {
	color: #fc6341;
	font-weight: bold;
}

.fields .green {
	color: green;
	font-weight: bold;
}

.fields .check_result {
	margin-left: 165px;
}

.fields label {
	display: inline-block;
	width: 150px;
	margin-right: 10px;
	text-align: right;
}

.fields .f_input,
.fields .WebForm {
	border: solid 1px #857d68;
	padding: 5px;
	width: 300px;
	-webkit-box-shadow: inset 1px 1px 6px 0 rgba(70, 67, 58, 0.3);
	box-shadow: inset 1px 1px 6px 0 rgba(70, 67, 58, 0.3);
}

.fields .f_input:hover,
.fields .WebForm:hover {
	border-color: #413333;
	-webkit-box-shadow: inset 1px 1px 6px 0 rgba(000, 000, 000, 0.1), 0 0 5px 1px rgba(255, 255, 255, 0.3);
	box-shadow: inset 1px 1px 6px 0 rgba(000, 000, 000, 0.1), 0 0 5px 1px rgba(255, 255, 255, 0.3);
}

.fields .client {
	margin-bottom: 20px;
	padding: 0 10px;
}

.fields .required {
	padding: 20px 10px;
	background: rgba(0, 0, 0, .04);
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2), 0 1px 1px rgba(255, 255, 255, .5);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2), 0 1px 1px rgba(255, 255, 255, .5);
}

.fields .descr {
	margin-left: 165px;
	font-size: 13px;
}

.antispam h3 {
	padding: 0 0 7px 165px;
	margin: 2em 0 .6em 0;
	border-bottom: solid 1px #ccc;
}

.seccode {
	padding: 10px 0 0 0;
	border-top: solid 1px #ccc;
}

#dle-captcha {
	cursor: pointer;
}

#dle-captcha a {
	display: none;
}

.showcode {
	margin: 0 10px 0 165px;
	float: left;
}

.seccode p {
	margin-left: 165px;
}

input#sec_code {
	width: 160px;
	height: 47px;
	font: italic bold 34px/48px Georgia, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	text-align: center;
}

.fields .but {
	margin-left: 305px;
	width: 172px;
}

.navigation {
	margin: 20px 0 20px;
}

.navigation a, .navigation span {
	display: inline-block;
	padding: 2px 8px;
}

.navigation a {
	color: #fff;
	background: #65a7bc;
	border: solid 1px #f0efe8;
	text-decoration: none;
}

.navigation a:hover {
	background: #fc6341;
	border-color: #fff;
}

.navigation span {
	background: #4c4c4c;
	border: solid 1px #f0efe8;
	color: #fff;
	padding: 4px 10px;
}

.navigation span .pprev, .navigation span .pnext,
.navigation a .pprev, .navigation a .pnext {
	padding: 0;
	border: 0;
	background: none;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	width: 260px;
	padding-left: 20px;
	float: left;
	position: relative;
}

#login, .top {
	background: #dedcd1;
	padding: 10px;
	border: solid 1px #cfcec4;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.6);
}

#login h3 {
	margin: -8px -8px 4px -8px;
	padding: 3px 8px;
	background: #e7e5da;
	border: solid 1px #ccc;
	text-transform: none;
	font-size: 18px;
}

#login h3 a {
}

#login img {
	max-width: 60px;
}

#login .fleft {
	width: 60px;
	text-align: center;
	margin: 5px 20px 0 0;
}

#login ul,
.top ul {
	margin: 0 0 0 70px;
	padding: 0;
	list-style: none;
}
.top ul {
	margin: 0;
}

#login a {
	color: #413333;
}

#not-login h3 {
	margin: 3px 0 8px 0;
}

#not-login .niceform {
	width: 200px;
}

#not-login .lostpass, #not-login .signup {
	display: inline-block;
	background: url(../images/login-icons.png) no-repeat 50% 1px;
	width: 26px;
	height: 26px;
	overflow: hidden;
	text-indent: -9999px;
}

#not-login .lostpass:hover {
	background-position: 50% -29px;
}

#not-login .signup {
	background-position: 50% -59px;
}

#not-login .signup:hover {
	background-position: 50% -89px;
}

.top ul li {
	position: relative;
	font: normal 16px/22px Cuprum, Tahoma, Arial, sans-serif;
	cursor: pointer;
	margin: 0 0 10px 0;
}

.top ul li img {
	border: solid 1px #fff;
	background: #73726d;
}

.top ul li a {
	position: absolute;
	bottom: 1px;
	left: 1px;
	right: 1px;
	height: 22px;
	display: block;
	background: rgba(115, 114, 109, 0.6);
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.lt-ie8 .top ul li a {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9973726D,endColorstr=#9973726D)"; /* IE8 */
	zoom: 1;
}

.top ul li:hover img {
	border-color: #4c4c4c;
	-webkit-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 1);
	box-shadow: 0 0 10px 2px rgba(255, 255, 255, 1);
}

.runtime p {
	margin: 0;
	font: 14px/18px monospace;
	color: #575757;
}

.runtime {
	border: solid 1px #dedcd1;
	background: #f0efe8;
	margin: 1em 0;
	padding: 6px 10px;
	text-shadow: 1px 1px 0 #fff;
	border-radius: 5px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -300px auto 0;
	height: 300px;
	overflow: hidden;
	position: relative;
	background: url(../images/bg_footer.png) repeat-x 0 0;
}

.footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#share42 {
	position: fixed;
	right: 10px;
	padding: 5px 5px 0;
	border-radius: 5px;
}

#share42:hover {
	background: #fff;
}

#share42 a {
	opacity: 0.5;
	position: relative;
}

#share42:hover a {
	opacity: 0.7;
}

#share42 a:hover {
	opacity: 1;
}

#share42 a span {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 100%;
	height: 19px;
	margin-right: 5px;
	padding: 0 5px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #aaa;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	text-align: center;
	color: #666;
	font: 12px/20px Arial, sans-serif;
}

#share42 a:hover span {
	display: block;
}

.but, .SendBtn {
	background: #73726d url(../images/ui/ui-bg_flat_75_73726d_40x100.png) repeat-x 50% 50%;
	border: 1px solid #4c4c4c;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: normal normal 400 12px/normal Arial;
	height: 28px;
	margin: 6px 5px 6px 0;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: baseline;
	white-space: nowrap;
}

.but:hover, .SendBtn:hover {
	background: url(../images/ui/ui-bg_flat_75_65a7bc_40x100.png) 50% 50% repeat-x #65a7bc;
	border: 1px solid #4a7b8a;
	color: #fff;
}

.SendBtn {
	width: 170px;
	margin-top: 0;
}

a.but {
	line-height: 28px;
}

.store-link {
	display: inline-block;
	min-width: 150px;
	margin: 1em auto;
	text-decoration: none;
	text-align: center;
	background: #fc6341;
	color: #fff;
	font: normal 22px/28px "Trebuchet MS", "Helvetica Nueu", Helvetica, Arial, Tahoma, sans-serif;
	padding: 10px 20px;
	border: solid 2px #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	-webkit-transition: background ease .3s;
	transition: background ease .3s;
}

.store-link:hover {
	background: #65a7bc;

}

.counters {
	position: absolute;
	top: 150px;
	right: 0;
}

.for_ie {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	border: solid 2px #ce534d;
	background: #ffacaa;
	color: #46433a;
	z-index: 200;
	padding: 5px;
}

.for_ie li {
	margin-bottom: 5px;
}

.for_ie a {
	background: #f7eccd;
	text-decoration: none;
}

.for_ie a:hover {
	color: #46433a;
	background: #64b6b1;
}

.userinfo .fleft img {
	max-width: 80px;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.search fieldset {
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0;
}

.search fieldset legend {
	font-size: 16px;
	font-weight: bold;
	color: #413333;
	padding: 10px 5px 10px 5px;
}

.fullsearchform {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: solid 1px #73726d;
}

/* Form`s
-----------------------------------------------------------------------------*/
div[id*="Form_AjaxWebForm"] {
	color: #65a7bc;
}

div[id*="Form_AjaxWebForm"] label.input {
	color: #413333;
}

.input {
	text-align: left;
	margin: 0 10px 10px 0;
	background: #e7e5da;
	float: left;
}

.input.mar20 {
	margin-left: 20px;
}

label.input {
	border: solid 1px #857d68;
	-webkit-box-shadow: inset 1px 1px 6px 0 rgba(70, 67, 58, 0.3);
	box-shadow: inset 1px 1px 6px 0 rgba(70, 67, 58, 0.3);
}

label.input.hover {
	background: #e7e5da;
	border-color: #413333;
	-webkit-box-shadow: inset 1px 1px 6px 0 rgba(000, 000, 000, 0.1), 0 0 5px 1px rgba(255, 255, 255, 0.3);
	box-shadow: inset 1px 1px 6px 0 rgba(000, 000, 000, 0.1), 0 0 5px 1px rgba(255, 255, 255, 0.3);
}

.input span {
	position: absolute;
	padding: 3px 10px 2px 10px;
	float: none;
}

.input input, .input textarea, .input select {
	position: relative;
	margin: 0;
	padding: 3px 10px;
	font: 16px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: none;
	background: transparent;
}

.input textarea {
	overflow: hidden;
}

.input .hover {
	color: #aca38c !important;
}

.feedback {
	width: 365px;
	float: left;
}

.feedback h3 {
	margin: 1em 0 0 0;
}

.feedback span ul {
	color: #65a7bc;
	margin: 5px 0 10px;
	padding: 0 0 0 10px;
	list-style-type: circle;
}

#Field_3, .SendBtn {
	clear: both;
}

.WebForm-hidden1 {
	display: none;
}

.soc_services {
	float: right;
	width: 223px;
	margin: 60px 0 0 10px;
}

.soc_services a, .soc_services span {
	display: block;
	width: 63px;
	height: 63px;
	margin: 0 17px 0 0;
	background: url(../images/social_service.png) no-repeat 0 0;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
}

.soc_services .twitter {
	margin-right: 0;
}

.soc_services .twitter:hover {
	background-position: 0 -80px;
}

.soc_services a.gplus {
	background-position: -160px 0;
}

.soc_services a.gplus:hover {
	background-position: -160px -80px;
}

.soc_services a.rss {
	background-position: -80px 0;
}

.soc_services a.rss:hover {
	background-position: -80px -80px;
}

.content-table {
	margin: 20px auto;
	width: 100%;
}

.content-table th, .content-table td {
	padding: 4px 5px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #cfcec4;
}

.content-table tr:hover {
	background: #dedbcb;
}

.row1, .row2, .row3, .row4 {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	background: #cfcec4;
	border: none;
}

.content-table th[scope="row"], .content-table td[scope="row"] {
	font-family: "Courier New", Courier, monospace;
}

.row1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}

.ib {
	display: inline-block;
	width: 150px;
}

.news.full ol, .news.full ul, ol.liststyle, ul.liststyle {
	list-style: circle inside;
	margin: 10px 0 20px;
}

.news.full ol, ol.liststyle {
	list-style: decimal inside;
}

.news.full li, .liststyle li {
	margin: 0 0 10px;
}

/*************************** отсавить в самом конце **************************/
@media only screen and (max-width: 1024px) {
	.leftside {
		width: 650px;
		margin-left: 30px;
	}
}

/**Showstat**/
.base-stat {
	display: none;
}

.queries {
	display: none;
	text-align: left;
	max-height: 450px;
	overflow: auto;
	margin-top: 10px;
}

.queries p {
	padding: 5px;
	border-top: solid 1px #ddd;
}

.queries p:hover {
	background: #ddd;
}

.showstat {
	position: fixed;
	bottom: 10px;
	left: 10px;
	margin-right: 10px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
	background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #323232;
	padding: 20px;
	text-align: left;
	border: solid 1px #fff;
	border-radius: 10px;
	text-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
	z-index: 1000;
}

.showstat p {
	margin: 0;
}

#queries-stat,
#clearbutton,
#showstat-but,
#log-link {
	display: inline-block;
	padding: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAuVJREFUeNqMU0tIVFEY/s655955+RihsnRkVHotCknBRWEhGqUggSFEGyOiVu2iyCBoEeWmRaGQ4CJatUgJDaKIitTURk1NE0sdH6Q4jjOSOo87c2//uSYJuejCx+Wc8z++//vOYU+et8EwjCLTNOsN0yiDiX8/BnDG3zLGbnDO+za3TToQlPxYVdXLud5cZKS7YXc4QMX+5jKGaCSC0Eq4zD/t9+m63sQ4v2JCQZKpYM3PWs0jBYWyHIgBzG0YsA0GFpOBoQEwRWMJ7kBl8C647JaXkwW3OxWcM4oxqNgW0JpoI92dhlyvBwlTgc4cqAjeQ5w5IRgldfv6sDc/F1m7d8JptxMZ0xqDWcNzRGNJhH5F8al/DDp3oUomczsMJqgA8ZPB/uk5aKoNms0GO8HldCISjSEaTyAZ9mPXQB0OcBtBIK7YqLpizSZkF4W6CEWBonALkrJhmOC0xymOR35CSWPIPn0GUjxG4k20tqNnPHSbh5aDL0fHxrEQCGB1bc1K3gpGHVnoO+yZHoiMCuiB1wj42pA0kusXHnQ2CFXVYudravBjcgrz84uYmZ6GEBoUoVgs4qaAZ3kMrkOF0OefQo+5EPYH8ap/8dpIQ/mycKWkVPu+DFoi5ud74ZAi/rGTSetUwN83DFdmERJrYcRWBfRIHKcKdjRSRKOQQieTSUxOzcKmaZaINs2+IWI8jqjO4TCjmGxvh0YXzXP0MDIL9mGucxSTw7PvLectNaWApJicW4oqnVFoX0EC4aouLDgqke7NoVgnvrV04PPH8aYTN7su8VAw2LIUXMJqZJ2EMaAKFUIlf4Ww/go5gdgK9hgdSN9/EONt7/Chd+ZWdf3AneGG0glqD++52oslJaXlVx1OZ7HsvPkWTHlHyPvs0BvkGd201lDXPFL5onepZ+jR8WVGjJl8jbVnq5wU7yGkbvMWMXQ/zxflrlDx9a8naTk8+PBYnNFFkgX+9ysiFGx38FuAAQBygywrLfBIegAAAABJRU5ErkJggg==') no-repeat 50% 50%;
}

#showstat-but {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAp5JREFUeNpkU01IVFEU/t6972fG1JHGrLBso2WRSAshonIjFrZQ27QoEQza6K6gXYS0KKhWuijIjbZw0xhRoEagUhRWUIJSWuL4A44OzDjhjOO89zrnzjwZ68Jh5pzvO+d857x7NfxzSq+Fem3b7XBd1+eSr7FpWkpKrW99oLUzn0schauzr22o0dC04ca6cpyrKUMw4CMGJwPr8RQmpiIYmVzGtuteWOtvGdlVgJP3B6zhW1dqEEvZeDcTxczKH2xuOQj4JY4dLER99V6U+CQeDk5hNb6linABwQV06tzdfgqf5hN4Nr6EudUkuluqsPS4Hjap+L2WRN/EssKZx3xPuc4zd1ysxNivOL6E4yj060hnHAiRnc5nSewxpfrPuGkKMP+JE+qlUKdwHOd6+YEAvi4kiGjAZ+jK7r2ex8k7H+E3dVjk8y/jzGM+52XVQ7PC8TT8hlBdaSxkSPf3u6dV17P3P8OUWhYj33BcMJ/zGBe85XgqA8vSYRoSBhtJHpyMqAJCl9BzccaZx3wt9/1YAQVski1Ud2pAi3OhS7VfmLpQJnM7yTa0WYFXwE07tmNaNB/NlS1AoJdg5jp7vhACmQwpoDzlO6no0MpKDAW0bR+TVUdtRyLPSLdQxRlnHvM5D7mbWlF69cVCU8MJFBVZ2KZP2FQdQHNtcOfKtg/MqmSDiiQSW3jzdhrrzy8foYsU1gkPZxbfd42OyZ5LDcdRTEVG5xJ4NR1Tl4iao9hv0BgCG5Q8OvYDzOc8TwGf4pLzN9vkoTM9dbWHcbSyDEUFJrzHlNhM4+dcBJPfFmEvfeiKjT/qp/DGrsfERciqgq1Pb2v+YDMt0/QA2l/aTUZfRkM3HpA7y8n/vca8U0HGCxB5MYcs6snOf85/BRgAU2QTxLlxCL0AAAAASUVORK5CYII=') no-repeat 50% 50%;
}

#clearbutton {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAnBJREFUeNqEk8tPE1EUxr+5dzqdvoQytqIEXQgLY3TVrRvCwsQ/ABNTJLoClxIQmEqIXUHQsDTBYmAjMXEBEQ0Jid2IIsOjGtBNWUJSGiO06bRl5nrvBBqpBE5yMq/7+74z594jj46OojosYqNpW3OuImzbhlW23jCbtUlEmqYuepcQAkWWIeOMEHCxUGLRwXYwy4JEadvU0GSbW1UkQZNTYesQHupAZvYbMnMryMwsITp4n78vMsbFyamwyeFnD5B9b4AoCihPibpQMosQFVkH1sKJAsxiYhGLxh9i78OaA1KXDEooam7fwO7sV0AiKBRLLeSkfxbwnZEOpD+tcFAB4a4EFN6WaxxegudcAHAr2DNz83I1bJom637cjS/LBmwNUPYBrUBBb11Fljt7/H74/AFM6ePoetnbWRGweIcF3NPbi5XVdahuN5gEbGk2LjQ2YXdmEZ5AAD6e0wuf0T72KPL2yXia/Av39fVjY2MTHl6eytNFKa43N+PXosGdA46zgKPPOwVsCFY+KntA17G5+RNu7nwkeuVyI9bWU6htCuOPFsTc8AyiY10VWAQpl8s/YrEY0uktB1Z4x2V+whoaLmEt9R3B2jqENA2TkxO4VwU7FRRNsz6TzUL1qLAZ43t7AK0myJ0FHEQopOH1RAJP9VjkXU/CsGAf2zWaTCY/UkI6W1tbIU6W1+vF+pFz6LwD67oeGX4xYtTlvLyx7JiAvL2zk7pYXx/hZS8PxHQsG6sIh8IIBmsxkXjlwHzg/nOuCIgm5vJ5w+/zRVRVnaOUhsWHfD4/H4/H+wV82rxIVc83eboO73/zTJ81rX8FGADNWyJwdIxv8QAAAABJRU5ErkJggg==') no-repeat 50% 50%;
}

#log-link {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjJJREFUeNqUU01oU0EQ/va9tekp5JaL9JDepIIFQYoHFQ9Spfhz8uKhxhIFj4KX2kPNRQgKaSMFGy+eLWJatBGRCP5U0lJJIhWbkNJ6kAoGkpDk/ew6u++JpQZp5zG8mdn9Zubb2eXnH6CrSOkbTDmAI/A8HMKI43q+ivcFAd4N6AoN0ClMA8ygzbaLkYnhONq2BUEr3OSIv5iAsRtMQLQsyKkrt6BU2ZYDvLqNo5cfjcOWNbz9MglL/NSdGLvBbQKkRq8h9zWB3FoCqdGoTnJ8EvnZsav4WE7CPED7eQ2M+RR2gpPRS3i/PguzhxYo9mE9jWT0gi6yVH4M3gs8zAJDA9uKHvhO8P2xk1iqzMEg8MyC11nsLLC88UzbKj49T/6kxNBdhoCNLDuX8Dgnrh/BSnVVt5V6Cry+4Y3h9AzDzYtesqk5IBvrwJFNrJW+4dTwsX6cuQeZr/XJ9GfIdAFycJwYtaVs1m2tsiPl4B1oVfFG3ZJKFjIv5ZvFd0SBMrv8B1iAKjwBFmMtbHzforG1dVVuBjAf3dZ2dWuT6HZgmiZcaaEt6uBZGk/T6uSJBlbiEsIGgiJM5YR/j+hjhj+poP4HentQKBb0Hp7Lflq2HRsDhw+hWt7UlYUP7iaMDonzv/ePt9xfUAnCB0PkhrBXKRaLXgIhXSitVCpwHIfakv8F/tPBn2AkEsF+pFQqeQkUuNFo5DKZzAkhxJ7AhmGoonWFZX6sf18H4Il62Ku/BRgAl3Uh7iazc3QAAAAASUVORK5CYII=') no-repeat 50% 50%;
}

#queries-stat:hover,
#clearbutton:hover,
#showstat-but:hover,
#log-link:hover,
#queries-stat.active,
#clearbutton.active,
#showstat-but.active,
#log-link.active {
	background-color: #fff;
	padding: 4px;
	border: solid 1px #bbb;
	border-radius: 4px;
}

#cache-info {
	display: block;
}

/**Showstat**/

[data-target-self],
[data-target-blank],
.pseudolink {
	cursor: pointer;
}

.pseudolink {
	text-decoration: underline;
}

.c800e9 .left {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33% !important;
}

.shop-link {
	color: #fc6341 !important;
}

.shop-link i {

}

#dleprofilepopup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}