/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {  border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* main */
html, body {
	background-color: #ffffff;
}
body {
	margin: 0px;
	padding: 0px 14px 0px 14px;
}

table {
	width: 100%;
    border-collapse: collapse;
}
table td {
	padding: 0px;
	vertical-align: top;
}
ul, ol {
	list-style: none;
}
li {
	padding-left:  16px;
	margin-bottom: 13px;
	background: url(../i/mark.gif) left 6px no-repeat;
}
td, p, a, span, div, legend, br, form, li, td, th, input {
	font-family: Georgia, Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
}

.h100 {
	height:100%;
}

a {
	color: #bc140b;
}
a:hover {
	text-decoration: none;
}

img {
	 border: none;
}

img.inline {
	margin: 0px 10px 10px 0px;
}

.bggrey {
	background: #f0f0f0;
}

div.m {
	width: 100%;
	height:100%;
}

/* Меню верхнее*/
.header {
	height: 40px;
}
 table.header td {
	text-align: center;
	vertical-align: middle;
	border: 1px dotted #dbdbdb;
	border-width: 0px 1px 0px 0px;
}
 table.header td.last {
	border: none;
}
 table.header td a {
	display: block;
	padding: 0px 18px 2px 18px;
	font-weight: normal;
}
/* Подвал*/
.footer table {
	height: 39px;
	margin-top: 5px;
}
.footer table td {
	vertical-align: middle;
	padding: 0px 1em 0px 1em;
}
.footer table td a {
	font-weight: normal;
}

/* Контент*/
div.block-content {
	padding: 10px;
}
h1, h2, h3 {font-weight: bold;}
h1 {
	font-size: 13px;
	padding: 12px;
	margin: 0px;
	display: block;
	color: #332E2B;
}
h1 a {
	text-decoration: underline;
	color: #332E2B;
	font-size: 13px;
}
h1 span {
color: #bc140b;
font-size: 13px;
}
h2 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	display: block;
	color: #bc140b;
}
h2 a {
	font-size: 12px;
	text-decoration: underline;
	color: #bc140b;
}
h3 {
	font-size: 12px;
	margin: 10px 0px 6px 0px;
}
h4 {
	font-weight: bold;
}
.date {
	color: #979797;
	margin: 0px 0px 0.5em 0px;
	font-family: Tahoma;
	font-size: 10px;
}
.date2 {
	color: #979797;
	font-family: Tahoma;
	font-size: 10px;
}
.date a {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
}
.vsp {
	padding: 1% 0px 0px 0px;
}
div.vsp div {
	border: 1px dotted #dbdbdb;
	border-width: 0px 0px 1px 0px;
}


div.blocks {
	 width: 100%;
}

div.block-three {
	width: 32%;
	float: left;
	margin: 0px 2% 0px 0px;
}
div.last {
	margin: 0px;
}

div.block-four {
	width: 24%;
	float: left;
	margin: 0px 1% 0px 0px;
}
div.block-four-last {
	float: left;
	width: 25%;
}

div.block-two {
	width: 49%;
	float: left;
	margin: 0px 2% 0px 0px;
}
div.block-two-last {
	width: 49%;
	float: left;
	margin: 0px;
}

img.arrow {
	margin: 0px 12px 0px 12px;
}

div.block-content p {
	margin: 0px;
}
div.block-content p img {
	margin: 0px 1em 1em 0px;
	float: left;
	border: 2px solid #cccccc;
}

.back {
	background: url(../i/arrow2.gif) left no-repeat;
	font-weight: normal;
	padding: 15px;
}
.forward {
	background: url(../i/arrow.gif) right no-repeat;
	font-weight: normal;
	padding: 15px;
}
/*===============  Календарь ==============*/
.cal  {
	width: 165px;
}
table.calendar {
	width: 165px;
	background-color: #f0f0f0;
}
table.calendar td {
	text-align: center;
	font-size: 13px;
}
table.calendar tr.content td {
	padding: 3px;
}
table.calendar tr.content td a {
	font-size: 13px;
	font-weight: normal;
}
table.calendar td span.holidays {
	color: #999999;
}
table.calendar td span.highlight {
	font-weight: bold;
}
.month td {
	background-color: #fff;
	height: 28px;
	vertical-align: middle;
}
.month td a {
	text-decoration: underline;
	color: #332E2B;
	font-weight: normal;
}
.year td{
	height: 40px;
	background-color: #f0f0f0;
	vertical-align: middle;
}
.year a {
	text-decoration: underline;
	color: #332E2B;
	font-size: 13px;
}
.current {
	height: 20px;
	width: 20px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	border: 1px dashed #B8B8B8;
	padding: 1px 3px;
	background-color: #D7D7D7;
}
/* Таблица с колонками*/
.head {
	height: 40px;
	background-color: #f0f0f0;
	vertical-align: middle;
}
td.hspacer,
td.hsp,
td.pr {
	padding-right: 14px;
}
td.pr table td {padding: 0px 10px;}
td.pr table td h2 {padding: 5px 0px;}
td.pr table td h1 {padding: 0px;}
td.pr table td div.soder {
	margin-right: -10px;
}
/* Отступы и выравнивания*/

