@charset "windows-1251";
/* CSS Document */

.logo {
	margin: -150px -40px -40px 280px;
	width: 140px;
	z-index: 2;
	left: 0;
	position: relative;
}

.leftColumn,
.rightColumn {
	line-height: 1.3em;
}


.rightColumn {
	border-left: 1px dashed #dadada; /*светло-серый*/
	border-bottom: 1px dashed #dadada; /*светло-серый*/
	margin-left: 9px;
	z-index: 1;
}
.rightColumn p {
	margin: .5em 0 .5em 0;
	text-align: justify;
}
.rightColumn ul {
	margin: .5em 0 1em 50px;
	list-style: disc;
}
.prNav {
	background-position: 210px bottom;
	padding-bottom: 120px;
	font-size: 1.1em;
}






.subscribe {
	width: 350px;
	background-color: #f8b56f; /*светло-оранжевый*/
	color: #FFFFFF;
	padding: 2px 0px 2px 10px;
	border-top: 1px dashed #f57900; /*оранжевый*/
	border-bottom: 1px dashed #f57900; /*оранжевый*/
}
.subscribe input {
	border: 1px solid #f8b56f; /*светло-оранжевый*/
	height: 20px;
	background-color: #FFFFFF;
	padding: 4px 4px 0 4px;
	width: 180px;
}
.subscribe .left {
	float: left;
	width: 110px;
	padding: 0 10px 0 0;
	font-weight: bold;
}
.subscribe .submit {
	height: 26px;
	padding: 0 8px 2px 8px;
	color: #717173; /*серый*/
	width: 30px;
}
.subscribe .submit:hover {
	color: #f57900; /*оранжевый*/
}









/*специальные абзацные отступы для зон левой колонки*/

.info,
.news {
	padding-top: 10px;
	padding-bottom: 30px;
}
.news p,
.info p {
	text-indent: 0em;
	padding-left: 50px;
}
.news img {
	margin: -20px 10px 0 -50px;
	float: left;
}
.news hr {
	margin-bottom: 40px !important;
}
h1 a {
	border-bottom: 1px dashed #f57900; /*оранжевый*/
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 0 0 4px 10px;
	margin-bottom: 20px;
	text-align: left;
}
h1 a:hover {
	text-decoration: none;
	color: #f57900; /*оранжевый*/
}
.news h1 a {
	margin-bottom: 50px;
}
.date {
	color: #f57900; /*оранжевый*/
}


.book {
	border-top: 1px dashed #F57900;
	margin-bottom: 1em;
	margin-right: -20px;
}
.book img {
	float: right;
	margin: 10px 5px 10px 20px;
}
.important {
	background-image: url(/images/hora/attention.jpg);
	background-position: 0px 38px;
	background-repeat: no-repeat;
	margin-right: -20px;
}



.opinions {
	border: 1px dashed #F57900;
	padding: 4em 10px 2em 70px;
	margin: 40px 0px 30px -65px;
	background-color: #ffffff;
}
.opinions img {
	float: left; 
	margin: 10px 10px 10px 0;
}




.attention {
	background-image: url(/images/hora/attention.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 2em 0 1em 0;
	padding-left: 1em;
	padding-right: 0.5em;
	border-top: 1px dashed #f57900; /*оранжевый*/
}
blockquote {
	background-image: url(/images/hora/blockquote.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 2em 0 1em 0;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 0.5em;
}



.show {
	cursor: pointer;
	text-decoration: underline;
	color: #f57900; /*оранжевый*/
}
.show:hover {
	color: #000000;
}
.act {
	visibility: hidden;
}