html, body, form {margin: 0; padding: 0}

html {height:100%}

body {height:auto !important; height:100%; min-height:100%; min-width:760px}
body {font-size:12px; font-family:Tahoma, sans-serif; color:#333; background-color:#fff}
table {font-size:12px}
a {text-decoration:none; color:#0068c0}
a:hover {text-decoration:underline; color:#D00}

small {font-size:85%}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:106px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #2F4773 url(images/header_bg.gif) repeat-x;
	border-bottom:1px solid #D6D6D6;
}

#header_logo
{
	position:absolute;
}

#header_text
{
	position:absolute;
	left:210px;
	top: 30%;
	color:#fff;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text h2
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	background:#4B6185;
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	padding:8px 11px;
}

#header_adr {padding:7px 0 9px 12px; background:#f8f2f0 url('/bitrix/templates/med2/images/topadranc.gif') no-repeat; color:#8f2e00}
#header_adr span {color:#000}
#header_adr a {color:#8f2e00; text-decoration:underline}

.topmenu {margin-top:20px; line-height:180%}
.topmenu .r1 {padding-right:24px}
.topmenu a {padding-left:20px; background:url('/bitrix/templates/med2/images/sm_arrow.gif') 0 2px no-repeat}
.topmenu span {padding-left:20px; background:url('/bitrix/templates/med2/images/sm_arrow.gif') 0 2px no-repeat}

.bottom-menu {margin-top:12px}
.bottom-menu td {padding-right:20px; line-height:180%}

.scetform {margin-left:30px}
.scetform .r1 {width:230px}
.scetform p {margin-bottom:7px; color:#8f2e00}
.scetform input.inp {margin-top:8px; width:194px; border:1px solid #333; color:#989898; font-style:italic}
.scetform textarea {width:194px; height:94px; border:1px solid #333; color:#989898; font-style:italic}


.leftmenu {padding-left:14px; background:url(/img/l-03.gif) repeat-y}

.mnenie {position:absolute; top:80px; left:-76px; font-size:14px}
.mnenie span {color:#8F2E00; text-decoration:underline; cursor:pointer}
.mnenie p {margin-top:6px; font-style:italic; color:#000}

.text {padding:0 40px 40px 0; font-family:verdana, sans-serif; font-size:11px}


#zebra
{
	height:20px;
	background:transparent url(images/zebra_bg.gif) left top repeat-x;
}

#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

#content .left-column
{
	width:180px;
	vertical-align:top;
	height:100%;
}

#content .main-column
{
	vertical-align:top;
	padding:0 23px 10px 23px;
}

#content .right-column
{
	width:1px;
	vertical-align:top;
}

#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #4D6990;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Data table*/
table.data-table
{
	border:1px solid #CECECE;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #CECECE;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CECECE;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}



.Pager {
	padding-top:18px;
}

.Pager .rl, .Pager  .lr {
	border:none;
}