* {
	padding: 0px;
	margin: 0px;
	font: 13px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #333333;
}
A, A B, A STRONG {/*:link - ещё не посещал*/
	text-decoration: none;
	color: #0088CC;
	background: none;
}
A:hover, A:hover B {/*указатель мыши находится на ссылке*/
	color: #2471A7
}
A:active {/*в момент клика на ссылку*/
	color: #faa700;
}
A:visited {/*уже посещал эту ссылку*/
	color: #7CBBE6;
}
A:hover:visited {/*указатель мыши находится на ссылке И уже посещал эту ссылку*/
	color: #297EB9
}
P {
	padding: .4em 0 .5em 0;
}
IMG {
	border: none;
	vertical-align: middle;
}
P IMG {
	margin: 0;
}
A IMG {
	border: 0px;
}
HR {
	height: 1px; 
	border: 0px; 
	border-top: 1px solid #CCCCCC;
}
OL, UL {
	padding-left: 27px;
	margin: 10px 0 0;
}
LI {
	margin-bottom: 10px;
}
DT {
	font-weight: bold;
	margin-bottom: .1em;
}
DL {
	margin-top: .2em;
	margin-bottom: .5em;
}
DD {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

FIELDSET {
	border: 1px solid #2f6fab;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}
LEGEND {
	padding: .5em;
	font-size: 95%;
}
FORM {
	border: none;
	margin: 0;
}
TEXTAREA {
	width: 100%;
	padding: 5px;
	overflow: auto
}
CODE {
	background-color: #f9f9f9;
}
PRE {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}
Q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}
H1, H2, H3, P {
	/*margin: 0px;*/
	line-height: 25px;
}
SELECT, BODY {
	overflow: auto
}
B, STRONG, B SPAN, STRONG SPAN {
	font-weight: bold;
	border-bottom: 0px !important;
}
EM, I {
	font-style: italic;
}
/* тег для выделения любого текста в виде блока с нежно розово-бежевым фоном и нежно оранжевой рамкой */
BLOCKQUOTE {
	
}
OPTGROUP {
	font-style: normal;
	background-color: #E7F6FF;
	font-weight: bold;
}
OPTGROUP OPTION {
	padding-left: 15px;
}
OPTION {
	background-color: #FFFFFF;
	padding-left: 3px;
}
OPTION.Selected {
	background-color: #CCFFCC;
}
DIV.textarea {
	margin:3px 12px 5px 0px
}
SELECT, .top {
	vertical-align: top; }
}
ABBR, ACRONYM, .explain {
	border-bottom: 1px dotted black;
	color: black;
	background: none;
	cursor: help;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.bottom {
	vertical-align: bottom;
}
.text_top {
	vertical-align: text-top;
}
.bold {
	font-weight: bold;
}
.pre {
	white-space: nowrap;
}
#cursor, .cursor, A {
	cursor: pointer;
}
/* Оформление таблиц, например так: <table class="cellpadding5 styleTable"> */
.styleTable {
	border-width: 1px 0 0 1px;
	border-color: #CCC;
	border-style: solid;
	border-spacing:0;
	border-collapse:collapse;
}
.styleTable TH {
	font-weight:bold;
}
.styleTable TD, TH {
	border-width: 0 1px 1px 0;
	border-color: #CCC;
	border-style: solid;
}
/* чтобы работало <table cellpadding=N */
.cellpadding3 TD, .cellpadding3 TH {
	padding: 3px;
}
.cellpadding5 TD, .cellpadding5 TH {
	padding: 5px;
}
.inline-block {
	display: -moz-inline-stack !important;
	display: inline-block !important;
	_overflow: hidden !important;
	zoom: 1 !important;
	*display: inline !important;
}

