
/* default_settings.css {{{ */
p, h1, h2, h3, h4, h5, h6, address, cite, fieldset, legend, form, label, table, td, blockquote, hr, img, dl, dt, dd {
	margin: 0;
	padding: 0;
	}
html,
body {
	height: 100%;
	min-height: 100%;
	position: relative;
}
html {
	font-size: 100.01%;
	}
body {
	margin: 0;
	padding: 0 16px;
/*	height: auto!important; */
	background: #FFFFFF;
	font: 0.84em Arial, Helvetica, sans-serif;
	color: inherit;
	text-align: center;
	}
img {
	border: none;
	}
a, .link {
	color: #0022CC;
	text-decoration: underline;
	cursor: pointer;
	}
a:hover, .link:hover {
	text-decoration: none;
	}
hr {
	height: 0;
	border: none;
	background: none;
	color: #DDDDDD;
	border-top: 1px solid #DDDDDD;
	margin-bottom: 16px;
	line-height: 99%;
	text-align: left;
	}
fieldset {
	border: 0 solid transparent;
	}
input,
textarea,
select {
	font: 1em Arial, Helvetica, sans-serif;
	outline: none;
	}
input[type="radio"], 
input[type="checkbox"], 
input[type="button"], 
input[type="submit"], 
input[type="reset"], 
input[type="file"], 
select,
label {
	cursor: pointer;
	}
input[disabled="disabled"], 
select[disabled="disabled"], 
textarea[disabled="disabled"], 
button[disabled="disabled"] {
	cursor: default;
	}
input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	margin: -3px 0 0;
	padding: 0;
	vertical-align: middle;
	}
input[type="submit"] {
	font-weight: bold;
	}
select optgroup {
	font-style: normal!important;
	font-weight: normal!important;
	color: #777777;
	background: #FFFFFF;
	}
select optgroup option {
	color: #000000;
	background: #FFFFFF;
	}
label {
	margin-right: 8px;
	}
p {
	margin-bottom: 16px;
	}
ul, ol {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 16px;
	}
blockquote {
	margin-bottom: 16px;
	margin-left: 32px;
	}
address {
	font-style: normal;
	}
small {
	font-size: 0.84em;
	}
big {
	font-size: 1.15em;
	}
s {
	color: #777777;
	}	
/*h1 {
	font-size: 1.55em;
	font-weight: normal;
	}*/
h1, h2, h3, h4, .main_title {
	line-height: 1em;
	}
h1, h2, h3, .main_title {
	margin-bottom: 16px;
	color: #0053A5;
	}		
h1, h2, .main_title {
	font-size: 1.25em;
	font-weight: bold;
	}
h3, h4 {
	font-size: 1.15em;
	}
h4 {
	margin-bottom: 4px;
	}
h2 big, .main_title big {
	font-weight: normal;
	}		
h2 b, .main_title b {
	font-weight: bold;
	color: #000000;
	}	
h1 a, h1 .link,
h2 a, h2 .link,
h3 a, h3 .link,
.main_title a, .main_title .link {
/*	display: inline-block;*/
	color: #0053A5;
	text-decoration: none;
	border-bottom: 1px solid #0053A5;
	margin-bottom: -1px;
	}
h1 a:hover, h1 .link:hover,
h2 a:hover, h2 .link:hover,
h3 a:hover, h3 .link:hover,
.main_title a:hover, .main_title .link:hover  {
	border-bottom: none;
	margin-bottom: 0;
	}
