/* Reset styles */
:link,:visited {
	text-decoration: none
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

a img,:link img,:visited img {
	border: none
}

address {
	font-style: normal
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal
}

h1 {
	margin: 10px 0px 10px;
	font-size: 27px;	
	font-weight: bold;
	padding-bottom: 5px;
	background: url(../i/h1_bg.jpg) no-repeat 0px 4px;
	padding-left: 30px;
	font-family: "Times New Roman", Times, serif;
color: #005588;
}

h2 {
	margin: 25px 0px 10px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Bookman Old Style", "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #005588;
}
h2.news{
	background: url(../i/ico_news.gif) no-repeat top left;
	padding-left: 20px;
}
h2.contacts{
	background: url("../i/ico_contacts.gif") no-repeat 0px 3px;
	padding-left: 20px;
}
h2.subscribe{
	background: url(../i/ico_subscribe.png) no-repeat top left;
	padding-left:30px;
	line-height:45px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
h2.subscribe a{
	color:#e6eef3;
	text-decoration:none;
}
h2.subscribe a:hover{
	text-decoration:underline;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 10px
}

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

h5 {
	color: #bec3c7;
	font-size: 11px;
	font-weight: bold;
}


/* Links */

a:link, a:visited, a:active {
	color: #2082cf;
	text-decoration: underline
}

a:hover {
	color: #2082cf;
	text-decoration: none
}

a.more {
	font-size: 11px;
	color: #2082cf;
	text-decoration: underline;
	padding-right: 15px;
	background: url(../i/ico_more.gif) no-repeat right;
}

a.more:hover {
	text-decoration: none
}

/* Paragraphs */
p {
	margin: 0 0px 12px 0;
	line-height: 1.2em
}

blockquote {
	background: #fff8d4;
	color: #000;
	padding: 15px;
	margin: 15px 0px
}

/* Lists */
ol {
	margin: 16px 0px 16px 17px;
	padding: 0px
}

ol ol {
	list-style-type: upper-alpha;
	margin: 15px 0px 15px 25px;
	padding: 0px
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal
}

ul {
	margin: 10px 0px 22px 0px;
	list-style-type: none
}

ul ul {
	margin: 15px 0px 15px 25px
}

ul li {
	margin: 5px 0;
	list-style: none;
	background: url(/i/li.gif) no-repeat 0px 6px;
	padding-left: 10px;
	/*height: 1%*/
}

* html ul li {
	height: 1%
}

dl{
	margin: 10px 0
}

dl dt {
	margin: 2px 0
}

dl dd {
	margin: 2px 0 2px 30px
}
/* Tables
================================================*/

table{
	border-collapse: collapse;
	margin: 15px 0 15px 0;
}
table td{
	font-size: 12px;
}


/* HR */
hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px
}

* html	hr {
	margin: 8px 0px;
	padding: 0px
}

/* Forms
================================================*/
.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
	font: 12px Arial, Helvetica, sans-serif
}

p.form_message {
	background: #ffe2c0;
	padding: 15px;
	border: 1px solid #cb4300;
	color: #bf320c;
	font-weight: bold
}

.form.redline {
	border-top: 4px solid #90A600
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto
}

.form ul {
	margin: 0;
	padding: 0
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff
}

.form .line.marked label {
	margin-left: 10px
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0
}

.form .line:before {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.form .line:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

* html .form .line {
	height: 1%
}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 100%
}

.form .formw {
	width: 70%;
	display: block;
	float: left
}

form.descr .formw {
	width: 460px;
	text-align: justify
}
.form table{
	width: 100%;
}
.form table td{
	padding: 2px 0px;
}

.text {
	width: 80%;
	background: #f4f5f4;
	border: 1px solid #9c9c9c;
	font: 100% Arial, Helvetica, sans-serif;
	padding: 4px 0 4px 2px
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0
}

