/*ОСНОВНОЙ ШРИФТ {}*/
	body,td,pre{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;

	}
	pre{
		font-family: monospace;
	}


	td.body{
		background: #e2e9f1 url("images/bg.png");
	}
	table.bigtable{
		width: 900px;
	}
/*ЗАГОЛОВОК СТРАНИЦ {}*/
	td.pane_top{
		vertical-align: top;
		height: 162px;
		background: url("images/header.jpg");
	}
/*ПАНЕЛИ ЛЕВАЯ, ПРАВАЯ, СРЕДНЯЯ {}*/
	td.pane_left, td.pane_right{
	}
	td.pane_left{
	}
	td.pane_right{
	}

	td.pane_center{
	}

	/*горизонтальное меню {}*/
	td.pane_menuhoriz{
	}
/*ДЛЯ МОЛУЕЙ {}*/
	table.moduleL, table.moduleR{
		width: 100%;
		margin-bottom: 0px;
	}
	/*заголовок в панели {}*/
	td.moduleSmallTitle, td.moduleBigTitle{
		padding: 8 0 0 8;
		color: #ca5231;
		font-size: 15px;
	}
	td.moduleL, td.moduleR, td.moduleMENU{
		padding: 8px;
	}
	td.moduleMENU{
	}


	table.moduleC{
		width: 100%;
	}
	td.moduleC{
		text-align: justify;
		padding: 8px;
	}


/*ПОДНОЖЬЕ СТРАНИЦ {}*/
	td.pane_footer{
		height: 32px;
		color: #8c8c8c;
		text-align: center;
	}
	td.pane_footer a{
		color: #8c8c8c;
		text-decoration: none;
	}
	td.pane_footer a:hover{
		text-decoration: underline;
	}



/*ССЫЛКИ В МЕНЮ {}*/
	div.leftmenu0, div.leftmenuactive0, div.leftmenunolink0{ margin-bottom: 5px; }
	div.leftmenu1, div.leftmenuactive1, div.leftmenunolink1{ margin-bottom: 5px; padding-left: 0px; }
	div.leftmenu2, div.leftmenuactive2, div.leftmenunolink2{ margin-bottom: 5px; padding-left: 16px; }
	div.leftmenu3, div.leftmenuactive3, div.leftmenunolink3{ margin-bottom: 5px; padding-left: 32px; }

	/*СТРОКА МЕНЮ Nго УРОВНЯ {}*/
	div.menu0, div.menuactive0, div.menunolink0{
	}
	div.menu1, div.menuactive1, div.menunolink1{
		padding-left: 0px;
		margin-bottom: 5px;
	}
	div.menu2, div.menuactive2, div.menunolink2{
		padding-left: 16px;
		margin-bottom: 5px;
	}

	/*ПУНКТ МЕНЮ Nго УРОВНЯ {}*/
	div.menu0 a, div.menunolink0 a, div.menuactive0 a, div.menu1 a, div.menunolink1, div.menuactive1 a, div.menu2 a, div.menunolink2, div.menuactive2 a{
		font-size: 14px;
		color: white;
		text-decoration: none;
	}
	/*активный пункт {}*/
	div.menuactive0 a, div.menuactive1 a, div.menuactive2 a{
		color: white;
		text-decoration: none;
	}
	/*пункт при наведении {}*/
	div.menu0 a:hover, div.menunolink0, div.menu1 a:hover, div.menunolink1, div.menu2 a:hover, div.menunolink2{
		color: white;
		text-decoration: none;
	}


	/*горизонтальное меню {}*/
	table.menu_horiz{ }
	td.menu_horiz, table.menu_horiz td{
		color: white;
	}
	/*горизонтальное меню, всплавающее подменю {}*/
	table.menu_layer{
		background-color: #7386a5;
	}
/*---ПОЛЬЗОВАТЕЛЬСКИЕ СТИЛИ------------------------------------------------------------------------- {}*/


