/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/* /reset */

a{
	color:#5A7C3C;
}
input[type=checkbox]{
    margin:0;
    vertical-align: middle;
}
a:hover{
	color: #DF0402;
	text-decoration:none;
}
p, li{
	line-height:18px;
}	
#in_section .clear{
    clear:both;
    width:100%;
    margin:0;
    float:none;
}
h1{
	font-size:1.6em;
	margin-bottom:15px;
}
h2{
	margin-bottom:10px;
	font-size:1.4em;
}
h3{
	font-size:1.2em;
        line-height: 1.3;
}
h3 a{
    text-decoration:none;
}
h3 a:hover {
	text-decoration:underline;
	}
h4{
	font-size:1.1em;
}
body{
	font-size: 12px;
	font-family:arial;
	color:#3c3c3c;
	background:#b8b8b8;
}
.clear{
    clear:both;
}
input{
	color:#3c3c3c;
}
#wrapper{
	width:1040px;
	margin:auto;
	/*background:#fff;*/
}
#ls{
    padding-left:5px;
    background:url(../images/lshadow.png) repeat-y 0 0;
}
#rs{
    padding-right:5px;
    background:url(../images/rshadow.png) repeat-y 100% 0;
}
/*#top_thing{
	height:25px;
        background:#292828 url(../images/top_thing.png) repeat-x 0 0;;
        margin-bottom:15px;
        padding-left:20px;
        position:relative;
        z-index:10000;
}
#links{
	padding:5px 20px 0 0
}
#links a{
        color:#fff;
        text-decoration:none;
        font-size:11px;
}*/
#links a:hover{
    text-decoration:underline;
}
/*#ser_links{
    float:left;
}
#ser_links a{
    width:20px;
    height:13px;
    display:inline-block;
    vertical-align:middle;
}*/
#soc_links{
    float:right;
}
#soc_links a{
    margin-left:5px;
    font-size:10px;
} 

#links .all_websites_content ul.directorate li span a {
    color: #6BB130;
    font-style: italic;
}
#links .all_websites_content .main_site{
    font-size:18px;
    text-decoration:underline;
}
#specialver{
    text-transform:uppercase;
}
/*#mainpage{
	background:url(../images/home.png) no-repeat;
}/*
#searchpage{
	background:url(../images/search.png) no-repeat;
}
#sendmail{
	background:url(../images/send.png) no-repeat;
}
#specail_version{
	text-transform:uppercase;
        float:right;
        font-size:10px;
}
/*#header{
	padding:0 10px 20px 20px;
	position:relative;
        zoom:1;
}*/
#hotline{
	font-style:italic;
	position:absolute;
	top:0; 
	right:0;
	padding:10px 20px;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	background:url(../images/hotline.png) no-repeat 0 23px;
}
#hotline p{
	color:#df0402;
	font-size:1.4em;
	font-weight:bold;
	margin-top:3px;
}
/*#login{
	font-weight:bold;
	position:absolute;
	bottom:0;
	right:0;
	padding:5px 20px;
}*/	
#login a{
	color:#457d16;
}
#navigation{
	border-top:1px solid #6bb130;
	border-bottom:3px solid #6bb130;
	/*overflow:hidden;*/
	padding:0 10px 0 20px;
	/*margin-bottom:12px;*/
	position:relative;
        height:28px;
}
#navigation li{
	float:left;
	font-size:1.2em;
	height:28px;
	overflow:hidden;
}
#navigation li a{
	text-decoration:none;
	float:left;
	color:#3C3C3C;
}
#navigation li a.current{
	background:#457d16 url(../images/nav_active_bg.png) repeat-x 0 0;
	padding:5px 10px;
	color:#fff;
}
#navigation li a span{
	display: block;
	background:#457d16 url(../images/nav_active_bg.png) repeat-x 0 0;
	position: relative;
	padding:5px 10px;
	color:#fff;
}
#navigation li a span:first-child {
	background: #fff;
	color: #000;;
}
#search{
	position:absolute;
	right:20px;
	top:4px;
}
#qu_search form{
	position:relative;
}
#searchfield{
	border:1px solid #898989;
	height:19px;
	padding:0 25px 0 5px;
        width:105px;
}
#searchfield_qu{
	border:1px solid #898989;
	height:19px;
	padding:0 30px 0 0;
	width:198px;
}
#find{
	width:20px;
	height:17px;
	background:url(../images/find.png) no-repeat;
	border:none;
	cursor:pointer;
	position:absolute;
	top:2px;
	right:2px;
}
#find_qu{
	width:20px;
	height:17px;
	background:url(../images/find_qu.png) no-repeat;
	border:none;
	cursor:pointer;
	position:absolute;
	top:2px;
	right:2px;
}
#conteiner{
	padding:0 20px;
        zoom:1;
}
/*
#mainblock{
	width:700px;
	margin-bottom:15px;
        position:relative;
        overflow:hidden; 
}*/
#topsection{
    overflow:hidden;
    margin-bottom:20px;
}
/*.mainpage #mainblock{
	float:left;
        border-right:1px solid #dedddd;
        padding-right:14px;
        width:685px;
}*/
.mainpage .tabs_conteiner{
    margin-top:0;
}
/*.innerpage #mainblock{
	float:right;
}
#mainblock #left{
	float:left;
	width:455px;
}*/
#qu_ans{
	margin-bottom:30px;
}
#qu_ans .user{
	padding-left:30px;
	margin-bottom:5px;
}
#qu_ans h2, #qu_ans p{
	margin-left:30px;
}
#qu, .qu{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #cbc9c9;
        position:relative;
}
.qu{
	background:url(../images/qu_mark.png) no-repeat 0 5px;
        zoom:1;
}
.qu h2{
	margin:0;
}
.qu h2 a{
	text-decoration:none;
}
.qu p, .qu h2{
	margin-left:35px;
}
.user{
	background:url(../images/qu_user.png) no-repeat 0 3px;
}
.attach_link{
    position:absolute;
    top:0;
    right:0;
    padding-left:20px;
    background:url(../images/attach.png) no-repeat 0 0;
}
#ans .user{
	background:url(../images/ans_user.png) no-repeat 0 3px;
}

