/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
  font: 84% Arial,Verdana,Helvetica,sans-serif;
  margin:0;
  padding:0;
  background:#eee;
}

#headerSpacer{
  margin:0.4em; 
  line-height:200px; /* 200 -- это место под шапку [с банером] */
}

.level0 { /* - New, outermost DIV */
  position:relative; /* для создания нового потока размещения и включения z-index */
  width:100%;  /* for force width <>"auto" inheriting and 
     thun force appling of the same min-width for all nested div's */
  min-width:32em;
  z-index:5
}

.main, .addition {
  margin:0.4em 0 0.4em 12.8em;
  padding:1ex;
  border-left: 2px solid #ccc;
  border-top: 2px solid #999;
}

.main {
    background:#fff;
}

.w100 {width:100%}

.footer {
  position:relative;
  margin:0.4em 0.4em 0.4em 12.8em;
  padding:0;
  clear:both;
}

/* собственно реклама, которая накладывается поверху на поле #headerSpacer */
#adv {
    position:absolute;
    height:200px;
    width:100%;
    margin:0;
    padding:0;
    overflow:hidden;
    top:0.4em;
    right:0;
    z-index:3;  /* если нужна стартовая текстовочка, то её можно выводить в начале страницы тем-же способом, но с z-index:2 */ 
}

#adv1 {
    text-align:right;
}

#navBar2 {
    background:#FC0;
    margin:0 0 0.4em 0.4em;
    width:inherit; /* - New, inherits 100% from level0 in IE5 (it is a bag)   */
                   /*        inherits auto from level1 in all others (correct)*/
}

#navBar3 {
    background:#FC0;
    margin:0 0 0.4em 0.4em;
    width:inherit; /* - New, inherits 100% from level0 in IE5 (it is a bag)   */
                   /*        inherits auto from level1 in all others (correct)*/
}

/* inserted parts */

.rightTip {
    float:right;
    position:relative; /* - New, forces z-index so this div displays in IE */
    width:25%;
    background:#FFF;
	margin: 0px;
	padding: 1ex 0 0.2ex 0.5ex;
	font-size:  91%;
}

.rightTip p{
	padding: 0.5ex 0.5ex 0.4em 0.5ex;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #999;
        background: url(/corner_rb.gif) #eee no-repeat right bottom; 
	color:#555;
	font-variant: condensed;
	margin: 2ex 0;
	text-indent: 0;
}

.rightTip div{
	padding: 0.5ex 0.5ex 0.4em 0.5ex;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #999;
        background: url(/corner_rb.gif) #eee no-repeat right bottom; 
	color:#555;
	font-variant: condensed;
	margin: 2ex 0;
	text-indent: 0;
}


#preEmbl {
    position:absolute;
    height:200px;
    width:100%;
    margin:0;
    padding:0;
    overflow:hidden;
    top:0.4em;
    left:0;
    z-index:1;
}

#preEmbl div {
    font-size: 24;
    text-align: center;
    color: #19A;
}

#embl {
    position:absolute;
    height:203px;
    width:100%;
    margin:0;
    padding:0;
    overflow:hidden;
    top:0.4em;
    left:0;
    z-index:4;
    border-bottom: 1px solid #999;
}

#embl div {
    padding:0 0.4em;
    text-align:left;
}

.lftBar {
  width:12.5em;
  position:absolute;
  left:2;
  TOP: 0;
  margin: 0.4em 0; /* поле + высота 2-х строк (подпись под значком принтера) */
  padding-left: 0.4ex;
  padding-right: 0.4ex;
  z-index:4;
}

.section{
  margin: 0 0 1em 0;
  width:100%; /* применяем чтобы заработало overflow: hidden в IE5 (It is its bag) */
  overflow: hidden;
}

.sectionttl{
  background:#ffc;
  font:bold;
}

.sectionpredv{
  margin: 0 0 1em 0;
  background:#cfc;
  border:2px solid #ccf;
  overflow: hidden;
}

.langBar{
	margin:0 -4 -1ex 0;
	font: bold 91%;
}

#breadCrumb{
	font-size: 91%;
        padding-bottom: 1ex;
        margin-bottom: 0;
}


/***********************************************************************/
/***                 element styles                                  ***/
/***********************************************************************/

h1, h2, h3, h4, h5 {
 color: #006699;
 text-align: center; 
 margin: 2ex 0 0.7ex 0;
}

