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


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


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


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


/*ПОДНОЖЬЕ СТРАНИЦ {}*/
	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;
	}



/*ССЫЛКИ В МЕНЮ {}*/
	table#menu{ width: 800px; margin-top: 122px; }
	table#menu td{ text-align: center;}
	table#menu a {color: white; text-decoration: none; font-size: 19px; }


	/*СТРОКА МЕНЮ Nго УРОВНЯ {}*/
	div.menu0, div.menuactive0, div.menunolink0{
		padding-left: 0px;
		margin-bottom: 5px;
	}
	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, div.menuactive0 a, div.menu1 a, div.menunolink1, div.menuactive1 a, div.menu2 a, div.menunolink2, div.menuactive2 a{
		text-decoration: none;
	}
	/*активный пункт {}*/
	div.menuactive0 a, div.menuactive1 a, div.menuactive2 a{
		color: black;
	}
	/*пункт при наведении {}*/
	div.menu0 a:hover, div.menunolink0, div.menu1 a:hover, div.menunolink1, div.menu2 a:hover, div.menunolink2{
		color: black;
		text-decoration: underline;
	}


	/*горизонтальное меню {}*/
	table.menu_horiz{
		height: 20px;
	}
	td.menu_horiz{
		padding-left: 8px;
	}
	/*горизонтальное меню, всплавающее подменю {}*/
	table.menu_layer{
		background-color: #ff5e06;
		border: 2px solid black;
	}
/*---ПОЛЬЗОВАТЕЛЬСКИЕ СТИЛИ------------------------------------------------------------------------- {}*/


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

	h2{
		color: #666666;
		font-size: 14px;
		font-weight : normal;
	}

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

	pre, p{
		margin: 0px;
	}

	/*ССЫЛКИ ПО ТЕКСТУ {}*/
	a{
		color: #444444;
		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: #444444;
	}
	.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: #cc3333;
		border : 1px solid black;
		font-weight: normal;
		font-size: 17px;
	}

