﻿/*
 * Yahoo reset css
 */
@media all{
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
table{font-size:inherit;}
fieldset,img{border:0;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
a object,a embed{cursor: pointer;}
}
@media screen{
body{
	background: #E3E3E3;
}
/*
 * Layout styles
 */
.col{
	float:left;
}
.inner{
	margin:0 10px;
}
div.inner .inner{
	margin:0 10px
}
.row{
	clear:both;
	margin-bottom:10px;
}

/* 2 cols layout */
.col-size2-1,
.col-size2-2{width:50%;}

/* 3 cols layout */
.col-size3-1,
.col-size3-2,
.col-size3-3{width:33%;}
.col-size3-12,.col-size3-23{width:66%;}

/* 4 cols layout */
.col-size4-1,
.col-size4-2,
.col-size4-3,
.col-size4-4{width:25%;}
.col-size4-12, .col-size4-34{width:50%;}
.col-size4-13, .col-size4-24{width:75%;}

/* Spaces for side columns */
.col-size2-1 div.inner,
.col-size3-1 div.inner,
.col-size4-1 div.inner,
.col-size4-12 div.inner,
.col-size4-13 div.inner{margin:0 10px 0 0;}

.col-size2-2 div.inner,
.col-size3-3 div.inner,
.col-size4-4 div.inner,
.col-size4-34 div.inner,
.col-size4-24 div.inner{margin:0 0 0 10px;}

/*
 * Default styles
 */
a{
	color:#00ACE7;
}
input{
	font-size:15px;
}
div{
	position:relative;
}
table{
	border-collapse:collapse;
	position:relative;
	width:100%;
}

/**
 * Page block styles
 */
body{
	font-family:Tahoma,Arial,Verdana,Helvetica,sans-serif;
}
.wrp{
	background:#E3E3E3;
	min-width: 1100px;
}

.hdr{
	background:#E3E3E3 url(/images/hdr_bg.jpg) top left no-repeat;
	border-bottom:1px solid #fff;
	height:159px;
	padding-bottom:4px;
}

.hdr.ru{
	background:#E3E3E3 url(/images/header_bg_ru.jpg) top left no-repeat;
}

.hdr .org{
	position: absolute;
	bottom: 15px; left: 26px;
}


.hdr .banner{
	background: url(/images/hdr_banner_bg.png) top right no-repeat;
	position: absolute;
	right: 0;
	width: 900px; height: 160px;
}
.hdr .banner img{
	position: absolute;
	top: 50px; right: 100px;
}

.content{
	background:#E3E3E3;
	padding:4px 0 0 0;
}
.top-news{
	/*background: url(/images/top_news.jpg) top left no-repeat;*/
	height: 26px;
	margin:0 -15px 0 -15px;
	border: 1px solid white;
}
.top-news .title{
	background: url(/images/top_news.png) top left no-repeat;
	position: absolute;
	left: 16px;
	width: 190px; height: 26px;
	z-index: 15;
}
.top-news.ru .title{
	background: url(/images/top_news_ru.png) top left no-repeat;
}

.top-news .right{
	background: url(/images/top_news_right.png) top right no-repeat;
	position: absolute;
	right: 0;
	width: 70px; height: 26px;
	z-index: 15;
}

#scrolltext{
	line-height:24px;
	margin-left:140px;
	margin-bottom:15px;
	position: relative;
	z-index: 10;
}
#scrolltext a{
	color:#000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

/*
 * Main col styles
 */
.col-main{
	background:#fff;
	color:#484848;
	font-size:12px;
	margin:0 276px 0 227px;
	padding:0 15px 15px 15px;
	position: relative;
	z-index: 5;
}
div.col-main img.lefted{
	float: left;
	margin-left:0;
}
div.col-main .righted{
	float: right;
	margin-right: 0;
}
.col-main p{
	line-height:140%;
}
.col-main small{
	color:#777;
}
.col-main h2 a{
	color:#000;
	font-size:18px;
	text-decoration:none;
}
.col-main h2 a:hover{
	text-decoration:underline;
}

.article-title{
	padding-top: 10px;
}

.media-wrapper {
	position: relative;
	margin-bottom: 10px;
	z-index: 0;
}
.art-prev{
	margin-bottom: 20px;
}
.art-prev .media-wrapper img{
	width: 100%;
}
.art-more .media-wrapper{
	background:rgb(216,216,216);
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px 10px 15px 10px;
}
.art-more .media-wrapper p{
	font-size: 12px;
}

.media-wrapper {
	position: relative;
	z-index: 1;
}

.media-wrapper obejct,
.media-wrapper embed{}
#video{
	position: relative;
	z-index: 1;
}