.border {
	width: 100%;
	border-top: 1px solid #C0BABA;
	border-left: 1px solid #C0BABA;
	border-right: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	background-color: #FFFFFF;
}
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border { border: none!important; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cb { clear: both; }
/*
*:focus { outline: none; }
*/
/******************************************************************************************************/
BODY {
	background-color: #F3F3F3;
}
TEXTAREA, INPUT {
	font-family: verdana, helvetica;
}
/* тег для выделения любого текста грязно-синим цветом текста в элементах LI */
TT, DT {
	color: #456E8C;
	display: inline;
}
/* тег для выделения кодовых слов или кодового текста грязно-синим цветом с светло-желтым фоном */
SAMP {
	color: #000000;
	background-color: #E1EFF7;
	font-family: Tahoma, arial, sans-serif, verdana;
	font-size: 11px;
}
H1, H1 A {
	font-family: "Lucida Grande",Arial,Verdana,sans-serif;/* Georgia, "Times New Roman", Times, serif; */
	font-size: 18px;/* 22 */
	font-weight: normal;
	/* letter-spacing: -1px; */
	line-height: 18px;/* 22 */
	padding-bottom: 5px;
	/*margin-bottom: 5px;*/
	/*border-bottom: 1px solid #BDC2C6;*/
}
IFRAME {
	border: 0px solid #CCCCCC;
}
A, A B, A STRONG {
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #5ABCFF;
}
A:visited, A:visited B, A:visited STRONG { color: #990099/*551A8B;*/ }
A:visited:hover, A:visited:hover B, A:visited:hover STRONG { color: #FF0000; }

A:hover, A:hover B, A:hover STRONG { color: #FF0000; text-decoration: none; }
A:active, A:active B, A:active STRONG { color: #FF0000; }
A:active:hover, A:active:hover B, A:active:hover STRONG { color: #FF0000; }

BLOCKQUOTE {
	background-color: #FBFBFC;
	padding-left: 15px;
}
PRE {
	overflow: auto;
	margin-bottom: 10px;
	*width: 650px;/* fix под IE 6/7 */
}
PRE, CODE, BLOCKQUOTE {
	display:block;
	width: 650px;
	border:1px dotted #CCCCCC;
	overflow:auto;
	padding:10px;
	margin:0 0 5px;
}

PRE CODE {
	display:block;
	width: 650px;
	padding:0;
	border:0;
	overflow: auto;
}
BLOCKQUOTE CODE {
	padding:0;
	border:0;
	overflow: auto;
}
.dp-highlighter {
	width:650px !important;
}

/* Имя и документ */
.MyDocument { position: absolute; top: 70px; left: 0%; width: 100%; }

/* Верхнее меню */
.TopMenu { position: absolute; top: 17px; width: 100%; left: 0%; }
.TopMenu TD { background-image: none; }
.TopMenu TD A { display: block; line-height: 36px; padding: 0px 19px 0px 18px; color: #000000; border: 0px; outline:none; white-space:nowrap; }
.TopMenu TD A:link, .TopMenu TD A:visited { color: #000000; border: 0px; text-decoration: none; text-shadow: 0px 1px 0px #CCC }
.TopMenu TD A:hover { color: #FFFFFF; background: transparent url(/images/menu.jpg) repeat -116px -38px; text-shadow:0 1px 0 #000 }
.TopMenu TD A:active { color: #FFFFFF; background: transparent url(/images/menu.jpg) repeat -116px -76px; }
.TopMenu TD TABLE TD { background: transparent url(/images/menu.jpg) repeat -116px 0px; }
.TopMenu TD TABLE TD TABLE TD { background-image: none; padding: 0px; }
.TopMenu TD TABLE .TDL { background-position: 0px 0px; }
.TopMenu TD TABLE .TDL A:hover { background-position: 0px -38px; }
.TopMenu TD TABLE .TDL A:active { background-position: 0px -76px; }
/* .TopMenu .BottomShadow { background: transparent url(/images/elements/round/horizontal_corner.png); _background: transparent url(/images/elements/round/horizontal_corner.gif); background-position: 0 -72px; height: 5px; } */

.MacContent { width: 980px; }

.MacBorderTop, .MacBorderBottom, .MacPromoTop, .MacPromoBG { background: #F3F3F3 url(/images/mac.gif); }

.MacBorderTop { font-size: 7px; height: 7px; }

.MacBordersOuter {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	width: auto;
	background-image: none;
}
.MacBordersInner {
	padding:0px;
	width:976px;
	text-align: left;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background-image: none;
	background-color: #FFFFFF;
}
.MacBordersInner H1:first-child {
	padding-top:9px;
}

.MacBorderBottom { width: 100%; background-position: 0px -7px; font-size: 7px; height: 7px; margin-bottom: 15px }

.MacPromoTop { background-position: 0px -16px; font-size: 9px; height: 9px; }

.MacPromoBG { background-position: left bottom; padding: 0px; margin-bottom: 15px }
.MacPromoBG TD { width: 225px; padding: 10px 5px 15px 15px; text-align: left; }
.MacPromoBG TD IMG { margin-right: 10px; }
.MacPromoBG TD .BottomA { font-size: 15px; font-weight: bold; color: #000000; border: 0px; }

/* fix IE5, IE6, может стоит отказаться от его применения (изначально было sizingMethod='image')
IMG {
  azimuth: expression(
    this.pngSet?
      this.pngSet=true : 
        (this.nodeName == "IMG" ? 
          (this.src.toLowerCase().indexOf('.png')>-1 ? 
            (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='scale')",
                this.src = "/images/pixel.gif") :
            '') :
          (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ?
            (this.origBg = (this.origBg) ? 
              this.origBg :             
              this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
              this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
              this.runtimeStyle.backgroundImage = "none") :
            ''
        ), this.pngSet=true
  );
} */

/* Поисковые стили */
.SearchForm { }
.Search {
	padding: 5px 7px 6px 7px;
	vertical-align: bottom;
}
.Search TABLE {
	text-align: right;
	height:19px;
	width: 100%;
}
.Search TD {
	border: 0px none !important;
}
TD.SearchSubmit, TD.SearchField, TD.SearchRight {
	background: transparent url(/images/elements/search.png) no-repeat !important;
}
TD.SearchSubmit { 
	border: 0px none; 
	padding: 0px;  
	width: 19px;
}
TD.SearchSubmit INPUT { 
	border: 0px none; 
	padding: 0px; 
	width: 19px;
	background: transparent !important;
	cursor: pointer;
}
TD.SearchField { 
	border: 0px none;
	padding: 0px;
	background-repeat: repeat-x !important;
	background-position: 0 -19px !important;
}
TD.SearchField INPUT { 
	border: 0px none; 
	padding: 0px; 
	width: 100%;
	background: transparent;
	font-family: Arial,Helvetica,sans-serif; 
	font-style:oblique;
	text-align: left; 
	outline:none;/* fix чтобы убрать выделение подсветкой в Safari */
}
TD.SearchRight {
	border: 0px none;
	padding: 0px;
	background-position: 0 -38px !important;
	width: 10px;
}
/* доп. стили поля поиска для текущего сайта */
.Search {
	padding: 0 0 9px 7px; 
	width: 155px;
	background-position:-358px 0 !important;
}
TD.SearchSubmit, TD.SearchField, TD.SearchRight {
	background: transparent !important;/* т.к. в само меню присутвует изображение поля поиска, отменяем вывод изображения */
}
/* результат поиска */
.SearchResult {
	padding: 10px 0px 10px 0px;
}



/* правила Анонса применяемые в файле system_kids.php */
.KidsNotice {
	margin: 0 0 15px;
}
.KidsNotice TD.Right {
	padding: 0 15px;
	vertical-align: top;
}
.KidsNotice DIV.name A {
	font-size: 18px !important;
	border: none !important;
	font-family:Georgia,"Times New Roman",Times,serif;
	text-shadow:0 1px 1px #CCCCCC;
}
.KidsNotice DIV.footer {
	/*text-align: right;
	background: transparent url(/images/hrBig.png) center top repeat-x;*/
	padding: 5px 0;
	font-size: 11px;
	color: #5F5E62;
}
.KidsNotice DIV.footer * {
	font-size: 11px;
	color: #5F5E62;
}
.KidsNotice DIV.footer .comments {
	background: url(/javascript/jquery.yapro.Comments/comment.gif) no-repeat 10px 2px;
	padding-left: 27px;
	padding-bottom:1px;
}
.KidsNotice DIV.footer .read {
	background: url(/images/read.gif) no-repeat 10px 2px;
	padding-left: 27px;
	padding-bottom:1px;
}
.cut {
	height:7px;
	border-top: 1px dashed #CCC;
	clear:both;
	background:url(/images/shadow_right.png) no-repeat right bottom;
	padding-bottom:10px;
	/*background: transparent url(/images/cut.gif) no-repeat scroll left top;*/
}



/* Подписка */
.Subscribe { padding:10px; background-color:#FFF }
.Subscribe .tdCheckbox { padding-top:4px; text-align:right }
.Subscribe TD { padding:2px 2px 0px 2px }



/* Опросы/голосования */
.DivPoll {
	background-color:#FFFFFF;
	padding: 7px 10px;
}
.POLLFORM .QUESTIONS { border: 0px; margin: 0px; padding:0px; }
.POLLFORM .QUESTION { padding:0px; }



/* Листинг страниц */
.Listing {
	background-color: #FFF;
	/*border: 1px solid #CCC;*/
	padding:5px;
	text-align:center;
	line-height:25px;
	/*margin-bottom: 15px*/
}
.Listing .inThePresent { margin-right:5px }
.Listing SPAN { padding: 3px 5px }
.Listing A {
	text-decoration:none;
	white-space: nowrap
}
.Listing A:hover {
	color: #FF0000;
	border-bottom: #FF0000 1px solid;
}
.Listing EM {
	color: #000000;
	background-color: #FFFF00;
	border: #FFCCCC 1px dotted;
	white-space: nowrap;
	margin:0 -5px;
	padding:0 5px;
	font-style:normal;
}


/* Левая часть сайта */
.InnerLeft {
	width: 700px;
}
/*
.InnerLeft DIV.article P {
	width: 700px;
	overflow: auto;
}
.InnerLeft DIV.article P P {
	width: auto;
	overflow: visible;
}
*/
/* Правая часть сайта */
.InnerRight {
	border-left: 1px solid #DDD;
	vertical-align: top;
	padding: 10px 10px 10px 15px;
}
.InnerRight H2 {
	padding: 5px 0;
	color: #CCC;
}
.InnerRight H2, .InnerRight H2 A {
	font: 18px Georgia,"Times New Roman",Times,serif;
	line-height: 25px;
}
.InnerRight H2 A {
	text-shadow:0 1px 1px #CCCCCC;
}
.InnerRight H2.books {
	color: #5F5E62;
}
.InnerRight DIV.books A {
	font-size: 13px;
	line-height: 25px;
}

/* Темный низ */
.DarkBottom {
	display: none;
	background: #2e3037 url(/images/bottom.png) repeat-x;
	height: 300px;
}

/* Дополнительные ссылки внизу */
TABLE.bottomPluse {
	
}
.bottomPluse TD {
	padding: 10px 15px;
	vertical-align: top;
}
.bottomPluse .TDborder {
	border-right: 1px solid #DDDDDD;
	/* width: 231px; */
}
.bottomPluse .TDright {
	/* width: 229px; */
}

.bottomPluse TD H2 {
	font: 18px Georgia,"Times New Roman",Times,serif;
	text-align: center;
	margin-bottom: 7px;
}
.bottomPluse TD P {
	padding:0;
}
.bottomPluse TD A {
	padding:0;
	line-height:25px;
}

/* Рейтинг статьи */
.TableRating {
	margin-bottom: 10px;
}
/* Ошибка в тексте */
SPAN.keyButton {
	background:none repeat scroll 0 0 #ECECEC;
	border-color:#FFFFFF #BBB8AB #BBB8AB #FFFFFF;
	border-style:solid;
	border-width:1px;
	padding:1px 4px;
}
/* закругленные уголки */
.round {
	border: 1px solid #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
}
/* теги */
#pageTags {
	width: 400px;
	padding-bottom:10px;
}
#pageTags, #pageTags A {
	font-size:11px;
}
/* ссылки текущего или заданного раздела < предыдущая | следующая > */
.previous_next .previusLink, .previous_next .nextLink {
	padding-bottom: 7px;
}
.previous_next .previusLink A, .previous_next .nextLink A {
	font-size:11px;
}
.previous_next .previusLink {
	text-align: left;
	vertical-align: top;
}
.previous_next .nextLink {
	text-align: right;
	vertical-align: top;
}
/* классы tiny_mce */
.vertical_align_middle {
	vertical-align:middle;
}
.margin_left_10px {
	margin-left:0 0 5px 10px;
}
.margin_right_10px {
	margin:0 10px 5px 0;
}