*{font-size:100.01%;margin:0}
BODY  {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	}

.content {
	font-size: 100%;
	padding-left: .70em;
	padding-right: 3em;	
}
.content P {
	font-size: 90%;
    line-height: 130%;
	margin-top: .75em;
}
.content A:link, A:visited, A:hover, A:active {
	COLOR: #0000CD;
	TEXT-DECORATION: none;
}
.content A:hover {
	TEXT-DECORATION: underline;
}
.content_index {
	font-size: 100%;
	padding-left: .70em;
	padding-right: .70em;	
}
.content_index P {
	font-size: 90%;
    line-height: 130%;
	margin-top: .75em;
}

TABLE.thin_border {
	font: 90% Arial;
	color: #000000;
	width: 100%;
	border: none;
	}	
TABLE.thin_border TD {
	border-bottom: 1px dotted #dedcdc;
	padding: 4px 5px 4px 5px;
}

TABLE.thin_border TD A, A:link, A:visited, A:hover, A:active {
	COLOR: #0000CD;
	TEXT-DECORATION: none;
	font-size: 90%;
}
TABLE.thin_border TD A:hover {
	COLOR: #0000CD;
	TEXT-DECORATION: underline;
}


#logo {
	position: absolute;
	width: 127px;
	margin-left: 6px;
	margin-top: 6px;
	}

#flags {
	position: absolute;
	width: 100%;
	margin-top: 7px;
	text-align: right;
	}
#flags DIV {
	width: 964px;
	text-align: right;
	margin-left: auto;
	margin-right: 1em;
}

#logoText {
	position: absolute;
	width: 100%;
	margin-top: 105px;
	text-align: center;
	}
#logoText DIV {
	width: 964px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font: 12px Tahoma;
	color: #3a6335;
}

#HeadBG {
	height: 137px;
	background: transparent url(i/header_bg.gif) repeat-x;
	text-align: center;
}
#HeadBG DIV {
	width: 971px;
	margin-left: auto;
	margin-right: auto;
}
	
/* not shown */
#HeadText {
	position: absolute;
	width: 100%;
	margin-top: 3px;
	text-align: center;
	}
#HeadText DIV {
	width: 964px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font: 10px Tahoma;
	color: #5a8c54;
	}
	
#logoBook {
	position: absolute;
	width: 100%;
	margin-top: 80px;
	text-align: right;
	z-index: 1;
	}
#logoBook DIV {
	width: 964px;
	margin-left: auto;
	text-align: right;
	}
#logoBook IMG {
	margin-right: 1em;
	}

#navigationtop {
	width: 100%;
	border: none;
}
#navigationtop TD {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px;
	COLOR: #0000CD; 
	FONT-FAMILY: Verdana, Arial, sans-serif; 
	BACKGROUND-COLOR: #BCD2CB; 
	TEXT-ALIGN: center;
}
#navigationtop SPAN {
	DISPLAY: block;
	HEIGHT: 43px;
	FONT-SIZE: 11px;
	COLOR: #000000;
	PADDING: 3px 7px 3px 7px;
}
#navigationtop A {
	DISPLAY: block;
	HEIGHT: 43px;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	BACKGROUND: #BCD2CB;
	PADDING: 3px 7px 3px 7px;
}
#navigationtop A:link, A:visited, A:hover, A:active {
	COLOR: #0000CD;
	TEXT-DECORATION: none;
}
#navigationtop A:hover {
	BACKGROUND: #DEF5DC;
}


#Lmenu  {
 width: 215px;
 margin-top: 4px;
 margin-bottom: 10px;
 color: #000000;
 font-family: Verdana;
 font-size: 13px;
 font-weight: bold;
 border: 1px dotted #cccccc;
}
#Lmenu A {
color: #0000CD;
font-family: Verdana;
font-size: 13px;
display: block;
padding:4px;
}

/* Верхний уровень */
#Lmenu .folder {
border: 1px solid #cccccc;
margin:2px;
}

#Lmenu DIV.folder A {
background-color:#DDE9DB;
text-decoration: none;
font-weight: bold;
}
#Lmenu DIV.folder A:hover {
background-color:#DEF5DC;
text-decoration: none;
font-weight: bold;
}

