h1,h2,h3,h4 {
	color: #ED1C24;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	margin-bottom:10px;
}
h3 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top:30px;
	padding: 0px;
}
h2 {
	font-size: 22px;
	margin-bottom: 14px;
}
h1 {
	color: #ED1C24;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top:0px;
	//margin-bottom: 6px;
}

.no-underline {
/*	text-decoration: none !important;  */
}

.img-in-text {
	border: 1px solid #dee0e5;
	margin-top:4px;
	margin-bottom:7px;
}
.float-to-left {
	float:left;
	margin-right:20px;
}
.float-to-right {
	float:right;
	margin-left:20px;
}
.img-in-text-left {
	float:left;
	margin-right:20px;	
	border: 1px solid #dee0e5;
	margin-top:4px;
	margin-bottom:7px;
}
.img-in-text-right {
	float:right;
	margin-left:20px;
	border: 1px solid #dee0e5;
	margin-top:4px;
	margin-bottom:7px;
}




/* maintable */
table.maintable {
	color: #333;
	font-size: 12px;
	border-spacing: 1px;
	padding: 10px 0;
  border-bottom-color: #FFFFFF;
}
table.maintable td {
}

table.maintable .tr-with-color {
	background-color: #F4F0F0;
}
table.maintable .td-with-color {
	background-color: #E9E1E2;
}
table.maintable thead {
	font-weight: bold;
	font-size: 12px;
}
table.maintable td,
table.maintable th {
	padding: 8px 12px;
}
table.maintable th {
	background-color: #E9CDCF;
}
table.maintable tbody a {
	font-size: 12px;
}
table.maintable .empty {
	text-align: center;
	color: #ccc;
}
p.text-otstup {
	padding-left: 10px;
	margin-left: 18px;
	font-size: 16px;
	font-style: italic;
	border-left: 3px solid #E9E1E2;
	line-height: 20px;
}
p.table-legend {
	font-size: 12px !important;
	color: #333 !important;
}
table.maintable ul {
	margin: 8px 0px !important;
}

.rules-table td {
	padding: 8px !important;
}

/* file icons */

.icon-xls {
	background: url("images/ico-xls.png") no-repeat left;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:10px;
}
.icon-pdf {
	background: url("images/ico-pdf.png") no-repeat left;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:10px;
}
.icon-rar {
	background: url("images/ico-rar.png") no-repeat left;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:10px;
}
.icon-doc {
	background: url("images/ico-doc.png") no-repeat left;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:10px;
}

.go-back {
	background: url("images/arrow-left.gif") no-repeat left;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}

/*Таблица со стилем*/
.table-section-name, .credit-list #credits tr.header{ font-weight: bold;background-color: #F0F0F0; } /*Заголовок таблицы*/
table.table, .credit-list #credits { empty-cells: show;border-collapse: collapse;border-spacing: 0;width: 100%;margin: 0 0 15px 0; }
.table td, .credit-list #credits td { border: 1px solid #DEDEDE;padding: 5px 7px; }
.table .table-section-name, .credit-list #credits tr.header{ font-weight: bold;padding: 7px; }
/*end Таблица со стилем*/