.form .btn {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
	background: #1A5B85;
	border: 1px solid #FFF;
}

.form .text:focus, 
.form textarea:focus, 
.form select:focus{
	background: #fff;
	border: 1px solid #686868; 
}

.form .btn_light {
	background: #72c215;
	border: 1px solid #3b5a1e;
	height: 20px;
	font: bold 12px arial,tahoma;
	color: #FFF;
	padding: 1px 7px;
	margin-right: 10px
}

#error{
	border: 1px solid #EDB278;
	background: #F9DEC5;
	padding: 10px;
	color: #000
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-block
}

.clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden
}

/* Layout
================================================*/
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #384237;
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	width: 100%;
	min-width: 1000px;
	background: #fff;
}

#header {
	background: url(../i/header_bg.jpg) no-repeat center top;
	position: relative;
	height: 210px;
}

#header.vkpm {
	background: url(../i/header_vkpm_bg.jpg) no-repeat center top;
	position: relative;
	height: 210px; 
}

#header .logo2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 319px;
	height: 162px;
	background: url(../i/logo.png) no-repeat;
}


.journal #header {
	background: url(../i/journal-bg.jpg) no-repeat center top;
	position: relative;
	height: 125px; 
}

#header .logo2_rus {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 353px;
	height: 139px;
	background: url(../i/logo_rus.png) no-repeat;
}

#header.vkpm .logo2 {
	position: absolute;
	left: 0px; 
	top: 10px;
	width: 247px;
	height: 151px;
	background: url(../i/vkpm-logo.png) no-repeat;
}

.journal #header .logo2 {
	position: absolute;
	left: 40px; 
	top: 35px;
/*	width: 399px;
	height: 44px; 
	background: url(../i/journal-logo.png) no-repeat; */
	width: 467px;
	height: 51px; 
	background: url(../i/journal-logo-2.png) no-repeat;
}
.journal #header .logo2 a {
	display: block;
	width: 399px;
	height: 44px; 
}

#header.vkpm .slogan {
	position: absolute;
	left: 50%;
	top: 40px; 
	margin-left: -290px; 
	width: 512px; 
	height: 85px;
	background: url(../i/vkpm-slogan.png) no-repeat;
}

#header .logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 319px;
	height: 162px;
}

#header.vkpm .ico-genetika{	
	position: absolute;
	left: 60px;
	top: 130px;
	width: 100px;
	height: 30px;
	line-height: 28px;
	padding-left: 23px;
	background: url(../i/ico-genetika.gif) no-repeat;
}

.journal #header .text-journal{	
	position: absolute;
	left: 40px;
	top: 100px;
	width: 467px; 
	text-align:center;
	height: 30px;
}

#header .logo  a{
	display: block;
	width: 319px;
	height: 162px;
}

#header .logo  a img{
	height: 0px;
	width: 0px;
	visibility: hidden;
}

#header .desc{
	position: absolute;
	top: 185px;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	font-size: 12px;
	color: #4a7a9a;
	text-align: center;
	font-weight: bold;
}

.nav_top{
	width: 250px;
	margin: 10px auto 0px;
	padding: 0px 17px 0px 0px;
	position: relative;
	z-index: 2;
}

.nav_top ul{
	margin: 0px;
	padding: 0px;
}

.nav_top ul li{
	text-align: center;
	margin: 3px 0;
	padding: 0px 0 7px 0;
	background: url(../i/nav_sep.gif) no-repeat center bottom;
	font-weight: bold;
	color: #c0def3;
	text-decoration: none;
	text-transform: uppercase;
}

.nav_top ul li a{
	display: block;
	font-weight: bold;
	color: #c0def3 !important;
	padding: 2px 0px;
	text-decoration: none !important;
	text-transform: uppercase;
}
.nav_top ul li.here a,
.nav_top ul li a:hover{
	color: #fff !important;
	background: url(../i/nav_active_bg.jpg) no-repeat center;
}

