.co_content img {
  margin:0 1px -2px 0;
}

.co_table {
  width: 100%;
  border: 2px solid #0062ae;
  border-top: 0px;
  margin:0px 0px 40px;
}
.co_title {
  height: 23px;
  background-color: #0062ae;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
  border: 0px solid red;
}
.co_title h1 {
  display: block;
  position: relative;
  top: 3px;

  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #fde102;
  line-height: 14px;

  border: 0px solid green;
  margin: 0px;
}
.co_title img {
  float: right;
  margin: 0px; padding: 0px;
  border: 0px solid green;
  margin-right: 20px;
  line-height: 14px;
}

/* left column */
.co_left {
  width: 200px;
  padding: 0px;
  background: url(/img/design2/company_bg.gif);
}
.co_logo {
  margin: 10px 0 0 0;
  width: 200px;
}
.co_logo table, .co_logo table td, .co_logo img { border: 0px; margin:0px; padding:0px;  }
.co_logo table { width: 200px; height: 80px; }
.co_logo table td { width: 200px; height: 80px; text-align:center; vertical-align:middle; border-right: 0px solid red; border-bottom: 0px solid red; }
.co_menu {
  padding: 10px;
}
.co_menu ul {
  margin-left: 0px;
  padding-left: 0px;
}
.co_menu ul.sub {
  padding-left: 10px;
}
.co_menu li {
  background: url(/img/design2/company_menu.gif) left 5px no-repeat;
  list-style-image: none;
  list-style-type: none;
  list-style-position: outside;
  padding: 0 0 5px 10px;
}
.co_menu ul.sub li {
    background: no-repeat;
  list-style-image: none;
  list-style-type: none;
  padding: 0 2px 2px 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.co_menu li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#0062ae;
}
.co_menu ul.sub li a {
  font-size:11px;
  color: gray;

	background: transparent url(/img/design2/company_menu_marker.gif)
	            no-repeat top left;
	display: block;
	padding-left: 10px;
    text-decoration: none;
}
.co_menu li a:hover {
  color:#0062AE;
  text-decoration: underline;
}
.co_menu ul.sub li a:hover, .co_menu ul.sub li a.active_sub:hover {
  color:#0062AE;
  text-decoration: none;
  text-decoration: underline;

	background: transparent url(/img/design2/company_menu_marker_.gif)
	            no-repeat top left;
}
.co_menu a.active {
  color:red !important;
  text-decoration: underline;

  background: transparent url(/img/design2/portals_marker_current.gif)
	            no-repeat top right;
	display: block;
	padding-right: 10px;
}
.co_menu a.nomarker {
  background: none !important;
}

.co_menu ul.sub li a.active {
  color:red;
  text-decoration: underline;

	background: transparent url(/img/design2/company_menu_marker_active.gif)
	            no-repeat top left;
  padding-right: 0px;
}
.co_menu ul.sub li a.active span {
  background: transparent url(/img/design2/portals_marker_current.gif)
	            no-repeat right 4px;
	display: block;
	float: right;
	width: 19px; height: 21px;
	position: relative;
	top: -3px;
}

.co_otziv {
  border-top: 2px solid #f8be00;
  margin: 10px;
  margin-top: 150px;
  padding-top: 7px;

  height: 40px;
}
.co_otziv div {
  margin-bottom: 3px;
  clear: both;
}
.co_otziv, .co_otziv a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  color: gray;
  text-decoration: none;
}
.co_otziv a {
  float:left;
  _cursor: hand;
  &cursor: hand;
}
.co_otziv .co_all, .co_otziv .co_plus, .co_otziv .co_minus {
  float:left;
  width:135px;
}
.co_otziv .co_plus a {
  color: #20BC1A;
}
.co_otziv .co_plus a:hover {
  color: #168A13;
}
.co_otziv .co_minus a {
  color: red;
}
.co_otziv .co_minus a:hover {
  color: #CE0000 !important;
  text-decoration2: underline !important;
}
.co_otziv span {
  display: block;
  float: left;
  width: 100px;

  position: relative;
  left: 0px;
  top: 0px;
  margin-bottom: 3px;
  color: inherit !important;
}
.co_otziv .co_tire {
  width: 10px;
  left: 5px;
}
.co_otziv .co_num {
  width: 20px;
  left: 0px;
  text-align: right;
}