.art-prev{
	background:rgb(216,216,216);
	margin-top:5px;
	padding:10px;
}
.art-more{
	margin-top:5px;
	padding:10px;
}

.art-more .media-wrapper img{
	border: 1px solid #fff;
	width: 300px;
}
.art-more .media-wrapper p{
	font-size: 10px;
	line-height: 140%;
	width: 300px;
}

.page-title{
	padding-top: 10px;
}



.news-and-comments{
	border-top:2px solid #E3E3E3;
	margin:0 -15px 0 -15px;
	padding:20px 15px 0 15px;
	position: relative;
}

.news-and-comments li{
	width: 44%;
	min-height: 130px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 130px;
	border-bottom: 1px solid #E3E3E3;
	margin-right: 4%;
	position: relative;
}

*:first-child+html  .news-and-comments li{
	width: 40%;
}

.news-and-comments ul{
	margin-right: -3%;
}

.news-and-comments ul img{
	position: absolute;
	left: 0;
	border: 5px solid #D8D8D8;
	width: 100px; height: 100px;
}

.news-and-comments ul p,
.news-and-comments ul h3{
	margin-left: 120px;
}

.news-and-comments ul h3{

}

.news-and-comments ul a {
	color: #000;
	font-size: 11pt;
	text-decoration: none;
}

.news-and-comments ul a:hover{
	text-decoration: underline;
}

.news-and-comments ul div{
	min-height: 110px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	z-index: 1;
}
/*

.news-and-comments .news img{
	border:1px solid #D8D8D8;
	margin:0 5px 5px 5px;
	padding:5px;
}

.news-and-comments .news li{
	border-bottom:1px solid #E3E3E3;
	padding:0 0 10px 0;
	margin:10px 0 0 0;
}

.news-and-comments h3 a{
	color:#000;
	font-size:14px;
	text-decoration:none;
}

.news-and-comments h3 a:hover{
	text-decoration:underline;
}

.news-and-comments small{
	display:block;
	line-height:20px;
	margin-bottom:5px;
}
*/
.pagenator{
	padding:15px 0;
}

.pagenator li{
	float:left;
	margin-right:5px;
}

.pagenator a{
	font-weight:bold;
	text-decoration:none;
}

/*
 * Left col content styles
 */
.col-lt{
	float:left;
	width:227px;
	z-index:10;
}
.col-lt a{
	text-decoration:none;
}
.col-lt .date{
	color:#777;
	font-size:9px;
	padding:5px 0 14px 27px;
}

#navigation{
	/*font-family: 'Franklin Gothic';*/
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
}

#navigation li.heading{
	/*
	background:url(/images/button_a.png) top left no-repeat;
	*/
	background:url(/images/button_a_.png) top left repeat-x;
	color:#fff;
}
#navigation li.detailed{
	background-color:#FFDE95;
}
#navigation li.detailed a{
	color:#555;
}
#navigation li{
	border-bottom:1px solid #ccc;
	line-height:12px;
	padding:10px 0 10px 30px;
	position:relative;
}
#navigation a{
	text-decoration:none;
	display:block;
}
#navigation ul{
	background:#E3E3E3;
	display:none;
	margin-top:-22px;
	position:absolute;
	left:100%;
}
#navigation ul li{
	white-space:nowrap;
	padding-right:20px;
}
#navigation ul li a{
	padding-right:15px;
}
#navigation,#navigation li{
	position:relative;
}

#nav{
	list-style: none;
	position: relative;
}
#nav li{
	overflow: hidden;
	position: relative;
	height: 35px;
	z-index: 5;
	border-bottom: 1px solid #cfcfcf;
}
#nav img{
	position: absolute;
	left: 10px;
}
#nav a{
	display: block;
	height: 100%;
}

#nav li ul{
	background: #e3e3e3;
	display: none;
	position: absolute;
	left: 100%;
	z-index: 10;
}
#nav li  li{
	margin-left: 0;
}

#nav li:hover ul,
#nav li ul:hover{
	display: block;
}

.golovna.with-bg a,
.mestni-org.with-bg a{
	background: url(/images/nav_bg.jpg) top left no-repeat;
}

.partiya a{
	background: url(/images/navigation.png) 10px -140px;
	display: block;
	height: 100%;
}

.partiya.ua a{
	background: url(/images/navigation_ua.png) 10px -140px;
}


.don-obl-org a{
	background: url(/images/navigation.png) 10px -525px;
	display: block;
	height: 100%;
}