#soc_print{
	margin-bottom:20px;
	float:left;
}
#left #soc_print{
	float:none;
}
#social a{
	margin-right:5px;
}
#print{
	vertical-align: top;
	border-left:1px solid #9a9a9a;
	padding:0 25px 2px 8px;
	background:url(../images/print.png) no-repeat 100% 0;
}
.wrap_s_r #rating{
    background:none;
    margin:0;
    width:360px;
}
#rating{
	background:#f4f4f4;
	padding:7px 15px;
	margin-bottom:30px;
	float:right;
	width: 300px;
        position:relative;
}
#left #rating{
	float:none;
	margin-top:0;
}
#yes, #no{
	margin:0 3px;
}
#yes{
	color:#5b9e23;
	margin:0 3px;
	text-decoration:none;
        border:none;
        padding:0;
        cursor:pointer;
}
#no{
	color:#df0402;
	margin:0 3px;
	text-decoration:none;
        border:none;
        cursor:pointer;
        padding:0;
}
#views{
	position:absolute;
        right:10px;
	padding-left:20px;
	background:url(../images/views.png) no-repeat 0 3px;
}
.add_block{
	margin:20px 0;
        clear: both;
}
.add_block li{
	margin:7px 0;
	padding-left:13px;
	background:url(../images/smalldisk.png) no-repeat 0 7px;
        list-style-type: none;
        zoom:1;
}
#docs{
    clear:both;
}
#comments{
	position:relative;
	margin-bottom:25px;
}
.comment{
	padding:20px 0;
	border-bottom:1px solid #dbdbdb;
        position:relative;
}
.comment .message{
	margin:10px 0 10px 75px;
}
.earlier-later{
	position:absolute;
	right:10px;
}
.earlier-later span{
	font-weight:bold;
	margin:0 5px;
}
.earlier-later.top{
	top:7px;
}
.earlier-later.bottom{
	bottom:7px;
}
#add_comment .captcha{
    margin-bottom: 1em;
}
#add_comment input, #add_comment textarea,
#csendn input, #csendn textarea {
	border:1px solid #457d16;
	width:360px;
	margin:5px 5px 10px 0; 
    vertical-align:inherit;
	color:#3C3C3C;
	font-family: arial, tahoma, sans-serif;
	font-size: 1em;
}
#add_comment textarea{
	height:100px;
}
#add_comment .captcha input{
    margin:0;
}
#add_comment label,
#csendn label {
    display:block;
}
.deletepost{
    position:absolute;
    width:16px;
    height:16px;
    background:url(../images/delete_post.png) no-repeat 0 0;
    right:0;
}
.deletepost:hover{
    background:url(../images/delete_post_active.png) no-repeat 0 0;
}
#mainblock #right{
	float:right;
	width:310px;
}
#ask_a_qu_right{ background:url(../images/ask_a_qu_right.png) no-repeat 100% 0; }
#ask_a_qu_right_small{ 
	background:url(../images/ask_a_qu_right_small.png) no-repeat 100% 0; 
	width:125px; 
	margin-bottom:20px;
}
#ask_a_qu_left{ background:url(../images/ask_a_qu_left.png) no-repeat 0 0; }
#ask_a_qu_left_small{ background:url(../images/ask_a_qu_left_small.png) no-repeat 0 0; }
#ask_a_qu_center{
	background:url(../images/ask_a_qu_center.png) repeat-x 0 0;
	margin:0 4px 10px 4px;
	height:31px;
	text-align:center;
}
#ask_a_qu_center_small{
	background:url(../images/ask_a_qu_center_small.png) repeat-x 0 0;
	margin:0 3px 10px 3px;
	height:22px;
	text-align:center;
}
#ask_a_qu_center a{
	color:#fff;
	font-size:1.4em;
	text-decoration:none;
	line-height: 1.8;
	display:block;
}
#ask_a_qu_center_small a{
	color:#fff;
	font-size:1.2em;
	text-decoration:none;
	line-height: 1.4;
	display:block;
}
/*#slider{
    position:relative;
    height:316px; 
    float:right;
    overhlow:hidden;
}
#output{
	float:right;
	width:450px;
        height:316px;
	position:relative;
	overflow:hidden;
}
#output img{
    width:100%;
}*/
/*#output .descr{
	position:absolute;
	bottom:0;
	left:0;
	width:450px;
	display:none;
	background:#111;
	color:#fff;
}
#output p{
	font-size:1.4em;
}*/
#output a{
    color:#fff;
    text-decoration:none;
    display:block;
    padding:10px 10px 5px 10px;
}
#output .ldesc a{
    padding:0 10px 10px 10px;
    font-size:12px;
}
small{
	font-size:.8em;
}
/*#image_thumb{
	float:right;
	width:250px;
}
#image_thumb li:first-child{
	border-top:none;
}
#image_thumb li{
	padding:10px 10px 10px 25px;
	background:#f4f4f4;
	border-top:1px solid #a6a6a6;
	height:59px;
	overflow:hidden;
	cursor:pointer;
        border-right:2px solid transparent;
}*/
/*#image_thumb li.active{
	background:#e6e5e5 url(../images/slide_active_bg.png) no-repeat 0 0;
	border-right:2px solid #6bb130;
}
#image_thumb .descr{
	margin-right:85px;
        font-size:11px;
}*/
/*#image_thumb .descr a{
    text-decoration:none;
    color:#3c3c3c;
}*/
#image_thumb .descr p{
	line-height:1.3em;
}
#image_thumb small{
	display:none;
}
/*#image_thumb img{
	float:right;
        width:75px;
        display:block;
}*/
#image_thumb .ldesc{
    display:none;
}
/*#sidebar{
	width:235px;
	margin-bottom:15px;
}*/
#activity{
    width:924px;
    margin-left:-27px;
    padding:0 40px;
    background:#fff;
    margin-bottom:20px;
    box-shadow: 0 1px 5px #dadada, 0 -1px 2px #fdfdfd/*, 1px 0 3px #939393, -1px 0 3px #939393*/;
    position:relative;
    border-top:1px solid #dadada;
    border-bottom:1px solid #dadada;
}
.arrow.left {
    border-left: 7px solid transparent;
    border-top: 6px solid #000;
    left: 0;
}
.arrow.right {
    border-right: 7px solid transparent;
    border-top: 6px solid #000;
    right: 0px;
}
.arrow {
    height: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
#activity h2{
    text-align:center;
    padding:7px 0;
    border-bottom:1px solid #e0e0e0;
}
#activity ul{
    overflow:hidden;
    margin:20px 0 30px 0;
}
#activity li{
    float:left;
    width:280px;
    overflow:hidden;
    margin:0 18px 0 10px;
}
#activity li img{
    float:left;
}
#activity li h3{
    margin-left:95px;
    padding:20px 0 0 0;
    text-align:left;
}
#activity li h3 a{
    text-decoration:none;
    color:#000;
}
#activity li h3 a:hover{
    text-decoration:underline;
}
/*.mainpage #sidebar{
	float:right;
}
.innerpage #sidebar{
	float:left;
}*/
.tabs_conteiner{
	clear:both;
	/*margin:15px 0 0 0;*/
}
.tabs_conteiner .tabs{
	border-bottom:4px solid #415E16;
	overflow:hidden;
}
.tabs_conteiner .tabs li{
	float:left;
	color:#fff;
	border-radius:0 10px 0 0;
	margin-right:5px;
	padding:7px 10px 7px 10px;
        background:#6bb130;
        height:16px;
        font-family:Trebuchet MS, Arial;
}
.tabs_conteiner .tabs li#link{
    background:none;
}
.tabs_conteiner .tabs li span{
    display:block;
    padding-left:20px;
}
.tabs_conteiner .tabs.oopt li{
        padding-left:10px;
}
.tabs_conteiner .tabs li.current{
    background:url("../images/nav_active_bg.png") repeat-x scroll 0 0 #415E16;
}
.tabs li{
	cursor:pointer;
}
#_0 span{ background:url(../images/news_tab.png) no-repeat 0 50%; }
#_1 span{ background:url(../images/photo_tab.png) no-repeat 0 50%; }
#_2 span{ background:url(../images/press_tab.png) no-repeat 0 50%; }
#_3 span{ background:url(../images/eko_tab.png) no-repeat 0 50%; }
#_4 span{ background:url(../images/docs_tab.png) no-repeat 0 50%; }
#_5 span{ background:url(../images/all_tab.png) no-repeat 0 50%; }
.box {
  clear:both;
  display: none;
}