h1{ font-size: 180%; font-weight: bold; color: #19A;} 
h1 strong {text-transform: uppercase}

h2{ font-size: 150%; font-weight: bold; }

h3{ font-size: 130%; font-weight: bold; }

h4{ font-size: 110%; font-weight: bold; 
    text-decoration: none; letter-spacing: 0.2ex; word-spacing: 0.4em }

h5{ font-size: 110%; font-weight: normal; 
    text-decoration: none; letter-spacing: 0.2ex; word-spacing: 0.4em }

h6{ font-size: 110%; font-weight: bold;  text-align: left;
    text-decoration: none; letter-spacing: 1px; word-spacing: 2px;
    margin: 0.7ex 0 0 0; padding: 0
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: lighter; text-decoration: none; letter-spacing: normal; word-spacing: normal }


strong{ font-style: normal; /* because IE have bag on rendering long lines 
	with italic style --> width exceede width of normal line 
	thun containing these line div makes wider than mast be */
   letter-spacing: 0.14ex; word-spacing: 1.1ex /* for additional emphase text */
}

em{ font-style: normal; /* because IE have bag on rendering long lines 
	with italic style --> width exceede width of normal line 
	thun containing these line div makes wider than mast be */
   letter-spacing: 0.14ex; word-spacing: 0.4ex /* for emphase text */
}

p {text-align:justify; margin: 1ex 0; text-indent: 4ex}

.main form {text-align: left}
.main img {margin: 1ex; position:relative}
.main small { font-size: 83%}
.main .sm {font: 83%}
.main .annotation p {font-size: 92%}
.main .directory  p {font-size: 92%}
.main table    {border: outset 1px; background-color:#ddd; font:100%}
.main table td {border:  inset 1px; background-color:#fdfdfd}
.main thead td, .main table th     {background-color:#eee}
table.noborder, table.noborder th, table.noborder td {border:0; background-color:transparent} 

.annotation, .directory, .maintext {width:100%}

ol,ul {
 margin-top:0;
 margin-bottom:0;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}


a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006388;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}


/********* lftBar styles ***************/

.langBar div{
	float:left;
        width: 23.5%;
	vertical-align: top;
	text-align: center;
	margin: 0 0 1ex 0;
}

.section  a {
	display: block;
	border: 1px solid #eee;
	padding: 2 0 2 0;
}

.section  span {
	display: block;
	border-left: 1px solid #ccc;
	border-top:  1px solid #aaa;
	border-right:  1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3 0 1 0;
        color: black;
	background-color:#fafafa;
}

.section  a:hover{
	background-color: #ddd;
	border-left: 1px solid #fff;
	border-top:  1px solid #fff;
	border-right:  1px solid #bbb;
	border-bottom: 1px solid #999;
        padding-top:1;
        padding-bottom:3;
}

.langBar a {padding: 2 0}

.pressed {
	display: block;
	border-left: 1px solid #ccc;
	border-top:  1px solid #aaa;
	border-right:  1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3 0.2ex 1 0.5ex;
        color: black;
	background-color:#f8f8f8;
}



.section .lmhead {font-size: 115%; font-weight: bold; background-color: #FFFFFF} /*заголовок книги, используется когда отображаются ее разделы*/

.section .lm1 {font-size: 100%; font-weight: bold; line-height: 1.2;
       margin-top: 1.3em; margin-bottom: 0.2em; }
.section .lm1 a       {color: #089;}
.section .lm1:link    {color: #29C; }
.section .lm1:visited {color: #19A; }
.section .lm1:hover   {color: #089; }
.section .lm1 span    {color: #000;}

.section .lm2 {font-size: 93%; font-weight: bold; padding-left: 0.9ex; margin-top: 0.3em; margin-bottom: 0.2em}
/* 21, 22, ... -- светлый вариант 11-го, 12-го, ... стилей */
.section .lm3 {font-size: 93%; padding-left: 1.5ex; margin-top: 0.3em; margin-bottom: 0.2em}
.section .lm4 {font-size: 83%; padding-left: 3ex; margin-top: 0.3em; margin-bottom: 0.2em}
.section .lm5 {font-size: 72%;  padding-left: 5ex; margin-top: 0.3em; margin-bottom: 0.2em}

.section .lmi2 {display: inline; font-size: 93%; font-weight: bold; padding-left: 0.2ex; padding-right: 0.2ex; line-height: 1.5; }
/* 21, 22, ... -- светлый вариант 11-го, 12-го, ... стилей */
.section .lmi3 {display: inline; font-size: 93%; padding-left: 0.2ex; padding-right: 0.2ex; line-height: 1.5; }
.section .lmi4 {display: inline; font-size: 83%; padding-left: 0.2ex; padding-right: 0.2ex; line-height: 1.5; }
.section .lmi5 {display: inline; font-size: 72%;  padding-left: 0.2ex; padding-right: 0.2ex; line-height: 1.5; }

/* для электронной версии журнала */
div.inf {color: #996633; text-align: left;  text-indent: 1em; padding: 0 0 10 0}
table.toc {font: 115% "Times new roman", Times, serif; text-align:justify; margin: 0.7ex 0 0; border:0; width:100%; background-color:#fff}
table.toc td {border:0; margin:0; text-align:justify}
table.toc td.page {text-align: right; color: #00C; padding-left: 1em; vertical-align: bottom}
div.but {text-align: left; left: 0; margin: 0 0 1ex; border: 0; padding: 0 0 1em} 
div.abstr{font: 91%; padding: 0; margin: 1ex 4.4ex;
   text-align:justify; text-indent: 4ex}
div.border_db {border-style: double; border-width: 2mm 0 0 0; border-color:  black}

span.author {color: #069;} 
span.article {color: black; /*font-style: italic; margin-right: 4ex*/ }
span.butp a{text-decoration: underline;}

img.arrowimg {border: 0; padding: 0; margin: 0;}

.noborder, .noborder td {border:0, background-color:transparent}