.searchbox2 {
	position: absolute;
	right: 30px;
	top: 15px;
	width: 304px;
	height: 124px;
	background: url(../i/search_bg.png) no-repeat;
}

.searchbox {
	position: absolute;
	right: 30px;
	top: 15px;
	width: 304px;
	height: 124px;
}

.vkpm .searchbox2, .vkpm .searchbox {
	right: 0px;
}

.searchbox form{
	position: relative;
}
.searchbox input {
	width: 200px;
	height: 19px;
	font: 12px Arial, Helvetica, sans-serif;
	border: 0px none;
	position: absolute;
	left: 33px;
	top: 60px;
	z-index: 11;
	background-color: transparent;
} 

.searchbox input.button {
	width: 30px;
	height: 30px;
	background: transparent;
	text-indent: -20000px;
	position: absolute;
	left: 240px;
	top: 50px;
	cursor: pointer;
}



.lang{
	position: absolute;
	left: 147px;
	top: 3px;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	width: 43px;
	text-align: center;
}
.lang a{
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF !important;
	text-decoration: none !important;
}
.mail{
	position: absolute;
	left: 206px;
	top: 5px;	
}
.print{
	position: absolute;
	left: 233px;
	top: 4px;	
}
.sitemap{
	position: absolute;
	left: 260px;
	top: 5px;	
}



.journal #header .searchbox2 {
	position: absolute;
	right: 30px;
	top: 15px;
	width: 304px;
	height: 124px;
	background: url(../i/journal-search-bg.gif) no-repeat right 40px;
}

.journal #header .searchbox {
	position: absolute;
	right: 30px;
	top: 15px;
	width: 304px;
	height: 124px;
}

.journal #header .vkpm .searchbox2, 
.journal #header .vkpm .searchbox {
	right: 0px;
}

.journal #header .searchbox form{
	position: relative;
}
.journal #header .searchbox input {
	width: 210px;
	height: 19px;
	font: 12px Arial, Helvetica, sans-serif;
	border: 0px none;
	position: absolute;
	left: 63px;
	top: 42px;
	z-index: 11;
	background-color: transparent;
} 

.journal #header .searchbox input.button {
	width: 22px;
	height: 22px;
	background: transparent;
	text-indent: -20000px;
	position: absolute;
	left: 280px;
	top: 40px;
	cursor: pointer;
}



.journal #header .lang{
	position: absolute;
	left: 177px;
	top: 3px;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	width: 43px;
	text-align: center;
	background-color: #A2CFED;
	line-height: 17px;
	height: 18px;
	padding: 0px 3px;
}
.journal #header .lang a{
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF !important;
	text-decoration: none !important;
}
.journal #header .mail{
	position: absolute;
	left: 236px;
	top: 4px;	
	background-color: #A2CFED;
	height: 18px;
	padding: 0px 3px;
}

.journal #header .mail img,
.journal #header .print img,
.journal #header .sitemap img{
	margin-top: 4px;
}

.journal #header .print{
	position: absolute;
	left: 263px;
	top: 4px;	
	background-color: #A2CFED;
	height: 18px;
	padding: 0px 3px;
}
.journal #header .sitemap{
	position: absolute;
	left: 290px;
	top: 5px;	
	background-color: #A2CFED;
	padding: 0px 3px;
	height: 18px;
}

/* Source ordered floating 3 col layout by luci, comments/suggestions mailto:luci[-at-]sh.ground.cz */

/* all the divs */
div#maincol {
	display: table;/* <- using display: table hack here for Gecko browsers */
	float: left;
	min-height: 100%;
	_height: 100%;/* <- using underscore hack for MSIE here */
	width: 100%;
	}
div#wrapper {display: table-row; vertical-align: top;}/* <- this is needed by Opera */
div#main {border: solid 1px white;
	min-height: 100%;
	_height: 100%;/* <- using underscore hack for MSIE here */ 
	margin-left: 280px; 
	margin-right: 280px;
	background:transparent;
	}
