/* ======== */
/* Default */
html, body, form {
margin: 0px;
padding: 0px;
}
body, .body_font_default {
color: #000;
font-size: 77%;
}
html:first-child body {
font-size: 81%;
}
.body_font_plus1 {
font-size: 79%;
}
.body_font_plus2 {
font-size: 93%;
}
.body_font_minus1 {
font-size: 66%;
}
.body_font_minus2 {
font-size: 59%;
}
body, body * {
font-family: Verdana;
}
img {
border: none;
display: block;
}
a {
color: #000;
text-decoration: none;
}
table {
border-collapse: collapse;
border-spacing: 0px;
}
table td {
vertical-align: top;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
table th {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
h1 {
	font-size: 1.3em;
	margin: 9px 0;
}
html:first-child h1 {
font-size: 1.35em;
}
h2 {
font-size: 1.15em;
margin: 15px 0px 11px 0px;
}
h3 {
font-size: 1em;
margin: 0px 0px 0px 0px;
}
h4 {
font-size: 0.9em;
margin: 0px 0px 0px 0px;
}
h5 {
font-size: 0.8em;
margin: 0px 0px 0px 0px;
}
h6 {
font-size: 0.7em;
margin: 0px 0px 0px 0px;
}
DIV.spacer {font-size: 0px; line-height: 0px; margin: 0px;	padding: 0px; background: transparent; border: none; display: block; visibility: hidden;}
/* ======= */
/* Layout */
html {
height: 100%;
}
body {
height: 100%;
background: #EFEFEF url("../../img/bg_page.gif");
}
#table_layout_main {
width: 100%;
max-width: 1004px;
min-width: 780px;
width: expression(document.body.clientWidth <= 780 ? "780px" : document.body.clientWidth > 1004 ? "1004px" : "100%"); /* IE */
height: 100%;
margin: 0px auto;
}
.td_layout_main_both, .td_layout_main_both .spacer {
width: 10px;
}
.td_layout_main {
background: #FFF;
padding: 5px 5px 0px 5px;
}
.bottom {
background: #FFF;
color:  #b0b0b0;
font-size: 0.7em;
padding: 5px 5px 10px 5px;
}
.bottom .bottom_left {
width: 400px;
float: left;
}
.bottom .bottom_right {
width: 450px;
float: right;
text-align:right;
}
#td_footer {
height: 20px;
vertical-align: bottom;
padding-bottom: 5px;
}
#table_layout {
width: 100%;
}
body:not([dummy]) #table_layout {
border-collapse: separate;
}
html:first-child #table_layout {
border-collapse: separate;
}
.td_layout_left, .td_layout_left .spacer {
width: 205px;
}
.td_layout_center .spacer {
width: 350px;
}
.td_layout_right, .td_layout_right .spacer {
width: 195px;
}
/* ======= */
/* Blocks */
/* Header */
#header {
	height: 185px;
	border: 1px solid #618041;
}
#logo {
	float: left;
	padding: 107px 0px 26px 14px;
	position: absolute;
	z-index:10;
}
#header_pic {
	float: right;
	position: relative;
	z-index:1;
}
#td_top_menu {
height: 32px;
}
/* Footer */
#footer {
	height: 10px;
/* background: #EFEFEF; */
/* border: 1px solid #B6B6B6; */
	background: #618041;
	color: #ffffff;
	border: 1px solid #618041;
	font-weight: bold;
	padding: 2px 4px 6px 4px;
}
#footer a {
	color: #ffffff;
	font-weight: bold;
}


/* \*/
* html #footer {
padding-bottom: 4px;
}
#footer_font_resize {
width: 203px;
float: left;
}
#navigation {
float: left;
}
#copyright {
float: right;
padding-right: 5px;
}
/* Columns */
#left_column {
width: 198px;
border: 1px solid #B6B6B6;
/*background: #FFFCBE;*/
margin: 0px 5px 0px 0px;
padding-bottom: 0px;
overflow-x: hidden;
}
#left_column img {
margin-top: 0px;
}
#left_column_banners {

overflow-x: hidden;
}

#left_column_banners img {
margin-top:5px;
overflow-x: hidden;
}
body:not([dummy]) #left_column {
margin-right: 6px;
}

.div_logo {padding: 26px 0px 0px 16px;}
.div_logo img {padding-bottom: 21px;}