/* center column */
.co_center, .co_center table {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.co_pagename {
  height: 40px;
  border-bottom: 2px solid red;
  background: url(/img/design2/company_bg.gif);
  text-align: right;
  margin: 0px; padding: 0px;
}
.co_pagename span {
  display: block;
  padding: 20px 25px 0px 0px;

  font-size: 16px;
  font-weight: bold;
  color: red;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 16px;
}

.co_content {
  width: 100%;
  padding: 20px 25px;
  text-align: justify;
}
.co_content img.image {
  margin:0 10px 5px 10px;
}
.co_content img.image_right {
  margin:0 0 5px 10px;
}
.co_content img.image_left {
  margin:0 10px 5px 0;
}
.co_content hr {
  color: transparent;
  size: 1px;
  height: 1px;
  border-top: 0px;
  border-bottom: 1px solid #0062ae;
}

/* right column */
.co_right {
  width: 200px;
  padding: 0px;
  background: url(/img/design2/company_bg.gif);
}
.co_empty {
  width: 200px;
  height: 37px;
  border: 0px solid red;
  padding: 0px; margin: 0px;
}
.co_block { padding: 0px; margin: 0px;}
.co_block .news, .co_block .job {
  margin-bottom: 5px;
}
.co_block .news td a, .co_block .job td a {
  font-size: 11px;
  color:#555555;
  text-decoration: none;
}
.co_block .news td a:hover {
  color: #0062ae;
}
.co_block .job td a:hover {
  color: #1CAE17;
}
.co_block .news td .date, .co_block .job td .date {
  font-size: 9px;
}
.co_block .news td span.date:hover, .co_block .job td span.date:hover {
  color: black;
}

/* content styles - about */
.co_about_left {
  width: 175px;
  float: left;
  padding: 0px 15px 10px 0px;
  background-color: white;
}
.co_about_block {
  width: 160px;
  border: 1px solid #F2F6FF;
  border-bottom: 2px solid #0062ae;
  padding: 0px; margin: 0px;
  padding-bottom: 5px;
  background-color: #F9FBFF;
}
.co_about_photo {
  margin: 0px;
  margin-bottom: 10px;
}
.co_about_photo img { margin:0; }
.co_about_fio {
  font-size: 13px;
  font-weight: bold;
  margin: 0px 4px;
}
.co_about_job {
  width: 149px;
  font-size: 11px;
  font-weight: bold;
  margin: 0px 4px;
  margin-top: 10px;
  text-align: left;
}
.co_about_bio {
  text-align: left;
  font-size: 11px;
  color: gray;
  margin: 0px 4px;
  margin-top: 10px;
}

.co_about_sub {
  display: block;
  margin-bottom: 5px;

  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #0062ae;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.co_about_sub span {
  border-bottom: 1px solid #0062ae;
}
.co_about_t {
  display: block;

  padding: 0px; margin: 0px;
  padding-bottom: 10px;
  margin-bottom: 20px;

  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, sans-serif;

}
.co_about_t hr {
  display2: block;
  color: transparent;
  size: 1px;
  height: 1px;
  border-bottom: 1px solid #0062ae;
}

/* content styles - innov */
.co_innov_link { margin-top: 3px;margin-bottom: 2px; }
.co_innov_link a { text-decoration: none; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.co_innov_link a.active { font-weight: bold; }
.co_innov_link a:hover { text-decoration: underline; }

/* content styles - faq */
.co_faq td, .co_faq .co_note, .co_faq td textarea, .co_faq td input {
  font-size: 12px;
  font-weight: normal;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;

  padding: 3px 10px;
}
.co_faq {
  width: 532px !important;
  border: 1px solid #F2F6FF;
  border-bottom: 2px solid #0062ae;
  background-color: #F9FBFF;
}
.co_faq .co_top {
  padding-top: 5px;
  font-weight: bold;
}
.co_faq .co_top input {
  width: 210px;
  height: 18px;
  border: 1px solid #dddddd;
  border-bottom2: 1px solid #0062ae;
  background-color: white;
  padding: 2px; margin: 0px;
  font-size: 11px;
}
.co_faq .co_text {
}
.co_faq .co_text textarea {
  width: 512px !important;
  border: 1px solid #dddddd;
  border-bottom: 1px solid #0062ae;
  background-color: white;
  padding: 2px; margin: 0px;
  font-size: 11px;
}
.co_faq .co_note {
  display: block;
  float: right;
  width: 220px;
  padding: 0px;
  margin-top2: -1px;
}
.co_faq .co_note, .co_faq .co_note a {
  font-size: 10px;
  color: gray;
  line-height: 9px;
}
.co_faq .co_note a { font-weight: bold; }
.co_faq .co_sub {
  text-align: right;
}
.co_faq .co_sub input.submit {
  width: 110px;
  padding: 0px; margin: 0px;
  height: auto;
  background-color: white;
  background-image: url(/img/design2/search_bg.gif);
  border: 1px solid #dddddd;
  cursor: pointer;
  _cursor: hand;
  color: gray;
  font-size: 11px;
  font-weight: bold;
}

.co_faq_list {
  border: 1px solid #dddddd;
  border-bottom: 0px;
  margin-bottom: 5px !important;
}
.co_faq_list td {
  padding: 2px 4px;
  padding-left2: 4px;
  border-bottom: 1px solid #dddddd;
  background-color: #F9FBFF !important;

  font-size:11px;
}
.co_faq_list .quote {
  border: 1px solid #dddddd;
  background-color: white;
  margin: 0px;
  padding: 4px 4px;
  color: #0062ae;
  font-weight: bold;
}
.co_faq_list .sep {
  background-color: white !important;
  border-left: 0px;
  border-right: 0px;
}

.co_faq_list {
  border-left: 2px solid #0062ae;
}
.co_content .nechet td .quote {
  color: #20BC1A !important;
}
.co_content .nechet {
  border-left: 2px solid #20BC1A !important;
}
.co_content .nechet td {
  background-color: #F2FFF2 !important;
}

.co_content .noansw td .quote {
  color: #aaaaaa !important;
  font-weight: normal !important;
}
.co_content .noansw {
  border-left: 2px solid gray !important;
}

.co_content .co_otziv_plus {
  border-left: 2px solid #20BC1A !important;
  border-left: 2px solid green !important;
}
.co_otziv_plus .t, .co_otziv_plus .c b2 { color: green; }
.co_otziv_plus .t span { font-weight: bold; text-decoration2: underline; }

.co_content .co_otziv_minus {
  border-left: 2px solid red !important;
}
.co_otziv_minus .t, .co_otziv_minus .c b2 { color: red; }
.co_otziv_minus .t span { font-weight: bold; text-decoration2: underline; }

.co_otziv_plus .quote, .co_otziv_minus .quote,
.co_content .co_otziv_plus td .quote, .co_content .co_otziv_minus td .quote {
  color: black !important;
  font-weight: normal !important;
}

.co_content .err td { color: red; font-weight: bold; }
.co_content .err td .quote {
  color: black !important;
  font-weight2: normal !important;
  margin-top: 3px;
}
.co_content .err {
  border-left: 2px solid red !important;
}

.nav { margin: 10px 0px; }


#grafik {
    background:#fff none repeat scroll 0 0;
    border:#aaa 1px solid;
    height:80px;
    margin: 0 0 10px 0;
    width:246px;
    }
#grafik .bud {
    background:#0066cc;
    color:#fff;
    font-weight:bold;
    text-align:center;
}
#grafik .vyh {
    background:#cc3300;
    color:#fff;
    font-weight:bold;
    text-align:center;
}
#grafik .work {
    border-bottom:1px #eee solid;
    }
#grafik td {
    padding:0;
    text-align:center;
    vertical-align:middle;
    }
#grafik .icon {
    padding:0;
    }
.rest {
    background:#eee;
    height:2px;
    }
#grafik table {
    width:236px;
    }
.u_stat {
    color: #919ca5;
}
.u_anon {
    color: #555d64;
}
.u_reg {
    color: #0062ae;
}