div#col2 {float: left; margin-left: -100%; width: 300px; background-color: transparent; display: inline;}
div#col3 {float: left; margin-left: -260px; width: 260px; background-color: transparent; display: inline;}
div.colwrapper {margin: 0px;}
div.content {padding: 0;}
div#col2 div.content {padding: 0;}
div#col3 div.content {padding: 0;}
div.content { 
}
div.content2 {
width: 100%;
overflow: hidden;
}
table.carcas{
	width: 99%;
	table-layout: fixed;
}
.carcas td{
	vertical-align: top;
}
.carcas td.sep{
	width: 40px;
}
.carcas td.sep2{
	width: 40px;
}
.carcas td.tdcol1{
	
}
.carcas td.tdcol2{	
	width: 222px;
}
.carcas td.tdcol3{ 
	width: 222px;	
}


	/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 100%
}

.footer_nav{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.footer_nav li{
	font-size: 11px;
	margin: 0px 9px;
	padding: 0px;
	display: inline;
	color: #9abdd9;
	background-image: none;
}
#footer a{
	color: #9abdd9;
}
#footer .container {
	margin: 0 0 0px 0;
	padding: 5px 25px 20px 25px;
	background: url(../i/footer_bg.jpg) no-repeat center top;
}

#footer p {
	padding: 10px;
	margin: 0
}

#footer .copyrights {
	font-size: 11px;
	text-align: center;
	color: #637b90;
}
#footer .copyrights strong {
	font-size: 12px;
}

#footer .getis {
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px;
	color: #8EA08D;
	font-size: 11px
}

#partners {
	clear: both;
	margin: 0% 2%
}
#partners h4{
	font-size: 12px;
	background-color: #fff;
	position: relative;
	z-index: 10;
	width: 80px;
}

#partners .container {
	position: relative;
	padding: 10px 0px;
	margin: -16px 0px 20px;
	border-top: 1px solid #C5D3D9;
}

#partners img {
	margin: 0px 8px
}




table.events {
	background: #eff2f4
}


.poll_line {
	text-align: left;
	margin: 0 0 7px 0;
	font: 11px tahoma,arial;
	color: #4d5864;
	clear: both
}

.input_radio {
	float: left;
	width: 25px
}

#advert .imgs {
	padding: 0px;
	margin: 0px
}

#advert .imgs img {
	margin: 25px 0px;
	display: block
}

/*Конец стилей для форума*/
.pages {
	margin: 29px 0 10px 0;
	font: 13px Arial, Helvetica, sans-serif
}

.pages a:link, .pages a:visited, .pages span {
	float: left;
	display: block;
	padding: 2px 8px 1px 7px;
	border: 1px solid #ccdbe4;
	color: #206DBB;
	margin: 0 3px;
	display: inline;
	text-decoration: none
}

#id_prev, #id_next{
	display: none
}

.pages a:hover, .pages span.current {
	background: #206DBB;
	color: #FFF;
	border: 1px solid #0a2243
}

.pages a.current:link, .pages a.current:visited, .pages a.current:hover, pages span.current {
	border: 0px solid transparent; /*	padding: 2px 7px 2px 10px;*/
	color: #000;
	font-weight: bold;
	background: transparent
}



img.news{
	float: left;
	margin: 0px 10px 10px 0px;
}

.new h2{
	margin-top: 0px;
	margin-bottom: 5px;

}

.new h4{
	margin-bottom: 5px;
}

.new .date{
	font-size: 11px;
	color: #8ea08d;
	margin: 5px 0px;
}


/* nav */



#nav{
	width: 228px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	background-image: none;
	display: none;
}

#nav ul li,
#nav li li.here{
	background-image: none;
	/*padding: 0px 0px 0px 20px;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	/*height: 20px;*/
	line-height: 1.3; /* 1.6 */
	overflow: hidden;
}

