/* ======== */
/* 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;
}
.spacer {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	display: block;
	visibility: hidden;
}
/* ======= */
/* Layout */
html {
	height: 100%;
}
body {
	height: 100%;
	background: #EFEFEF url("../../common/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;
}
#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: 107px;
	border: 1px solid #B6B6B6;
}
#logo {
	float: left;
	padding: 73px 0px 0px 14px;
}
#header_pic {
	float: right;
}
#td_top_menu {
	height: 32px;
}
/* Footer */
#footer {
	height: 10px;
	background: #EFEFEF;
	border: 1px solid #B6B6B6;
	padding: 2px 4px 6px 4px;
}
/* \*/
* 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-right: 5px;
	padding-bottom: 0px;
	overflow-x: hidden;
}
#left_column img {
	margin-top: 5px;
}
#left_column_banners {

	overflow-x: hidden;
}

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

#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%;
	
} 
#td_center_column {
	/*background: #EFEFEF;
	border: 1px solid #B6B6B6;*/
	margin-bottom:-1px; 

}


#td_center_column_top {background:#fff; border:none;}
#td_center_column_top .promo_block {padding: 0px 0px 5px 0px;}

#td_center_column_bottom {background:#fff; border:none;}
#td_center_column_bottom .promo_block {padding: 0px 0px 0px 0px;}


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;
	padding-bottom: 26px;
}
#right_column_1 {
	width: 188px;
	border: 1px solid #B6B6B6;
}
#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;
	border: 1px solid #B6B6B6;
	clear: left;
	padding: 8px 10px 11px 10px;
	/* min-width:722px; */
}
#second_page .body {
padding:0px 0 12px 0;

}
#second_page .body h1 {
padding-left:12px;

}
/*#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: 20px;
	margin: 6px 0px;
	background: #6D6D6D url("../../common/img/bg_top_menu_both.gif") no-repeat;
}
#top_menu #td_top_menu_last {
	width: 1px;
	background: url("../../common/img/bg_top_menu_both.gif") no-repeat 100% 0%;
	padding: 0px;
}
#top_menu td {
	text-align: center;
	vertical-align: middle;
	padding: 0px 14px 0px 14px;
}
#top_menu .first {
	text-align: left;
}
#top_menu .last {
	text-align: right;
	padding-right: 13px;
}
#top_menu .vr {
	padding: 0px;
}
#top_menu a {
	color: #FFF;
	background: url("../../common/img/arr_right_white.gif") no-repeat 100% 75%;
	padding-right: 20px;
}
/* Left menu */
.left_menu {
	padding-bottom: 9px;
	border-bottom: 1px solid #B6B6B6;
}
.left_menu div {
	border-bottom: 1px solid #B6B6B6;
	padding: 2px 0px 3px 15px;
}
.left_menu .item1 {
	background: #F9F300 url("../../common/img/nav_next.gif") no-repeat 5px 0.45em;
}
.left_menu .item1_sel {
	padding-top:1px;
	padding-bottom:4px;
	background: #F9F300 url("../../common/img/arr_bottom.gif") no-repeat 3px 0.6em;
	font-weight:bold;
}
.left_menu .item2 {
	padding-top:1px;
	padding-bottom:4px;
	background: #FFFCBE url("../../common/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("../../common/img/arr_bottom.gif") no-repeat 3px 0.65em;
}
.left_menu .item3 {
	padding-top:1px;
	padding-bottom:4px;
	padding-right:4px;
	background: #FFFEEF url("../../common/img/square.gif") no-repeat 6px 0.71em;
}
.left_menu .item3_sel {
	padding-top:1px;
	padding-bottom:4px;
	background: #FFFEEF url("../../common/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("../../common/img/dot_4.gif") no-repeat 6px 0.71em;
}
.left_menu .item4_sel {
	padding-top:1px;
	padding-bottom:4px;
	background: #FFF url("../../common/img/dot_4_grey.gif") no-repeat 6px 0.71em;
	font-weight:bold;
}
.left_menu .hr {
	padding: 0px 0px 9px 0px;
} 
/* Alt menu */
.alt_menu {
	padding-bottom: 11px;
	border-bottom: none;
}
.alt_menu .item1 {
	padding-top:1px;
	background: #EFEFEF url("../../common/img/nav_next.gif") no-repeat 5px 0.40em;
}
/* Banners */
#left_column .banner {
	margin-bottom: 10px;
}
#right_column .banner {
	padding-bottom: 5px;
}
/* Contacts */
.contacts {
	padding: 19px 15px 21px 15px;
}
.contacts h3 {
	margin-bottom: 1px;
}
.contacts ul {
    list-style-type: none;
    margin: 0 0 0 -40px;
}
.contacts li {
	padding-left: 25px;
        padding-bottom: 10px;
}
.contacts li.facebook {
    background: url("../../common/img/icon_social.gif") no-repeat scroll 0px 0px transparent;
}
.contacts li.twitter {
    background: url("../../common/img/icon_social.gif") no-repeat scroll 0px -26px transparent;
}
.contacts li.banki {
    background: url("../../common/img/icon_social.gif") no-repeat scroll 0px -56px transparent;
}
/* 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("../../common/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("../../common/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("../../common/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("../../common/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("../../common/img/icon_menu.gif");
	margin-bottom: 4px;
}
#toolbox_menu .item {
	line-height: 1.22em;
	background: url("../../common/img/nav_next.gif") no-repeat 8px 0.50em;
	padding: 1px 0px 4px 18px;
}
#toolbox_menu .item_inner {
	line-height: 1.11em;
	background: url("../../common/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("../../common/img/arr_bottom.gif") no-repeat 6px 0.50em;
	padding: 3px 0px 4px 18px;
} 
#toolbox_menu .item1 {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/nav_next.gif") no-repeat 8px 0.50em;
}
#toolbox_menu .item1_sel {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/arr_bottom.gif") no-repeat 6px 0.50em;
	font-weight:bold;
}

#toolbox_menu .item2 {
	padding:1px 4px 4px 18px;
	background:  url("../../common/img/square.gif") no-repeat 9px 0.71em;
}
#toolbox_menu .item2_sel {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/square_grey.gif") no-repeat 9px 0.71em;
	font-weight:bold;
}
#toolbox_menu .item3 {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/dot_42.gif") no-repeat 8px 0.71em;
}
#toolbox_menu .item3_sel {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/dot_42_grey.gif") no-repeat 8px 0.71em;
	font-weight:bold;
}
#toolbox_menu .hr {
	padding: 0px 0px 10px 0px;
}

/* Toolbox pc */
#toolbox_pc {
	background: #FFFCBE;
	padding-bottom: 6px;
	position:relative;
}
#toolbox_pc h3 {
	background-image: url("../../common/img/icon_pc.gif");
	margin-bottom: 4px;
}
#toolbox_pc .item {
	line-height: 1.22em;
	background: url("../../common/img/nav_next.gif") no-repeat 8px 0.50em;
	padding: 1px 0px 4px 18px;
}
#toolbox_pc .item_inner {
	line-height: 1.11em;
	background: url("../../common/img/nav_next.gif") no-repeat 8px 0.50em;
	padding: 3px 0px 4px 18px;
}
#toolbox_pc .item_inner_sel {
	line-height: 1.11em;
	background: url("../../common/img/arr_bottom.gif") no-repeat 6px 0.50em;
	padding: 3px 0px 4px 18px;
} 
#toolbox_pc .item1 {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/nav_next.gif") no-repeat 8px 0.50em;
}
#toolbox_pc .item1_sel {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/arr_bottom.gif") no-repeat 6px 0.50em;
	font-weight:bold;
}

