* {
  margin: 0;
  padding: 0;
}


body {
  width: 100%;
  height: 100%;
  background: #eafbe8;
  font-size:0.9em;
  line-height:135%;
  font-family: tahoma,verdana,arial;
  background: url(../img/back.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

a {
  color: #0000aa;
  text-decoration:none;
}

a:hover {
  color:#0202E1;
  text-decoration: underline;
}
a:visited {
  COLOR: #6464DE;
  TEXT-DECORATION: none;
}


h1 {
  font-size:1.3em;
  margin: 0px;
  padding-top: 10px;
  COLOR: #669966;
  text-align: left;
  letter-spacing: 0.0ex;
  padding-left: 5px;
  padding-bottom: 5px;
  PADDING-TOP: 10px;
}

h2 {
  padding-left: 10px;
  font-size:1.5em;
  margin: 0px;
  color: #237901;
  text-align: left;
  letter-spacing: 0.1ex;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 10px;
}

h3 {
  PADDING-LEFT: 10px;
  PADDING-BOTTOM: 10px;
  FONT-SIZE: 1.1em;
  MARGIN: 0px;
  PADDING-TOP: 10px;
  COLOR: #237901;
  TEXT-ALIGN: right;
  LETTER-SPACING: 0.1ex
}

h4 {
  COLOR: #669966;
  PADDING-LEFT: 10px;
  font-size:1em;
  MARGIN: 0px;
  TEXT-ALIGN: left;
}

h5 {
  COLOR: #999999;
  PADDING-LEFT: 10px;
  FONT-SIZE: 1em;
  MARGIN: 0px;
  TEXT-ALIGN: left;
}


/* -------------------------------
Адаптивный дизайн
----------------------------------*/

img {
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}

/*###################################################################################################################*/
@media screen and (min-width:1025px) {


}




@media screen and (min-width:800px) and (max-width:1024px) {

#wrapper #content #colLeft {
	width:20%;
}

#wrapper #content #colCenter {
	width:78%;
        float:left;
}

#wrapper #content #colRight {
        display:none;
	}

#LeftBottom {
        display:none;
	}

}

/*###################################################################################################################*/

@media screen and (min-width:100px) and (max-width:799px) {

#wrapper #content #colLeft {
        display:none;
        }

#wrapper #content #colCenter {
	width:98%;
	}

#wrapper #content #colRight {
        display:none;
	}

#LeftHead {
        display:none;
	}

#LeftBottom {
        display:none;
	}

#RightHead {
        display:none;
	}

#RightBottom {
        display:none;
	}

   ul.mm {
    margin: 0; /* Обнуляем значение отступов */
    padding: 4px; /* Значение полей */
   }
   ul.mm li {
    display: inline; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
    padding: 3px; /* Поля вокруг текста */
   }


}

/* -------------------------------
Конец Адаптивный дизайн
----------------------------------*/



/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#wrapper {
        margin-top:0px;
        border:0px solid #000;
	width: 100%;
        max-width:1210px;
	margin: 0 auto;
	height: auto !important;
}

#headerInner {
        border: 0px solid #000;
        position:relative;
        width:100%;
        max-width:1000px;
        height:0px;
	margin:0 auto;
        margin-top:0px;
}


#content {
        
	margin-top:25px;
        border: 0px solid #1FA2E1; 
}

.text {
	margin:15px;
}

#content #colLeft {
        float:left;
	width:12%;
	margin-right:0px;
}

#content #colCenter {
        position:relative;
        margin-left:5px;
        float:left;
	width:76%;
}

#content #colCenter #colCenterB {
        margin-left:0px;
        border: 1px solid #9cc09e;
    border-radius: 5px 5px 5px 5px;
        BACKGROUND-COLOR: #FDF8E8;
}


#content #colRight {
        position:relative;
        margin-left:5px;
        float:left;
	width:12%;
}


#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}


#LeftHead {
	margin-top:0px;
        border: 0px solid #1FA2E1; 
        float:left;
	background: #eeffee;
}

#recl3 { position:absolute; left: 270px; right: 128px; color:#ADFEA3; bottom:1px; text-align: center; height:48px; z-index:2; }