#nav li{
	margin: 0px;
	padding: 0px;
	background: #DBEEFA url(../i/nav_marker.gif) no-repeat 95% 7px;
	border-bottom: 1px solid #fff;
}

#nav li li{
	background: #FFF;
	border-top: 0px none #75b4d3;
	border-bottom: 1px solid #DBE9F2;
}

#nav li li li{
	background: #FFF;
}

#nav li li li li{
	background: #FFF;
}

#nav li li li li li{
	background: white;
}



#nav li span,
#nav li a{
	margin-left: 10px;
	display: block;
	padding: 8px 0px;
}

#nav li span{
	padding: 0px 0px;
}

#nav li span.nolink{
	padding: 8px 0px;
	cursor: pointer;
}

#nav li span a{
	margin-left: 0px;
	padding: 0px;
	padding: 8px 0px;
}


#nav li li span,
#nav li li a{
	margin-left: 10px;
	display: block;
}

#nav li li li span,
#nav li li li a{
	margin-left: 20px;
	font-weight: normal;
}

#nav li li li li span,
#nav li li li li a{
	margin-left: 30px;
}

#nav li li li li li span,
#nav li li li li li a{
	margin-left: 40px;
}


#nav li.here{
/*	background: none;*/
/*	font-weight: bold;*/
}

#nav li li a:link,
#nav li li a:active,
#nav li li a:visited,
#nav li li a:hover{
	color: #1e82d0;
	padding-right: 0px;
}

#nav li a:link,
#nav li a:active,
#nav li a:visited,
#nav li a:hover{
	color: #2082CF;
	padding-right: 30px;
	text-decoration: none;
}

#nav li span{
	display: block;
	font-weight: bold;
	color: #2082CF;
	padding-right: 30px;
	position: relative;
	z-index: 10;
}
#nav li span.nolink{
	padding-right: 30px;
}

#nav li li span{
	color: #4e93bc;
	padding-right: 0px;
}

#nav li a.here{
	font-weight: bold;
	color: #144361  !important;
	text-decoration: none;
}
#nav li.here span,
#nav li.here span a{
	font-weight: bold;
	color: #144361;
	/*background: url(../i_sbiotech/nav_bg.gif) no-repeat top left;*/
}
#nav li.here li span{ 
	
	color: #4e93bc;
	background: none;
}





#nav li.open{
	height: auto;
}

* html #nav li.open{
	height: 1%;
}

#nav li.open ul{
	display: block;	
}


#nav li.open ul ul{
	display: none;
}

#nav li li.open ul ul{
	display: none;
}


#nav li li.open ul{
	display: block;
}

#nav li li li.open ul{
	display: block;
}

#nav li li li li.open ul{
	display: block;
}




.cal{
	margin-left: 0px;
	padding-left: 0px;
}
.cal li{
	margin: 10px 0px 0px;
	padding-left: 0px;
	font-size: 11px;
	background-image: none;
}
.cal p{
	margin: 3px 0px;
}

.cal .date{
	font-size: 11px;
	color: #8EA0A1;
	background: url(../i/ico_news_s.gif) no-repeat 0px 1px;
	margin-left: 0px;
	padding-left: 15px;
}


table.contacts{
	margin: 0px;
	padding: 0px;
}
.contacts td,
.contacts th{
	background: transparent;
	border: 0px none; 
	margin: 0px;
	padding: 5px 2px; 
	vertical-align: top;
}

.contacts th{
	vertical-align: top;
	text-align: left;
	width: 70px;	
	color: #8f979e;
}

.contacts big{
	font-size: 18px;
	color: #596269;
}
/* maillist */
.maillist{
	padding: 0;
}
.maillist .clear{
	height: 5px;
}
.maillist label{
	color: #333333;
	display: block;
	width: 80px;
	float: left; 
	font-size: 11px;
	margin-bottom: 2px;
}
.maillist .text{
	border: 1px solid #999999;
	background: #fff;
	margin-bottom: 2px;
	padding: 1px 3px;
	width: 120px;
} 