#toolbox_pc .item2 {
	padding:1px 4px 4px 18px;
	background:  url("../../common/img/square.gif") no-repeat 9px 0.71em;
}
#toolbox_pc .item2_sel {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/square_grey.gif") no-repeat 9px 0.71em;
	font-weight:bold;
}
#toolbox_pc .item3 {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/dot_42.gif") no-repeat 8px 0.71em;
}
#toolbox_pc .item3_sel {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/dot_42_grey.gif") no-repeat 8px 0.71em;
	font-weight:bold;
}
#toolbox_pc .hr {
	padding: 0px 0px 10px 0px;
}

/* Toolbox calculator */
#toolbox_calc {
	background: #FFFCBE;
	padding-bottom: 6px;
	position:relative;
}
#toolbox_calc h3 {
	background-image: url("../../common/img/icon_calc.gif");
	margin-bottom: 4px;
}
#toolbox_calc .item {
	line-height: 1.22em;
	background: url("../../common/img/nav_next.gif") no-repeat 8px 0.50em;
	padding: 1px 0px 4px 18px;
}
#toolbox_calc .item_inner {
	line-height: 1.11em;
	background: url("../../common/img/nav_next.gif") no-repeat 8px 0.50em;
	padding: 3px 0px 4px 18px;
}
#toolbox_calc .item_inner_sel {
	line-height: 1.11em;
	background: url("../../common/img/arr_bottom.gif") no-repeat 6px 0.50em;
	padding: 3px 0px 4px 18px;
} 
#toolbox_calc .item1 {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/nav_next.gif") no-repeat 8px 0.50em;
}
#toolbox_calc .item1_sel {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/arr_bottom.gif") no-repeat 6px 0.50em;
	font-weight:bold;
}