/*#LeftBottom {
	position: absolute;
	left: 0; bottom: 0; height: 210px; width: 300px;
	z-index: 0;
	background: url(image/b_left.jpg) no-repeat;
        border: 0px solid #1FA2E1; 
        float:left;
	background: #eeffee;
}

#RightBottom {
	position: absolute;
	right: 0; bottom: 0; height: 350px; width: 177px;
	z-index: 0;
	background: url(image/b_right.jpg) no-repeat;
	background: #eeffee;
}*/

#RightHead {
	margin-top:0px;
        border: 0px solid #1FA2E1; 
	margin-right:0px;
        float:right;
	background: #eeffee;
}


#ReclBottom {
	margin-top:0px;
        border: 0px solid #1FA2E1; 
	margin-right:0px;
        text-align: center;
        float:none;
	background: #eeffee;
}


/*----------------------------
          Логотип
------------------------------*/

.logo {
 margin:0px auto 0 auto;
 text-align: center;
}


.navLine {
 margin:0px auto 0 auto;
 text-align: center;
}


#main { padding-bottom: 50px; }  /* must be same height as the footer */
#footer { 
    position: relative;
    margin-top: -50px; /* negative value of footer height */
    height: 50px;
    clear:both;
    vertical-align:bottom;
  } 
/* CLEAR FIX*/
.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}

html, body, #wrapper { height: 100%; }
body > #wrapper {height: auto; min-height: 100%;}



option.imagebacked {
padding: 2px 0 2px 20px;
background-repeat: no-repeat;
background-position: 1px 2px;
vertical-align: middle;
}


#content .dataBlock3 {
        position:relative;
        vertical-align:top;
        padding: 0.5em;
        border-radius: 6px;
        display:inline-block;
        border: 1px solid #9cc09e;
	background: #eafbe8;
	color: gray;
}

#content #colRight .dataBlock2 {
        position:relative;
        vertical-align:top;
        display:inline-block;
        padding: 0.5em;
        border-radius: 6px;
        border: 0px solid #1FA2E1;
	background: #d3fbce;
}



ol {
  margin-left:25px;
  text-decoration:none;
}


.copy2 {
position: absolute;
bottom: 1px;
right: 5px;
width: 260px;
COLOR: #eeeeee;
FONT-SIZE: 0.7em;
FONT-WEIGHT: normal;
}



a.smallbold {
FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-DECORATION: none; COLOR: #aaffaa;
}

.small2 {
FONT-SIZE: 10px; TEXT-DECORATION: none; COLOR: gray;
}



.sdate { 
	color: #666666;
	padding-top: 0px;
	padding-bottom: 12px;
}

