
#page{
	/*   div */
	width:650px;
	margin:15px auto 0;
}

h1{
	font-family:Corbel,'Myriad Pro',Arial, Helvetica, sans-serif;
	background:url('img/heading.png') no-repeat center top;
	text-indent:-9999px;
	overflow:hidden;
	height:90px;
}

#searchForm{
	/* Форма поиска. */
	/* background-color:#4C5A65; */
	background-color:#0000FF;
	padding:10px 10px 10px;
	margin:10px 0;
	position:relative;

	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
}

fieldset{
	border:none;
}

#searchInputContainer{
	/* Данный div содержит прозрачный прямоугольник над полем текста поиска */
	width:420px;
	height:36px;
	background:url("img/searchBox.png") no-repeat;
	float:left;
	margin-right:12px;
}

#s{
	/* Поле текста поиска. */
	
	border:none;
	color:#888888;

	
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	height:36px;
	line-height:36px;
	margin-right:12px;
	outline:medium none;
	padding:0 0 0 35px;
	text-shadow:1px 1px 0 ;
	width:385px;
}

/* UL, который содержит иконки типов поиска */

.icons{
	list-style:none;
	margin:10px 0 0 335px;
	height:19px;
	position:relative;
}

.icons li{
	background:url("img/icons.png") no-repeat;
	float:left;
	height:19px;
	text-indent:-9999px;
	cursor:pointer;
	margin-right:5px;
}

/* Стили для каждой иконки */

li.web{ width:15px;}
li.web.active,
li.web:hover{ background-position:left bottom;}

li.images{ width:22px; background-position:-18px 0;}
li.images.active,
li.images:hover{ background-position:-18px bottom;}

li.news{ width:14px; background-position:-44px 0;}
li.news.active,
li.news:hover{ background-position:-44px bottom;}

li.videos{ width:17px; background-position:right 0;}
li.videos.active,
li.videos:hover{ background-position:right bottom;}

span.arrow{
	/* Маленькая стрелка, которая перемещается под иконками */
	
	width:11px;
	height:6px;
	margin:21px 0 0 5px;
	position:absolute;
	background:url('img/arrow.png') no-repeat;
	left:0;
}


/* Кнопка Искать */


#submitButton{
	background:url('img/buttons.png') no-repeat;
	width:83px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
}

#submitButton:hover{
	background-position:left bottom;
}


/* Радио кнопки Поиск по сайту / Поиск в Интернет  */


#searchInContainer{
	float:left;
	margin-top:12px;
	width:330px;
}

label{
	color:#000000;
	cursor:pointer;
	font-size:11px;
	position:relative;
	right:-2px;
	top:-2px;
	margin-right:10px;
	white-space:nowrap;
	/*float:left;*/
}

input[type=radio]{
	cursor:pointer;
	/*float:left;*/
}


/* Стили для результатов поиска */


.pageContainer{
	/* Сожержит каждую страницу с результатом поиска. Имеет вложенную нижнюю границу. */
	border-bottom:1px solid #5e7481;
	margin-bottom:50px;
	
	/* Добавляет тень к нижней темной границе */
	
	-moz-box-shadow:0 1px 0 #798e9c;
	-webkit-box-shadow:0 1px 0 #798e9c;
	box-shadow:0 1px 0 #798e9c;
}


p.notFound{
	text-align:center;
	padding:0 0 40px;
}


/* Результаты поиска: новости и веб страницы */