#toolbox_calc .item2 {
	padding:1px 4px 4px 18px;
	background:  url("../../common/img/square.gif") no-repeat 9px 0.71em;
}
#toolbox_calc .item2_sel {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/square_grey.gif") no-repeat 9px 0.71em;
	font-weight:bold;
}
#toolbox_calc .item3 {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/dot_42.gif") no-repeat 8px 0.71em;
}
#toolbox_calc .item3_sel {
	padding:1px 4px 4px 18px;
	background: url("../../common/img/dot_42_grey.gif") no-repeat 8px 0.71em;
	font-weight:bold;
}
#toolbox_calc .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("../../common/img/icon_rates.gif");
}
.table_rates {
	width: 100%;
	margin-bottom: 3px;
}
.table_rates th {
	font-size: 0.9em;
	text-align: left;
	background: url("../../common/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 city */
#toolbox_city {
	margin-top: -1px;
	padding-bottom: 5px;
	background: #FFFCBE;
}
#toolbox_city h3 {
	background-image: url("../../common/img/icon_city.gif");
	margin-bottom: 7px;
}
#toolbox_city .cities {
	padding: 7px 7px 10px 7px;
	background: #FFFCBE;
	margin: -7px 0px -5px 0px;
}
#toolbox_city .cities select {
	width: 175px;
	height: 17px;
	font-size: 0.9em;
	font-weight: bold;
	margin: 8px 0px 0px 1px;
}

/* Toolbox poll */
#toolbox_poll {
	padding-bottom: 11px;
}
#toolbox_poll h3 {
	background-image: url("../../common/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;
	background: #fff;
}
#toolbox_search h3 {
	background-image: url("../../common/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 a {
	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 0px 0px 10px;
	padding: 0px 1px 4px 0px;
}

.notice {
	padding: 0 10px;
	background-color: #FFF;
	border: 1px solid #cc4400;
}

