 /* Общие элементы
----------------------------------------------------*/
html, body {
	background: white;
	height: 100%;
	width: 100%;
}

body, p, ol, ul, form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	border: 0;
	padding: 0;
	vertical-align: top;
}

table.standard td, table.standard th {
	border: 0;
	padding: 2px;
}

table.compact {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table.compact td, table.compact th {
	border: 0;
	padding: 0;
	vertical-align: top;
}

.error {
	color: red;
}

.doc {
	height: 100%;
	width: 100%;
}

div.hid {
	font-size: 1px;
	visibility: hidden;
}

body, table, input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #0298d7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2 {
	font: bold 16px Tahoma, Arial, Helvetica, sans-serif;
	color: #51555f;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}
/* Общие элементы */

 /* Каркас
----------------------------------------------*/
.d2 {
	margin-top: 25px;
	width: 100%;
}

.dSplit {
	width: 15px;
}

.dSplit div {
	width: 15px;
}

.dSplit1 {
	background: #c5cad6;
	width: 10px;
}

.dSplit1 div {
	width: 10px;
}
/* Каркас */

 /* Шапка
---------------------------------------------------*/
.dTop {
	background: url(/source/i/tBack1.jpg) no-repeat;
	height: 152px;
	width: 100%;
}

.dTop td {
	background: url(/source/i/tBack2.jpg) no-repeat right;
}

.dTop a {
	font-size: 30px;
	text-transform: lowercase;
}

.dTop img {
	margin: 33px 100px;
}
/* Шапка */

 /* Навигация
-----------------------------------------------*/
.dNavigation {
	background: url(/source/i/nBack.jpg) repeat-x;
	height: 29px;
}

.dNavigation table {
	margin: 0 auto;
}

.dNavigation td {
	padding: 0 1px;
}

.dNavigation .notCur {
	background: url(/source/i/nBack1.png) no-repeat;
	float: left;
	height: 38px;
	padding-left: 40px;
}

.dNavigation .notCur div {
	background: url(/source/i/nBack2.png) repeat-x;
	height: 38px;
}

.dNavigation .notCur a {
	background: url(/source/i/nBack3.png) no-repeat right;
	display: block;
	font: bold 16px Tahoma, Arial, Helvetica, sans-serif;
	height: 33px;
	padding: 5px 15px 0 0;
	text-transform: lowercase;
}

.dNavigation .cur {
	background: url(/source/i/nBack1Cur.png) no-repeat;
	float: left;
	height: 38px;
	padding-left: 40px;
}

.dNavigation .cur div {
	background: url(/source/i/nBack2Cur.png) repeat-x;
	height: 38px;
}

.dNavigation .cur a {
	background: url(/source/i/nBack3Cur.png) no-repeat right;
	display: block;
	font: bold 16px Tahoma, Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 8px 15px 0 0;
	text-transform: lowercase;
}
/* Навигация */

 /* Меню
-------------------------------------------------*/
.dMenu {
	background: #dee3ee;
	padding: 15px;
	width: 135px;
}
/* Меню */

 /* Контент
------------------------------------------------------*/
.dContent {
	background: #dee3ee; padding: 15px;
}

.dContent table td, .dContent table.border td, .dContent table th, .dContent table.border th {
	border: 1px solid #51555f;
	padding: 2px;
}

.dContent table.noborder td, .dContent table.noborder th {
	border: none;
	padding: 0;
}
/* Контент */

 /* Директ
--------------------------------------------------------*/
.dDirect {
	padding: 15px;
	width: 135px;
}

.dDirect div {
	width: 135px;
}
/* Директ */

 /* Подвал
-------------------------------------------*/
.dBottom {
	background: url(/source/i/bBack1.jpg) no-repeat;
	height: 25px;
}

.dBottom div {
	background: url(/source/i/bBack2.jpg) no-repeat right;
	height: 20px;
	padding: 5px 5px 0 0;
	text-align: right;
}

.dBottom a {
	font-weight: bold;
}
/* Подвал */

 /* Список статей
-----------------------------------------------------*/
.bArticleList .header {
	margin-bottom: 5px;
}

.bArticleList .header a {
	font-size: 14px;
	font-weight: bold;
}

.bArticleList .text {
	margin: 0 0 25px 15px;
}

.bArticleList .text .more {
	font-weight: bold;
	margin-left: 10px;
}
/* Список статей */