.c {text-align: center;}
.r {text-align: right;}
.mr10 {margin-right: 10px;}
.vm {vertical-align: middle;}
.pt05 {padding: 0.5em 0;}
.mt13 {margin: 13px 0 8px 0;}
.mt20 {margin: 20px 0;}
.mt10 {margin-top: 10px;}
div.dott {
	background: url(../i/dott.gif) center repeat-x;
	height: 1px;
}

/* День новости */
td.hspacer {
	background: url(../i/dott2.gif) center repeat-y;
	width: 50px;
}
.vspacer {
	background: url(../i/dott.gif) center repeat-x;
	height: 30px;
}
.daynews {
	margin: 10px -5px;
}
td.pr table td table td {padding: 0px 5px;}

/* Месяц, год */
.label {
	height: 25px;
	background-color: #F0F0F0;
	border-top: 3px solid #C0C0C0;	
	width: 110px;
	text-align: center;
	margin-top: 20px;
	margin-left: -10px;
}
.label h1, .label h1 a {
	color: #BE150D;
	font-size: 13px;	
	margin-top: 3px;
	padding: 0px;
}
ul.spisok {
	padding: 10px 0px 10px 80px;
	list-style: none;
}
ul.spisok li {
	margin-bottom: 10px;
	padding-left:  20px;
	background: url(../i/mark.gif) left 10px no-repeat;
}
.pod {
	font-size: 13px;	
	border-bottom: 1px dashed #707070;	
	text-decoration: none;
}
.n {
	font-size: 12px;	
	font-weight: normal;
	padding-top: 10px;
}
.small {
	font-size: 11px;
	font-weight: normal;
	padding-top: 10px;
}
ul.act {
	padding: 10px 0px 10px 0px;
	list-style: none;
}
ul.act li {
	margin-bottom: 10px;
}
.skor {
	height: 40px;
	width: 165px;
	background-color: #f0f0f0;	
}
.skor td {
	vertical-align: middle;
	
}
.skor td h1 {
	font-size: 12px;
	padding: 0px 0px 0px 10px;
}