#center_column {
width: 100%;
height: auto;
}

#center_column_over { padding-top:0px;}


body:not([dummy]) #td_center_column {
padding-top: 1px;
}
#table_center_column {
/*width:100%;*/
height: 100%;
width: 574px;

}
#td_center_column {
/*background: #EFEFEF;
border: 1px solid #B6B6B6;*/
margin-bottom:-1px;

}


#td_center_column_top {
height: 144px;
border: none;
background: #fff;
}
#td_center_column_top .promo_block {
padding: 0px 0px 15px 0px;
}


#td_center_column_bottom {background:#fff; border:none; height:144px;  }

html:root #td_center_column_bottom img {margin-left:-1px;  }
html:root #td_center_column_top img {margin-left:-1px;  }

#right_column {
background: #FFF;
margin-left: 5px;
}
#right_column_1 {
width: 188px;
border-top: 0px solid #B6B6B6;
border-left: 1px solid #B6B6B6;
border-right: 1px solid #B6B6B6;
border-bottom: 1px solid #B6B6B6;
margin-bottom:9px;
}
#right_column_2 {
width: 190px;
padding-top: 5px;
overflow-x: hidden;
}
#right_column_2 img {

margin-bottom: 5px;

}

html:first-child #right_column_2 {
padding-top: 0px;
margin-top: 5px;
overflow: hidden;
}
/* Content */
.body { /*background: #EFEFEF; */
background: #ffffff;
border: 1px solid #b6b6b6;
clear: left;
padding: 8px 10px 11px 10px;
/*font-size: 0.9em;*/
}
#second_page .body {
/*padding:0px 0 12px 0;*/

}
#second_page .body h1 {
	padding:0px 0px 0px 25px;
	background: url("../../img/bg_h1.gif") no-repeat 0px 2px;
	line-height: 10px;
}
#second_page .body h2 {
	padding:0px 0px 0px 25px;
	color: #226622;
}
#second_page .body h3 {
	color: #226622;
}


/*#head_page #td_center_column {
clear: left;
border-top: none;
}  */
/* ========= */
/* Elements */
/* Form */
input, textarea, select {
font-size: 1em;
}
/* Links */
a.more {
font-weight: bold;
text-decoration: underline;
display: inline-block;
}
a.more_s2 {
font-weight: bold;
text-decoration: underline;
display: inline-block;
}
/* Columns */
#left_column, #right_column {
font-size: 0.9em;
}
#left_column h3, #right_column h3 {
font-size: 1.1em;
}
/* Footer */
#footer {
font-size: 0.8em;
}
#footer_font_resize img {
display: inline;
}
#footer_font_resize a {
position: relative;
bottom: -2px;
margin-right: 2px;
}
#footer_font_resize span {
margin-left: -2px;
}
/* Top menu */
#top_menu {
font-size: 0.9em;
width: 100%;
height: 30px;
margin: 6px 0px;
background-color: #618041;
}
#top_menu table {
width: 100%;
}
#top_menu td {
vertical-align: middle;
padding: 0px 0px 0px 5px;
}
#top_menu td a {
color: #fff;
font-weight: bold;
padding: 0px 20px 0px 0px;
background: url("../../img/nav_next_w.gif") no-repeat center right;
}

/* Left menu */
.left_menu {
padding-bottom: 9px;
border-bottom: 1px solid #B6B6B6;
font-size: 1.1em;
}
.left_menu div {
border-bottom: 1px solid #B6B6B6;
padding: 2px 0px 3px 15px;
}
.left_menu .item1 {
background: #F9F300 url("../../img/nav_next.gif") no-repeat 5px 0.45em;
}
.left_menu .item1_sel {
padding-top:1px;
padding-bottom:4px;
background: #F9F300 url("../../img/arr_bottom.gif") no-repeat 3px 0.6em;
font-weight:bold;
}
.left_menu .item2 {
padding-top:1px;
padding-bottom:4px;
background: #FFFCBE url("../../img/nav_next.gif") no-repeat 5px 0.45em;
}
.left_menu .item2_sel {
font-weight:bold;
padding-top:1px;
padding-bottom:4px;
background: #FFFCBE url("../../img/arr_bottom.gif") no-repeat 3px 0.65em;
}
.left_menu .item3 {
padding-top:1px;
padding-bottom:4px;
padding-right:4px;
background: #FFFEEF url("../../img/square.gif") no-repeat 6px 0.71em;
}
.left_menu .item3_sel {
padding-top:1px;
padding-bottom:4px;
background: #FFFEEF url("../../img/square_grey.gif") no-repeat 6px 0.71em;
font-weight:bold;
}
.left_menu .item4 {
padding-top:1px;
padding-bottom:4px;
padding-right:4px;
background: #FFF url("../../img/dot_4.gif") no-repeat 6px 0.71em;
}
.left_menu .item4_sel {
padding-top:1px;
padding-bottom:4px;
background: #FFF url("../../img/dot_4_grey.gif") no-repeat 6px 0.71em;
font-weight:bold;
}
.left_menu .hr {
padding: 0px 0px 9px 0px;
}


