/************** структура шаблона *****************
- body - в файле  scin/teg.css
		body.main - окна новостей и прочего
	*main | class=main id=main - основное поле построени¤ шаблона
		* class=head - шапка сайта, содержит заголовок сайта, может содержать верхнее и среднее меню
			 *id=zagol	- заголовок сайта
					 + id=name_div

		* id=left - лкева¤ колонка
		* id=content - ¤чейка, содержаща¤ контент страницы
		* id=right - права¤ колонка
						 
		* id=menu_top - верхнее меню 
		* id=menu_middle - среднее меню
		* id=menu_left - левое меню 
			- id=left_top - надстройка над левым меню
		* id="menu_right" - правое меню
			- id=right_top - надстройка над правым меню
		* id=menu_bottom - нижнее меню

		* id=text   - поле садержани¤ страницы
		 	 + class=pagename_div - заголовок страницы, если не прописано в шаблоне, генеритс¤ внутри #text, но можно указать место в самом шаблоне
			 + id="pagename" - используетс¤ если заголовок страницы вынесен из пол¤ #text
			 + id=text_div - текст универсальной страницы
		
		* id=anons_1,  id=anons_2 - пол¤ анонсов
		* id=l_search - поле поиска, если не прописано в шаблоне, генеритс¤ в левом меню, но можно указать место в самом шаблоне
			 + class=search_b - кнопка поиска
			 + class=search_t - текстовое поле поиска
		* id=link - поле быстрой навигации
			 + id=link_back,  id=link_back2 - кнопки назад
			 + id=link_next, id=link_next2 - кнопки вперед
			 + id=print1, id=print2 - кнопки ѕечать
			 + id=top_link - кнопка вверх
		 * id=footer - футер
		 	 + id=footer_text - текст футера
		 * id=our - копирайт
****************************************************
font-family: "Neucha",   Geneva, Arial, Helvetica, sans-serif;
**************************************************
!!! все фоны должны находитьс¤ в папке pic !!! 
**************************************************/
@font-face{
font-family: "Neucha";
src:url("https://fonts.edusite.ru/Neucha/Neucha.eot");
src:url("https://fonts.edusite.ru/Neucha/Neucha.eot?#iefix") format("embedded-opentype"),
url("https://fonts.edusite.ru/Neucha/Neucha.woff") format("woff"),
url("https://fonts.edusite.ru/Neucha/Neucha.ttf") format("truetype"),
url("https://fonts.edusite.ru/Neucha/Neucha.svg#svgFontName") format("svg");
}
@font-face{
font-family: "RobotoCondensed-Regular";
src:url("https://fonts.edusite.ru/RobotoCondensed-Regular/RobotoCondensed-Regular.eot");
src:url("https://fonts.edusite.ru/RobotoCondensed-Regular/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"),
url("https://fonts.edusite.ru/RobotoCondensed-Regular/RobotoCondensed-Regular.woff") format("woff"),
url("https://fonts.edusite.ru/RobotoCondensed-Regular/RobotoCondensed-Regular.ttf") format("truetype"),
url("https://fonts.edusite.ru/RobotoCondensed-Regular/RobotoCondensed-Regular.svg#svgFontName") format("svg");
}
body.main{
    
	height: 100%; 
	width: 100%;
	padding: 10px;
	text-align: left;
	background: none;
}
#main{
	/*background-image: url(scin/pic/bg-cont.png);
  background-position: bottom right;
  background-repeat: no-repeat;*/
  font-family:  "Neucha",   Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
	/*border: 2px solid #7899dc;*/
    width: 1024px;
	
	/*background-image: url(scin/pic/bg-care.png);*/
    /*background-position: top center;
    background-attachment: scroll;*/
	/*background-image:url(scin/pic/bg-content.png);
	background-repeat: repeat;*/
	/*box-shadow: 0px 0px 20px #fff;*/
	/*background-image:url(scin/pic/header-1.png);
	background-repeat:no-repeat;
	background-position: left -50px;*/
	
	
	
	/*margin-top:50px;
	border-top-left-radius:12px;
	border-top-right-radius:12px;*/
}
/********************* Ўјѕ ј *********************/
 
.head{
	
    /*border-bottom: 1px solid #fff;*/
	
	/*background-color:#fff;*/
    
	/*border-top: 7px solid #cbdb29;
	border-bottom: 1px solid #fff;*/
	margin-bottom:3px;
}
#head{
vertical-align: top;
	
	text-align: center;
    /*min-height: 300px;*/
	font-weight: bold;
	
	

}
.hd{
/*min-height:200px;*/
/*background-image:url(scin/pic/anchor.png);
	background-repeat: no-repeat;
	background-position:right bottom;*/
}