.box.visible { display: block; }
.box.hide { display: none; }


#sidetabs_conteiner .tabs{
        overflow:hidden;
        width:176px;
        margin:0 auto 10px;
}
#sidetabs_conteiner .tabs li{
	float:left;
	line-height:2.3;
	font-size:.9em;
}
#sidetabs_conteiner .tabs li div{
    zoom:1;
}
#sidetabs_conteiner .tabs li.left{
	padding-left:10px;
	background:url(../images/left_tab_bg.png) no-repeat 0 0;
}
#sidetabs_conteiner .tabs li.right{
	padding-right:10px;
	background:url(../images/right_tab_bg.png) no-repeat 100% 0;
}
#sidetabs_conteiner .tabs li.current{
	position:relative;
	top:1px;
}
#sidetabs_conteiner .tabs li.left.current{
	padding-left:9px;
	background:url(../images/left_tab_active_bg.png) no-repeat 0 0;
}
#sidetabs_conteiner .tabs li.right.current{
	padding-right:9px;
	background:url(../images/right_tab_active_bg.png) no-repeat 100% 0;
}
#sidetabs_conteiner li a{
    text-decoration:none;
    color:#3c3c3c;
    display:block;
    padding:0 15px;
}
#sidetabs_conteiner .tabs li div{ background:url(../images/tab_bg.png) repeat-x 0 0; }
#sidetabs_conteiner .tabs li.current div{ background:url(../images/active_tab_bg.png) repeat-x 0 0;}