.webResult{ #d6e5f4;margin-bottom:50px;}
.webResult h2{ 
	background-color:#0000FF;
	font-size:18px;
	font-weight:normal;
	padding:8px 20px;
	
	/* Используем закругленные углы CSS3 */
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
}
.webResult h2 b{ color:#fff; }
.webResult h2 a{ color:#eee;border:none;}
.webResult p{ line-height:1.5;padding:15px 20px;}
.webResult p b{ color:#0000ff;}
.webResult > a{ margin-left:20px;}


/* Результаты поиска: изображения и видео */


.imageResult{
	float:left;
	height:180px;
	margin:0 0 20px 40px;
	text-align:center;
	width:152px;
	overflow:hidden;
}
.imageResult img{ display:block;border:none;}
.imageResult a.pic{
	border:1px solid #fff;
	outline:1px solid #777;
	display:block;
	margin:0 auto 15px;
}

/* Кнопка _Показать еще_ */

#more{
	width:83px;
	height:24px;
	background:url('img/more.png') no-repeat;
	cursor:pointer;
	margin:40px auto;
}

#more:hover{
	background-position:left bottom;
}



/* Установка доверия */

p.credit{
	margin:20px 0;
	text-align:center;
}

p.credit a{
	background-color:#4B5A64;
	border:1px solid;
	border-color:#3D4D57 #788E9B #788E9B #3D4D57;
	color:#c0d0d8;
	font-size:10px;
	padding:4px 8px;
	text-shadow:1px 1px 0 #38464F;
}

p.credit a:hover{
	background-color:#38464f;
	border-color:#38464f #788E9B #788E9B #38464f;
}
/* Основной контейнер div
a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #97cae6;
	color:#97cae6;
}
 */
a:hover{
	border-bottom:1px dashed transparent;
}

.clear{
	clear:both;
}
ACRONYM {
	cursor : help;
	font-size : 16px;
	font-weight : bold;
}

#tooltip {
	background:#FFFFFF;
	border:1px solid #666666;
	color: Black;
	font:menu;
	margin:0px;
	padding:3px 5px;
	position:absolute;
	visibility:hidden;
	background-color : #FFFFE0;
	font-size : 19px;
	font-weight : bolder;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 2px;
	border-left-color : Black;
	border-left-style : solid;
	border-left-width : 2px;
	border-right-color : Black;
	border-right-style : solid;
	border-right-width : 2px;
	border-top-color : Black;
	border-top-style : solid;
	border-top-width : 2px;
}
	

.tbl1 
{ 
background: url('back.jpg'); 
background-repeat: no-repeat; 
} 
.tbl2 
{ 
background: url('back2.jpg'); 
background-repeat: no-repeat; 
} 
.helpIcon {  }

#mapSelectWrapper acronym { position: absolute; top: -10px; right: -10px; }

p,h2,h3,main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #240e34;
	
}

.p_2 { padding-bottom: 1px; padding-top: 1px; margin-top: 1px;
	margin-bottom: 1px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #240e34;
	}
	
	.h3_2 
	{
	font-size: 110%; color:#000066;
	padding-bottom: 1px; padding-top: 1px; margin-top: 1px;
	margin-bottom: 1px; 
	
	}
.p3 
	{
	color:#000066;
	padding-bottom: 1px; padding-top: 1px; margin-top: 1px;
	margin-bottom: 1px; 
	
	}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;

	font-weight: bold;
}


h3 {

	font-size: 110%; color:#000066;

	
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;


}
A:link {
	COLOR: #000066
}
a:hover{
text-decoration: underline; color:  #FF0000;
}