#zagol{
    /*min-height: 300px;*/
	text-align: left;
    /*width: 100%;*/
	/*vertical-align: middle;*/
    /*margin: 3px 0px 3px 0px;*/
	/*background-image:url(scin/pic/med-2.png);
	background-repeat: no-repeat;
	background-position:right top;*/
	color: #8bd701;
	font-size: 18pt;
	font-weight: bold;
	/*padding-left:70px;*/
font-family:  "Neucha",   Arial, Helvetica, sans-serif;
/*border-top: 1px solid #fff;
	border-bottom: 7px solid #cbdb29;*/
	width:100%;
}



#visually_style{
vertical-align: bottom;
height: 100px;
padding: 0 0 3 0;
left:0px; 
}

#name_div{
	/*vertical-align: middle;*/
	color: #fff;
	font-size: 18pt;
	font-weight: bold;
	padding-top:25px;
	padding-bottom:175px;
	/*margin-bottom:20px;*/
	/*padding-left:200px;
	padding-right:200px;*/
	/*margin-right:100px;*/
	background-image: url(scin/pic/head.png);
background-position: center bottom;
    background-repeat: no-repeat;
	/*min-height: 100px;*/
	/*padding:8px 0 0 10px;*/
	font-family:  "Neucha",   Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:16pt;
	/*min-height:299px;*/
	text-align:center;
	
}
#name_div td{
margin:0;
padding:0;

}
#name_div p{
	margin:0;
	padding:0;
	/*padding:0px 250px;*/
	text-shadow: 1px 2px 2px #2cb2b4;
}
#name_div p, #name_div td{/*нельз¤ указывать ширину*/
font-family:  "Neucha",   Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16pt;
	/*margin: 3px;*/
	font-weight: bold;
	
}
#visually_style{
float:right;
height: 50px;
padding: 10 0 3 0; 
}
#visually_style a{
text-decoration: none;
}
/***************  ќЋќЌ » ****************/
#left{
	vertical-align: top;
    text-align: left;
	
	padding: 0px 5px 0px 5px;
	background-color:#5db94b;
	border:0;
	/*padding-left:10px;*/
	
}
#content{
	vertical-align: top;
	width: 100%;
	height: 100%;
    text-align: left;
	background-color:#fff;
	/*border-left: 1px dotted #0000e5;*/
  
  
  
}
#right{
	vertical-align: top;
    /*expression((document.body.offsetWidth  - 725)/2 + "px");*/
    text-align: left;
	padding: 0 15px;
	float:right;
}
.btm{
    background-color: #7899dc;
	/*background-color:#c29798;*/
	background-position: right bottom;
	background-repeat: repeat;
    /*background-image: url(scin/pic/footer.png);*/
    background-position: top left;
    background-repeat: repeat;
	/*border-top: 1px solid #f5f5f5;*/
	/*position: fixed;
	width: 100%;
	bottom:0;*/

}


/********************* ћ≈ЌёЎ » *********************/

/* «аполн¤ютс¤ в Ё“ќћ файле если должны отображатьс¤ 
как декоративные элементы независимо от присутсви¤ 
данного вида на странице и типа данного меню */
 .before_top{
	/* background-image: url(scin/pic/footer-t.png);*/
    /*background-repeat: repeat-x;
    background-position: bottom;
	background-color:#2e968d;
	min-height:26px;*/
	
	
}
.gormenu{

  /*background-image: url(scin/pic/footer.png);*/
     background-repeat: repeat;
     background-position: bottom;
	 min-height: 30px;
}


#menu_top{
	
	margin: 0;
	vertical-align: top;
	 min-height: 10px;
	 
	  empty-cells:show;
	  
}
	
/*--------------------------------------------*/
#menu_middle{
	margin: 0;
	background-color:#8bd701;
	
	 min-height: 10px;
	

}
/*--------------------------------------------*/
#menu_left{
  
  vertical-align: Top;
  
  /*padding-bottom: 20px;*/
  /*height:100%;*/
  
}
#left-notswap-menu{
  
	vertical-align: Top;
  
  /*height:100%;*/
}
#left-swap-menu {
	
	vertical-align: Top;
  
  /*height:100%;*/
}
#menu_left *{
    margin: 0;
    
	list-style:none;
	color: #000;
	}
#menu_left a:hover{
 color: #fff;
}

#menu_left a:#left-current{
 	color: #fff;
}
#menu_left_top{}
.menu_line_vert{}
.menu_line_vert2{}
/*--------------------------------------------*/
#menu_right{
    width: 200px;
	vertical-align: Top;
    margin: 0;
}
#menu_right *{
    margin: 0;
    padding: 0;
}
#menu_right_top{}
.menu_right_vert{}
.menu_right_vert2{}
/*--------------------------------------------*/
#menu_bottom{
}