/*.section{
	padding:15px 15px 15px 0;
	border-bottom:3px solid #ebebeb;
	border-top:1px solid #fff;
	overflow:hidden;
}*/
.box .section{
	background:#f4f4f4;
	padding:15px;
}
.section.first {
	border-top:none;
}
.section.last, .docs_section.last, .comment.last{
	border-bottom:none;
}
/*.section img{
	border-right:5px solid #b9d065;
	border-left:5px solid #b9d065;
	border-top:3px solid #b9d065;
	border-bottom:3px solid #b9d065;
	float:left;
	height:90px;
	width:120px;
	margin-bottom:15px;
}*/
.section.eco img{
    width:auto;
    height:auto;
    border:2px solid #ebebeb;
    margin:0;
}
/*.section h3, .section p{
	margin-left:150px;
}*/	
.section.nopic h3, .section.nopic p{
    margin-left:0;
}
.section.no_img  h3, .section.no_img  p, .section.no_text  h3, .section.no_text  p{
	margin-left:0;
}
.section.no_text img{
	margin-right:15px;
}
.section.no_text{
	padding-bottom:0;
}
/*.section h3{
	color:#507531;
	margin-bottom:5px;
}*/
.section.book img{
    border:none;
    height:auto;
}
.section.book p{
    margin-bottom:10px;
}
.ooptobj{
    margin-bottom:20px;
}
.ooptobj ul{
    padding:0 0 0 20px;
}
.ooptobj ul li{
    margin-bottom:5px;
}
.leftwrap, .rightwrap{
    width:305px;
    margin-right:15px;
}
.leftwrap{
    float:left;
}
.rightwrap{
    float:right;
}
/*.entry-info{
	margin-bottom:10px;
        color:#999;
}*/
.more{
	background:url(../images/more.png) no-repeat 100% 6px;
	padding-right:12px;
}
#menu{
	background:url(../images/functions_headbg.png) no-repeat 50% 10px #337122;
	padding:170px 5px 10px 5px;
	color:#fff;
        width:225px;
        float:left;
}
#menu h3{
	border-color:#fff;
	text-align:center;
	border-bottom:3px solid #fff;
	border-top:1px solid #fff;
	padding:5px;
	margin-bottom:10px;
}
#menu ul li{
	padding:6px 5px;
	border-bottom:1px solid #6a915e;
}
#menu li.last{
	border:none;
}
#menu ul li a{
	color:#fff;
	text-decoration:none;
}
#menu ul li img{
    margin-right:10px;
    vertical-align:middle;
}
#menu ul li a:hover {
	text-decoration:underline;
	}
#rubricator {
    background: none repeat scroll 0 0 #F4F4F4;
    border-top: 6px solid #737373;
    margin-bottom: 15px;
}
#rubricator li {
    border-bottom: 1px dotted #929292;
    position: relative;
    z-index:1;
}
#rubricator li a {
    color: #3C3C3C;
    display: block;
    padding: 7px 20px 7px 10px;
    text-decoration: none;
    overflow:hidden;
}
#rubricator li:hover {
    background: none repeat scroll 0 0 #fff;
}
#rubricator li:hover > a,
#rubricator li.current > a{
	color:#91002C;
}
#rubricator li.hasChild:hover {
    background:#fff ;
}
#rubricator li.hasChild > a {
    background: url(../images/rubrick_arrow_black.png) no-repeat scroll 225px 12px transparent;
}
#rubricator li.hasChild:hover > a{
	background: url(../images/rubrick_arrow_red.png) no-repeat scroll 225px 12px transparent;
}
#rubricator li.current {
	background: #cecece url(../images/rubrick_artive_bg.png) repeat-x;
}
#rubricator li.hasChild.current > a{
	background: url(../images/rubrick_arrow_red.png) no-repeat scroll 225px 12px transparent;
	color:#91002C;
}
#rubricator li.hasChild.current:hover {
	background:#cecece url(../images/rubrick_artive_bg.png) repeat-x;
}
#rubricator li.hasChild ul{
    background: none repeat scroll 0 0 #F4F4F4;
    border-left: 1px dotted #929292;
    border-right: 1px dotted #929292;
    border-top: 1px dotted #929292;
    display: none;
    position: absolute;
    right: -237px;
    top: -1px;
    width: 235px;
}
#scheme img{
    width:100%;
}
#breadcrumbs{
	border-bottom:4px solid #f4f4f4;
	padding:10px 0 7px 0;
	margin-bottom:15px;
        overflow:hidden;
}
#breadcrumbs li{
	float:left;
	margin-right:6px;
	padding-right:13px;
	background:url(../images/breadcrumbs_arrow.png) no-repeat 100% .7em;
}
#breadcrumbs li.current{
	font-weight:bold;
	background:none;
}
#breadcrumbs li.home a{
    background: url("../images/homecrumb.png") no-repeat 0 0;
    display:block;
    height: 12px;
    text-indent: -10000px;
    width: 12px;
    position:relative;
    top:4px;
}
#breadcrumbs li.home a:hover{
    background: url("../images/homecrumb.png") no-repeat 100% 0;
}
/*#article{
	margin-bottom:20px;
        overflow:hidden;
        font-size:14px;
        line-height:1.5;
}*/
#article img{
	margin:0 15px 10px 0;
        max-width:100%;
		/*float:left;*/
}
#article ol{
	list-style-type: decimal;
	list-style-position: inside;
	/*padding-left:15px;*/
        margin-bottom:15px;
		clear:both;
}
#article ul{
    list-style-type: disc;
    list-style-position: outside;
    padding-left:15px;
    margin-bottom:15px;
	clear:both;
}
#article ul li{
    margin-bottom:10px;
}
#article ul.himglist{
    list-style-type:none;
    overflow:hidden;
}
#article ul.himglist li{
    float:left;
    margin-right:15px;
    width:210px;
}
/*#article h1,*/ 
#article h3{
    margin-bottom:10px;
    line-height:25px;
}
#article h3{
    line-height:20px;
}
#article p img{
    margin-top:10px;
}
table{
	width:100%;
	margin-bottom:15px;
	border-collapse: collapse;
	border-top:1px solid #898989;
	border-left:1px solid #898989;
}
th{
	background:#a6d083;
	font-weight:bold;
	padding:10px;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;
}
td{
	padding:10px;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;
}
tr.even td{
    background:#f4f4f4;
}
#article col.first{
	width:300px;
}
#article ol li{
	margin-bottom:10px;
}
#article p, #qu_ans p, #qu_list p{
	margin-bottom:10px;
}
.download{
    margin-top:10px;
}
.download a{
	padding-left:20px;
	background:url(../images/download.png) no-repeat 0 50%;
}
#in_section h3{
	font-size:16px;
	color:#518626;
	border-bottom:1px solid #cbc9c9;
	padding:0 0 2px 14px;
	margin-bottom:10px;
	background:url(../images/green_arrow.png) no-repeat 0 3px;
}
#in_section h3 a{
    text-decoration:none;
}
#in_section div{
	margin:0 0 30px 30px;
	width:320px;
	float:left;
}
#in_section.activity div{
    padding-left:95px;
    width:225px;
}
#in_section div.item0{
    background:url(../images/act3.png) no-repeat 0 0;
}
#in_section div.item1{
    background:url(../images/act1.png) no-repeat 0 0;
}
#in_section div.item2{
    background:url(../images/act5.png) no-repeat 0 0;
}
#in_section div.item3{
    background:url(../images/act4.png) no-repeat 0 0;
}
#in_section div.item4{
    padding-left:95px;
    width:225px;
    background:url(../images/act1.png) no-repeat 0 0;
}
#in_section li{
	margin-bottom:7px;
	padding-left:13px;
	background:url(../images/black_arrow.png) no-repeat 0 4px;
        zoom:1;
}
#in_section li a{
	color:#3c3c3c;
}
#in_section li a:hover {
	color:#5A7C3C;
	}
