/* ===== '_tpl.css' ===== */

/* =styles_of_a_whole
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.err-block, .info-block {
	margin-bottom: 2em;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
.err-block {
	color: #cc3f3e;
}
.info-block {
	color: #006400;
}
.red-text {
	color: #cc3f3e;
}
/* --- !!! --- */
.clear-line {
	clear: both;
	padding: 1em;
}
.list-clear-line {
	clear: both;
}
/* --- !!! --- */
a.back-link {
	/*
	font-size: 0.8em;
	*/
	font-size: 0.9em;
	color: #763324;
	text-decoration: underline;
}
a:hover.back-link {
	text-decoration: none;
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* =path
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.path {
	margin: 0em 0em 1em 6em;
	padding-left: 0em;
	list-style-type: none;
	text-align: right;
}
	.path li {
		display: inline;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
		color: #545454;
		white-space: nowrap;
		
	}
		/* --- !!! --- */
		.path li a {
			color: #763324;
			text-decoration: underline;
		}
		.path li a:hover {
			color: #545454;
			text-decoration: none;
		}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* =pager
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.pager {
	margin: 0em;
	padding-left: 0em;
	text-align: center;
	list-style-type: none;
}
	.pager li {
		display: inline;
		font-size: 1.6em;
		color: #793324;
	}
	/* --- !!! --- */
	.pager li.pager-gl, .pager li.pager-gr {
		margin: 0em 0.4em;
	}
	.pager li.pager-gl {
		background: url(pager_gl.gif) no-repeat right;
	}	
	.pager li.pager-gr {
		background: url(pager_gr.gif) no-repeat left;
	}		
	/* --- !!! --- */	
		.pager li span {
			padding: 0em 0.3em;
			font-size: 1.5em;
			font-weight: bold;
			color: #242424;
		}
	/* --- !!! --- */
		.pager li a {
			padding: 0em 0.4em;
			font-size: 1.2em;
			color: #793324;
			text-decoration: underline;
		}
		.pager li a:hover {
			color: #242424;
			text-decoration: none;
		}
		/* --- !!! --- */
		.pager li.pager-gl a, .pager li.pager-gr a {
			padding: 2px 15px;
		}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* =controls_form
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.form-title {
	margin: 0em 0em 0.5em 0em;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
}
.general-form {
	width: 375px;
	margin: 0em auto;
	font-size: 1.6em;
}
.general-form button, .general-form input, .general-form select, .general-form textarea {
	font-size: 1em;
}
.general-form fieldset {
	padding: 0px;
	border: none;
}
.general-form legend {}
/* --- !!! --- */
.form {
	margin: 0em 0em 2em 0em;
	padding: 0.5em 0em 0em 0em;
	list-style-type: none;
}
.form dt {
	margin-top: 0.5em;
	font-weight: bolder;
	color: #464545;
	letter-spacing: -0.05em;
	overflow: hidden;
}
.form dd {
	margin: 0.001em 0em;
}
/* --- !!! --- */
.form dt span {
	display: block;
	width: 16px;
	height: 100%;
	margin-right: 0.1em;
	float: left;
}
.form dd label {
	display: block;
	padding: 0em 0em 0.5em 1em;
}
.general-form input, .general-form textarea {
	width: 97%;
	padding: 0.3em;
	border: 1px solid #cdcdcd;
	background: #fff url(input_bg.gif) no-repeat;
}
.general-form textarea {
	height: 160px;
}
.general-form select {}
/* --- !!! --- */
.form dd label input {
	width: auto;
	padding: 0em;
	border: none;
	background: none;
	float: left;
	margin: 5px 0px 0px -1em;
}
.form dd.file-input input {
	width: auto;
}
/* --- !!! --- */
.form dd.captcha-text input {
	width: 125px;
	margin-right: 13px;
	vertical-align: middle;
}
.form dd.captcha-text img {
	vertical-align: middle;
}
/* --- !!! --- */
.form dt.submit-input {
	display: inline;
	float: right;
	margin: -39px 0px 0px 0px;
}
.form dt.submit-input input {
	width: 144px;
	height: 39px;
	padding: 0px;
	border: none;
	background: url(sub_input_bg.gif) no-repeat;
	cursor: pointer;
}
/* --- !!! --- */
.form span.state_required {
	background: url(psFormValidator/required.gif) no-repeat center;
}
.form span.state_invalid {
	background: url(psFormValidator/invalid.gif) no-repeat center;
}
.form span.state_validated {
	background: url(psFormValidator/validated.gif) no-repeat center;
}
.form span.state_required_invalid {
	background: url(psFormValidator/required_invalid.gif) no-repeat center;
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* =map_index
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.map-level-1 {
	margin: 0em 0em 4em 0em;
	padding-left: 0em;
	list-style-type: none;
}
	.map-level-1 li {
		margin: 0.15em 0em;
		font-size: 1.8em;
		overflow: hidden;
		clear: both;
	}
		/* --- !!! --- */
		.map-level-1 li a {
			padding-left: 1.2em;
			background: url(menu_light_bg.gif) no-repeat 0em 0.4em;
			color: #763324;
			float: left;
		}
		.map-level-1 li a:hover {
			background: url(menu_dark_bg.gif) no-repeat 0em 0.4em;
			color: #000;
		}
		/* --- !!! --- */
		.map-level-2 {
			/*margin: 0.5em 2em;*/
			margin: 0.2em 2em -0.2em 4.3em;
			padding-left: 0em;
			list-style-type: none;
		}
			.map-level-2 li {
				margin: 0.2em 0em;
				font-size: 0.8em;
			}
				/* --- !!! --- */
				.map-level-2 li a {
					padding-left: 1em;
 					background: url(light_bull.gif) no-repeat 0em 0.5em;
				}
				.map-level-2 li a:hover {
					background: url(dark_bull.gif) no-repeat 0em 0.5em;
				}
				/* --- !!! --- */
					.map-level-3 {
						/*margin: 0.5em 2em;*/
						margin: 0.2em 2em -0.2em 2em;
						padding-left: 0em;
						list-style-type: none;
					}
					.map-level-3 li {
						/*margin: 0em;*/
						/*margin: 0.3em 0em;*/
						/*font-size: 0.85em;*/
						font-size: 1em;
					}
					/* --- !!! --- */
						.map-level-3 li a {
							background: url(light_bull.gif) no-repeat 0em 0.5em;
						}
						.map-level-3 li a:hover {
							background: url(dark_bull.gif) no-repeat 0em 0.5em;
						}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* =partners
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.cat-part-list {
	margin: 0em 0em 4em 0em;
	padding: 0em;
	list-style-type: none;
}
	.cat-part-list li {
		margin: 1em 0em 1.5em 0em;
		font-size: 1.6em;
		font-weight: bold;
		color: #763324;
	}
		/* --- !!! --- */	
		.cat-part-list li ul {
			margin: 0.5em 0em;
			padding-left: 1em;
			list-style-type: disc;
		}
			.cat-part-list li ul li {
				margin: 0em;
				font-size: 0.9em;
				font-weight: normal;
				color: #242424;
			}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* =news
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.news-date {
	width: 55px;
	/*padding: 0.5em 2em;*/
	padding: 0.3em 1.8em;
	margin-left: -55px;
	background: url(date_bg.gif) no-repeat left bottom;
	/*font-size: 0.6em;*/
	font-size: 0.8em;
	font-weight: normal;
	color: #242424;
	float: left;
}
.news-name {
	margin: 0em;
	margin-left: 55px;
	font-size: 1.6em;
	color: #763324;
	font-weight: bold;
	line-height: 1.1;
}
	/* --- !!! --- */
	.news-name a {
		text-decoration: none;
	}
	.news-name a:hover {
		color: #000;
	}
/* --- !!! --- */	
.news-block {
	margin-top: 0.5em;
	margin-left: 1.5em;
	_margin-left: 0em;
	text-align: justify;

}

	.photo-block {
		padding: 0px 0px 15px 15px;
		margin: 0.4em 1em 1em 0em;
		background: url(photo_bg.gif) no-repeat left bottom;
		float: left;
	}
		.photo-block img {
			border: none;
		}
/* --- !!! --- */
.in-news-date {
	/*
	padding: 0.5em 2em;
	*/
	padding: 0.3em 1.8em;
	margin-bottom: 1em;
	background: url(date_bg.gif) no-repeat left bottom;
	font-size: 1.2em;
	/*
	font-size: 1em;
	*/
	color: #242424;
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* =photolist
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.media-block {
	margin-left: -20px;
	margin-right: -30px;
	/*margin-right: -40px;*/
}
	.media-list {
		margin: 0px;
		padding-left: 0px;
		list-style-type: none;
		overflow: hidden;
	}
		.media-list li {
			display: block;
			width: 180px;
			padding: 0px 20px 20px 20px;
			_padding: 0px 18px 20px 18px;
			float: left;
		}
			.media-list li p {
				height: 4em;
				margin: 1em 0em 2em 0em;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 1.2em;
				text-align: center;
			}
			.editor .media-list li p {
				font-size: 1em;
			}
				.media-list li p a {
					text-decoration: none;
				}
				.media-list li p a:hover {
					text-decoration: underline;
				}			
	/* --- !!! --- */
	.media-img {
		padding: 0px 15px 15px 15px;
		background: url(photo_bg.gif) no-repeat left bottom;
	}
		.media-img img {
			border: none;
		}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* =popup_windows
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
#psCloseBackGround {	/* Dark background */
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 100;
	opacity: 0.6;
}
#psLoader {	/* Loader block */
	width: 240px;
	height: 55px;
	background: #fff url(_loader.gif) no-repeat 10px 40px;
	position: absolute;
	border: 1px solid #999;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	padding: 15px 0px 0px 0px;
	z-index: 200;
}
#psWindow {	/* Content block */
	background: #fff;
	padding: 15px;
	position: absolute;
	z-index: 200;
}
#psWindow img {
	cursor: pointer;
}
/* --- !!! --- */
#psClose {	/* Close image */
	position: relative;
	padding-bottom: 3px;
}
#psClose img {
	position: absolute;
	top: -11px;
	right: -11px;
	cursor: pointer;
}
/* --- !!! --- */
#psTitle {	/* Title image */
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;	
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* ===== // '_tpl.css' // ===== */