/*********************  ќЌ“≈Ќ“ *********************/
#pagename{
  background-image: none;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 5px 5px 0 15px;
  background-image: url(scin/pic/bg-content_.png);
	background-repeat:repeat;
}
.pagename_div, .pagename_div p,.pagename_div td{
	font-size: 20pt;
	margin: 2px;
	padding: 10px 0 3px 0;
	color: #7899dc;
	font-family:  "Neucha",   Arial, Helvetica, sans-serif;
	
	}
.pagename_div H1{
	/*color:#20303c;*/
	}

#text{
    color: #404040;
	height: 100%;
	padding: 0 10px 0 20px;
	vertical-align: top;
	width: 100%;
	background-image: url(scin/pic/bg-content_.png);
	background-repeat:repeat;
}
#text *{
}
#text_div{
	height: 100%;
	font-family:   "RobotoCondensed-Regular",   Arial, Helvetica, sans-serif;
}
#text_div p, #text_div td{
	font-family:   "RobotoCondensed-Regular",   Arial, Helvetica, sans-serif;
}
/********************* ƒќѕ. ЁЋ≈ћ≈Ќ“џ *********************/
#anons_1{
	
	vertical-align: top;
	color: #fff;
	
	font-size: 12pt;
    /*padding-top: 5px;*/
	width:215px;
	font-family: "RobotoCondensed-Regular",   Arial, Helvetica, sans-serif;
	border:0px;
	height:100%;
}
#anons_2{
	height: 100%;
	vertical-align: top;
	
	/*padding-left:5px;*/
	font-size: 10pt;
	font-family: "RobotoCondensed-Regular",   Arial, Helvetica, sans-serif;
	/*padding-top:338px;
	background-image:url(scin/logo_right.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100%;*/
	padding-top:10px;
	
   
}

/*#anons_2 img, #anons_2 iframe{
	border-radius:10px;
}*/
#anons_1 H1, #anons_1 H2, #anons_1 H3, #anons_1 H4, #anons_1 H5, #anons_1 H6, #anons_2 H1, #anons_2 H3, #anons_2 H3, #anons_2 H4, #anons_2 H5, #anons_2 H6{
	/*color:#fff;*/
	font-size:13pt;
	padding:3px 0px 3px 5px;
	font-family:  "Neucha",  Arial, Helvetica, sans-serif;
}
#anons_1 H1, #anons_1 H2, #anons_1 H3, #anons_1 H4, #anons_1 H5, #anons_1 H6{
	color:#fff;
}
#anons_1 img, #anons_2 img{
	border-radius:10px;
}
/*#anons_2 H1{
	color:#fff;
}*/
#anons_1 H1, #anons_1 H2{
	padding:3px 0px 3px 20px;
	background-image: url(scin/pic/dotssm.gif);
    background-position: left;
    background-repeat: no-repeat;
	
}
#anons_1 iframe{
	max-width:250px;
}
iframe{
	border-radius:10px;
}
#text img{
	border-radius:5px;
}
.anons_text{
		margin:8px;
		margin-top:0px;
		font-family: "RobotoCondensed-Regular",   Arial, Helvetica, sans-serif;
	}
	#anons_2 .anons_text{
		margin:0;
		/*background-color:#aae1f9;
		border-radius:10px;
		text-align:center;*/
		
	/*margin-left:5px;*/
	/*padding-left:5px;*/
	color:#555;
}
#anons_2 .anons_text H1, #anons_2 .anons_text H2, #anons_2 .anons_text H3, #anons_2 .anons_text H4, #anons_2 .anons_text H5, #anons_2 .anons_text H6{
	margin:0;
	padding:3px 5px 3px 5px;	
}
#anons_2 .anons_text p, #anons_2 .anons_text td{
	padding:5px;
	
}
 	#anons_1 .anons_text img {
    width:250px !important;
    height: auto!important;
}
#anons_2 .anons_text H1, #anons_2 .anons_text H2{
color: #fff;

}
#anons_2 table{
	background-color:#aae1f9;
	border-radius:10px;
	border:0;
}
#anons_2 td{
	border:0;
}
#anons_1 *{
	font-size: 10pt;
}
#anons_2 *{
	font-size: 10pt;
}