/* Bottom links */
.body .bottom_links {
	text-align: right;
	padding-top: 10px;
}
.body .bottom_links a {
	font-size: 0.9em;
	text-decoration: none;
	background: url("../../common/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("../../common/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("../../common/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("../../common/img/bullet_square.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("../../common/img/nav_next.gif") no-repeat 11px 0.4em;
	padding-left: 22px;
	margin-bottom: 0px;
}
/* Content tabs */
.body .tabs {
        background:#F9F300 url("../../common/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("../../common/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("../../common/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:-1px;
	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_line {
	padding:0 0 3px 0;
}
.news_date {
	font-size: 0.8em;
	padding-bottom:0;
}
.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("../../common/img/list_bullet.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("../../common/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;
	height:18px;
	background:#FFFFFF url("../../common/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("../../common/img/icon_file_pdf.gif") 0% 50% no-repeat;
	padding: 1px 0px 5px 25px;
}
.link_file_zip {
	line-height: 26px;
	background: url("../../common/img/uploaded/icon_file_zip.gif") 0% 50% no-repeat;
	padding: 1px 0px 5px 25px;
}
.link_file_doc {
	line-height: 26px;
	background: url("../../common/img/uploaded/icon_file_doc.gif") 0% 50% no-repeat;
	padding: 1px 0px 5px 25px;
}
.link_file_rar {
	line-height: 26px;
	background: url("../../common/img/uploaded/icon_file_rar.gif") 0% 50% no-repeat;
	padding: 1px 0px 5px 25px;
}
.alt_squared_item1 {
        background: #EFEFEF url("../../common/img/square.gif") 6px 0.71em no-repeat !important;
}
.squared_item1 {
        background:#F9F300 url("../../common/img/square.gif") 6px 0.71em no-repeat !important;
}
.squared_item1_grey {
        background:#FFFCBE url("../../common/img/square_grey.gif") 6px 0.71em no-repeat !important;
}

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

.prod { padding:8px 11px 8px 11px ; border-bottom:1px solid #B6B6B6; clear:both; }
.prod img.left { margin-right:13px; }
.prod h1 { padding:0px 0px 8px 0px ; margin-top:0;}


.rss_link {
 background: url("../../common/img/ico_rss_news.gif")  no-repeat !important;  text-decoration:none !important; padding:2px 0 4px 28px !important;
}
.all_link {
 background: url("../../common/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("../../common/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("../../common/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("../../common/img/bullet_square.gif") no-repeat 5px 0.55em;
	padding-left: 22px;
	margin-bottom: 0px;
	line-height:1.5em;
}


.credit_table {
width:552px;
border-collapse:collapse;
font:12px Verdana;
color:#000;
}
.credit_table .cred {
border:1px solid #b6b6b6;
width:158px;
height:243px;
font-weight:bold;
background-color:#fff;
margin:0px 20px 20px 0px;
float:left;
overflow:hidden;
padding:5px;
}
.credit_table .cred table, .credit_table .cred table td {
border-collapse:collapse;
width:100%;
padding:0px;
margin:0px;
}
.credit_table .cred table td {
font-weight:bold;
vertical-align:middle;
text-align:center;
overflow:hidden;
line-height:14px;
}
.credit_table .cred table td.logo {
width:100%;
text-align:center;
height:80px;
}
.credit_table .cred table td.title {
height:45px;
line-height:12px;
}
.credit_table .cred table td.type {
height:24px;
line-height:12px;
}
.credit_table .cred table td.money {
white-space:nowrap;
height:18px;
}
.credit_table .cred table td.date {
height:18px;
font-weight:normal;
font:11px Verdana;
}
.credit_table .cred table td.organize {
height:40px;
font-weight:normal;
font:11px Verdana;
}
.credit_table .cred .organiz .date a:hover, .credit_table .cred .date a:visited, .credit_table .cred .organiz .date a {
display:block;
}
.credit_table .cred table td.link {
height:15px;
padding-right:6px;
vertical-align:bottom;
}
.credit_table .cred table td.link a, .credit_table .cred table td.link a:visited, .credit_table .cred table td.link a:hover{
color:#000;
font:9px Verdana;
background-image: url("../../common/img/uploaded/arr.gif");
background-repeat:no-repeat;
background-position:right 4px;
display:block;
text-decoration:none;
padding-right:12px;
float:right;
}

.white_content {
	background: #FFF;
	border: 1px solid #B6B6B6;
	padding: 1px 9px 4px 9px;
	margin-bottom: 10px;
	margin-left:1px;
	margin-right:3px;
	line-height:1.5em;
}