#nav .novini-i-comentari img{top: -35px;}
#nav .tochka-zreniya img{top: -70px;}
#nav .fotolenta img{top: -105px;}
#nav .partiya{
	background: url(/images/nav_bg.jpg) top left no-repeat;
}
#nav .nashi-lideri{
	background: url(/images/navigation.png) 10px -175px;
	overflow: visible;
}

#nav.ua .nashi-lideri{background: url(/images/navigation_ua.png) 10px -175px;}

#nav .nashi-lideri ul{
	width: 160px;
}
#nav .lider img{top: -210px;}
#nav .predsidatel-radi img{top: -245px;}
#nav .presidium-radi img{top: -280px;}
#nav .rada img{top: -315px;}
#nav .ckrk img{top: -350px;}
#nav .ustavni-documenti {
	background: url(/images/navigation.png) 10px -385px;
	overflow: visible;
}

#nav.ua .ustavni-documenti {background: url(/images/navigation_ua.png) 10px -385px;
}

#nav .ustavni-documenti ul{
	width: 170px;
}
#nav .programa img{top: -420px;}
#nav .ustav img{top: -455px;}
#nav .evro-vibir img{top: -490px;}
#nav .don-obl-org{
	background: url(/images/nav_bg.jpg) top left no-repeat;
	height: 45px;
}
#nav .predsedatel img{top: -515px;}
#nav .predsedatel{
	background: url(/images/navigation.png) 10px -570px;
	overflow: visible;
}
#nav.ua .predsedatel{background: url(/images/navigation_ua.png) 10px -570px;}
#nav .predsedatel ul{
	width: 150px;
}
#nav .biografiya img{top: -605px;}
#nav .vistupleniya img{top: -640px;}
#nav .interview img{top: -675px;}
#nav .publicacii img{top: -710px;}
#nav .rucovod-org{
	background: url(/images/navigation.png) 10px -745px;
	overflow: visible;
}
#nav.ua .rucovod-org{background: url(/images/navigation_ua.png) 10px -745px;}
#nav .rucovod-org ul{
	width: 200px;
}
#nav .presidium img{top: -815px;}
#nav .ispolnitelniy-comitet img{top: -850px;}
#nav .krk img{top: -885px}
#nav .rihennya-ruk-org{
	background: url(/images/navigation.png) 10px -920px;
	overflow: visible;
}
#nav.ua .rihennya-ruk-org{background: url(/images/navigation_ua.png) 10px -920px;}
#nav .rihennya-ruk-org ul{
	width: 300px;
}
#nav .conferenciy img{top: -955px}
#nav .soveta img{top: -990px}
#nav .presidiuma-soveta img{top: -1025px}
#nav .nakazi-golovi img{top: -1060px}
#nav .rozp-ruk-isp img{top: -1095px}
#nav .mestni-org img{top: -1165px}
#nav .vstup img{top: -1200px}
#nav .zvorotniy-zvyazok img{top: -1235px}


.sub-menu{

}

.hovered .arr{
	background: url(/images/arrow_r.gif) no-repeat;
	right: 5px; top: 15px;
	position: absolute;
	width: 7px; height: 7px;
}


.has-submenu{
	background-image:url(/images/arrow_r.gif);
	background-position: 98% 3px;
	background-repeat:no-repeat;
}

.col-lt .side-block{
	border:1px solid #fff;
	margin:10px 15px 10px 15px;
	padding:10px;
}
.col-lt .side-block img{
	margin-bottom:5px;
}
.col-lt .search input.text{
	margin-bottom:0;
	width:115px;
}
.col-lt .search input{
	margin-bottom:-4px;
}

.col-lt .archive{
	font-size:13px;
}

/*
 * Right col content styles
 */
.col-rt{
	float:right;
	width:276px;
	z-index:1;
}

.opinion {
	background: #ffde95;
	padding-bottom:5px;
}
.opinion .in {
	margin: 0 10px 10px 10px;
}

.opinion .in img {
	border:5px solid #D8D8D8;
	margin:5px;
}
.opinion .in h3 {
	font-size: 14px;
	font-weight: bold;
	padding:10px 0;
}
.opinion .in h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}
.opinion .in h3 a {
	text-decoration:none;
}
.opinion .in h3 a:hover{
	color:#484848;
	text-decoration:underline;
}
.opinion .in p{
	font-size:12px;
	margin-bottom:1em;
}

.opinion .in p strong a{
	color:#484848;
	text-decoration:none;
}

.text-flow{
	padding:10px;
}