#in_section  .wrapper, #in_section.activity .wrapper{
	margin-left:-30px;
	width:auto;
        padding:0;
}
#notice{
    margin-bottom:10px;
}
.notice, .error, .sucsess{
    padding:10px;
    margin-bottom:10px;
    width:70%;
    display:block;
}
textarea.error, input.error{
    background:none;
    padding-left:0;
}
.notice{
    background:#fff68d;
}
.error, .sucsess{
    padding-left:30px;
}
.error{
    background:#fbd9dd url(../images/error.png) no-repeat 10px 11px;
}
.sucsess{
    background:#eaf2cf url(../images/sucsess.png) no-repeat 10px 11px;
}
#qu_search{
	margin-bottom:15px;
}
#qu_search h3, #sidetabs_conteiner h3{
	text-transform:uppercase;
	border-bottom:1px solid #89c159;
	padding:7px 0;
	margin-bottom:10px;
}
.sideblock{
	margin-bottom:15px;
	background:#fbf7ee;
	padding-bottom:10px;
}
#sidetabs_conteiner .sideblock h3, .sideblock h3{
	text-align:center;
	border-bottom:1px solid #91908e;
	border-top:1px solid #df0402;
	padding:7px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.sideblock p, .sideblock ul{
	padding:0 15px;
}
.sideblock p{
	margin-bottom:10px;
}
.sideblock li{
	margin:7px 0;
	padding-left:13px;
	background:url(../images/smalldisk.png) no-repeat 0 7px;
}
.sideblock.question{
    margin:0;
}
.sideblock.info{
    border-top:1px solid #DF0402;
    padding-top:7px;
}
.sideblock.info li{
    background:url(../images/info_mark.png) no-repeat 0 0;
    padding-left:40px;
    min-height:30px;
}
.sideblock.question li{
        background:none;
        padding:0;
        overflow:hidden;
        margin:10px 0;
}
.sideblock.question li input{
    margin:0;
    float:left;
}
.sideblock.question li span{
    display:block;
    margin:-5px 0 0 20px;
}
.sideblock.question .results_poll p{
    padding:0;
    margin-bottom:0;
}
.sideblock.question .results_poll span{
    margin:0 10px;
    display:inline;
}
.votetext{
    font-style:italic;
}
/*.poll{
    color:#000; 
    background:#B9D065;
    margin-top:2px;
}*/
.bcont{
   text-align:center; 
}
.sideblock.question button{
    margin:0;
}
.sideblock table{
	margin:0 15px 15px 15px;
        border-left:none;
        border-top:none;
	width:200px;
	border-collapse: collapse;
}
.sideblock tr{
	border-bottom:1px dotted #b8b5b0;
}
.sideblock td{
	padding:5px 0;
        border-right:none;
        border-bottom:none;
}
.sideblock.mapinfo{
    float:right;
    width:250px;
    display:none;
}
.tip{
    width:230px;
    padding:10px;
    float:right;
    background:#fff68d;
}
.tip p{
    float:left;
    width:175px;
}
.tip .button{
    margin-top:13px;
}
#mapconteiner{
    float:left;
}
td.number{
	text-align:right;
}
/*#services div{
    padding:0 0 10px 35px;
    zoom:1;
}*/
#services p{
    margin-bottom:10px;
}
.n29{ background:url(../images/phone.png) no-repeat 0 0; }
.n61{ background:url(../images/interaction.png) no-repeat 0 0; }
/*.n30{ background:url(../images/office.png) no-repeat 0 0; }*/
.n27{ background:url(../images/docs.png) no-repeat 0 0; }
.n59{ background:url(../images/waiting_room.png) no-repeat 0 0; }
#ask{
    margin-bottom:25px;
		position: relative;
		float:left;
		width:100%;
}
#info{
    background:#fff68d;
    display:inline-block;
    padding:5px;
    margin-top:3px;
}
#ask h3{
    margin-bottom:5px;
}
/*
#ask div{
	margin-bottom:15px;
	position:relative;
}
*/
#ask div.has_sel{
	width:300px;
	border:1px solid #898989;
}
#ask select{
	width:300px;
	position:relative;
    z-index:10;
	height:21px;
	cursor: pointer;
}
#ask input[type=text], #ask textarea{
	width:443px;
	border:1px solid #898989;
	padding-left:10px;
	height:21px;
        font-family:arial;
        font-size:12px;
}