.menu_list UL {
list-style:none;
padding: 0px 0px 9px 0px;
margin:0px;
}

.menu_list UL LI {
border-bottom: 1px solid #B6B6B6;
padding: 2px 0px 3px 15px;
font-size: 1.1em;
background: #F9F300 url("../../img/nav_next.gif") no-repeat 5px 0.45em;
}

.menu_list UL LI A,
.menu_list UL LI DIV {
color: #000000;
cursor: pointer;
}

.menu_list UL LI.active {
color: #000000;
background-color: #f9f300;
background: #F9F300 url("../../img/arr_bottom.gif") no-repeat 3px 0.6em;
font-weight:bold;
cursor: text;
}
.menu_list UL LI.active div {
cursor: text;
}

.menu_list UL LI.active A { color: #FFFFFF; }
.menu_list UL LI.orange A { color: #ff6c00; }
.menu_list UL LI.sublevels div.item2,
.menu_list UL LI.sublevels_act div.item2 {
margin: 0;
font-weight: bold;
color: #444444;
}

.menu_list UL LI.sublevels,
.menu_list UL LI.sublevels_act {
background: none;
padding: 0px;
}

.menu_list UL LI.sublevels div, .menu_list UL LI.sublevels_act div {
padding: 2px 0px 3px 15px;
}

.menu_list UL LI.sublevels div.item2, .menu_list UL LI.sublevels_act div.item2 {
background: #fffcbe url("../../img/square.gif") no-repeat 6px 0.71em;
border-bottom: 1px solid #B6B6B6;
font-weight:normal;
}
.menu_list UL LI.sublevels div.item2s, .menu_list UL LI.sublevels_act div.item2s {
background: #fffcbe url("../../img/square.gif") no-repeat 6px 0.71em;
border-bottom: 0px;
}

.menu_list UL LI.sublevels div.item2 #squared_item2 {background: #FFFCBE url("../../img/arr_bottom.gif") no-repeat 3px 0.65em;}
.menu_list UL LI.sublevels div.item3, .menu_list UL LI.sublevels_act div.item3 {
padding-top:1px;
padding-bottom:4px;
padding-left:20px;
font-size: 0.9em;
padding-right:4px;
border-bottom: 1px solid #B6B6B6;
background: #FFFEEF url("../../img/square.gif") no-repeat 10px 0.71em;
}
.menu_list UL LI.sublevels div.item4, .menu_list UL LI.sublevels_act div.item4 {
padding-top:1px;
padding-bottom:4px;
padding-right:4px;
font-size: 0.9em;
border-bottom: 1px solid #B6B6B6;
background: #FFF url("../../img/dot_4.gif") no-repeat 6px 0.71em;
}


.menu_list UL LI.sublevels {
display: none;
background-color: #fffcbe;
}
.menu_list UL LI.sublevels P SPAN,
.menu_list UL LI.sublevels_act P SPAN { font-weight: normal; }
.menu_list UL LI.sublevels A,
.menu_list UL LI.sublevels_act A { margin: 3px 0 30px 0;}
.menu_list UL LI.sublevels .child,
.menu_list UL LI.sublevels_act .child {
padding: 0 0 0 10px;
background: none;
font-size: 0.9em;
}


/* Alt menu */
.alt_menu {
border-top: 0px solid #b6b6b6;
padding-bottom: 11px;
border-bottom: none;
}
.alt_menu .item1 {
padding-top:1px;
background: #EFEFEF url("../../img/nav_next.gif") no-repeat 5px 0.40em;
}
/* Banners */
#left_column .banner {
margin-bottom: 10px;
}
#right_column .banner {
padding-bottom: 10px;
}
#right_column .banner1 {
margin: 0px 0px 10px 0px;
border: 1px solid #b6b6b6;
}
/* Contacts */
.contacts {
padding: 19px 15px 21px 15px;
border-top: 1px solid #B6B6B6;
background: #FFFCBE;
}
.contacts a {
text-decoration:underline;
}