ul.spisok_year {
	padding: 0px;
	list-style: none;
}
ul.spisok_year li {
	padding-left:  16px;
	margin-bottom: 13px;
	background: url(../i/mark.gif) left 5px no-repeat;
}
table.my {
	margin-top: 10px;
}
td.data_year {
	color: #979797;
	font-family: Tahoma;
	font-size: 10px;
	text-align: right;
	width: 68px;
}
ul.fast {
	padding: 10px;
	list-style: none;
}
ul.fast li {
	padding-left:  0px;
	margin-bottom: 10px;
	background: none;
}
/* Новости */
.label2 {
	background-color: #F0F0F0;
	border-top: 3px solid #C0C0C0;	
	margin: 20px 0;
	width: auto;
	white-space: nowrap;
}
.label2 h1 {
	font-size: 13px;	
	margin: 3px 20px 3px 20px;
}
.label2 h1 a {
	font-size: 13px;	
}
a.big {
	font-size: 13px;
	margin-left: 14px;
}
.red {
color: #bc140b;
}
/* Статьи */
table.nodott td.hspacer {
	background: none;
}
.soder {
	width: 250px;
	float: right;
	margin: 15px 5px;
}
.soder ul {
	list-style: none;
	padding: 10px 5px;
}
.soder ul li h1 {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.soder ul li a h1, .soder ul li a {
	font-size: 12px;
	color: #707070;
	font-weight: normal;
}
.soder ul li {
	padding-left:  16px;
	margin-bottom: 13px;
	background: url(../i/mark.gif) left 5px no-repeat;
}
.soder div.label {
	background-color: #F0F0F0;
	border-top: 3px solid #C0C0C0;	
	padding: 0px;
	margin: 0px;
	width: 100%;
	white-space: nowrap;
}
.soder div.label h1 {
	font-size: 13px;	
	margin: 3px 20px 3px 20px;
}

table.forms td.xls,
table.forms td.doc,
table.forms td.rar,
table.forms td.exe {
	height: 32px;
	padding: 6px 0px 6px 40px;
	vertical-align: middle;
}
table.forms td.doc {
	background: url( '../i/icons/doc.gif' ) no-repeat center left;
}
table.forms td.rar {
	background: url( '../i/icons/rar.gif' ) no-repeat center left;
}
table.forms td.xls {
	background: url( '../i/icons/xls.gif' ) no-repeat center left;
}
table.forms td.exe {
	background: url( '../i/icons/exe.gif' ) no-repeat center left;
}
table.forms td.ptb4 {
	padding: 4px 0px;
}
div.text, div.text p, div.text  div, div.text li, div.text a  {
	line-height: 1.5em;
	font-size: 12px;
}
div.text p {
	text-indent: 14px;
	padding-bottom: 7px;
}
div.text img {
margin: 2px 10px 2px 0px;
}
div.text table {
	margin: 10px 0px;
	border: 1px solid #dbdbdb;
}
div.text td,
div.text th {
	padding: 3px !important;
	border: 1px solid #dbdbdb;
}
div.text td p {
	text-indent: 0px;
}
div.text th {
	text-align: center;
}

hr {
	border-bottom: 1px dashed #B8B8B8;
	background: none;
	height: 1px;
	border-width: 0px 0px 1px 0px;
}
td.pr table td div.text table td {padding: 5px 0px;}

.ramka {
	border: 3px solid #ccc;
	margin-right: 10px;
	float: left;
}
.usd {
	padding: 5px 0px 6px 0px;
	margin: 0px auto;
	font-size: 11px;
}
.greyt {
	color:#6D6C6C;
	font-size: 11px;
}
h5 {
	border-top: 2px solid #BC140B;
	border-bottom: 1px solid #EAD59A;
	background: #F7EBC9 url( '../i/qa.gif' ) no-repeat center left;
	font-size: 12px;
	min-height: 68px;
	padding: 6px 10px 6px 60px;
	margin: 10px 0px;
	line-height: 1.6em;
	color: #4B4B4B;
	font-weight: normal;
}

.hide {
	display: none;
}
.show {
	display: block;
}

/*===== Подписка ======*/
table.subscribe {
margin-left: -5px;
}
table.subscribe td {
	padding: 5px !important;
	vertical-align: middle;
	border-bottom: 1px dashed #EEEEEE;
}
table.subscribe th {
	color: #bc140b;
	font-weight: bold;
	border: 0px;
	text-align: center;
	padding: 15px 0px 10px 0px;
	vertical-align: bottom;
}
table.subscribe input {
	width: 310px;
	border-left: 1px solid #C2C5C8;
	border-top: 1px solid #C2C5C8;
	border-right: 1px solid #A5ACB2;
	border-bottom: 1px solid #A5ACB2;
	padding: 3px 5px;
	height: 22px;
}
table.subscribe input.short {
	width: 107px;
	border-left: 1px solid #C2C5C8;
	border-top: 1px solid #C2C5C8;
	border-right: 1px solid #A5ACB2;
	border-bottom: 1px solid #A5ACB2;
	padding: 3px 5px;
	height: 22px;
	margin-bottom: 15px;
}
table.subscribe .required {
	background-image: url( '../i/required.gif' );
	background-position: right top;
	background-repeat: no-repeat;
}
table.subscribe input.butras {
	width: 210px;
	background-color: #C5C9CC;
	border-left: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #A5ACB2;
	border-bottom: 1px solid #A5ACB2;
	color: #555F67;
	height: 28px;
}
table.subscribe .no,
.confirm .no {
	border: 0px;
	width: auto;
	height: auto;
}
.important {
	background-image: url( '../i/vagno.gif' );
	background-position: right center;
	background-repeat: no-repeat;
}
.sel {
	margin-right:3px;
}

.poddp {
	width: 315px;
}
.poddp td {
	text-align: right;
	border: 0px;
}
label {
	cursor: pointer;
	position: relative;
	top: -1px;
}
textarea {
	width: 310px;
	border-left: 1px solid #C2C5C8;
	border-top: 1px solid #C2C5C8;
	border-right: 1px solid #A5ACB2;
	border-bottom: 1px solid #A5ACB2;
	padding: 3px 5px;
	height: auto;
	overflow: auto;
}
div.error {
	margin-top: 10px;
}
div.error div {
	background-image: url( '../i/error.gif' );
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	border-top: 3px solid #C0C0C0;	
	margin: 5px 0px 10px 5px;
	width: 48%;
	padding: 6px 5px 8px 39px;
	color: #bc140b;
	float: left;
}
.confirm {
	width: 750px;
	margin: auto;
}
.confirm td {
	padding: 7px !important;
	vertical-align: middle;
	border-bottom: 1px dashed #EEEEEE;
}
.confirm th {
	color: #bc140b;
	font-weight: bold;
	text-align: center;
	border: 0px;
	padding: 10px 0px 5px 5px;
	vertical-align: middle;
}
.confirm td.name {
	color: #5B5B5B;
}
.confirm ul {
	margin-top: 10px;
}
.confirm th.print li.xls {
	height: 30px;
	background: url( '../i/icons/xls.gif' ) no-repeat left top;
	padding: 6px 0px 6px 40px;
	vertical-align: middle;
	text-align: left;
}
.label3 {
	background-color: #F0F0F0;
	border-top: 3px solid #C0C0C0;	
	margin: 10px auto 0px auto;
	width: 250px;
	height: 25px;
	white-space: nowrap;

}
.label3 h2 {
	font-size: 13px;	
	margin: 3px 20px 7px 20px;
}
.e404 {
width: 400px;
margin-left: 215px;
}

