/*	border: solid 1px red;*/

html, body, ol, ul, li, dl, dt, dd, img {
	margin: 0; 
	padding: 0;
	border: 0;
	list-style: none;
}



.ndsp{width:100%;text-align:center;}.ndsp IMG{margin:5px;}

body {
	padding: 0 500px 0 500px; /* the critical side padding that sets the natural min-width! */ 
	margin:0;
	background: none; /* this BG tiles the area outside the columns */
	color: #000; 
	font: normal 12px Tahoma, sans-serif;
/*	font-size: 100.01%;  this body font-size fixes an IE bug and maintains x-browser uniformity */ 
	text-align: center; /* centers the #sizer element in IE5.x/win */
}


#sizer {
	margin: 0 auto 0 auto; /* centers #sizer in standard browsers */
	padding: 0;
	width: 100%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	text-align: left; /* resets the default text alignment for the page */
	max-width: -900px;  /* version for IE is at the bottom of this style block */
}


#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -500px 0 -500px; /* neg side margin values should be < or = to side body padding */
	min-width: 1000px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the Holly hack below */
	background: url(); 
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
	position: relative;
	font-size: 1em; /* set global font-size here */ 
	background: none;
	border:none;
} 

#wrapper2 {  
	position: relative; /* extra insurance against bugs in IEwin */
	background: none; /* this BG tiles the right column */
}

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
	position:relative;
	border-left:none; /*** Critical left divider dimension value ***/
	border-right:none; /*** Critical right divider dimension value ***/
	margin-left: 186px;    /*** Critical left col width value ***/
	margin-right: 245px;    /*** Critical right col width value ***/
	background: url(); /* this BG tiles the center column */
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.left {display:none;
  float: left;
  position: relative; /* Needed for IE/win */
  width: 186px;    /*** Critical left col width value ***/
  margin-left: -186px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {display:none;
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 245px;    /*** Critical right col width value ***/
  margin-right: -245px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left:0;   /*** Critical right divider dimension value ***/
}

.centerbox {

/*  text-align: justify;*/
  overflow: visible;
  width: 100%;
}

.container-left {  display:none;	position:relative; }
.page .container-left {  display:none;	padding-top:31px;}
.container-right {  display:none;	padding-bottom: 30px; padding-top:95px;}
.page .container-right {  display:none;	padding-top:50px;}

/*************** Header and Footer elements *****************/

.header {   display:none;	
	position:relative;
	width: 100%; height:166px;
	padding: 0; 
	background: none;
} 

.footer {   display:none;	
	width: 100%;
	font: normal 11px Tahoma, sans-serif;
	clear: both;
	padding: 5px 0 15px;
	position: relative;
	color:#1679A2;
}

.footer A, .footer A:visited, .footer A:link, .footer A:hover{
	color: #1679A2; 
	text-decoration:none;
}

.footer A:hover{
	text-decoration:underline;
}

.footer p {
	margin: 10px 0 0 0px;
	padding:0 0 0 20px;
	line-height:13px;
}

/************** Spacing Controls for various column contents ***************/


.textpadder {padding: 0px 20px 40px 20px;color:#000;font-size:1em; }
.page .textpadder {padding-left:36px; padding-top:30px;}
.def {padding:10px 30px 40px 47px;}


/************** Generic Rules *************/

a {color: #000; /*vertical-align: bottom;*/}


H1, H2, H3, H4, H5, H6 {text-align:left;}


H1, H2, H3 {font: normal 18px Tahoma, sans-serif; margin:30px 0px 30px 0px;  color:#000;}
.container-right H2, .container-right H3 {font: bold 15px Tahoma, sans-serif; margin:20px 15px 3px 0px; color:#000;}

H4{font-size:12px; color:#000; margin-top:30px;}

OL {margin-left:20px; padding-left:20px;}
OL LI{list-style: decimal;}

UL {margin-left:16px; padding-left:10px;}
UL LI{margin-bottom:5px; padding-left:15px;}


.articleText UL LI, .textpadder UL LI {list-style: square;}

.rol {color:#000; margin-top:30px;}
.rol A {color:#000; vertical-align:middle;padding:0 3px 4px 3px;background-color:#fff; text-decoration:none;}

.rol A:hover {background-color:#000;}

.listEntry H1{margin:30px 0 20px 0;}

.image_td, .imagelisttd {padding-right:6px;}
.image_caption, .imglistcaption {
	font: italic 11px Tahoma, sans-serif;
	text-align:center; 
	color:#000; 
	padding-top:7px;
	padding-right:6px;

}

.search_result{
	font-size:11px;

}
.search_result STRONG {
	display:block;
	font-size:12px;	
	margin-bottom:-10px;
}
.search_result SPAN {
	font-size:11px;	
	color:#D22D1A;
}

.articleText{line-height:18px;}

.topText {margin:0;padding:0;height:1px;line-height:1px;font-size:1px;}

.to_top{display:none;width:100%;margin:30px 0px; text-align:right; clear:both;}
.ua .to_top IMG{background: url(/img/totopua.gif) no-repeat; width:88px; height:9px;}
.ru .to_top IMG{background: url(/img/totopru.gif) no-repeat; width:88px; height:9px;}
.en .to_top IMG{background: url(/img/totopen.gif) no-repeat; width:49px; height:9px;}


.error{color:red;}


.ob_list{
	clear:both;
	margin:20px 0 10px 0;
	font-size:11px;
}
.ob_list IMG{
	float:left;
	margin-right:10px;
	border:1px solid #cecece;
}
.ob_list H3{
	letter-spacing:normal;
	margin:0px 0px 0px 160px;
	padding:0;
	text-decoration:none;
	color:#000
}
.ob_list H3 A{
	text-decoration:none;
	color:#000
}
.ob_list H3 A:hover{
	text-decoration:underline;
}
.ob_list A P, .ob_list A:visited P{
	color:#000 !important;
	text-decoration:none;
	line-height:13px;
	margin-left:160px;
}


.n_list{
	clear:both;
	margin:20px 0 10px 0;
	padding-left:13px;
	font-size:11px;
	background: url(/img/bul1.gif) 0px 4px no-repeat;
}
.n_list SPAN{
	display:block;
	font-size:11px;
	color:red;
}
.n_list IMG{
	float:left;
	margin-right:7px;
	border:1px solid #cecece;
}
.n_list H3{
	letter-spacing:normal;
	margin:0px 0px 5px 0px;
	padding:0;
	font-size:12px;
	color:#2D570D;
	text-decoration:none;
}
.n_list H3 A{
	color:#000 !important;
	text-decoration:none;
}
.n_list H3 A:hover{
	text-decoration:underline;
}
.n_list A{
	color:#000 !important;
	text-decoration:none;
	line-height:13px;
}


.arh{
	height:19px;
	margin:10px;
	padding:3px 0 0 10px;
	font-size:11px;
	background: url(/img/bul7.gif) no-repeat;	
}
.arh A{display:inline !important; margin:0;padding:0;}

.clr{margin:0 !important; padding:0 !important;}

INPUT {font: normal 12px Arial, sans-serif;}
.formSearch { font: normal 12px Arial, sans-serif;}
.formSearch INPUT {width:380px; border: solid 1px #4A6B9B; background: #EAEAEA;}
.search_form { }
.search_result {}

.formField INPUT, .formField textarea {border: solid 1px #4A6B9B; background: #EAEAEA;}
.formLabel{
	padding:7px 0;
}

.formLabelRequired{
	padding:7px 0;
	color:red;    
}
.search{
	margin:30px 0;
}
.search .s_light {border: solid 1px #5A7A3B; background: #E9F1E3; }

.v10{font-size:10px; color:#ccc;}

.image_img {
	margin:0 10px 0 0;
	padding:2px;
	border:solid 1px #D9D7C3;
}

.imgTextLeft .image_img {
	margin:10px 0 0 10px;
	padding:2px;
	border:solid 1px #D9D7C3;
}
.imgTextLeft .image_td {padding:0 0 0 6px;}

.imagelistimg {
	padding:2px;
	border:solid 1px #D9D7C3;
}

UL.map_cat{
   padding-left:25px;
	margin-left:0px;	
	font: normal 12px Tahoma, sans-serif;
}
LI.map_cat{
	margin-left:0px;	
	background: url(/img/bul8.gif) 0px 3px  no-repeat
}

LI.map_cat1, LI.map_cat2{
	margin:10px 0 0 20px;	
	background: url(/img/bul8.gif) 0px 1px  no-repeat
}
LI.map_cat3{
	margin:2px 0 7px 20px;	
	font-weight:normal;
}
LI.map_cat4{
	margin:2px 0 3px 20px;	
	font-size:11px;
	font-weight:normal;
}
.map_cat a:link, .map_cat a:visited
{
	color:#000;
	text-decoration:none;
}
.map_cat3 a:link, .map_cat3 a:visited{
	color:#000;
}
.map_cat3 a:hover{
	color:#000;
	text-decoration:underline;
}
.map_cat a:hover{
	text-decoration:underline;
}

.map_art a:visited, .map_art a:link
{
	font-weight:normal;
	color:#000;
}

.breadcrumb {display:none;
	position:absolute;
	top:166px; left:0px;	
	height:21px;
	margin:0; padding:10px 10px 0px 224px; 
	font:normal 11px Tahoma, sans-serif; 
	text-align:left; 
	background: none;
	z-index:100;
}
* html .breadcrumb {height:31px;}
.breadcrumb_spacer{color:#000;}
.breadcrumb A, .breadcrumb A:visited, .breadcrumb A:link {color:#000; text-decoration:none;}
.breadcrumb A:hover {text-decoration:underline;}


.on A, .on A:visited, .on A:link, .on A:visited, .on_active A, .on_active A:visited, .on_active A:link, .on_active A:visited{
	display:block;
	margin:5px 0 3px 9px;	
	font:bold 12px Tahoma, sans-serif;
	color:#136719;	
	text-decoration:none;
}

.nr A, .nr A:visited, .nr A:link, .nr A:visited{
	display:block;
	margin:3px 0 5px 14px;	
	padding-left:20px;
	font:bold 11px Tahoma, sans-serif;
	color:#126E19;	
	text-decoration:none;
	background: url(/img/bul1.gif) no-repeat;	
}
.nr A:hover{
	color:#3AA44A;
	background: url(/img/bul1a.gif) 0 0 no-repeat;
}
.nr_active A, .nr_active A:visited, .nr_active A:link, .nr_active A:visited{
	display:block;
	margin:3px 0 5px 14px;	
	padding-left:20px;
        color:#FF0000;	
	text-decoration:none;
	background: url(/img/bul1.gif) no-repeat;	
}

.npr A, .npr A:visited, .npr A:link, .npr A:visited{
	display:block;
	margin:3px 0 3px 8px;	
	font-size:11px;
	color:#000;	
	text-decoration:none;
}
.npr_active A, .npr_active A:visited {
	margin:3px 0 3px 8px;	
	font-size:11px;	
	color:red;	
	text-decoration:underline;
}
.nnpr A {
	display:block;
	margin:3px 0 3px 28px;	
	font-size:11px;	
	color:#136719;	
	text-decoration:none;
}
.nnpr_active A, .nnpr_active A:visited, .nnpr_active A:link, .nnpr_active A:visited{
	font-size:11px;	
	color:red;	
	text-decoration:underline;
}
.nnnpr A {
	display:block;
	font-size:11px;	
	margin:3px 0 3px 48px;	
	color:#000;	
	text-decoration:none;
}
.nnnpr_active A, .nnnpr_active A:visited, .nnnpr_active A:link, .nnnpr_active A:visited{
	margin:3px 0 3px 48px;	
	color:red;	
	text-decoration:underline;
}

.copy{
	float:right;	
	width:200px; height:50px;
}

.ltc{position:absolute; left:0px; top:0px; width:10px; height:10px; margin:0;padding:0;background: url(/img/ltc.gif) left top no-repeat;}
.rtc{position:absolute; right:-1px; top:0px; width:10px; height:10px; margin:0;padding:0;background: url(/img/rtc.gif) right top no-repeat;}
.lbc{position:absolute; left:-1px; bottom:-1px; width:10px; height:10px; margin:0;padding:0;background: url(/img/lbc.gif) left bottom no-repeat;}
.rbc{position:absolute; right:-1px; bottom:-1px; width:10px; height:10px; margin:0;padding:0;background: url(/img/rbc.gif) right bottom no-repeat;}

.pollbg{
	width:243px;
	background: url(/img/bg3.gif) 0 -1px repeat-x;	
}
.poll{
/*	width:160px;*/
	height:100px;
	padding-left:67px;
	background: url(/img/pic1.gif) no-repeat;	
}
.poll TD{
	color:#388A3E;
}
.vot{
	height:49px;
	
	font:bold 12px Tahoma, sans-serif;
	color:#1F691A;
/*	background: url(/img/vot.gif) no-repeat;	*/
}

.list5size IMG {width:20%; height:20%;}
.list5size A.cc {font-size:12px !important; color:#000 !important;}



.rcolnlist{
	margin:0px 10px 0px 0px;
	padding:5px 5px 0 20px;
	font-size:11px;
	color: #000; 
	background: url(/img/bg2.gif) 0 0 repeat-x;
}
.rcolnlist SPAN{
	display:block;
	margin:10px 0px 3px -15px;
	padding-left:13px;
	font-weight: bold;	
	color: #000;
	background: url(/img/bul2.gif) 0 4px no-repeat;
}

.rcolnlist A, .rcolnlist A:visited, .rcolnlist A:link{
	display:block;
	margin-bottom:10px;
	font-size:11px;
	color: #000; 
	text-decoration:none;
}
.rcolnlist A:hover{
	text-decoration:underline;
}


.rcolhed{
	margin-top:25px;
	padding:0 5px 3px 3px;
	font: bold 12px Tahoma, sans-serif;	
	color: #000;
	border-bottom:1px solid #000;
}

.logo{
	position:absolute;
	top:2px; left:5px;
	width:145px; height:152px;
}
.ua .logo{background: url(/img/logo.gif) no-repeat;}
.ru .logo{background: url(/img/logo_ru.gif) no-repeat;}
.en .logo{background: url(/img/logo_en.gif) no-repeat;}

.logo-e{
	position:absolute;
	left:140px; top:30px;
	width:281px; height:62px;
}
.ua .logo-e {background: url(/img/name.gif) no-repeat;}
.ru .logo-e {background: url(/img/name_ru.gif) no-repeat;}
.en .logo-e {background: url(/img/name_en.gif) no-repeat;}

.sub1{
	position:absolute;
	top:0px;right:0px;
	width:450px; height:168px;
	padding-left:572px;
	z-index:0;
}

.sub2{
	position:absolute;
	left:244px; top:134px;
	width:136px; height:22px;
	overflow:hidden;
}
.ua .sub2{background: url(/img/lab1.gif) no-repeat;}
.ru .sub2{background: url(/img/lab1_ru.gif) no-repeat;}
.en .sub2{background: url(/img/lab1_en.gif) no-repeat;}

.leftb{	position:relative;
	width:186px; height:357px;
	background: url(/img/ht1.jpg) no-repeat;
}
.leftb div {position:absolute; left:0px; bottom:31px; width:102px; height:36px;}
.ua .leftb div {background: url(/img/lab2.gif) no-repeat;}
.ru .leftb div {background: url(/img/lab2_ru.gif) no-repeat;}
.en .leftb div {background: url(/img/lab2_en.gif) no-repeat;}


.leftm, .leftp {
	margin-bottom:20px;	
}
.leftp {
	padding-top:0px;
	height:300px;
	background: url(/img/bg-p.jpg) no-repeat;
}

.leftm H2{
	margin:0;
	padding-left:36px; 
	font: bold 12px arial, sans-serif;		
	line-height:17px;
	color:#fff;
	background: url(/img/bg3.gif) right 0 no-repeat;
}

.leftm UL, .leftp UL {
	margin:5px 0px;
	padding-left:0px;
}
.leftm UL LI, .leftp UL LI{
	margin:8px 0px;
} 


.leftm UL LI A, .leftm UL LI A:visited, .leftp UL LI A, .leftp UL LI A:visited{
	display:block;
	padding-left:20px;
	font: bold 11px tahoma, sans-serif;		
	color:#000;
	text-decoration:none;
	background: url(/img/bul1.gif) 0 0 no-repeat;
}
.leftp UL LI A:hover, .leftp UL LI A:hover {
	color:#000;
	background: url(/img/bul1a.gif) 0 0 no-repeat;
}


.ipo {

}
UL.ipo LI{margin:0;}
UL.ipo LI A {
	padding-top:5px;
	font-weight:normal !important;
	background: url(/img/bgipo.gif) 0 0 repeat-y  !important;
}

.list1{
	margin-top:10px;
	padding:0;
	background: url(/img/bg2.gif) left 49px  repeat-x;
}

.iso {
	height:55px;	
	padding:6px 0px 0px 130px;
	font: italic 11px arial, sans-serif;		
	line-height:14px;
	color: #000;
	background: url(/img/iso.gif) 0 0 no-repeat;
}

.iso P{margin:0; line-height:14px; text-align:left;}
.iso DIV {background: url(/img/bgiso.gif) 0 0 repeat-x;}

.sign{
	margin-left:219px;
	padding:20px 0px 16px 0px;
	font-style:italic;
/*	background: url(/img/sign.gif) 186px 13px no-repeat;*/
	overflow:vosible;
}


#nav {
	position:absolute; 
	height:46px;
	left:0px; top:119px; 
	margin:0; 
	padding-left:137px;
	border-bottom:1px solid #fff;
	background: url(/img/bg1a.gif) no-repeat;
}

.tail {
	float:left;
	height:46px;
	margin:0;
}


#list_top {
	height:46px;
	padding:0px;
	margin: 0px 0px;
	text-align:left;
	float:left;
}
#list_top_ul {
	padding: 0;
	margin: 0;
	font: bold 11px Tahoma, sans-serif;
	line-height:46px;
	white-space: nowrap;
}


#list_top_ul li {
	display: inline;
	list-style: none;
	margin: 0px 0px 0px -3px;
	padding:0px 0px 0px 0px;
}
#list_top_ul li a {
	margin: 0px 0px 0px 0px;
	padding:17px 7px;
	text-decoration: none;
	white-space: nowrap;
	background: url(/img/bg1a.gif) top right repeat-x;	
}

#list_top_ul li a:link { color: #fff; }
#list_top_ul li a:visited { color: #fff; }
#list_top_ul li a:hover {
	color:yellow;
	background: url(/img/bg1a2.gif) top right repeat-x;	
}
#list_top_active, #list_top_home_active_link {

}

.t-menu{
	position:absolute;
	left:253px; top:95px;
}

.k-home {
	float:left;
	margin:0; padding:0;
	margin-right:18px;
}
.ua .k-home {background: url(/img/k-home.gif) no-repeat;}
.ru .k-home {background: url(/img/k-home_ru.gif) no-repeat;}
.en .k-home {background: url(/img/k-home_en.gif) no-repeat;}


.k-map {
	float:left;
	margin:0; padding:0;
}
.ua .k-map {background: url(/img/k-map.gif) no-repeat;}
.ru .k-map {background: url(/img/k-map_ru.gif) no-repeat;}
.en .k-map {background: url(/img/k-map_en.gif) no-repeat;}

.l-menu{
	position:absolute;
	left:457px; top:35px;
	padding:10px 0px;
	width:100px; 	
	font: normal 11px Tahoma, sans-serif;
	color:#9F4312;
	background: url(/img/bg-l.gif) 18px 0px repeat-y; 
	
}
.l-menu IMG {margin-right:8px;}

.l-menu A, .l-menu A:visited, .l-menu A:link, .l-menu A:hover{
	color: #9C9C9C; 
	text-decoration:none;
}
.l-menu A:hover{
	color:red;
	text-decoration:none;
}


/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

* html img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */


#wrapper1,
#wrapper2,
.outer a, 
.container-left, 
.container-right,
.outer,
h2,
.sidenav li a 
{min-height: 1%;}
/* gives layout for IE7 */

/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

P  {font-size:1em !important; color:#000; margin: .8em 0;line-height:18px;}
