/* Карта сайта */
DIV.map DIV.pd { padding: 0 6px 0px 5px; margin-left: 130px; background: url(img/pd-brd.gif) repeat-y 5px 0; }
DIV.map DIV.pd DIV.item { padding-left: 128px; background: url(img/map-item-arr.gif) no-repeat 0 50%; }
DIV.map DIV.pd DIV.last { background: url(img/map-item-arr2.gif) no-repeat 0 50%; }
DIV.map DIV.no-mg { margin-left: 0; }
DIV.map DIV.first { margin-left: 7px; }
DIV.map DIV.last- { background: none; border-left: 1px solid #FFF; padding-left: 134px; margin-left: 0; background: url(img/pd-brd.gif) repeat-y 135px 0; }
/* Табличка для наполнения */
TABLE.blank { width: 100%; margin: 1em 0; }
TABLE.blank TD { padding: 1px 5px 1px 0; vertical-align: top; }
/* Разлинованая табличка */
TABLE.center TD {
	text-align: center;
}
TABLE.table { width: 100%; border: solid #9CDCF8; border-width: 1px 1px 0 0; margin: 1em 0; }
TABLE.table TR.bg TD { background: #FFFFEA; }
TABLE.table TD.bg { background: #FFFFEA; }
TABLE.table TD { border: solid #9CDCF8; border-width: 0 0 1px 1px; padding: 2px; }
TABLE.table TH { border: solid #9CDCF8; border-width: 0 0 1px 1px; }
/* Табличка с картинками */
TABLE.img { width: 100%; }
TABLE.img TD { text-align: center; background: url(img/img-bg.gif) repeat-x 0 0; }
/* Ссылки */
TABLE.links { width: 50%; border-collapse: separate; }
TABLE.links TD { background: url(img/link-brd.gif) repeat-x 0 0; }
TABLE.links TD DIV.link { width: 100%; background: url(img/link-brd.gif) repeat-x 0 100%; }
TABLE.links TD DIV.link DIV.lft { background: url(img/link-lft.gif) no-repeat 0 50%; width: 100%; }
TABLE.links TD DIV.link DIV.rgh { background: url(img/link-rgh.gif) no-repeat 100% 50%; width: 100%; }
TABLE.links TD DIV.link A { display: block; color: #000 !important; text-decoration: none; font-size: 14px; font-weight: bold; padding: 1px 20px 2px; text-align: center; }
/* Рабочая область */
TABLE.content { width: 84%; }
TABLE.content TD.content- { padding: 5px 0 0px 3px; }
TABLE.content TD.links { font-size: 12px; text-align: center; font-weight: normal; }
/* Нижняя линия */
TABLE.bot-line { width: 84%; }
TABLE.bot-line TD.crn { width: 1%; }
TABLE.bot-line TD.brd { width: 49%; background: url(img/hdr-brd.gif) repeat-x center; }
TABLE.bot-line TH { width: 1%; font-size: 14px; }
TABLE.bot-line TH DIV.bg { width: 100%; background: url(img/hdt-lft2.gif) no-repeat 0 50%; }
TABLE.bot-line TH DIV.bg DIV { width: 100%; padding: 0 20px; background: url(img/hdt-rgh2.gif) no-repeat 100% 50%; }
/* Заголовок */
TABLE.header { width: 84%; }
TABLE.header TD.crn { width: 1%; }
TABLE.header TD.brd { width: 24%; background: url(img/hdr-brd.gif) repeat-x center; }
TABLE.header TH { width: 50%; font-size: 14px; background: #9CDCF8; }
TABLE.header TH DIV.bg { width: 100%; background: url(img/hdt-lft2.gif) no-repeat 0 50%; }
TABLE.header TH DIV.bg DIV { width: 100%; padding: 0 30px; background: url(img/hdt-rgh2.gif) no-repeat 100% 50%; }
/* Языки */
TABLE.lang { width: 84%; }
TABLE.lang TD { width: 50%; }
TABLE.lang TH { width: 50%; text-align: right; }
/* Шапка */
TABLE.top { width: 100%; background: url(img/top-bg.gif) repeat-x 0 0; border-bottom: 10px solid #9DDDF9; }
TABLE.top TH { width: 10%; }
TABLE.top TD.rbits { width: 60%; }
TABLE.top TD.logo { vertical-align: top; width: 20%; padding-left: 35px; }
TABLE.top TD.logo DIV.logo { position: relative; width: 288px; }
TABLE.top TD.logo DIV.logo IMG { position: absolute; z-index: 2; }
/* Главное меню */
TABLE.main-menu { width: 100%; background: url(img/main-menu-bg.gif) repeat-x 0 0; }
TABLE.main-menu TR.sub-menu IMG { display: inline; }
TABLE.main-menu IMG { position: relative; z-index: 10; display: block; }
TABLE.main-menu TD { width: 30%; }

/* Переопределения */
* { -moz-box-sizing: border-box; box-sizing: border-box; }
BODY {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
}
TABLE {
	border-collapse: collapse;
}
TD, TH {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding: 0;
}
P {
	margin: 0;
	padding: 0.5em 0;
}
.lt {
	font-size: 80%;
}
HR { height: 1px; color: #CCC; background: #CCC; border: none; }
STRONG { font-weight: bold; }
EM { font-style: italic; }
/* Заголовки */
H1 {
	margin: 0;
	clear: left;
	text-align: center;
	font-size: 100%;
	padding: 0.5em;
}
H2 { margin: 0; }
H3 { margin: 0; }
/* Ссылки */
A:link { color: #000; }
A:visited { color: #666; }
A:hover { color: #66CCFF; text-decoration: none; }
A:active { color: #000; }
/* Формы */
FORM { padding: 0; margin: 0; }
.large { width: 100%; }
.medium { width: 60%; }
.small { width: 40%; }
.smallest { width: 20%; }
INPUT, SELECT, TEXTAREA { }
.left { float: left; }
.right { float: right; }
/* Отступы у изображений */
IMG { border: none; }
IMG.block { display: block; }
IMG.inline { display: block; }
IMG.left { margin: 0 10px 2px 0; float: left; }
IMG.right { margin: 0 0 2px 10px; float: right; }