#ask textarea{
	height:100px;
	padding-top:3px;
}
#ask strong{
    display:block;
    margin-bottom:3px;
    font-size:1.1em
}
.placeholder{
    color:#999;
}
span.select{
    position:absolute;
    top:2px;
    float:left;
    right:2px;
    width:300px;
    height:17px;
    line-height:20px;
    text-indent:10px;
    background:url(../images/custom_select.png) no-repeat 100% 0;
    cursor:default;
    z-index:1;
    color:#999;
}
.customfile-input { 
	position: absolute;
	cursor: pointer; 
	opacity: 0; 
	-moz-opacity: 0; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
	z-index: 999;  
}
.customfile { 
	width: 300px; 
	overflow: hidden; 
	margin-bottom:15px;
	border: 1px solid #898989; 
	position: relative; 
	height:21px; 
	line-height: 20px;
}
.customfile-feedback { 
	display: block; 
	margin: 1px 1px 1px 10px;
}
.customfile-button { 
	position:relative; 
	top:2px; 
	right:2px; 
	background:url(../images/upload.png) no-repeat; 
	float: right; 
	width: 50px; 
	height: 17px; 
	text-indent: 1000px; 
}
.button{
	background:url(../images/button_sprite.png) no-repeat right -123px;
	border:0;
	cursor:pointer;
	position: relative;
	padding:0 10px 0 0;
	overflow: visible;
	text-align:center;
	margin-right:10px;
}
.button::-moz-focus-inner {
	border: none;
	padding: 0;
}
.button span{
	background:url(../images/button_sprite.png) no-repeat 0 -41px;
	position: relative;
	display: block; 
	white-space: nowrap;
	height:24px;
	padding:7px 0 0 10px;
}
.button:hover{
	background-position:right -164px;
}
.button:hover span{
	background-position:0 -82px;
	color:#fff;
}
.docs_section{
	border-bottom:4px solid #e3e3e3;
	margin:15px 0;
}
.docs_section h3{
	color:#518626;
	margin-bottom:15px;
}
.docs_section p{
	padding-left:35px;
	margin-bottom:15px;
}
/*.docs_list li{
	padding:0 0 15px 35px;
}*/
.docs_list li a{
    color:#000;
}
.docs_list li a:hover {
	color:#5A7C3C;
	}
.file.doc, file.docx{
	background:url(../images/doc.png) no-repeat 0 0;
}
.file.pdf{
	background:url(../images/pdf.png) no-repeat 0 0;
}
.file.ppt{
    background:url(../images/ppt.png) no-repeat 0 0;
}
.file.ppsx{
    background:url(../images/ppsx.png) no-repeat 0 0;
}
.file.xls{
    background:url(../images/xls.png) no-repeat 0 0;
}
.file.rtf{
    background:url(../images/rtf.png) no-repeat 0 0;
}
.size, .date{
	color:#999;
}
.considered{
	color:#f00;
}
#ecomap{
	padding-bottom:5px;
}

#ecomap p{
	text-align:center;
	font-weight:bold;
	margin:0 5px;
	border-top:1px solid #e0ddd5;
	padding-top:5px;
}
#banners img{
	margin-bottom:15px;
        display:block;
}
.books img{
	float:left;
        width:107px;
}
.books div{
	overflow:hidden;
	margin-bottom:15px;
	font-style:italic;
        border-top: 1px solid #507531;
}
.books h4, .books p{
	margin:7px 0 0 120px;
}
.books p{
	font-size:.9em;
	color:#535353;
}
.books  #guidebook{
	border-top:1px solid #507531;
}

.books  #redbook{
	border-top:1px solid #df0402;
}
.books  #redbook h4{
	color:#df0402;
}
.books  #guidebook h4{
	color:#507531;
}
#middle{
	clear:both;
}
#sections{
	margin-bottom:15px;
	overflow:hidden;
}
.part{
	float:left;
	width:234px;
	margin-right:3px;
	background:#faf6ed;
}	
.part .head{
	border-bottom:1px solid #cbc9c9;
	border-top:1px solid #cbc9c9;
	padding:6px 0 6px 15px;
}
.part .head h3{
	display:inline;
	margin-bottom:0;
	background:url(../images/headmarker.png) no-repeat 100% 50%;
	padding-right:15px;
	text-transform:uppercase;
}
.part .head h3 a{
    color:#000;
}
.part img{
	margin:10px 0;
	width:160px;
}
.part .in{
	padding:13px 20px;
}
#ecoblock{
	margin-bottom:20px;
}
#ecoblock .head, .car_wrap .head{
	background:#f4f4f4;
	border-top:1px solid #507531;
	margin-bottom: 0px;
	padding:5px 0 5px 15px;
}
#ecoblock .head h3, .car_wrap .head h3{
    background: url(../images/headmarker.png) no-repeat scroll 100% 50% transparent;
    display: inline;
    margin-bottom: 0;
    padding-right:15px;
    text-transform:uppercase;
}
#ecomaps li{
    float:left;
    width:200px;
    margin:0 25px 25px 0;
}
#ecomaps li.clear{
    float:none;
    height:0;
    width:100%;
    margin:0;
}
#ecomaps div{
    border:1px solid #b9d065;
    position:relative;
    margin-bottom:5px;
    text-align:center;
}
#ecomaps p{
    line-height:16px;
}
#ecomaps img{
    height:200px;
    display:block;
    margin:0 auto;
}
#ecomaps img.zoom{
    position:absolute;
    bottom:0;
    right:0;
    width:27px;
    height:27px;
}
.ecosection img{
	margin-bottom:10px;
}
.orgtable{
    border:none;
}
.orgtable td{
    background:#fbf7ee;
    border:none;
}
.orgtable td a{
    color:#000;
    text-decoration:none;
    border-bottom:1px dotted;
}
.orgtable td a.current{
    padding-right:15px;
    background:url(../images/headmarker.png) no-repeat 100% 50%;
    border:none;
}
.orgtable td img{
    margin-right:5px;
    vertical-align:middle;
}
.internet{background:url(../images/internet.png) no-repeat 0 0;}
/*.mail{background:url(../images/envelope.png) no-repeat 0 0;} */
.phone{background:url(../images/small_phone.png) no-repeat 0 0;}
.fax{background:url(../images/fax.png) no-repeat 0 0;}
.orgtime{ background:url(../images/time.png) no-repeat 0 0;}
.internet, .mail, .phone, .fax, .time, .orgtime{
    padding-left:23px;
}
#photo_conteiner{
    background:#f4f4f4;
    padding:10px;
    margin-bottom:20px;
}
#photo_conteiner img{
    max-width:680px;
    margin-bottom:10px;
    max-height:350px;
}
#photo_conteiner p{
    margin-bottom: 5px;
}
#photo_conteiner ul{
    list-style-type: disc;
    margin-left: 15px;
}