.contacts h3 {
margin-bottom: 1px;
}
/* Cities */
.cities {
padding: 7px 7px 10px 7px;
background: #F9F300;
}
.cities select {
width: 171px;
height: 17px;
font-size: 0.9em;
font-weight: bold;
margin: 8px 0px 0px 1px;
}
/* Toolbox */
.toolbox {

padding-bottom: 7px;
clear: both;
}
.toolbox h3 {
background: #EFEFEF;
border-top: 1px solid #B6B6B6;
border-bottom: 1px solid #B6B6B6;
background-position: 96% 50%;
background-repeat: no-repeat;
padding: 4px 18px 5px 7px;
margin: 0px 0px 6px 0px;
}
.toolbox .container {
padding: 0px 7px 2px 7px;
}
.toolbox .button_image {
float: right;
}
.toolbox .bottom_links {
padding-top: 5px;
clear: both;
}
.toolbox .bottom_links a {
font-size: 1em;
background: url("../../img/nav_next.gif") no-repeat 0px 0.2em;
padding-left: 10px;
}
.toolbox .bottom_links_s2 {
padding-top: 3px;
clear: both;
}
.toolbox .bottom_links_s2 a {
font-size: 0.9em;
background: url("../../img/nav_next.gif") no-repeat 0px 0.2em;
padding-left: 10px;
}
/* Toolbox tabs */
.toolbox .tabs {
width: 100%;
height: 20px;
margin-top: 9px;
}
body:not([dummy]) .toolbox .tabs {
border-collapse: separate;
margin-top: 4px;
}
html:first-child .toolbox .tabs {
border-collapse: separate;
}
.toolbox .tabs th {
font-size: 0.9em;
font-weight: normal;
text-align: left;
vertical-align: top;
border-left: 1px solid #B6B6B6;
background: #FFFCBE url("../../img/bg_toolbox_tab.gif") no-repeat 100% 0%;
padding: 3px 9px 3px 7px;
cursor: pointer;
}
.toolbox .tabs .toolbox_tabs_sel {
border: none;
background: #F9F300 url("../../img/bg_toolbox_tab_sel.gif") no-repeat 100% 0%;
}
#toolbox_tabs_first.toolbox_tabs {
border: none;
}
#toolbox_tabs_last.toolbox_tabs_sel {
border-left: 1px solid #B6B6B6;
background-position: 99% 0%;
padding-left:7px;
}
/* Toolbox menu */
#toolbox_menu {
background: #FFFCBE;
padding-bottom: 6px;
position:relative;
}
#toolbox_menu h3 {
background-image: url("../../img/icon_menu.gif");
margin-bottom: 4px;
}
#toolbox_menu .item {
line-height: 1.22em;
background: url("../../img/nav_next.gif") no-repeat 8px 0.50em;
padding: 1px 0px 4px 18px;
}
#toolbox_menu .item_inner {
line-height: 1.11em;
background: url("../../img/nav_next.gif") no-repeat 8px 0.50em;
padding: 3px 0px 4px 18px;
}
#toolbox_menu .item_inner_sel {
line-height: 1.11em;
background: url("../../img/arr_bottom.gif") no-repeat 6px 0.50em;
padding: 3px 0px 4px 18px;
}
#toolbox_menu .item1 {
padding:1px 4px 4px 18px;
background: url("../../img/nav_next.gif") no-repeat 8px 0.50em;
}
#toolbox_menu .item1_sel {
padding:1px 4px 4px 18px;
background: url("../../img/arr_bottom.gif") no-repeat 6px 0.50em;
font-weight:bold;
}