/*ЗАГОЛОВОК #1 {}*/
	h1, h1 a{
		font-size: 16px;
		font-weight : bold;
		text-decoration: none;
	}
	h1 a:hover{
		text-decoration: underline;
	}

	h2{
		font-size: 14px;
		font-weight : bold;
	}

	h4{
		font-size: 13px;
		font-weight : bold;
	}

	pre, p{
		margin: 0px;
	}

	/*ССЫЛКИ ПО ТЕКСТУ {}*/
	a{
		color: #666666;
		text-decoration: underline;
	}
	a:hover{
		color: black;
	}

	hr{
	}
	div.hr{
		font-size: 0px;
		height: 1px;
		border-bottom: 1px solid #b9b9b9;
	}	


/*ЭЛЕМЕНТЫ ФОРМ {}*/
	input, select, textarea{
		background-image: url(images/innershadow.png);
		background-repeat: no-repeat;
	}
	input, select, textarea, .inputerror{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #EEEEEE;
		border : 1px solid #514f63;
		color: #666666;
	}
	.inputerror{
		background-image: none;
		background-color: #FFC0C0;
	}
	input.image{
		background-image: none;
		background : transparent;
		border : none;
	}
	input.radio{
		background-image: none;
		border : none;
	}
	input.checkbox{
		background-image: none;
		background-color: transparent;
		border: none;
		margin: 4px;
	}
	input.submit{
		background-image: none;
		color: white;
		background-color: #ff5e06;
		border : 1px solid black;
		font-weight: bold;
	}