#gallery{
    margin-bottom:10px;
    overflow:hidden;
}
#gallery li{
    width:120px;
    height:90px;
    margin:0 7px 7px 0;
    border-right:5px solid #b9d065;
    border-left:5px solid #b9d065;
    border-top:3px solid #b9d065;
    border-bottom:3px solid #b9d065;
    display: inline-block;
}
#gallery li.active{
    border-color:#D97E34;
}
#gallery li a{
    display:block;
    text-align:center;
    overflow:hidden;
    background:#F4F4F4;
    width:120px;
    height:90px;
}
.carousel{
    margin:15px 0;
}
.carousel .jcarousel-clip{
    width:822px;
    position:relative;
    left:62px;
    margin:0;
}
.carousel li{
    width:112px;
    height:132px;
    margin-right:30px;
}

#gallery li img{
    vertical-align:top;
    height:100%;
}
.jcarousel-clip{
    margin:0 50px;
    overflow:hidden;
}
.jcarousel-prev{
    width:32px;
    height:32px;
    background:url(../images/arrow_left.png) no-repeat 0 0;
    position:absolute;
    left:0;
    top:33px;
    cursor:pointer;
}
.jcarousel-next{
    width:32px;
    height:32px;
    background:url(../images/arrow_right.png) no-repeat 0 0;
    right:0;
    top:33px;
    position:absolute;
    cursor:pointer;
}
#p_list{
    margin-bottom:20px;
}
#p_list img{
    float:left;
    margin-bottom:7px;
    width:175px;
}
#p_list .director div{
    float:left;
    width:267px;
}
#p_list .director img{
    width:100%;
}
#p_list .director div a{
    background:url(../images/director_link.png) no-repeat 0 3px;
    padding-left:17px;
}
#p_list li{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #ababab;
    overflow:hidden;
}
#p_list h2, #p_list h4, #p_list p{
/*    margin-left:215px;*/
}
#p_list .director h2, #p_list .director h4, #p_list .director p{
    /*margin-left:282px;*/
}
#p_list h2{
    margin-bottom:3px;
}
#p_list h4{
    margin-top:10px;
}
div#p_list img{
    max-width:170px;
}
#p_list .functions{
    margin-left:0;
    clear:both;
}
.audiojs{
    margin:10px 0;
}
#catalog{
    margin-bottom:30px;
}
#catalog li{
    margin-bottom:10px;
}
#container_tagclouds a{color:#e1e1e1;}

h3.sideblock {
    border-bottom: 1px solid #91908E;
    border-top: 1px solid #DF0402;
    margin-bottom: 10px;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
	}	
	
#container_tagclouds{
    text-align:left;
    width:235px;
    font:80% Arial, Helvetica, sans-serif;
    color:#555;
    line-height:180%;
    background: none repeat scroll 0 0 #FBF7EE;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#tags ul{
    margin:1em 0;
    padding:.5em 10px;
    text-align:left;
}
#tags li{
    margin:0;
    padding:0;
    list-style:none;
    display:inline;
}
#tags li a{
    text-decoration:none;
    color:#313131;
    padding:0 2px;	
}
#tags li a:hover{	
    color:#919191;
    text-decoration:underline;
}		
	
.tag1{font-size:100%;}
.tag2{font-size:120%;}
.tag3{font-size:140%;}
.tag4{font-size:160%;}
.tag5{font-size:180%;}

#bottom{
	/*background:#f4f4f4;*/
	overflow:hidden;
	/*padding:15px;*/
	font-size:.9em;
        clear:both;
}
#bottom h4{
    margin-bottom:10px;
}
#bottom a{
/*	color:#3c3c3c;
 	text-decoration:none; */
}
#bottom p{
    line-height:16px;
    margin:0;
    font-size:1.1em;
}
#bottom .other{
    padding-left:15px;
    background:url(../images/b_arrow.png) no-repeat 0 6px;
}
#bottom .user{
    padding-left:30px;
}
.b_block{
	float:left;
	width:311px;
        border:1px solid #d2d2d2;
        margin-right:10px;
}
.b_block.last{
    margin-right:0;
}
.b_body{
    padding:10px;
}
.b_body img{
    float:left;
    width:115px;
    margin:0 10px 5px 0;
}
.b_body.ecomonitor img{
    width:auto;
}
.b_body.ecomonitor a{
    border-bottom:1px dotted;
    display:inline-block;
    margin-bottom:5px;
	text-decoration:none;
}
.b_body.ecomonitor a:hover {
	border-bottom-color: transparent;
	}