/*ЭЛЕМЕНТЫ ТАБЛИЦ {}*/
	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_logo{
		position: relative;
		padding-top: 20px;
		padding-bottom: 15px;
		z-index: 101;
	}
	
	/*
	div.grouplink_bar{ position: absolute; left: 45px; top: 16px; color: #838383; }
	div.grouplink_bar a{color: #838383; text-decoration: none;}
	div.grouplink_bar a:HOVER{color: white;}
	
	#grouplinks{ display: none; position: absolute; text-align: left;  left: 110px; top: 20px; padding: 0px; width: 180px; }
	div.grouplinks_aligner{background: #272727; 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; left: 45px; top: 16px; z-index: 1000; }
	td.grouplink_bar_aligner{ color: #838383; }
	td.grouplink_bar_aligner a{ color: #838383; 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;  left: 110px; top: 20px; padding: 0px; width: 180px; }
	div.grouplinks_aligner{ background: url("images/grouplinks_header.png") top no-repeat #272727; padding: 10px 15px 1px 15px; }
	div.grouplinks_aligner img{ margin-right: 5px; }
	table.grouplinks_table{  }
	table.grouplinks_table td{ padding: 4px 0px 4px 0px; }
	div.grouplinks_footer{ background: url("images/grouplinks_footer.png"); height: 5px; font-size: 1px; } 
	
	
	div.main_menu{background: url("images/main_menu.png");}
	div.main_menu_s{background: url("images/main_menu_s.png");}
	table.main_menulinkstable{ height: 66px;}
	table.main_menulinkstable td{}

	td.main_menuitem{text-align: center;}
	td.main_menuitem a{
		color: white;
		text-decoration: none;
		font-size: 20px;
		letter-spacing: -1px;
	}
	td.main_menuitem a:HOVER{color: white;}
	td.main_menuminorlinks{
		width: 183px;
		text-align: left;
	}
	td.main_menuminorlinks a{
		color: white;
		text-decoration: none;
		font-size: 15px;
	}
	td.main_menuminorlinks a:HOVER{color: white;}
	
	div.main_columns{ background: url(images/main_columns.png); height: 271px;}
	div.main_columns table{}
	div.main_columns td{vertical-align: top;}
	div.main_columns a{text-decoration: none;}

	
	
	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 0px 28px;
		background: url("images/section_head.png");
		height: 49px;
		width: 257px;
		color: white;
	}
	.section_head2{
		vertical-align: top;
		background: url("images/section_head2.png");
		height: 49px;
		width: 257px;
		color: white;
		padding-top: 17px;
		padding-left: 22px;
	}
	.section_body, .prt_section_body{
		background: url("images/section_body.png") white;
		padding: 5px 25px 10px 28px;
	}
	.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 0px 22px;
		
		height: 49px;
		color: white;
		width: 621px;
	}
	*/
	
	.body_head{  padding: 20px 0px 8px 47px; background: url("images/body_head.png");}
	.body_head h1{ margin: 0px; color: #666666; font-size: 21px; font-weight: normal;}
	
	.news_creditseq_head{
		background: url("images/news_creditseq_head.png");
	}
	.body_head16{
		font-size: 16px;
	}
	
	td.pane_center, .body_body, .news_creditseq_body, .prt_body_body{
		background: url("images/body_body.png");
		padding: 10px 47px 10px 47px; 
	}
	
	
	.news_creditseq_body{
		background: url("images/news_creditseq_body.png") white;
	}
	
	.body_foot, .prt_body_foot{
		background: url("images/body_foot.png") bottom;
		height: 22px;
		font-size: 1px;
	}	
	
	.body_head a{
		color: white;
		text-decoration: none;
	}
	.body_head a:HOVER{
		text-decoration: underline;
	}
	
	
	.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: 386px;
	}
	
	#webfront_frame{
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
	#webfront_img{
		position: absolute;
		left: 11px;
		top: 3px;
		display: none;
	}
	#webfront_img2{
		position: absolute;
		left: 11px;
		top: 3px;
		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_titlefooter{ background: url("images/news_titlefooter.png"); height: 14px; }

	.news_presscontacts_body{ padding: 10px 37px 15px 23px; background: url("images/news_presscontacts_body.png"); vertical-align: top;}
	.news_presscontacts_body h1{margin: 0px;}
	.news_presscontacts_foot{ background: url("images/news_presscontacts_foot.png"); height: 16px; }

	.news_body { width: 589px; background: url("images/news_body.png"); vertical-align: top; }
	.news_body_aligner { padding: 10px 30px 10px 47px; }
	.news_body h4{ margin: 0px;} 
	.news_body h1{ margin-top: 0px;}
	.news_foot { background: url("images/news_foot.png"); height: 16px; } 


	.news_separator{ height: 12px; background: url("images/news_separator.png"); }
	
	.people_separator{
		height: 14px;
		background: url("images/people_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: 7px;
		top: 8px;
	}
	#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: 320px;
		left: -190px;
		top: 36px;
		z-index: 200;
	}
	#searchresults { border: 1px solid #919191; width:320px; 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_input{
		width: 130px;
	}
	
	#search_loading{
		position: absolute;
		display: none;
		width: 16px;
		height: 16px;
		right: 2px;
		top: 1px;
	}
	#search_clear{
		position: absolute;
		display: none;
		width: 16px;
		height: 16px;
		right: 2px;
		top: 1px;
	}

	
	.innerfade, #slideshow{
		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 a.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;
	}
	
	#div_uploadprogressbar{
		margin-top: 20px;
		text-align: center;
		height: 75px;
		background: url("images/myprg_upload_bg.png") center no-repeat;
	}
	
	
	td.brands{ height: 122px; background: url("images/brands.png");  padding: 20px 47px 0px 47px; vertical-align: top; }
	#brands_h { font-size: 14px; text-align: left; margin-bottom: 10px;}
	
	
	.div360right{ float: right; height: 360px; width: 400px; overflow: auto; padding-right: 5px; }
	.div360{ height: 360px; overflow: auto; padding-right: 5px; }
	
	
	.rssheader{ position: absolute; right: 39px; top: -43px; text-align: right; font-size: 14px; width: 200px;}
	.rssheader img { float: right; margin-left: 15px; margin-top: 3px;}
	.rssheader a { text-decoration: none; color: #666666; }
	
	
	
	div.apply_form label{
		margin-right: 10px;
		margin-bottom: 8px;
		width: 40%;
		float: left;
	}
	div.apply_form textarea{
		margin-bottom: 4px;
		width: 400;
		height: 50;
	}
	div.apply_form br{
		clear: both;
	}
	