.maillist input.subscribe_btn{ 
	border: 0px none #fff;
	margin: 2px 0px 2px 10px; 
	padding:3px 2px;
	float: left;
	color: #fff; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #2D89D2;
	cursor: pointer; 
}
.rk{
	margin: 20px 0px;
}


.subscribe_text{
	float: left;
	width: 30px;
	border: 1px solid #999999;
	background: #fff;
	margin-bottom: 2px;
	padding: 1px 3px;
}
.subscribe_btn{
	float: left;
	width: 80px;
}












.pages {
	margin: 29px 0 10px 0;
	font: 13px Arial, Helvetica, sans-serif;
}

.pages a:link, .pages a:visited, .pages span {
	float: left;
	display: block;
	padding: 2px 8px 1px 7px;
	border: 1px solid #ccdbe4;
	color: #206DBB;
	margin: 0 3px;
	display: inline;
	text-decoration: none;
}

#id_prev, #id_next{
	display: none;
}

.pages a:hover, .pages span.current {
	background: #206DBB;
	color: #FFF;
	border: 1px solid #0a2243;
}

.pages a.current:link, .pages a.current:visited, .pages a.current:hover, pages span.current {
/*	padding: 2px 7px 2px 10px;*/
	border: 0px solid transparent;
	color: #000;
	font-weight: bold;
	background: transparent;
}



.biotech {
	margin: 0px 25px 40px 0px;
	float: left;
	width: 175px;
	height: 120px;
}
.biotech img {
	border:1px solid #c2c6c7;
}

.media-item {
	float:left;
	width:100px;
	border:1px solid #CCC;
	padding:5px;
	margin:0 15px 15px 0;
}
.media-item .img {
	width:100px;
	height:100px;
	clear:both;
	text-align:center;
}
.media-item .img img {
	display:block;
	margin:0 auto;
}
.media-item .desc {
	margin-top:5px;
	clear:both;
	text-align:center;
}
	.media-img {
		margin:15px 15px 15px 0;
	}
	
	
	
table.nobrd td, table.edit td{
	border: 0px none #fff;
	padding: 5px 0px;
}

.path{
	margin: 10px 0px;
	color: #999;
}

.path a{
	color: #999 !important;
}



.main_sob{
	padding: 20px 20px 10px;
	background-color: #EBFADD;
}


/* ?????????????? ???????? */
.read_more
{
	float: left;
	display: block;
	padding: 0.2em 0em 0.3em 0em;
	margin-right: 0.3em;
}

#ShowAddComment
{
	margin: 20px 0px;
	font-size: 14pt;
}

.userinfo1
{
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	float: right;
}

.userinfo2
{
	margin-left: 5px;
	margin-bottom: 5px;
}

/* ?????? "????????" ??? ??????????? */
.c_u_l
{
	font-weight: bold;
}

/* ????? ?? ??????????? */
.cr
{
	display: none;
	margin: 0px 0px 10px 20px;
}

/* sub-div ??? ?????? ???????????? */
.csd
{
	margin-left: 20px;
}

.comment textarea{
	width: 100%;
}
.comment
{
	background-color: #F5F5F5;
	padding: 30px;
	margin: 15px 0px 5px 0px;
	width: 450px;
	zoom: 1;
	position: relative;
	padding: 20px;
}

.comment p
{
	margin: 0px 0px 5px 0px;
}

.comment_desc
{
	margin: 0px 0px 10px 20px;
}



.stars
{
	margin: 0px;
	padding: 0px;
}

.stars li
{
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	float: left;
	background: url('/hostcmsfiles/images/stars_gray.gif') no-repeat 0 0;
	cursor: pointer;
	list-style-type: none;
}