h1 img,
h2 img,
h3 img,
.main_title img {
	vertical-align: top;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
table td, 
table th {
	text-align: left;
	}
code {
	font-size: 1.15em;
	}	
code b {
	color: #0053A5;
	}	
/* }}} default_settings.css */

/* structure.css {{{ */
/* structure.css */
.Branding_header, 
.Branding_body, 
.Branding_footer {
	position: relative;
	}
.Branding_header {
	margin: 0 -16px 16px;
	padding: 0 16px;
	z-index: 3;
	}
.Branding_body {
	margin: 0 -16px;
	padding: 0 16px;
	z-index: 2;
	}
.Branding_footer {
	margin: 0 -16px;
	padding: 0 16px 24px;
	z-index: 2;
	}
/* round body 4 IE */
.round_ie {
	position: relative;
	height: 8px;
	display: none;
	}
.Branding_body .round_ie {
	top: -8px;
	margin-bottom: -8px;
	}
.Branding_footer .round_ie {
	bottom: -8px;
	}
.round_ie i {
	float: right;
	width: 8px;
	height: 8px;
	margin-right: -8px;
	background-image: url(//i3.i.ua/v2/bg/corners_transparent.png?r);
	background-repeat: no-repeat;
	}
.round_ie i:first-child {
	float: left;
	margin-right: 0;
	margin-left: -8px;
	}
.Branding_body .round_ie i {
	background-position: 100% 0;
	}
.Branding_body .round_ie i:first-child {
	background-position: 0 0;
	}
.Branding_footer .round_ie i {
	background-position: 100% 100%;
	}
.Branding_footer .round_ie i:first-child {
	background-position: 0 100%;
	}
/* /round body 4 IE */
.Header, 
.Body, 
.Footer {
	min-width: 960px;
	max-width: 1600px;
		clear: both;
	margin: 0 auto;
	text-align: left;
	}
.Header {
	position: relative;
	}
.Left {	
	margin-right: 302px;
	padding-right: 16px;
	}
.Right {
	float: right;
	width: 302px;
	}
.right_240 .Left {
	margin-right: 242px;
	}
.right_240 .Right {
	width: 242px;
	}
.Wrap {
	float: left;
	width: 100%;
	}	
.Cols_20_80, 
.Cols_25_75, 
.Cols_33_67, 
.Cols_40_60, 
.Cols_50_50, 
.Cols_60_40, 
.Cols_67_33, 
.Cols_75_25, 
.Cols_80_20 {
	padding-left: 16px;
	}
.Cols_20_80 .Left, 
.Cols_25_75 .Left, 
.Cols_33_67 .Left, 
.Cols_40_60 .Left, 
.Cols_50_50 .Left, 
.Cols_60_40 .Left, 
.Cols_67_33 .Left, 
.Cols_75_25 .Left, 
.Cols_80_20 .Left {
	float: left;
	margin-right: 0;
	margin-left: -16px;
	padding-right: 0;
	}	
.Cols_20_80 .Left, 
.Cols_80_20 .Right,
.width_20 {
	width: 20%;
	}
.Cols_20_80 .Right, 
.Cols_80_20 .Left,
.width_80 {
	width: 80%;
	}
.Cols_25_75 .Left, 
.Cols_75_25 .Right,
.width_25 {
	width: 25%;
	}
.Cols_25_75 .Right, 
.Cols_75_25 .Left,
.width_75 {
	width: 75%;
	}
.Cols_33_67 .Left, 
.Cols_67_33 .Right,
.width_33 {
	width: 33%;
	}
.Cols_33_67 .Right, 
.Cols_67_33 .Left,
.width_67 {
	width: 67%;
	}
.Cols_40_60 .Left, 
.Cols_60_40 .Right,
.width_40 {
	width: 40%;
	}
.Cols_40_60 .Right, 
.Cols_60_40 .Left,
.width_60 {
	width: 60%;
	}
.Cols_50_50 .Left, 
.Cols_50_50 .Right,
.width_50 {
	width: 50%;
	}
.width_100 {
	width: 100%;
	}	
.width_10 {
	width: 10%;
	}	
.width_5 {
	width: 5%;
	}	
.Left_fixed .Left {
	float: left;	
	margin-right: 0;
	padding-right: 0;
	}
.Left_fixed .Right {
	float: none;
	width: auto;
	}	

.align_left {
	text-align: left!important;
	}	
.align_center {
	text-align: center!important;
	}
.align_right {
	text-align: right!important;
	}
.nowrap {
	white-space: nowrap;
	}	
.float_left {
	float: left!important;
	}
.float_right {
	float: right!important;
	}
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
	}
/* for IE/Mac */
.clear {
	display: inline-block;
	}
/* Hides from IE/Mac \*/	
* html .clear {
	height: 1%;
	}
.clear {
	display: block;
	clear: both;
	}
/* End hide from IE/Mac */	
/* }}} structure.css */

/* site_sections.css {{{ */
/* site_sections.css */
ul.site_sections, 
ul.site_sections li {
	padding: 0;
	margin: 0;
	list-style: none;
	}
ul.site_sections li {
	display: inline-block;
	margin: 0 4px 4px 0;
	}
ul.site_sections li a {
	white-space: nowrap;
	}
.Branding_header .Header ul.site_sections {
	position: relative;
	z-index: 1;
	top: -34px;
	padding: 34px 4px 8px;
	margin: 0 8px -34px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	border-bottom: 2px solid #DDDDDD;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
.Footer ul.site_sections {
	position: relative;
	margin: 0 0 8px;
	padding: 4px 4px 8px;
	border-bottom: 1px solid #DDDDDD;
	}
.Header ul.site_sections a, 
.Footer ul.site_sections a {
	margin-left: 8px;
	color: #000000;
	}
.Header ul.site_sections .current, 
.Footer ul.site_sections .current {
	font-weight: bold;
	}
/* }}} site_sections.css */

/* structure_short.css {{{ */
/* structure_short.css */
body {	
	padding-top: 50px;
	}	
.Body, 
.Footer,
.logo_container {
	min-width: 0;
	max-width: 800px;	
	width: 90%;
	}
.Footer {
	border-top: 1px solid #DDDDDD;	
	padding-top: 8px;	
	margin-top: 8px;	
	}		
.logo_container {
	text-align: left;
	margin: 0 auto 16px auto;	
	}
.logo_container img {
	margin-left: -35px;
	}
/* }}} structure_short.css */

/* searchpage.css */
body {
	padding: 0;
	}
.Body {	
	vertical-align: middle;
	padding: 150px 0;
	}
.logo_container,
.search_form {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 32px;
	}
.logo_container {
	width: auto;
	margin-right: 16px;
	}
.logo_container img {
	margin-left: -31px;
	}	
.search_form h2 {
	margin-bottom: 4px;
	}
.search_form input[type="text"] {
	width: 550px;
	margin-right: 8px;
	}	
.search_form input[type="button"], 
.search_form input[type="submit"] {
	font-weight: bold;
	width: 120px;	
	}	
/* corrections for IE */	
.logo_container,
.search_form,
ul.site_sections li {
	//display: inline;
	}
.Disclaimer {
	position: absolute;
	bottom: 0;
	margin-top: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}