#l_search{
	/*background-image: url(scin/pic/search.png);
     background-repeat: no-repeat;
     background-position: left;*/
	text-align: left;
	padding: 0px 0 1px 10px;
	min-height:26px;
	vertical-align:bottom;
	cursor: text;
	/*width:220px;*/
}
#search{

  /*background-image: url(scin/pic/bg-lemon.png);
     background-repeat: repeat;
     background-position: top;*/
	 padding: 0 5 0 10px;
	 min-height: 10px;
	 width:230px;
	 /*border-bottom: 2px solid #7899dc;
	 border-top: 2px solid #7899dc;*/
}
.search_b{
    border: 0;
    /*background-image: url(scin/pic/menu_gor_select.jpg);
    background-position: center;
    background-repeat: repeat-x;*/
    background-color: transparent;
	color: #fff;
	font-family:  "Neucha",   Arial, Helvetica, sans-serif;
	font-size: 11pt;
    padding: 0 0 5 20px;
	font-weight: bold;
	text-align: center;
	margin: 4px 0 0 10px;
	font-size: 10pt;
background-image: url(scin/pic/search.png);
background-position: top left;
background-repeat: no-repeat;
text-transform:uppercase;
}
.search_b:hover{
	color:#fff;
	cursor:pointer;
}
.search_t{
   border: 2px solid #fff;
   background-color: #fff;
	font-family:  "Neucha",   Arial, Helvetica, sans-serif;
	font-size: 10pt;
    /*width: 110px;*/
	border-radius: 5px;
}

#link{
	text-align: right;
	height: 37px;
	padding: 3px 15px 3px 0;
}
#link table {
	text-align: right;
	float: right;
}
#link a{
	color: #7899dc;
	font-size: 10pt;
	padding: 4px;
	text-decoration: none;
	font-family:  "Neucha",   Arial, Helvetica, sans-serif;
}
#link a:hover{
	color: #7899dc;
	text-decoration:underline;
}
#print1 a:hover{
	color:#000;
}
#link_back, #link_back2{}
#link_next, #link_next2{}
#print1, #print2{}
#top_link{}

#footer{

}
#footer_text{
	font-size: 10pt;
	margin: 10px;
	padding: 0 10px 0 20px;
	color: #fff;
}

#our{
	color: #fff;
	font-size: 7pt;
	text-align: right;
	height: 10px;
	padding: 0 20px 6px 0;
}
#our *{
	color: #fff;
}
/*___________________________________________*/
/*new style for #left*/

#left, #right{
padding:0;
margin:0;
min-width:0px;
width:auto;
}
#right{
	padding:0px 15px;
}
#menu_middle{
width:100%;
}
#menu_left{
min-width:0px;
}
#left-swap-menu, #left-notswap-menu, #menu_left, #menu_right, #right-swap-menu, #right-notswap-menu, #anons_1, #anons_2{
width:auto;
}
/*#anons_1{
text-align:center;
margin:0;
padding:0;
padding-top:30px;
}
#anons_1 .anons_text{
	width: 95%;
	

}
#anons_1 .anons_text p, #anons_1 .anons_text td{
	padding:8px;
	margin:0;
}
#anons_1 img, #anons_1 iframe, #anons_1 form, #anons_1 object, #anons_1 H1, #anons_1 H2, #anons_1 H3, #anons_1 H4, #anons_1 H5, #anons_1 H6{
	margin:8px;
}*/
#anons_1{
	padding:0;
}
#anons_1 .anons_text{
	padding:8px;
}
.search_b{
cursor:pointer;
}
#search{
	
vertical-align:middle;

margin: 0;
padding: 0;

}
#search form{
	width: 250px;
}
#left-menu ul, #left-notswap-menu ul, #left-swap-menu ul{
min-width:220px;
}
#left-menu ul ul, #left-notswap-menu ul ul, #left-swap-menu ul ul{
min-width:1px;
}
#right-menu ul, #right-notswap-menu ul, #right-swap-menu ul{
min-width:220px;
}
#right-menu ul ul, #right-notswap-menu ul ul, #right-swap-menu ul ul{
min-width:1px;
}
#middle-menu-structure{
	float:right!important;
}
#middle-menu-structure ul{
	float:left!important;
}
#menu_middle{
	padding-left:110px!important;
	padding-right:0px!important;
}
#middle-menu-structure ul ul{
	float:right!important;
	left:auto!important;
	right:-1px!important;
}
#middle-menu-structure ul ul ul{
	float:right!important;
	left:auto!important;
	right:99%!important;
}
#top-menu-structure{
	float:right!important;
}
#top-menu-structure ul{
	float:right!important;
	min-width:100px!important;
}
#top-menu-structure ul li a{
	padding: 5px 10px 5px 10px;
}
#menu_top{
	padding-left:280px!important;
	padding-right:0px!important;
}
#top-menu-structure ul ul{
	float:right!important;
	left:auto!important;
	right:-1px!important;
}
#top-menu-structure ul ul ul{
	float:right!important;
	left:auto!important;
	right:99%!important;
}
#menu-top-td{
	width:auto!important;
}
#search{
	background:none;
	 background-color:#8bd701;
}
.search_b{
	
}
.search_b{
background:none;
	background-color:#7899dc;
	border:1px solid #fff;
	margin: 0;
padding: 0px 10px;

}
.search_t{
width: 150px;
}
#l_search{
	padding-left:20px;
}
#middle-menu-structure ul ul a, #top-menu-structure ul ul a{
	font-size:10pt!important;
}