#Lmenu DIV.page {
border: 1px solid #cccccc;
margin:2px;
font-weight: normal;
}
#Lmenu DIV.page A {
background-color:#DDE9DB;
text-decoration: none;
}
#Lmenu DIV.page A:hover {
text-decoration: underline;
}
#Lmenu DIV.page_selected {
border: 1px solid #cccccc;
background-color:#DEF5DC;
margin:2px;
padding:4px;
}

#Lmenu DIV.subpage A {
background-color:#FFFFFF;
text-decoration: none;
font-weight: normal;
}
#Lmenu DIV.subpage A:hover {
text-decoration: underline;
background-color:#FFFFFF;
font-weight: normal;
}
#Lmenu DIV.subpage_selected {
padding:4px;
}


#middlemenu {
	text-align: right;
}
#middlemenu TABLE {
	margin-left: auto;
	width: 90%;
	border: none;
}
#middlemenu TD.orange {
	background: transparent url(i/orange.gif) repeat-x;
	text-align: center;
	HEIGHT: 31px;
	PADDING-RIGHT: 7px;
	PADDING-LEFT: 7px;
	font-family: Verdana;
	font-size: 13px;
	color: #0000CD;
	border-left : 1px solid #929292;
	border-right : 1px solid #929292;
	border-bottom : 1px solid #929292;
}
#middlemenu A, A:link, A:visited, A:hover, A:active {
	COLOR: #0000CD;
	TEXT-DECORATION: none;
}

#rightmenu {
margin-top: 5px;
margin-bottom: 10px;
font-family: Arial;
font-size: 14px;
color: #0000CD;
}
#rightmenu TABLE {
	background: #F0F5EF;
}
#rightmenu TD {
	background: #DDE9DB;
}
#rightmenu TD.transparent {
	background: transparent;
}
#rightmenu UL {
list-style-type: none;
padding: 0;
margin: 0;
}
#rightmenu LI
{
background-image: url(i/bullet.gif);
background-repeat: no-repeat;
background-position: .3em .6em;
padding-left: 1em;
font-size: 14px;
}
#rightmenu A, A:link, A:visited, A:hover, A:active {
	display: inline;
	COLOR: #0000CD;
	font-size: 14px;
	TEXT-DECORATION: none;
}
#rightmenu A:hover {
	TEXT-DECORATION: underline;
}
/* RBC.RU */
#rightmenu A.ltl, A.ltl:link, A.ltl:visited, A.ltl:hover, A.ltl:active {
font-size: 8px;
background: #F0F5EF;
}
#rightmenu .ltl {
font-size: 8px;
background: #F0F5EF;
}

#btmmenu {
	padding : 25px 25px 0px 25px;
	text-align: center;
}
#btmmenu TABLE {
	margin-left: auto;
	margin-right: auto;
	border: none;
}
#btmmenu td {
	text-align: center;
	border-right : 2px solid #FFFFFF;
	BACKGROUND-COLOR : #f0f5ef;
	FONT-SIZE: 12px;
}
#btmmenu SPAN {
	DISPLAY: BLOCK;
	padding : 5px 15px;
	COLOR: #000000;
	FONT-SIZE: 12px;
}
#btmmenu A {
	DISPLAY: BLOCK;
	padding : 5px 15px;
	COLOR: #0000CD;
	TEXT-DECORATION: none;
	FONT-SIZE: 12px;
}
#btmmenu A:link, A:visited, A:hover, A:active {
	COLOR: #0000CD;
	TEXT-DECORATION: none;
}
#btmmenu A:hover {
	TEXT-DECORATION: underline;
}

#btmadv td {
	text-align: center;
}

DIV#hottop {
	text-align: center;
}
#hottop TABLE {
	width: 100%;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background: #fff6e2;
}
#hottop TD {
	padding: 8px;
	border-spacing: 0px;
	text-align: center;
}
#hottop TR.actual {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
#hottop TR.actual A {
	font-family: Arial;
	font-size: 12px;
	color: #0000CD;
	text-decoration: none;
}
#hottop TR.actual A:link, A:visited, A:hover, A:active {
	COLOR: #0000CD;
	TEXT-DECORATION: none;
}
#hottop TR.actual A:hover {
	TEXT-DECORATION: underline;
}
#hottop .actual SPAN {
color: #000000;
}