.menu A:link {text-decoration:  none; color: #000066}
.menu A:visited {text-decoration:  none;color:#000066}
.menu A:active {text-decoration: none overline}
.menu A:hover {text-decoration: underline; color:#0033CC}
.katalog A:hover {
	text-decoration: none;
	color:#0033CC
}
.katalog A:link {
	text-decoration: none;
	color:#0033CC
}
.demo { width: 18em; padding: 20px; margin: 1em; background: #6af; } 
PRE { DISPLAY: none;

 }
#easyTooltip{ padding:5px 10px; border:1px solid #195fa4; background:#195fa4 url(bg.gif) repeat-x; color:#fff; }

#inputArea { font-family: Arial, Sans-Serif; font-size: 13px; background-color: #d6e5f4; padding: 10px; width:150px; }
 #inputArea input, #inputArea textarea { font-family: Arial, Sans-Serif; font-size: 13px; margin-bottom: 5px; display: block; padding: 4px; width: 150px; }
 .activeField { background-image: none; background-color: #ffffff; border: solid 1px #33677F; }
 .idle { border: solid 1px #85b1de; background-image: url( 'gray_bg.png' ); background-repeat: repeat-x; background-position: top; background-color:#FFFFFF; } 

#inputAreas {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	background-color: #d6e5f4;
	padding: 10px;
	width: 430px;
	border-bottom-color : #cc0000;
	border-bottom-style : solid;
	border-bottom-width : 4px;
	border-left-color : #cc0000;
	border-left-style : solid;
	border-left-width : 4px;
	border-right-color : #cc0000;
	border-right-style : solid;
	border-right-width : 4px;
	border-top-color : #cc0000;
	border-top-style : solid;
	border-top-width : 4px;
}

label em {
  font-size: 15px;
  color: #f00;
  padding: 1px;
}



 #inputAreas input, #inputAreas textarea { font-family: Arial, Sans-Serif; font-size: 13px; margin-bottom: 5px; display: block; padding: 4px; width: 150px; }
 .activeField { background-image: none; background-color: #ffffff; border: solid 1px #33677F; }
 .idle { border: solid 1px #85b1de; background-image: url( 'gray_bg.png' ); background-repeat: repeat-x; background-position: top; background-color:#FFFFFF; } 


.example {
  	float:left;
  	margin:0px;
  	width:125px;
  	height:95px;
  	background-color:#d6e5f4;
  	padding : 10px;
  }
  .example2 {
  	float:left;
  	margin:0px;
  	width:125px;
  	height:95px;
  	background-color:#d6e5f4;
  	padding : 10px;
  }
  .example3 {
  	float:left;
  	margin:0px;
  	width:125px;
  	height:95px;
  	background-color:#d6e5f4;
  	padding : 10px;
  }
  .example4 {
  	float:left;
  	margin:0px;
  	width:100px;
  	height:85px;
  	background-color:#d6e5f4;
  	padding : 10px;
  }
  .example5 {
  	float:left;
  	margin:0px;
  	width:150px;
  	height:85px;
  	background-color:#d6e5f4;
  	padding : 10px;
  }
  .example6 {
  	float:left;
  	margin:0px;
  	width:150px;
  	height:110px;
  	background-color:#d6e5f4;
  	padding : 10px;
  }
  .example7 {
  	float:left;
  	margin:0px;
  	width:100%;
  	height:80px;
  	background-color:#d6e5f4;
  	padding : 10px;
  }
  
  .example8  {
  	float:left;
  	margin:0px;
  	width:100%;
  	height:80px;
  	background-color:#d6e5f4;
  	padding : 10px;
  }
  .rss2email3_txt {FONT-FAMILY:  Tahoma, verdana, helvetica, arial;FONT-SIZE:  12px;COLOR: #240e34;}
.rss2email3_lnk {FONT-FAMILY:  Tahoma, verdana, helvetica, arial;FONT-SIZE:  10px;COLOR: #FF6300;}
   



.circle {
        width: 100px;
        height: 100px;
        moz-border-radius: 100px;
        webkit-border-radius: 100px;
}




.inset {
   moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
   webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
   box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
}

    


.searchform2 {
        display: inline-block;
        zoom: 1; /* ie7 hack for display:inline-block */
        *display: inline;
        border: solid 1px #0000FF; /*     */
        padding: 3px 5px;
        webkit-border-radius: 2em;
        moz-border-radius: 2em;
        border-radius: 2em;
        webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
        moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
        box-shadow: 0 1px 0px rgba(0,0,0,.1);
        background: #f1f1f1;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
        background: -moz-linear-gradient(top,  #fff,  #ededed);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 /*
        -ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform2 input {
        font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform2 .searchfield2 {
        background: #fff;
        /* padding: 6px 6px 6px 8px; */
        width: 400px;
        border: solid 1px #009980;
        outline: none;
        webkit-border-radius: 2em;
        moz-border-radius: 2em;
        border-radius: 2em;
        moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
        webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform2 .searchbutton2 {
        color: #fff;
        border: solid 1px #009933;
        font-size: 11px;
        height: 32px;
        width: 32px;
        text-shadow: 0 1px 1px rgba(0,0,0,.6);
        webkit-border-radius: 2em;
        moz-border-radius: 2em;
        border-radius: 2em;
        background: #5f5f5f;
        background: -webkit-gradient(linear, left top, left bottom, from(#00CC00), to(#66CC00));
        background: -moz-linear-gradient(top,  #00CC00,  #66CC00);
        filter:  -progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC00', endColorstr='#66CC00'); /* ie7 */
        ms-filter:  -progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC00', endColorstr='#66CC00'); /* ie8 */
}