/*ЭЛЕМЕНТЫ ТАБЛИЦ {}*/
	th{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: black;
		color: white;
		text-align: left;
		border-bottom: 1px solid black;
	}
	td.data{
		border-bottom: 1px solid black;
	}

	
	div.cms_footer{
		position: absolute;
		visibility: hidden;
		display: none;
	}

	
	/*Не отображать рамку вокруг картинки, если она внутри ссылки*/
	a img{
		border: none;
	}

	/*Контейнер для всплывающей фотографии*/
	div#imgloader_container {
		position: absolute;
		border: 1px solid #ccc;
		background-color: white;
		padding: 8px;
		display: none;
		cursor: pointer;
		z-index: 100;
	}
	
	/*Анимация при загрузке*/
	.loading{
		background: url("images/loading.gif") no-repeat center center white;
	}	
	
	/*Кнопка закрытия popup окна*/
	div#imgloader_closebox{
		position: absolute;
		background: url("images/imgpopup_closebox.png") no-repeat;
		width: 22px;
		height: 22px;
		display: none;
		cursor: pointer;
		z-index: 101;
	}
	
	/*Если AJAX ответ не загрузится*/
	.ajax_error{
		background: url("images/error.png") no-repeat center center #FFC0C0;
	}	
	
	/*Область для различных уведомлений*/
	.note{
		background-color: #fbfbfb;
		border: 1px solid #eeeeee;
		padding: 4px;
		text-align: center;
	}
		
		
	/*Paging*/
	div.paging a, div.paging span{
		text-decoration: none;
		margin: 4px;
		padding: 4px;
	}
	div.paging a:HOVER{
		text-decoration: underline;
	}
	div.paging span{
		font-weight: bold;
	}
	
	
	
	/*---------------------------------------------------------------------------------------------*/

	a.bold_nounder{ text-decoration: none; font-weight: bold; }
	a.nounder{text-decoration: none;}
	a.nounder:HOVER{ }
	.floatleft{
		float: left;
		margin-right: 10px;
	}
	.floatleft_20gap{
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.margin_top5{margin-top: 5px;}
	.margin_top10{margin-top: 10px;}	
	.margin_btm5{margin-bottom: 5px;}
	.margin_btm10{margin-bottom: 10px;}	
	.font13{font-size: 13px;}
	.font14{font-size: 14px;}
	.font16{font-size: 16px;}
	.font17{font-size: 17px;}
	
	a.white{color: white;}
	a.white:HOVER{color: white;}

	/*---------------------------------------------------------------------------------------------*/
	div.main_top{position: relative; z-index: 101; height: 130px;}

	div.main_logo{
		position: relative;
		left: 0px;
		top: 0px;
	}
	

	/*
	div.grouplink_bar{ position: absolute; top: 8px; right: 30px; text-align: center; color: white; z-index: 1000; }
	div.grouplink_bar_aligner{ }
	div.grouplink_bar a{color: white; text-decoration: none;}
	div.grouplink_bar a:HOVER{color: white;}
	div.grouplink_bar_left{}
	div.grouplink_bar_right{}
	
	#grouplinks{ display: none; position: absolute; text-align: left; right: 0px; top: 20px; padding: 0px; width: 180px; }
	div.grouplinks_aligner{background: #7386a5; padding: 1px 15px 1px 15px;}
	div.grouplinks_aligner div{ padding: 0px; clear: both; margin-bottom: 8px;}
	div.grouplinks_aligner img{ margin-right: 5px; vertical-align: middle;}	
	*/


	div.grouplink_bar{ position: absolute; top: 8px; right: 30px; z-index: 1000; }
	td.grouplink_bar_aligner{ color: white; }
	td.grouplink_bar_aligner a{ color: white; text-decoration: none; }
	td.grouplink_bar_aligner a:hover{ color: white; }
	td.grouplink_bar_left{}
	td.grouplink_bar_right{}

	#grouplinks{ display: none; position: absolute; text-align: left; right: 0px; top: 20px; padding: 0px; width: 180px; }
	div.grouplinks_aligner{ background: #7386a5; padding: 10px 15px 10px 15px; }
	div.grouplinks_aligner img{ margin-right: 5px; }
	table.grouplinks_table{  }
	table.grouplinks_table td{ padding: 4px 0px 4px 0px; }
	div.grouplinks_footer{ } 
	
	
	
	div.main_menu{ }
	
	div.main_columns{ background: url(images/main_columns.png); height: 271px;}
	td.main_columns_title{ height: 45px; vertical-align: top; color: white; font-weight: bold; padding-top: 12px;}
	div.main_columns table{}
	div.main_columns td{vertical-align: top;}
	div.main_columns a{ text-decoration: none; }
	div.main_columns h4{  }
	div.main_columns img{ margin-bottom: 6px; }

	
	
	div.header_title{
		color: white;
		font-size: 20px;
		letter-spacing: -1px;
		padding: 5px 0px 5px 15px; 		
	}
	
	
	td.section_column{ vertical-align: top; width: 257px; }
	
	td.prt_section_column{
		vertical-align: top;
		width: 355px;
	}
		
	/*---------------------------------------------------------------------------------------------*/

	.section_head, .prt_section_head, .prt_section_head2{
		vertical-align: middle;
		padding: 0px 0px 4px 28px;
		background: url("images/section_head.png");
		height: 49px;
		width: 257px;
		color: white;
		font-weight: bold;
	}
	.section_head2{
		vertical-align: top;
		background: url("images/section_head2.png");
		height: 49px;
		width: 257px;
		color: white;
		padding-top: 19px;
		padding-left: 22px;
		font-weight: bold;
	}
	.section_body, .prt_section_body{
		background: url("images/section_body.png") white;
		padding: 5px 25px 10px 28px;
	}
	.section_body * {color: black;}
	.section_foot, .prt_section_foot{
		background: url("images/section_foot.png");
		height: 12px;
	}	
	
	.prt_section_head{
		width: 355px;
		background: url("images/prt_section_head.png");
	}
	.prt_section_head2{
		width: 355px;
		background: url("images/prt_section_head2.png");
	}	
	.prt_section_body{
		background: url("images/prt_section_body.png");
	}	
	.prt_section_foot{
		background: url("images/prt_section_foot.png");
	}	

	
	/*---------------------------------------------------------------------------------------------*/

	.body_head, .body_head16, .news_creditseq_head, .prt_body_head, .prt_body_head2, .prt_body_head3{
		vertical-align: middle;
		padding: 0px 22px 4px 22px;
		background: url("images/body_head.png");
		height: 49px;
		color: white;
		width: 643px;
		font-weight: bold;
	}
	.news_creditseq_head{
		background: url("images/news_creditseq_head.png");
	}
	.body_head16{
		font-size: 16px;
	}
	.body_body, .news_creditseq_body, .prt_body_body{
		background: url("images/body_body.png");
		padding: 5px 20px 10px 22px;
	}
	.body_body_topimage{ background: url("images/body_body.png"); padding: 0px 11px 0px 5px;}
	.body_head_topimage{ padding-bottom: 0px; height: 37px; padding-top: 7px;}
	
	.news_creditseq_body{
		background: url("images/news_creditseq_body.png") white;
	}
	.body_foot, .prt_body_foot{
		background: url("images/body_foot.png");
		height: 12px;
		font-size: 0px;
	}	
	
	.body_head a{
		color: white;
		text-decoration: none;
	}
	.body_head a:HOVER{
		text-decoration: underline;
	}
	
	td.news_filters{ color: white; }

	.news_creditseq_foot{
		background: url("images/news_creditseq_foot.png");
		height: 12px;
		font-size: 0px;
	}
	
	.prt_body_head{
		background: url("images/prt_body_head.png");
		width: 545px;
	}
	.prt_body_head2{
		background: url("images/prt_body_head2.png");
		width: 545px;
	}
	.prt_body_head3{
		background: url("images/prt_body_head3.png");
		width: 545px;
	}		
	.prt_body_body{
		background: url("images/prt_body_body.png");
	}
	.prt_body_foot{
		background: url("images/prt_body_foot.png");
	}	
	/*---------------------------------------------------------------------------------------------*/
	
	#webfront{
		position: relative;
		height: 385px;
	}
	
	#webfront_frame{
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
	#webfront_img{
		position: absolute;
		left: 9px;
		top: 5px;
		display: none;
	}
	#webfront_img2{
		position: absolute;
		left: 9px;
		top: 5px;
		display: none;
	}

	/*---------------------------------------------------------------------------------------------*/
	div.eqbox{
		float: left;
		width: 146px;
		height: 166px;
		background: url("images/eqboxbg.png");
		text-align: center;
	}
	.eqbox table{
		width: 100%;
	}
	.eqbox table td{
		text-align: center;
		color: white;
		height: 45px;
		vertical-align: middle;
		padding: 0px 8px 0px 8px;
	}
	
	#eq_summary, #eq_technical, #eq_downloads, #eq_accessories, #eq_gallery{
		display: none;
	}

	.eq_tabtitle{
		background: url("images/eq_tabtile.png");
		padding: 4px 0px 0px 5px;
		width: 101px;
	}
	.eq_tabtitle a{
		color: white;
		font-size: 16px;
		text-decoration: none;
	}
	
	
	/*---------------------------------------------------------------------------------------------*/

	div.carousel_dots{
		margin-top: 10px;
		text-align: center;
	}
	div.carousel_dots *{
		margin-right: 1px;
	}
		
		
	/*---------------------------------------------------------------------------------------------*/

	.news_separator{ height: 12px; background: url("images/news_separator.png");}
		
		
	div.news_titleinsection{
		margin: 0px 0px 10px 0px;
	}	
		
		
		
	#newsimage{
		position: relative;
		height: 409px;
		overflow: hidden;
	}
	
	#newsimage_frame{
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
	#newsimage_img{
		position: absolute;
		left: 6px;
		top: 6px;
	}
	#newsimage_title{
		position: absolute;
		font-size: 21px;
		color: white;
		left: 20px;
		top: 20px;
		width: 600px;
	}
	
		
	.people_popup{
		text-align: justify;
		color: #333333;
	}
	.people_popup_wrapper{
		margin-top: 15px;
		padding: 0px 20px 20px 20px;
		height: 450px;
		overflow: auto;
	}
	
	
	
	
	/* SEARCHRESULTS ======================================================================================================================*/
	#suggestions{ position: absolute; display: none; width: 345px; left: 0px; top: 30px; z-index: 200; }
	#searchresults { border: 1px solid #919191; width:345px; background-color:#a0a0a0; font-size:10px; line-height:14px; }
	#searchresults div.search_result {background-color:#e4e4e4; margin-bottom: 1px;}
	#searchresults a {text-decoration:none; background-color:#e4e4e4; display: block; padding-left: 10px;}
	#searchresults a:hover { background-color:#b7b7b7; color:#ffffff; }
	#searchresults a img { float:left; padding:7px 5px 5px 0px ; }
	#searchresults a div.searchheading { font-weight:bold; padding-top:5px; color:#191919; text-decoration:none;}
	#searchresults a:hover div.searchheading { color:#ffffff; }
	#searchresults a div { color:#555555; }
	#searchresults a:hover span { color:#f1f1f1; }
	#searchresults div.category { font-size:11px; margin:5px; color:#ffffff; }
	#searchresults div.sitemap { font-size:11px; margin:5px; text-align: right;}
	#searchresults div.sitemap a{ color: white; background: none;}
	
	
	#search{ position: absolute; z-index: 100; width: 345px; height: 26px; background: url("images/search.png"); right: 30px; top: 62px; }
	#search_aligner {padding-top: 5px; padding-left: 28px;}
	#search_input{ width: 295px; background-image: none; background-color: white; border: none;}
	#search_loading{
		position: absolute;
		display: none;
		width: 16px;
		height: 16px;
		right: 2px;
		top: 5px;
	}
	#search_clear{
		position: absolute;
		display: none;
		width: 11px;
		height: 11px;
		right: 6px;
		top: 7px;
	}

	
	.innerfade{
		position: relative;
	}
	
	
	#morelinks{
		display: none;
		position: absolute;
		top: 18px;
		left: 99px;
		background-color: #333333;
		text-align: left;
		padding: 15px 15px 10px 15px;
		white-space: nowrap;
	}
	
	/*---------------------------------------------------------------------------------------------*/
	body.myprg{
		background: url("images/myprg_bg.jpg") no-repeat fixed black;
	}
	body.myprg, body.myprg td{
		color: white;
		font-size: 14px;
	}
	
	body.myprg a{ color: white;}
	body.myprg .myprg_btnlink { color: #c0c0c0; text-decoration: none; font-size: 21px;}
	body.myprg a.myprg_btnlink img{ position: relative; top: 4px; margin-left: 4px;}
	
	div.myprg_top{ height: 50px; width: 600px;}
	div.myprg_top_aligner{ padding: 12px 28px 0px 28px; }

	
	div.myprg_body{ width: 600px; height: 450px; overflow: auto;}
	div.myprg_body_aligner{ padding: 28px 28px 28px 40px; }
	
	body.myprg h1{
		position: relative;
		left: -12px;
		color: #c0c0c0;
		margin: 0px;
		font-weight: normal;
		font-size: 21px;
	}

	div.myprg_top h1{left: 0px;}
	
	table.myprg_form td{padding: 4px 0px 4px 0px;}

	div.myprg_top_btns{ float: right;}
	div.myprg_top_btns a{margin-left: 16px;}
	
	#upload_file{ height: 150px; display: none; }
	#create_folder { height: 150px; display: none; }
	#addgroup { height: 100px; display: none; }
	
	#div_uploadprogressbar{
		margin-top: 20px;
		text-align: center;
		height: 75px;
		background: url("images/myprg_upload_bg.png") center no-repeat;
	}