/*Search*/
#text{width:100%}
#text *{width:100%}

#catLink {
	text-align: right;
	margin: 27px 17px 0px 0px;
}
#catLink A {
	font: 80% Arial;
	font-weight: bold;
}
#catLink A:link, A:visited, A:hover, A:active {
	COLOR: #003869;
	TEXT-DECORATION: none;
}
#catLink A:hover {
	COLOR: #003869;
	TEXT-DECORATION: underline;
}
#catLink IMG {
	margin-right: .2em;
}

#shedule {
	overflow:auto; 
	float:left; 
	width:100%; 
	height:450px; 
	border: 0px; 
	scrollbar-arrow-color: #0000cd;
	scrollbar-3dlight-color: #91b389;
	scrollbar-darkshadow-color: #79a36f;
	scrollbar-face-color: #b8ceb3;
	scrollbar-highlight-color: #ebf1ea;
	scrollbar-shadow-color: #b8ceb3;
	scrollbar-track-color: #b2caad;
}
#shedule TABLE {
	font: 80% Arial;
	color: #000000;
	width: 100%;
	border: none;
	}	
#shedule TD {
	border-bottom: 1px dotted #dedcdc;
	padding: 4px 5px 4px 5px;
}

#shedule TD A, A:link, A:visited, A:hover, A:active {
	COLOR: #0000CD;
	TEXT-DECORATION: none;
	font-size: 90%;
}
#shedule TD A:hover {
	COLOR: #0000CD;
	TEXT-DECORATION: underline;
}







.centered #btmText {
	width: 690px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
}
#btmText A, A:link, A:visited, A:hover, A:active {
	COLOR: #0000CD;
	TEXT-DECORATION: none;
	font-size: 1.1em;
}
#btmText A:hover {
	COLOR: #0000CD;
	TEXT-DECORATION: underline;
}
/* News Nav. */
.NavTitle {
	color:#003869;
	font: 80% Arial;
}
.NavPageNumber {
	color:#000000;
	font: 80% Arial;
}
.NavPageNumber A {
	color: #0000CC;
	font: 100% Arial;
	text-decoration: none;
}
.NavPageNumber A:link {
	color: #0000CC;
	font: 100% Arial;
	text-decoration: none;
}
.NavPageNumber A:visited {
	color: #0000CC;
	font: 100% Arial;
	text-decoration: none;
}
.NavPageNumber A:hover {
	font: 100% Arial;
	text-decoration: underline;
}
.NavPageNumber A:active {
	color: #0000CC;
	font: 100% Arial;
	text-decoration: none;
}
.search-tags-cloud {
	display: none;
}
/*FORM*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
}

table.form-table th, table.form-table td
{
	border:1px solid #b8d0b2;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(i/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 5px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(i/icon_warn.gif);
}
/*SCROLLBAR*/
        #scroll {
            width: 90%;
            position: relative;
            overflow: hidden;
            background-color: #FFFFFF;	
			font: 95% Tahoma;
            height: 20px;
			color: #0e4322;
        }
 
        #scroll .subtitle {
            position: absolute;
            top: 0;
            visibility: hidden;
            white-space: nowrap;
        }
}
/*BOOKSTALL*/
.catalog-section-list {
	margin: 0 30px 10px 30px;
}

.catalog-section-list LI A, A:link, A:visited, A:hover, A:active {
	COLOR: #0000CD;
	TEXT-DECORATION: none;
	font-size: 90%;
}
.catalog-section-list LI A:hover {
	COLOR: #0000CD;
	TEXT-DECORATION: underline;
}
/*SHESTAKOVA*/
  p.link a:link span{display: none;}
  p.link a:visited span{display: none;}
  p.link a:hover span {
  position: absolute;
  text-decoration: none;
  margin:15px 0px 0px 20px;
  background-color: beige;
  max-width:220px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #C0C0C0;
  font: normal 12px/18px verdana;
  font-style : italic;
  color: #000;
  text-align:left;
  display: block;}

.style1 {
	color: #0000FF;
	font-weight: bold;
}
.titletext {font-family: Arial, Helvetica, sans-serif; color:#4757C4; font-size:15px; font-weight:bold; line-height: 18px;}/*Page title*/