#toolbox_menu .item2 {
padding:1px 4px 4px 18px;
background:  url("../../img/square.gif") no-repeat 9px 0.71em;
}
#toolbox_menu .item2_sel {
padding:1px 4px 4px 18px;
background: url("../../img/square_grey.gif") no-repeat 9px 0.71em;
font-weight:bold;
}
#toolbox_menu .item3 {
padding:1px 4px 4px 18px;
background: url("../../img/dot_42.gif") no-repeat 8px 0.71em;
}
#toolbox_menu .item3_sel {
padding:1px 4px 4px 18px;
background: url("../../img/dot_42_grey.gif") no-repeat 8px 0.71em;
font-weight:bold;
}
#toolbox_menu .hr {
padding: 0px 0px 10px 0px;
}
/* Toolbox rates */
#toolbox_rates {
font-size: 0.9em;
padding-top: 1px;
padding-bottom: 11px;
}
#toolbox_rates h3 {
font-size: 1.2em;
background-image: url("../../img/icon_rates.gif");
}
.table_rates {
width: 100%;
margin-bottom: 3px;
}
.table_rates th {
font-size: 0.9em;
text-align: left;
background: url("../../img/bg_table_rates_th.gif") repeat-x;
padding: 3px 0px 15px 9px;
}
.table_rates td {
text-align: right;
vertical-align: bottom;
padding: 2px 6px 4px 0px;
}
.table_rates .name {
text-align: left;
padding-left: 12px;
}
.table_rates .title {
padding-left: 6px;
padding-right: 6px;
}
.table_rates .pic {
padding: 0px 8px 6px 0px;
}
#toolbox_rates .bottom_links {
margin: 0px 0px 0px 7px;
}
#toolbox_rates .bottom_links a {
padding-left: 8px;
}
#toolbox_rates_2 {
display: none;
}
/* Toolbox poll */
#toolbox_poll {
padding-bottom: 11px;
}
#toolbox_poll h3 {
background-image: url("../../img/icon_poll.gif");
background-position-y: 49%;
margin-bottom: 8px;
}
#toolbox_poll form {
margin: 5px 0px 0px 3px;
line-height:1.5em;
}
#toolbox_poll .radio_check {
margin: 0px 1px -3px -4px;
vertical-align: -40%;
}
#toolbox_poll .button_image {
margin: 9px 3px 0px 0px;
}
#toolbox_poll .bottom_links {
padding-top: 3px;
margin-top: 1px;
}
/* Toolbox search */
#toolbox_search {
padding-bottom: 34px;
}
#toolbox_search h3 {
background-image: url("../../img/icon_search.gif");
margin-bottom: 7px;
}
#toolbox_search .input {
font-size: 0.9em;
width: 165px;
margin: 7px 0px 0px 1px;
}
#toolbox_search .button_image {
margin: 8px 3px 0px 0px;
}
/* Navigation */
#navigation a {
margin-right: 11px;
}
/* ======== */
/* Content */
.body {
line-height: 1.50em;
}
h1.h1_inner_s2 {
margin-bottom:5px;
}
.minus1 {
padding-top:-1px;
}
.body h3 {
margin: 0px 0px 2px 0px;
}
.body p {
margin: 0px 0px 3px 0px;
padding: 5px 0px 5px 0px;
}
.body p.dop {
margin: 0px 0px 3px 0px;
padding: 5px 0px 5px 0px;
font-size: 0.8em;
}
.body a {
color: #226622;
text-decoration: underline;
}
.body .left {
float: left;
}
.body .right {
float: right;
}
.body img.left {
margin: 2px 10px 0px 0px;
padding: 0px 0px 4px 1px;
}
.body img.right {
margin: 2px px 0px 10px;
padding: 0px 1px 4px 0px;
}
/* Bottom links */
.body .bottom_links {
text-align: right;
padding: 45px 9px 0px 11px;
}
.body .bottom_links a {
color: #000;
font-size: 0.9em;
text-decoration: none;
background: url("../../img/nav_next.gif") no-repeat 0px 0.25em;
padding-left: 10px;
margin-left: 15px;
line-height: 13px;
display: inline-block;
}
.body .bottom_links a.link_to_top {
font-size: 0.9em;
text-decoration: none;
background: url("../../img/nav_up.gif") no-repeat 0px 0.3em;
padding-left: 12px;
margin-left: 15px;
line-height: 13px;
display: inline-block;
}