.formbutt {
background: linear-gradient(#c0df02, #9fb803) repeat scroll 0% 0% #688811;
border: 0px none;
padding: 2px 5px;
border-radius: 3px;
outline: 0px none;
cursor: pointer;
}
.formbutt:hover {
background: linear-gradient(#fcbe01, #e1aa01) repeat scroll 0% 0% #c88034;
}

.inputbox {
BACKGROUND-COLOR: #F3FEF2; BORDER-BOTTOM: #0D5E00 1px solid; BORDER-LEFT: #0D5E00 1px solid; BORDER-RIGHT: #0D5E00 1px solid; BORDER-TOP: #0D5E00 1px solid; COLOR: #444444;
}



.page {
  text-align:  center;
  margin-top:  10px;
  line-height: 2.0;
  margin-bottom:  10px;
  color: gray;
  font-size: 1.2em;
}
.page a,
.page span {
  padding:  3px 3px;
  margin:  0 0 0 0;
}

.page a:last-child,
.page span:last-child {
  margin-right:  0;
}

.page a:hover {
  background:  #dbeed9;
}

.page span {
  background:  #fff;
}



.var2 {
  	font-size:0.85em;
	color: gray;
        margin-top: 8px;
	margin-bottom:  12px;
}

UL {
	PADDING-RIGHT: 5px; PADDING-LEFT: 15px; PADDING-BOTTOM: 5px; MARGIN: 10px; PADDING-TOP: 0px;
}
LI {
	COLOR: #FFCC00;
}

#content pre {
  	font-size:1.3em;
        margin-top: 8px;
	margin-bottom:  12px;
        line-height: 1.2;
}
pre b {
	COLOR: navy;
}
pre i {
	COLOR: #006600;
}

.year { COLOR: #999999; }

#recl2 { margin:15px; }

.ltr   { BACKGROUND-COLOR: #eeffee; COLOR: #ffa800; }

th {
	COLOR: #9cc09e;
}

.corners {
border: 1px solid #ccf0ce;
border-radius: 10px 0px 0px 0px;
padding: 5px;
color: #999999;
}


.alb  {
        clear: left;
        width: 220px;
        BORDER-TOP: #00A200 1px solid; PADDING-BOTTOM: 2px;
        BORDER-BOTTOM: #00A200 1px solid;
        PADDING-TOP: 2px;
        overflow: auto;
      }
.alb2  {
        clear: left;
        width: 220px;
        BORDER-TOP: #00A200 1px solid; PADDING-BOTTOM: 2px;
        BORDER-BOTTOM: #00A200 1px solid;
        PADDING-TOP: 2px;
        BACKGROUND-COLOR: #FDF8E8;
        overflow: auto;
      }
IMG.cover { 
  float: left;
  border: none;
  margin-left: 1px;
  margin-right: 4px;
  margin-bottom: 2px;
}
IMG.coverB { 
  float: left;
  border: none;
  margin-left: 1px;
  margin-right: 15px;
  margin-bottom: 10px;
}


.lst2 { clear: left; height: 100%; }

.quot {
  	font-size:0.85em;
        overflow: hidden;
}

#content .highlt {
border: 1px solid #eafbe8;
background: linear-gradient(#A6C54C, #348A12) repeat scroll 0% 0% #688811;
border-radius: 4px 4px 1px 1px;
padding: 0px;
color: #ffffff;
}


.tags span {
  margin-left: 0px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  border-radius: 3px;
  background:  #dffbdb;
  font-size:0.8em;
}

.tags span:hover {
  background:  #eafbe8;
}


.colInfo2 {
 float:left;
}


.cnt {
color: #cccccc;
}


IMG.q_img { 
  float: left;
  border: 1px solid #dddddd;
  margin-left: 1px;
  margin-right: 4px;
  margin-bottom: 2px;
}


#menu0 .mnorm {
  display: inline-block;

  margin-left: 7px;
  margin-right: 10px;
  margin: 10px 10px -1px 10px;
  padding: 8px;

  padding-top: 6px;
  text-align: center;
  border: 1px solid #9cc09e;
  border-radius: 4px 4px 0px 0px;
  background:  #c9fdc9;
  text-shadow: 1px;

}

#menu0 span:hover {
  background:  #eafbe8;
}

#menu0 .mhighlt {
  display: inline-block;
  margin-left: 7px;
  margin-right: 10px;
  margin: 10px 10px -1px 10px;
  padding: 8px;


  border-radius: 3px;
  background:  #FDF8E8;
  text-shadow: none;
  border: 1px solid #9cc09e;
  border-bottom: 1px solid #fdf8e8;
  border-radius: 4px 4px 0px 0px;
}

.auth  {
        PADDING-TOP: 2px;
  margin-right: 10px;
        BACKGROUND-COLOR: #FDF8E8;
      }

.lsource {
/*  font-size:0.8em;*/
/*  color:Silver;*/
  font-style: italic;
}

.orig {
  font-size:0.8em;
  color:Silver;
  font-style: italic;
}

.curr_img { 
    border-color: green; /* Цвет границы */ 
    border-style: solid; /* Стиль границы */  
    border-width: 2px;
   }

.qtitle {
  COLOR: #060606;
  PADDING-TOP: 40px;
  PADDING-LEFT: 10px;
  font-size:1em;
  MARGIN: 0px;
  TEXT-ALIGN: left;
}

.qdiv { 
  PADDING-TOP: 10px;
  PADDING-LEFT: 10px;
  PADDING-BOTTOM: 10px;
    border-color: green; /* Цвет границы */ 
    border-style: solid; /* Стиль границы */  
  border: 1px solid #9cc09e;
  border-radius: 4px 4px 4px 4px;
        BACKGROUND-COLOR: #eeffee;

   }