.stars .curr
{
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	float: left;
	background: none;
	background: url('/hostcmsfiles/images/stars_single.gif') no-repeat 0 0;
}
#message{	
	background-color: red;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0px;
}
.title{
	font-size: 18px;
	font-weight: bold;
}





/* ??? 1 - 2 - 3 ?????? ?????????????? ????????? */
.current, .page_link, .ctrl
{
	padding: 0.2em 0.5em 0.3em 0.5em;
	float: left;
	display: block;
	margin-right: 0.3em;
}

.page_link
{
	border: 1px dashed #bbbbbb;
}

.current
{
	background: #224F76;
	color: #fff;
	border: 1px solid #224F76;
}

.ctrl
{
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 10px;
	color: #224F76;
}

.path_arrow
{
	color: #224F76;
	padding: 0px 5px 0px 5px;
	font-size: 10pt;
}

.blue_font{
color: #005588;
}


.int1{
line-height: 1.3;
}
.int1_5{
line-height: 1.6;
}
.int2{
line-height: 2;
}


table.journal { width:100%; border:1px solid #dddddd; margin:10px 0px 10px 0px; }
table.journal th { font-weight:bold; background:#eee; text-align:center; height:13px; padding:4px 8px; border:1px solid #dddddd; vertical-align:middle; }
table.journal td { background:#f9f9f9;padding: 4px 8px; border:1px solid #dddddd; }


.search_content_box{
	background:#e2eef5; border:1px #bcd1dd solid; width:99%;
}
.search_content_box .wrapper{
	margin:20px;
}
.search_content_box .input_search{
	margin:0 10px 0 20px; width:55%;
}
.search_content_box .input_search_button{
	color: #fff; cursor: pointer; background:#5c9cc8; border:1px #8e979e solid; width:80px; height:20px;
}


#parse-js{
	width: 100%;
	overflow: -moz-scrollbars-vertical; 
	overflow-x: auto; 
	overflow-y: auto;
}

.shtamm_desc {
	width: 100%;
}
.shtamm_desc th,
.shtamm_desc td{
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}
.shtamm_desc th {
	width: 50%;
}


.date{
	color: #999;
	font-size: 11px;
}
h3.news_h{
	margin-bottom: 8px;
}

a.news_title{
	float: left;
	margin: 0 10px 10px 0px;
	display: inline;
}

.news_img{
	float: left;
	margin: 0 10px 10px 0px;
	display: inline;
}

.result_filter{
	width: 100%;
}
.result_filter th{
	padding: 2px 5px;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 12px;
	background: #FFF;
	color: #999;
}

.result_filter .title_d th{	
	background: #eaeaea;
	font-size: 14px;
	padding: 5px;	
	color: #000;
}

.result_filter .name{
	width: 15%;
}
.result_filter .group{
	width: 15%;
}

.result_filter td{
	padding: 3px 5px;
	border: 1px solid #ccc;
}



.filter_box{
	background:#e2eef5; border:1px #bcd1dd solid; width:99%;
}
.filter_box .wrapper{
	margin:20px 20px 0 20px;
}
.filter_box input.text{
	background:#5c9cc8; border:1px #8e979e solid; color: #fff; height:20px;
}

.filter_box .button{
	background:#5c9cc8; border:1px #8e979e solid; color: #fff; height:20px;
	cursor: pointer;
}

                .filter-button
                {
                background:#9fcde7; border:1px #fff solid; cursor:pointer; font-size:14px; padding:0; color:#1d4b65;
                }
                .filter-button div
                {
                width:33px; height:25px; padding:8px 0 0 0;
                }
                
                .filter
                {
                background:#e2eef5;
                border-top:1px solid #fff;
                border-left:1px solid #fff;
                border-right:1px solid #c9e2ef;
                border-bottom:1px solid #c9e2ef;
                color:#3f3735;
                }
					 