.b_body div{
    overflow:hidden;
    margin-bottom:15px;
}
.file{
    padding-left:35px;
    margin-bottom:20px;
    min-height:35px;
    background:url(../images/blank.png) no-repeat 0 0;
}
/*#bottom li{
    margin-bottom:10px;
    font-size:1.1em;
    background:url(../images/smalldisk.png) no-repeat 0 7px;
    padding-left:10px;
}*/
.b_block h2{
        border-bottom:1px dotted #949494;
        padding:10px;
        text-transform:uppercase;
        margin:0;
}

#footer{
	/*height:120px;
	font-size:.9em;
	background:#6bb130;
	color:#fff;
	padding:12px 20px 0 20px;*/
}
#footer a{
	/*color:#fff;*/
	margin:0 7px;
}	
#contacts{
	float:left;
	width:39%;
}
#contacts a{
    margin:0px;
}
#copy{
	float:right;
	width:32%;
	text-align:right;
}
#footerlinks{
	text-align:center;
}
/*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('../iamges/fancybox/fancybox_loading.gif');
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }

.ui-autocomplete { position: absolute; cursor: default; background: #fff; border: solid #63615C; border-width: 0 1px 1px; max-height: 150px; overflow-y: auto;}	
* html .ui-autocomplete { width:1px; height: 150px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
	cursor:pointer;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	text-decoration:underline;
}
#pager{
    padding:1em 0;
    text-align:center;
    clear:both;
    overflow:hidden;
}
#pager a{
    text-decoration:none;
}
#pager a{
    margin:0 2px;
    padding:5px 7px;
    background:#f0f1f3;
}
#pager a.current{
    color:#000;
    font-weight:bold;
    cursor:default;
    background:none;
}

.quadded{
    color: #800000;
    display:none;
}
.vote_msg{
    border: 1px solid;
    display: none;
    left: 121px;
    padding: 3px 7px;
    position: absolute;
    top: 6px;
    z-index:999;
}
.denied{
    background:#FF94AF;
}

#radio a{
    color:#666;
    text-decoration:none;
    border-bottom:1px dotted;
}
#video, #radio{
    margin-bottom:30px;
}
#press a{
    color:#000;
}
#press .entry-info{
    margin-bottom:5px;
}
#tender_list li{
    margin-bottom:20px;
}
#tender_list p{
    margin-bottom:5px;
}
.abso { position: absolute; font-size: 9px; line-height: 21px; }
*:first-child+html .abso { line-height: 18px; }
.wrap_s_r{
    overflow:hidden;
    border:1px solid #cbcbcb;
    background:url(../images/socbg.png) repeat-x 0 0;
    margin-bottom: 20px;
}
#social{
    float:left;
}
#left #social{
    margin-bottom:10px;
    float:none;
}
.map{
    float:left;
}
.sitemap a{
    text-decoration:none;
    color:#000;
}
.sitemap a:hover{
    text-decoration:underline;
}
.sitemap h3{
    margin-bottom:10px;
}
.map-subs>ul{
    margin:0 0 10px 20px;
}
.map-subs2>ul{
    margin:7px 0 7px 20px;
}
.map-subs li{
    margin-bottom:7px;
}
.sitemap .leftwrap, .sitemap .rightwrap{
    width:335px;
}
.search-results input[type='text'], .search-results select{
   margin-right:5px;
   padding:1px;
}
.search-list{
    margin:10px 0;
}
.search-list, .search-list td{
    border:none;
	padding:5px;
}
.search-list tr{
    border-bottom:3px solid #EBEBEB;
}
.search-list h3, .search-list p{
    margin-bottom:5px;
}
.res-num{
    width:20px;
}



/*** by Rust ***/
#sections .img {
	margin: 0;
	border-bottom: 2px solid #df0402;
	}
#sections .imgt {
	border-bottom: 0;
	border-top: 2px solid #df0402;
	margin-top: 1em;
	}
#sections .part .in p {
	margin-bottom: 0.5em;
	}
	
#bottom-main {
    background: url("../images/sapsan2.png") no-repeat scroll 50% 100% #F4F4F4;
    font-size: 0.9em;
    overflow: hidden;
    padding: 15px 20px;
    min-height:340px;
}
.bm_block {
    float: left;
    margin-right: 4.5%;
    width: 28%;
}
#bottom-main h4 {
	color: #507531;
    font-size: 1.1em;
    margin-bottom: 15px;
	}
#bottom-main h4 a {
	color: #507531;
	}
#bottom-main h4 a:hover {
	color:#DF0402;
	}
#bottom-main ul {
    margin-bottom: 30px;
}
#bottom-main li {
    margin-bottom: 5px;
}
#bottom-main a {
	color: #3C3C3C;
    text-decoration: none;
	}
#bottom-main a:hover {
	text-decoration:underline;
	}
#bottom-main #social{
	margin-top:30px;
}
#social li{
	padding-left:20px;
}
#facebook{
	background:url(../images/facebook.png) no-repeat 0 3px;
}
#twitter{
	background:url(../images/twitter.png) no-repeat 0 3px;
}
#vk{
	background:url(../images/vk.png) no-repeat 0 3px;
}
#rss{
	background:url(../images/rss.png) no-repeat 0 3px;
}
.gridwraper{
    overflow-x:auto;
}

.link a {
	text-decoration:none;
	color:#fff;
	}
	
#map {
	text-align:left;
	}
#article #map img {
	margin: 0;
	max-width: none;
	}
.district{
    font-size:1.3em;
    background:#8BB269;
}
.tooltip{
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 3; 
    display: none; 
    width:500px;
    border:1px solid;
    padding:10px;
    color:#000;
    background:#B8B8B8;
    font-weight:normal;
}
.desc{
    display:none;
}

.restsp {
	margin-right: 0.5em;
	}	
.buttonre {
	margin-top: 1em;
	}
	
input::-webkit-input-placeholder { color: #888; }
input:-moz-placeholder { color: #888; }


.userbox-popup .error {
	width: auto;
	}
