/* тэги */

* {
	-moz-box-sizing: border-box; box-sizing: border-box;
	margin: 0; padding: 0;
	font-family: Arial, sans-serif; font-size: 100.01%; }

input, textarea {
	-moz-box-sizing: content-box; box-sizing: content-box; }

body {
	font-size: 62.5%;
	background: #FFF url(../images/z.gif) no-repeat;
	background-attachment: fixed; }

a:link {
	text-decoration: underline;
	color: #0085d7; }

a:visited {
	color: #606; }

a:hover {
	color: #C00; }

a:active {
	color: #C00; }


/* стандартные стили */

.half-em {height:9px;}
.one-em {height:18px;}
.one-and-half-em {height:27px;}
.two-em {height:36px;}
.break {clear:both;}

.fl {
	float: left; }

.fr {
	float: right; }

.fn {
	float: none; }

.tal {
	text-align: left; }

.tar {
	text-align: right; }

.tac {
	text-align: center; }

.bn {
	border: 0 solid; }

.nw {
	white-space: nowrap; }

.visible {
	display: block; }

.hidden {
	display: none; }

.mainheader {
	font-size: 2.2em; color: #363636; font-family: Georgia,"Times New Roman",Times,serif; font-weight: normal; }

.lighten {color:#363636;}

.button {
	padding: 5px 10px;
	font-weight: bold; font-size: 1.6em; }

.insert-button {
	color: #090; }

.mail, .web {
	margin-right: 5px; border: none; }

.rss {
	float: right;
	margin-top: 10px; border: none; }

.w100 {
	width: 100%; }

.w99 {
	width: 99%; }

.login-table {
	width: 100%; margin-top: 20px; border-collapse: collapse; }

.login-table td {
	vertical-align: top; }

.login-table .label- {
	width: 180px;
	font-weight: bold; font-size: 1.2em; }

.login-table .value- {
	padding-bottom: 10px; }

.login-table .value- input {
	width: 200px;
	font-size: 1.2em; }

.login-table .comment- {
	display: block;
	margin-top: 3px;
	font-size: 1.2em; }

/* оформление контента  */

.content {
	font-size: 1.3em; }

.content p {
	margin: 10px 0; }

.content sub, .content sup, .content small {
	font-size: .8em; }

.content big {
	font-size: 1.2em; }

.content blockquote {
	margin: 20px 0; border: solid #999; border-width: 2px 0;
	line-height: 1.2; color: #999; }


/*  оформление контента: заголовки */

.content h1, .content h2, .content h3, .content h4, .content h5 {
	margin: 20px 0 0;
	line-height: 1.2; }

.content h1 {
	font-size: 2em; color: #0279c3; }

.content h2 {
	font-weight: normal; font-size: 1.5em; color: #0279c3; }

.content h3 {
	font-size: 1.125em; }

.content h4 {
	font-weight: normal; font-size: 1.125em; }

.content h5 {
	font-weight: normal; font-size: 1.1em; color: #0279c3; }


/*  оформление контента:  картинки */

.content img.fl {
	float: left;
	margin: 0 10px 10px 0; border: 3px solid #0279c3; }

.content img.fr {
	float: right;
	margin: 0 0 10px 10px; border: 3px solid #0279c3; }

.content img.fn {
	margin: 10px; border: 3px solid #0279c3; }


/*  оформление контента: списки */

.content ul {
	margin: 10px 0 10px 10px; }

.content ol {
	margin:  10px 0 10px 30px; }

.content li { }

.content ul li {
	padding: 0 0 0 20px;
	list-style: none; 
	behavior: expression( !this.before
		? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
	text-indent: -1.24em; }

.content ul li:before {
	content: '\2014\a0'; }

.content dt {
	margin-bottom: 2px;
	font-weight: bold; }
.content dd {

	margin-bottom: 10px; }

.content li ul,
.content li ol {
	margin-top: 0; }


/*  оформление контента: таблицы */

.content-table {
	margin: 10px 0; border: 2px solid #459dd3; border-collapse: collapse; }

.content-table td,
.content-table th {
	padding: 5px; }

.content-table td {
	border: 1px solid #daebf6;
	font-size: .75em; }

.content-table th {
	border: 1px solid #fff;
	font-weight: normal; font-size: .875em; text-align: left; color: #fff;
	background: #459dd3; }

.content-table tr.second-row {
	background: #CCC; }

.content-table caption {
	font-size: .7em; text-align: left; color: #459dd3; }



/*  оформление контента: List-Based формы, конструктор */

.w252 {width:252px;}
.w252 li {width:216px; margin:0 18px;}

.bg-yellow {background:#fff6c3;}
.bg-blue   {background:#daf0ff;}

.form-with-list { margin-left:18px; padding-bottom:9px; margin-top:-9px; _overflow: hidden}
.form-with-list h3 {font:bold 1.3em/1.2em Arial, Helvetica, sans-serif; margin:9px 18px;}
.form-with-list ul {list-style:none;}
.form-with-list li {font-size:1.3em; display:block; float:left; clear:both; margin-bottom:6px; _margin-left: 10px;}
.form-with-list label {display:block;}
.form-with-list .submit {display:block; float:left; clear:both; padding:4px 9px;}

.form-with-list .with-short-input label {position:relative; margin-left:24px;}
.form-with-list .with-short-input label input { position:absolute; left:-24px; width:16px; height:16px;}
.form-with-list .with-short-input .submit {margin-left:24px; /margin-left:6px;}




/*  оформление контента: формы */

.content textarea {
	overflow: auto; }

.content fieldset {
	padding: 0 1em 1em; border: .075em solid #000; }

.content legend {
	padding: 0 .2em;
	font-size: 1.1em; font-weight: bold; }

.content .warning {
	border: 0.075em solid #0279c3; padding: 0.6em 1em; margin: 1.5em 0 .75em 0; }

.content .required {
	font-weight: bold; color: #c00; }

.content .form-table {
	margin-top: .75em; }

.content .form-table th,
.content .form-table td {
	padding: .25em; }


.searchresults {}

.searchresults .bigform- {}

.searchresults .bigform-  td {
	padding-top: 5px; }

.searchresults .bigform- .name- {
	padding-right: 13px;
	font-weight: bold; }

.searchresults .bigform- .value- {
	width: 300px; }

.searchresults .bigform- .value- select {
	width: 100%; }

.searchresults .bigform- .value- .customdate- {}

.searchresults .bigform- .value- .customdate- .short- {
	width: 20px;
	text-align: center; }

.searchresults .bigform- .value- .customdate- .long- {
	width: 40px;
	text-align: center; }

.searchresults .bigform- .value- .dateformat- {
	padding-left: 4px;
	font: bold 1.15em Courier New; word-spacing: 1px; }

.searchresults .results- {
	margin-left: 20px; }

.searchresults .results-  .item- {
	margin-bottom: 1em; }

.searchresults .results-  .item-  .subj- {
	 }

.searchresults .results-  .item-  .subj- .date- {
	float: right;
	font-weight: bold; line-height: 1.8; color: #666; }

.searchresults .results-  .item-  .subj- .type- {
	margin-right: 5px; padding: 1px 4px 2px;
	font-weight: bold; color: #fff;
	background: #999; }

.searchresults .results-  .item- .subj- a {
	font-size: 1.3em; }

.searchresults .results-  .item- .abstract- {
	}

.searchresults .results-  .item- .abstract- .arrow- {
	font: bold 1.6em Times New Roman, serif; }

/* поиск */
.search-form {
	width: 100%; border-collapse: collapse; }

.search-form td {
		padding-top: 5px;
		font-size: 1.3em; }

.search-form .tunes- td { font-size: 100%; }

.search-form .tunes- td.more- { padding: 0 0 0 15px; font-size: 60%; }
.search-results-title { font-weight: bold; }

.search-results {
	padding: 0 10px;
	font-size: 1.6em; }

.search-results .item- {
	margin: 15px 0; }

.search-results .itemclass- {
	width: 60px;
	vertical-align: top; text-align: center; }

.search-results .subj- {
	font-size: 120%; }

.search-results .no- {
	margin-left:4px; }

.search-results .url- {
	margin-left: 10px; }

.search-results .abstract- {
	margin-left: 10px;
	font-size: 100%; }

.search-results .arrow- {
	font-size: 13px; }

.search-results .none- {
	font-size: 80%; }

.search-results .resultsdummy- {
	height: 22px; }

.search-results .date- {
	font: 10px Tahoma, sans-serif; }

.search-results .mark_comment-, .search-results .mark_dk_ekb-, .search-results .mark_news-, .search-results .mark_event-, .search-results .mark_article-,
.search-results .mark_offer-, .search-results .mark_interview-, .search-results .mark_person-, .search-results .mark_record- {
	padding: 3px;
	color: black; font: 10px Tahoma; }

.search-results .mark_comment- {
	background: #FFF7C7; }

.search-results .mark_dk_ekb- {
	background: #F3FFD7; }

.search-results .mark_news- {
	background: #D4D4D4; }

.search-results .mark_event- {
	background: #F7E3F3; }

.search-results .mark_article-  {
	background: #EFE3FF; }

.search-results .mark_offer- {
	background: #E3FFE7; }

.search-results .mark_interview- {
	background: #FFEFE3; }

.search-results .mark_person- {
	background: #E3FFE7; }

.search-results .mark_record- {
	background: #eee; }