.text-flow h3,.text-flow h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}
.text-flow h2{
	color:#00ACE7;
	margin-bottom:20px;
}
.text-flow h3{
	color:#484848;
}
.text-flow h3 a,.text-flow h2 a{
	text-decoration:none;
}
.text-flow h3 a:hover, .text-flow h2 a:hover{
	color:#484848;
	text-decoration:underline;
}
.text-flow p{
	color:#484848;
	font-size:12px;
}
.text-flow li{
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:1px solid #777;
	margin-bottom:-1px;
}
.text-flow ul{
	overflow:hidden;
}
.button-type-1{
	background-color:#DCDCDC;
	border:1px solid #CECECE;
	color:#00ACE7;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:2px 7px 3px;
	width:165px;
}

.inquiry{
	position:relative;
}
.inquiry button{
	display:block;
	margin:5px auto 0 auto;
}
.inquiry p{
	margin-bottom:1.5em;
}
.inquiry label{
	cursor:pointer;
} 

.red{
	color:#ac0000;
}

.col-lt .banners-container{
	margin: 10px 0 0 0;
}
.col-lt .banners-container img{
	margin-bottom: 10px;
}

.banners-container{
	margin: 0 0 0 20px;
}
.banners-container img,
.banners-container a{
	cursor: pointer;
	display: block;
}
.mailer{
	background: url(../images/mailer_bg.png) top left no-repeat;
	width: 240px; height: 83px;
	position: relative;
}

.mailer.ru{
	background: url(../images/mailer_bg_ru.png) top left no-repeat;
}
.indented{
	margin-bottom: 10px;
}
.mailer input{
	position: absolute;
}
.mailer .text{
	width: 150px;
	top: 50px; left: 5px;
}
.mailer .submit{
	top: 49px; right:5px;
}

/*
 * Footer content styles
 */
.ftr{
	clear:both;
	font-size:12px;
	z-index:2;
}

.ftr .contact-info{
	float:left;
	width:227px;
	text-align:center;
	line-height:39px;
}

.ftr-centered{
	margin:20px 275px 0 227px;
	padding-bottom:10px;
}

.hdr .home{
	height:110px;
	left:28px;
	position:absolute;
	top:6px;
	width:269px;
}

.hdr .home a{
	display: block; height: 100%;
}


}

.input-text {
	border: 1px solid #CECECE;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 150px;
}
.input-radio {
	border: 1px solid #CECECE;
	padding: 1px;
	margin: 2px
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.input-text-long {
	border: 1px solid #CECECE;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 300px;
}
.input-label {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.input-button {
	border: 1px solid #CECECE;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B61600;
	width: 165px;
	background-color: #DCDCDC;
	font-weight: bold;
	margin: 0px;
}

.td-new-head{
	height: 30px;
}

.content-cont h2{
	font-size: 150%;
}

.content-cont .preview-left{
	padding: 15px 15px 10px 0;
}

.content-cont .preview-right{
	padding: 15px 0 10px 15px;
}

.content-cont .input-button{
	margin-top: 20px;
}
.photocat a {
	color:#484848;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:12px;
}
.photocat a:hover {
	text-decoration:underline;
}
.photocat div {
	text-align:left;
	font-size:10px;
	color:gray;
	line-height:140%;
}
.articles img {}
.gallery table td{
	padding: 20px 0;
}
.yoush-2010{
	position: absolute;
	right: 110px;
	top: 35px;
}

h3.source{
	color: #ac0000!important;
	font-size: 16px;
	color: #000;
}

h1.article-title{
	color:#484848;
	font-size: 18px;
	margin-bottom: 0.25em;
}

div.article-text img{
	float: left;
	margin: 10px 10px 10px 0;
	background: #D8D8D8;
	padding: 10px;
}
p.article-print{
	font-size: 14px; font-weight: bold;
	margin-top: 1em;
}

td.td-news img{
	border: 5px solid #D8D8D8;
	margin: 0 5px 5px 0;
}
table.persons img{
	margin: 0 10px 5px 0;
}
.persons h2{
	font-size: 16px;
	margin-bottom: 10px;
}

.people-list{
	margin: 10px 0 0 20px;
}

.people-list li{
	list-style-type: decimal;
	list-style-position: outside;
}

.people-list  img{
	float: left;
	padding: 0 10px 0 0;
}


.people-list h3{
	font-size: 14px;
	font-weight: bold;
}

.people-list div{
	overflow: hidden;
	zoom:1;
}

.people-list li{
	margin-bottom: 1em;
}

h2.page-title{
	padding-top: 5px;
}

.lang-switch{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	background: #ffac0e;
	position: absolute;
	bottom: 20px; right: 20px;
	z-index: 1000;
}

.lang-switch a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.don-obl-org.ua a{
	background: url(/images/navigation_ua.png) 10px -525px;
}

.org-flash-wrp{
	width: 470px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.art-prev object {
	display:block;
}