.body .bottom_links .link_print {
background: url("../../img/icon_print.gif") no-repeat 0px 0.25em;
padding: 2px 0px 1px 20px;
}
/* Lists */
.body ul {
list-style-type: none;
margin: 0px 0px 8px 0px;
padding: 0px;
}
.body ul li {
background: url("../../img/bullet_square_npf.gif") no-repeat 5px 0.55em;
padding-left: 22px;
margin-bottom: 0px;
line-height:1.5em;
}
.body ol {
margin: 4px 0px 8px 32px;
padding: 0px;
}
.body ol li {
margin-bottom: 1px;
}
/* List links */
.body ul.links {
margin-top: 6px;
}
.body ul.links li {
background: url("../../img/bullet_next_npf.gif") no-repeat 11px 0.4em;
padding-left: 22px;
margin-bottom: 0px;
}
/* Content tabs */
.body .tabs {
background:#F9F300 url("../../img/table_right_border.gif") repeat-y top right;
margin-top: 14px;
margin-left: 1px;
margin-right:3px;
}
body:not([dummy]) .body .tabs {
border-collapse: separate;
margin-top: 4px;
}
html:first-child .body .tabs {
border-collapse: separate;
}
.body .tabs th {
font-size: 0.9em;
line-height: 1.2em;
text-align: left;
vertical-align: middle;
border-left: 1px solid #B6B6B6;
border-bottom: 1px solid #B6B6B6;
background: #FFFCBE url("../../img/bg_body_tab.png") no-repeat 100% 0%;
/*padding: 7px 13px 8px 15px; */
padding: 7px 7px 8px 7px;
cursor: pointer;
}
.body .tabs .body_tabs_sel {
border-bottom:  1px solid #F9F300;
background: #F9F300 url("../../img/bg_body_tab_sel.png") no-repeat 100% 0%;
}
.body .tabs .bottom {
height: 9px;
background: #F9F300;
border-left: 1px solid #B6B6B6;
border-right: 1px solid #B6B6B6;
}
.tabs_content {
background: #FFF;
border: 1px solid #B6B6B6;
border-top: none;
padding: 1px 9px 4px 9px;
margin-bottom: 10px;
margin-left:1px;
margin-right:3px;
line-height:1.5em;
}
.tabs_content h3 {
margin-bottom:3px;
margin-top:0px;
}
.tabs_content ul {
margin:0;
}
.tabs_content ul li {
padding-top:0px;
padding-bottom:0px;
line-height:1.7em;
}
.tabs_content .div_page {
padding:0;
display: none;
}
.tabs_content #div_page_1 {
display: block;
}
/* Table */
.body .table {
width: 100%;
font-size: 0.9em;
line-height: 1.25em;
border: 1px solid #B6B6B6;
margin: 9px 0px 10px 0px;
}
.body .table th {
color: #FFF;
background: #6D6D6D;
border: 1px solid #B6B6B6;
padding: 1px 9px 4px 9px;
}
.body .table td {
border: 1px solid #B6B6B6;
padding: 1px 9px 4px 9px;
}
.body .small {
font-size: 0.9em;
line-height: 1.25em;
}
.body .table th.small {
line-height: 1em;
padding-left: 8px;
padding-right: 8px;
white-space:nowrap;
padding:0;
}
.body .table .small {
font-weight: normal;
}
/* ====== */
/* Pages */
/* News */
.news .item {
margin: 0px 0px 7px 0px;
}
.news_h1 {
margin-bottom:6px;
}
.news .date {
font-size: 0.8em;
font-weight: bold;
margin: 0px 0px -1px 0px;
}
.news .item .more {
margin-left: 4px;
}
.news_list p.news_line {
padding: 10px 0px 3px 0px;
margin: 0px;
line-height:13pt;
}
.news_date {
font-size: 0.8em;
padding:0px;
display:block;
}
.more_link {
padding-left:5px;
}
.news_list .archive_table td {
vertical-align:middle;
padding:7px;
padding-left:0;
}
/*pager*/
.news_list {

border:0px solid red;
}
.pager {
margin-top:12px;
}
.pager td {
vertical-align:middle;
padding-left:7px;
font-size:1em
}
/*list */
h3.list_item {
margin-top:-2px;
margin-bottom:3px;
padding-left:17px;
background: url("../../img/bullet_square_npf.gif") no-repeat;
background-position: 0px 5px;
}
.list_item_body {
/*padding-left:17px;  */
margin-bottom:22px;
}
/* vote */
h1.vote {
	margin-bottom:4px;
}
.knopka {
	font-size:11px;
	padding:2px 0px 2px 7px;
}
.button_outer {
	background: #EFEFEF url("/common/img/button_bg_right.gif") top right no-repeat;
	padding:1px 0 3px 0;
}
.button_outer input {
	border:0px solid red;
	background:  url("/common/img/button_bg_left.gif") top left no-repeat;
}
.vote_graph td {
	width:300px;
	vertical-align:middle;
}
.outer_vote_res {
	height:6px;
	margin-top:4px;
	background:  url("/common/img/vote_nofilled.gif") top right no-repeat;
}
.inner_vote_res {
	height:6px;
	background:  url("/common/img/vote_filled.gif") top left no-repeat;
}
.vote_res{
	margin-bottom:20px;
}
.vote_res span{
	float:right;
	font-size: 0.8em;
}
.answer {
	margin-top:3px;
	margin-bottom:0px;
}
.answer input {
	vertical-align:middle;
}
/*search*/
.adv_search_table td {
padding:2px 0;
}
.search_pager td {
vertical-align:middle;
padding:0 2px;
}
/*subscription*/
.subscription_table td {
font-size:0.9em;
padding:3px 0;
}
.subscription_table td input {
font-size:1.2em;
}
.subscr_list_name {
font-size:0.9em;
}
.save_button {
border:0;
background:  url("/common/img/save_button.gif") top left no-repeat;
font-size:8pt;
padding-top:2px;
padding-bottom:4px;
width:88px;
}
/*feedback form*/
.feedback_table {
border:1px solid #B6B6B6;
width:100%;
margin-top:11px;
margin-bottom:14px;
}
.feedback_table th {
text-align:left;
padding:0 4px 1px 11px;
font-size:0.9em;
background:#6D6D6D;
color:#FFFFFF;
}
.feedback_table td {
text-align:left;
padding:0 5px 2px 11px;
font-size:0.9em;
background:#FFFFFF;
color:#000000;
vertical-align:middle;
}
.feedback_table td input {
width:253px;
margin-right:4px;
height:16px;
}
.feedback_table td input.date {
width:110px;
margin-right:4px;
}
.feedback_table td.dotted {
background:#FFFFFF url("../../img/dotted_line.gif") repeat-x;
background-position:0 50%;
}
.feedback_table td.first {
height:9px;
}
.feedback_table td.last {
height:9px;
}
.feedback_table td.nodotted {
background:#FFFFFF;
vertical-align:top;
line-height:1.1em;
padding:7px 4px 3px 11px;
}
.feedback_table td.nodotted_top {
background:#FFFFFF;
vertical-align:top;
line-height:1.1em;
padding:1px 4px 3px 12px;
}
.feedback_table td.double_lined {
border:1px solid #B6B6B6;
height:2px;
padding:0;
}
.feedback_table td.lined {
border-top:1px solid #B6B6B6;
height:3px;
padding:0;
}
.feedback_table td .title {
margin-top:2px;
margin-bottom:1px;
display:block;
}
.feedback_table td .title span.normal {
font-weight:normal;
}
.feedback_table td.comments {
text-align:left;
padding:7px 14px 7px 11px;
font-size:0.8em;
line-height:1.2em;
color:#909090;
border-bottom:1px solid #B6B6B6;
}
.feedback_table td input.radio {
width:12px;
border:0px solid red;
vertical-align:middle;
margin-right:0px;
}
.feedback_table td input.check {
width:14px;
border:0px solid red;
vertical-align:middle;
margin-bottom:1px;
margin-right:0px;
}
.feedback_table td input.other {
margin-top:6px;
}
.feedback_table td.dotted span {
background:#FFFFFF;
line-height:1.1em;
padding:0px 0 4px 0;
}
.outer {
padding:0px 0px 0px 0px;
margin:0px;
border:0px solid red;
}
.inner {
font-size:1.1em;
margin:0px;
margin-left:1px;
margin-bottom:3px;
}
.outer table.inner td {
padding:0px 0px 7px 0px;
line-height:1.2em;
vertical-align:top;
border:0px solid red;
}
.feedback_table td.yellow {
background:#FFFCBE;
border-top:1px solid #B6B6B6;
vertical-align:top;
line-height:1.2em;
padding-right:0px;
padding-top:4px;
padding-bottom:3px;
}
.feedback_table td.yellow div {
margin-left:0px;
margin-top:-3px;
}
.feedback_table td input.otpravit {
margin-right: 4px;
padding-bottom: 3px;

height:18px;
background:#FFFFFF url("../../img/otpravit_2.gif") repeat-x;
width:83px;
border:0;
}
.feedback_table td span.grey {
color:#909090;
font-size:0.9em;
vertical-align:top;
}
.bottom_form_table {
margin-bottom:6px;
}
table.bottom_form_table td {
font-size:1.0em;
}
.feedback_table td .table_right {
margin-top:0;
}
.feedback_table td .table_right td {
padding:0;
vertical-align:top;
text-align:center;
color:#909090;
}
.feedback_table td .table_right td.ex {
padding:3px 0 0 0;
vertical-align:top;
text-align:center
}
/*
font-size: 1em;
border: 1px solid red;
background: green;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
vertical-align: top;
*/
/*
sitemap
*/
.sitemap_table {
width:100%;
}
.sitemap_table th {
background:#6D6D6D;
color:#FFFFFF;
font-family:verdana;
font-size:0.9em;
text-align:left;
border:1px solid #B6B6B6;
padding-left:7px;
}
.sitemap_table th a {
color:#FFFFFF;
font-family:verdana;
text-align:left;
text-decoration:none;
}
.sitemap_table td {
background:#fff;
border:1px solid #B6B6B6;
font-size:0.9em;
}
.sitemap_table td a {
text-decoration:none;
}
.link_file_pdf {
line-height: 26px;
background: url("../../img/icon_file_pdf.gif") 0% 50% no-repeat;
padding: 1px 0px 5px 25px;
}
.alt_squared_item1 {
			background: #EFEFEF url("../../img/square.gif") 6px 0.71em no-repeat !important;
}
.squared_item1 {
			background:#F9F300 url("../../img/square.gif") 6px 0.71em no-repeat !important;
}
.squared_item1_grey {
			background:#FFFCBE url("../../img/square_grey.gif") 6px 0.71em no-repeat !important;
}

.squared_item2 {
			background:#FFFCBE url("../../img/square.gif") 6px 0.71em no-repeat !important;
}
.squared_item2_grey {
			background:#FFFCBE url("../../img/square_grey.gif") 6px 0.71em no-repeat !important;
}

hr {height:1px; background-color:#b6b6b6; border:0px; color:#b6b6b6;}

.prod { padding:7px 11px 5px 10px ;  clear:both; }
.prod p { line-height:11pt; }
.prod img.left { margin: 3px 10px 0px 0px; }
.prod h1 { padding:0px 0px 8px 0px; margin:0px;}


.rss_link {
background: url("../../img/ico_rss_news.gif")  no-repeat !important;  text-decoration:none !important; padding:2px 0 4px 28px !important;
}
.all_link {
background: url("../../img/ico_all_news.gif")  no-repeat !important; font-size:0.9em; text-decoration:none !important; padding:2px 0 4px 23px !important;
}
.subscr_link  {
background: url("../../img/ico_subscr_news.gif") no-repeat 0px 0.3em !important; text-decoration:none !important;  padding:2px 0 4px 23px !important;
}
.link_top  {
background: url("../../img/arr_top.gif") no-repeat 0px 0.3em !important;
}

/*------------------PRINT_VER-----------*/
#print_body .all_link , #print_body .bottom_links { display:none;}
#print_body  { background:#fff;}
div.copyright { background:#fff; font-size:0.9em; padding:12px; }


#print_body .tabs {
width:100%;
}
/*--------------------------------*/

#photo_table td { font-size:0.8em; padding:12px; background: #EFEFEF;
border: 1px solid #B6B6B6; }

#photo_table td  ul {
list-style-type: none;
margin: 0px 0px 8px 0px;
padding: 0px;
}
#photo_table td  ul li {
background: url("../../img/bullet_square.gif") no-repeat 5px 0.55em;
padding-left: 22px;
margin-bottom: 0px;
line-height:1.5em;
}
