/*		NS Reset CSS (start)																			*/
@charset "UTF-8";
html,body,address,blockquote,div,p,pre,h1,h2,h3,h4,h5,h6,hr,	/* block level 	*/
dd,dl,dt,ul,												/* lists 		*/
a,abbr,acronym,b,big,br,cite,code,del,dfn,em,i,					/* inline text 	*/
ins,kbd,q,samp,small,span,strong,sub,sup,tt,var,				/* inline text 	*/
img,object,														/* misc 		*/
input,textarea,select,button,form,fieldset,legend,label, 		/* form 		*/
font,u,s,center,dir,menu,strike,xmp								/* depricated 	*/
{
	margin: 0;
	padding: 0;
	/*
	list-style-type: none;
	text-decoration: none;
	vertical-align: baseline;
	text-align: left;
	text-indent: 0;
	font: normal 12px/19px Verdana, sans-serif;
	color: black;
	*/
}

#overlay {display:none; position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.4; z-index:1000;}

/*.feed_lnk {display: block; width: 95px; padding: 5px 8px; background-color: #9A1C1F; color: white; margin-top: 10px; font-weight: bold; line-height: normal; font-size: 12px;}

*/
applet,iframe {
	display: none;								/* remove depricated, use object instead */
}
hr,img,object {
	border: 0;
}
input,select,button {
	vertical-align: middle;						/* make all controls align middle to textline in all browsers */
}
textarea {
	vertical-align: top;						/* ...and all textareas, but... */
}
input,button{
	overflow: visible;							/* remove padding in buttons in IE */
}
select[size]{
	vertical-align: top;						/* make align top to textline for all selectboxes which has attribute "size",.. */
}

select[size="1"] {
	vertical-align: middle;						/* ...if attribute "size" of a selectbox is set to "1", make it align middle to textline */
}
fieldset legend {
	*margin-left: -7px;							/* remove mР°rgin in IE6-7. Better place this in your IE6-7.css and include via Conditional Comments. */
}
caption,td,th,tr {
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
optgroup {
	color: black;								/* optgroup in Opera has black background and white text... */
	background: white;							/* ...so let's fix it */
	font-style: normal;							/* works only in FF */
}
optgroup option {
	padding-left: 22px;							/* make padding in FF almost the same as in other browsers */
}
hr {
	color: black;
	background-color: black;
	height: 1px;
	margin: 7px 0;								/* crossbrowser hr */
	*margin: 0;									/* hack for IE6-7. Better place this in your IE6-7.css and include via Conditional Comments */
}
ol li, ul li{
	vertical-align: bottom;						/* fixing margins for IE, if there are elements with "display: block" in list items */
}

q { quotes: '\00AB' '\00BB' '\201E' '\201C'; }	/* russian quotes */
q:before	{ content: '\00AB'; }
q:after		{ content: '\00BB'; }
q q:before	{ content: '\201E'; }
q q:after	{ content: '\201C'; }

sub, sup{
	position: relative;							/* this method is better, there will not be extra padding in textline */
	font-size: 11px;
}
sub{
	top: 5px;
}
sup{
	top: -2px;
}

*:focus {
	outline: none;
}

a:hover {
	text-decoration: none;
}

/*		NS Reset CSS (end)																			*/

html, body {
	height: 100%;
	font: normal 12px/17px Arial, sans-serif;
	color: #3A3C42;
}

body {
	text-align: center;
}

#content {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #ffffff;
	min-width: 995px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.container {
	text-align: left;
}

#content .container {
	width: 902px;
	margin: 0 auto;
	padding: 411px 46px 158px 46px;
	overflow: hidden;
}

#footer {
	height: 117px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
}

#footer .container {
	width: 870px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px 62px 23px 62px;
}

#header {
	width: 100%;
	height: 340px;
/*	overflow: hidden;*/
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
}

#header .container {
	width: 902px;
	overflow: hidden;
	margin: 0 auto;
	padding: 31px 46px 0px 46px;
	position: relative;
	z-index: 3;
}

#header-top {
	height: 114px;
	overflow: hidden;
	position: relative;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 34px;
}

#header-top-r {
	float: right;
	width: 350px;
	height: 70px;
	padding-right: 17px;
	overflow: hidden;
	text-align: right;
}

#header-top-r .popup_news, #header-top-r .popup_news_static {
	margin-right:15px;
}

#header-top-r img {
	display: block;
	margin-top: 21px;
	float: right;
}

#header-top .pad-bold {
	font-weight: bold;
	font-size: 12px;
	margin-left: 20px;
}

#slogan {
	position: absolute;
	top: 0px;
	left: 193px;
}

a {
	color: #506eb1;
}

#flash {
	height: 186px;
	width: 100%;
}

/* horizontal menu (start) */
#menu-first, #menu-second {
	width: 100%;
	position: absolute;
	top: 145px;
	left: 0;
	z-index: 200;
}

#menu-second {
	top: 373px;
}

#menu-first .container, #menu-second .container {
	width: 912px;
	height: 28px;
	overflow: visible;
	margin: 0 auto;
	padding: 0px 41px;
	position: relative;
}

.left-menu-spacer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 46px;
	height: 28px;
	background: #ffffff;
	border-right: #cccccc 1px solid;
	z-index: 900;
}

.right-menu-spacer {
	position: absolute;
	right: 0px;
	width: 46px;
	height: 28px;
	background: #ffffff;
	border-left: #cccccc 1px solid;
	z-index: 900;
}

/*.top_links {width: 100%; height: 40px; padding-top: 9px; background:#f2f2f2 url("/bitrix/templates/microtest/images/top_shadow.png")left bottom repeat-x; z-index:100;}
.top_links table {margin: 0 auto; width: 900px;}
.top_links table td {padding: 0 40px 0 0; text-align: left; line-height: 13px;}
.top_links a {color: #506eb1; font-family: Tahoma, sans-serif; font-size: 10px; text-decoration: none; text-shadow: rgba(255, 255, 255, 1) 1px 1px 0px;}
.top_links a:HOVER {text-decoration: underline;}

*/.top-menu {
	border-left: #cccccc 1px solid;
	width: 100%;
	font-weight: bold;
	float: left;
	position: absolute;
    height: 28px;
    overflow: hidden;
}

.top-menu, .top-menu * {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.top-menu li {
	float: left;
	position: relative;
	line-height: 26px;
}

.top-menu a {
	display: block;
	position: relative;
	float: left;
}

.top-menu li a {
	height: 26px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	padding: 0px 36px;
	margin: 0px;
	cursor: pointer;
}

/* safari hack */
/*\*/
html*.top-menu li a {
	padding: 0px 36px 0px 35px;
	*padding: 0px 36px; /*ie 6, 7 back*/
}

#menu-second .top-menu li a {
	padding: 0px 45px 0px 46px;
}

/* safari hack */
/*\*/
html*#menu-second .top-menu li a {
	padding: 0px 45px 0px 45px;
	*padding: 0px 45px 0px 46px; /*ie 6, 7 back*/
}


.top-menu ul {
	position: absolute;
	top: 0px;
	background: #ffffff;
	border: #cccccc 1px solid;
	border-top: none;
	width: 10em; /* left offset of submenus need to match (see below) */
	padding: 8px 0px;
}

.top-menu ul.nums_last {
	position: absolute;
	top: 0px;
    right: 6px;
	background: #ffffff;
	border: #cccccc 1px solid;
	border-top: none;
	width: 10em; /* left offset of submenus need to match (see below) */
	padding: 8px 0px;
}

.top-menu ul ul {
	border: #cccccc 1px solid;
}

.top-menu ul li {
	width: 100%;
	font-weight: normal;
	line-height: 22px;
	background-image: none !important;
}

.top-menu ul li a {
	border: none;
	padding: 0px 10px !important;
	height: 22px;
	color: #656a74 !important;
}
.top-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.top-menu li:first-child:hover ul.nums, .top-menu li.sfHover:first-child ul.nums {
	left: 4px;
}

.top-menu li:hover ul.nums,
.top-menu li.sfHover ul.nums {
	left: -1px;;
	top: 28px; /* match top ul list item height */
	z-index: 99;
}

.top-menu li:hover ul.nums_last,
.top-menu li.sfHover ul.nums_last {
	left: none;
    right: 6px;
	top: 28px; /* match top ul list item height */
	z-index: 99;
}

ul.top-menu li:hover li ul,
ul.top-menu li.sfHover li ul {
	top: -999em;
}
ul.top-menu li li:hover ul.thirdchilds,
ul.top-menu li li.sfHover ul.thirdchilds {
	left: 10em; /* match ul width */
	top: 0;
}
ul.top-menu li li:hover ul.lasts,
ul.top-menu li li.sfHover ul.lasts {
	top: 0;
}
ul.top-menu li li:hover li ul,
ul.top-menu li li.sfHover li ul {
	top: -999em;
}
ul.top-menu li li li:hover ul,
ul.top-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

.top-menu ul li:hover, .top-menu ul li.sfHover,
.top-menu ul a:focus, .top-menu ul a:hover, .top-menu ul a:active {
	background-image: none !important;
	background:	#dce5ef;
	outline: 0;
}

.top-menu ul a {
	background-image: none !important;
}

.top-menu a.sf-with-ul {
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 0px;
	width: 10px;
	height: 0px;
	text-indent: -999em;
	overflow: hidden;
	background: url('../images/right.gif') no-repeat left 50%; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

.top-menu ul .sf-sub-indicator {
	background-position:  0px 50%;
	height: 22px;
}


#menu-first .top-menu li, #menu-first .top-menu li a {
	background-image: url(../images/menu-first-bg.gif);
}

#menu-first .top-menu li a {
	color: #ffffff;
}

#menu-first .top-menu li a:hover {
	color: #6285b0;
}

#menu-first .top-menu li:hover, #menu-first .top-menu li.sfHover,
#menu-first .top-menu li a:hover {
	color: #6285b0;
	background-image: url(../images/menu-second-bg.gif);
}

#menu-second .top-menu li, #menu-second .top-menu a {
	background-image: url(../images/menu-second-bg.gif);
}

#menu-second .top-menu li a {
	color: #6285b0;
}

#menu-second .top-menu li a:hover {
	color: #ffffff;
}

#menu-second .top-menu li:hover, #menu-second .top-menu li.sfHover,
#menu-second .top-menu li a:hover {
	color: #ffffff;
	background-image: url(../images/menu-first-bg.gif);
}
/* horizontal menu (end) */

#footer-left {
	float: left;
	width: 63%;
	overflow: hidden;
}

#footer-menu {
	clear: both;
	margin-top: 15px;
	padding: 0px;
	font-size: 11px;
	list-style: none;
	width: 100%;
}

#footer-menu li {
	display: inline;
	padding-right: 19px;
}

.text-header {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #656a74;
}

.text-header a {
	color: #656a74;
	text-decoration: none;
}

.text-header a:hover {
	text-decoration: underline;
}

.text-header img {
	padding-left: 9px;
}

#copy {
	float: right;
	width: 160px;
	height: 20px;
	overflow: hidden;
	text-align: right;
	font-size: 11px;
}

.index-cols {
	width: 922px;
	border-spacing: 10px;
	border-collapse: separate;
	margin: -10px 0px 0px -10px;
	z-index: expression(
		runtimeStyle.zIndex = 1,
		cellSpacing = 10
		);
	font-size: 11px;
	line-height: 16px;
	position: relative;
}

.index-cols p {
	padding: 0px;
	margin: 0px;
}

.index-cols tr.hotspot {
	font-size: 12px;
}

.index-cols td {
	border: #cccccc 1px solid;
	width: 33%;
	padding: 14px;
}

.announcement-present {
	margin-bottom: 8px;
}
.announcement {
	margin-bottom: 15px;
}

font.notetext, form p font.notetext {
    color: #9A1C1F;
    font-weight: bold;
}

.href-all {
	font-weight: bold;
	text-align: right;
}

.href-marker {
	margin: 5px;
	font-weight: bold;
}

.href-nomarker {
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}

.href-marker a {
	padding-left: 7px;
	background-image: url(../images/marker.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}

.video {
	margin-bottom: 15px;
	padding: 5px 0px;
	text-align: center;
	background: #ecedef;
	line-height: 0px;
	font-size: 0px;
}

#question {
	display: block;
	padding: 5px 8px;
	float: left;
	background-color: #9a1c1f;
	color: #ffffff;
	margin-top: 24px;
	font-weight: bold;
	line-height: normal;
	font-size: 12px;
}

#flag {
	display: block;
	float: right;
	margin-top: 11px;
}

.hot-orange {
	color: #e17917;
	width: 117px;
	font-weight: bold;
}

.hotspot-href {
	font-weight: bold;
	margin-top: 10px;
}

.calc {
	background: url(/images/calc.jpg);
	background-repeat: no-repeat;
}

.presentation img {
	float: left;
	border: #cccccc 1px solid;
	margin-right: 11px;
}

.project-element {
    margin-bottom: 40px;
}

.present {
	margin-top: 24px;
	text-align: right;
}

.left-column {
	margin-right: 684px;
}

.right-column {
	float: right;
	width: 647px;
	overflow: hidden;
	padding-right: 16px;
}

ul.left-menu {
	list-style-type: none;
	padding: 5px 4px 15px 0px;
	border: #cccccc 1px solid;
	margin-bottom: 23px;
}

ul.left-menu li {
	padding-left: 25px;
	background-image: url(../images/marker.gif);
	background-position: 15px 15px;
	background-repeat: no-repeat;
	line-height: 17px;
	padding-top: 8px;
}

ul.left-menu li span {
	font-weight: bold;
	color: #9a1c1f;
}
ul.left-menu a.item-selected {
	font-weight: bold;
	color: #9a1c1f;
}

ul.left-menu li ul {
	list-style-type: none;
	padding: 2px 0px;
}

ul.left-menu li ul li {
	background: none;
	padding: 6px 0px 0px 7px;
}

ul.left-menu li ul li span {
	font-weight: normal;
}

.left-column .container {
	padding: 0px 0px 0px 16px !important;
	margin: 0px;
	font-size: 11px;
	line-height: 17px;
	width: 199px !important;
}

.left-column .container #flag {
	float: left;
	padding-left: 23px;
}

.container-top {
	font-size: 11px;
	padding: 16px 0px 35px 0px;
}

.container-top a {
	color: #656a74;
}

.container-top .print-button {
	float: right;
	width: 110px;
	overflow: hidden;
	text-align: right;
}

.clear {
	clear: both;
}


#content .container .right-column p {
	margin: 0px 0px 17px 0px;
}

#content .container .right-column ul {
	margin: 0px 0px 8px 36px;
	padding: 0px;
	list-style-type: none;
}

#content .container .right-column ul.no-marker {
	margin: 0px;

}

#content .container .right-column ul li {
	padding: 0px 0px 8px 16px;
	background-image: url(../images/marker-ui.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

#content .container .right-column ul li p {
	margin: 10px 0px 0px 0px;
}

#content .container .right-column ul li p .small {
	display: inline-block;
	margin-left: 37px;
}

#content .container .right-column img {
	display: block;
	border: #cfcfcf 1px solid;
	margin-bottom: 9px;
}

#content .container .right-column img.no-border {
	float: right;
	border: none;
}

#content .container .right-column .container-top .breadcrumb {
	float: left;
	width: 530px;
	overflow: hidden;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#content .container .right-column .container-top .breadcrumb li {
	display: inline;
	background: none;
	padding: 0px;
}

.page-menu {
	margin: -15px 0px 17px 0px;
/*	background-image: url(../images/page-menu-bg.gif);*/
	background-repeat: no-repeat;
	background-position: left 3px;
}

#content .container .right-column .page-menu ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 625px;
	overflow: hidden;
}

#content .container .right-column .page-menu li{
	color: #9a1c1f;
	background: none;
	display: block;
	float: left;
	padding: 0px 8px;
	margin: 1px 10px 1px -9px;
	border-left: #656a74 1px solid;
}

#content .container .right-column .page-menu li a.noactive {
	color: #9a1c1f;
    text-decoration: none;
    cursor: default;
}

#map {
	width: 626px;
	height: 393px;
	overflow: hidden;
	border: #cccccc 1px solid;
	margin: 3px 0px 20px 0px;
}

/* удалить этот стиль после установки рабочей карты!!! */
#map img {
	margin: 0px;
	padding: 0px;
}

.small {
	font: normal 11px/16px Arial, sans-serif;
}

.color {
	color: #9a1c1f;
}

.color-z {
	color: #f00f54;
}

.date {
	margin: 0px 0px 2px 0px;
}

.margin-b {
	margin-bottom: 22px;
}

.href-name {
	margin-bottom: 3px;
}

.source {
	margin: -15px 0px 24px 0px;
}

/* pager (start) */
.pager {
	line-height: normal;
}

.pager div {
	margin-top: 7px;
}

.pager a {
	text-decoration: none;
	border-bottom: #506eb1 1px solid;
}

.pager a:hover {
	border-bottom: none;
	padding-bottom: 1px;
}

.next-prev .ma {
	padding-right: 20px;
}

.next-prev .ma span {
	font-weight: bold;
}

.numb {
	font-size: 14px;
}

.numb span, .numb a {
	display: inline-block;
	margin-right: 11px;
}

table.registration input[type="text"] {margin-left: 22px; width: 96%;}
div.table_registration {width:500px;}
table.registration td {padding:7px 5px 3px 0; line-height:18px;}
table.registration td:first-child {width:85px;}
table.registration .rs_seminar_1 {padding-top:6px!important;}
table.registration .rs_town, table.registration .rs_date {padding-top:13px;}
table.registration td .check_gr, .check_gr_text {float:left; margin:-4px 21px 5px 20px;}
table.registration .check_gr_text {margin-right:0px; margin-top:9px;}
table.registration .check_gr_text .inputtext {margin-left:0px; width:300px;}
table.registration td .check_gr label {line-height:21px;}
table.registration td .check_gr span.text {display: inline-block; line-height: 24px; margin-top: 8px;}
table.registration td.radio_gr {padding:1px 0 0 2px;}
table.registration td.radio_gr input {margin-left:20px;}
table.registration td .wide {width:411px;}
table.registration td.date input {width:160px; display: block; float:left;}
table.registration td.date a {display:block; float: left; margin-left:10px; margin-top:-1px;}
table.registration td.group span {display:inline-block; margin-top:6px;}
table.registration .rs_name_1 {padding-top:7px!important;}
table.registration .rs_surename, table.registration .rs_mail, table.registration {padding-top:16px;}
table.registration .rs_phone, table.registration .rs_company {padding-top:17px;}
table.registration .rs_pos {padding-top:14px;}
table.registration .rs_other_learn, table.registration .rs_what_courses {padding-top:19px!important;}
table.registration .rs_num_employees {padding: 21px 0 0 0!important;}
table.registration .rs_industry {padding: 18px 0 0 0!important;}
table.registration .rs_role {padding: 18px 0 0 0!important;}
table.registration .submit {margin-top:21px;}
.rs_name_1 input, .rs_surename_1 input, .rs_mail_1 input, .rs_phone_1 input, .rs_company_1 input, .rs_pos_1 input {margin-left:0px!important; width: 260px ! important;}

.ready_registration .red {color:red; font-size:16px;}


/* pager (end) */

.form-bg, .form-bg-pas {
	background: #e7ecf3;
	padding: 20px 40px;
	margin: 10px 0px 15px 0px;
	width: 448px;
}

.form-bg-pas {
	width: 230px;
}

.form-table, .form-table-pas {
	width: 100%;
	line-height: 22px;
}

.form-table .name {
	width: 150px;
}

.form-table .name-contacts {
	width: 100px;
}

.form-table-pas .name {
	width: 100px;
}

.form-table caption {
	text-align: left;
	font-size: 11px;
	padding-bottom: 10px;
}

.form-table td, .form-table-pas td {
	padding: 9px 2px;
	line-height: 17px;
}

.form-table td.name-pos {
	vertical-align: middle;
}

.form-table input[type="text"], .form-table textarea, .form-table-pas input[type="text"], .search input[type="text"] {
	width: 99%;
	font: normal 12px/17px Arial, sans-serif;
	color: #656a74;
	border: #7f9db9 1px solid;
	padding: 1px;
}

input[type="submit"] {
    cursor:pointer;
}

.form-table input.prefix {
	overflow: hidden;
	width: 17%;
	text-align: center;
	color: #bbc3d2;
	float: left;
}

.form-table input.phone-numb {
	overflow: hidden;
	width: 78%;
	float: right;
}

.form-table-pas input {
	width: 165px;
}

.form-table textarea {
	overflow: auto;
	resize: none;
}

.search input[type="submit"], .form-table input[type="submit"], .form-table button, .form-table-pas button, .search button, .inputbuttonflat {
	padding: 0px 20px;
	line-height: normal;
}



.form-table .inputbuttonflat {}

.form-table .button, .form-table-pas .button, .inputbuttonflat {
	text-align: center;
}

.search {
	margin: 0px 0px 40px 2px;
}

.search div {
	margin-bottom: 8px;
}

.search input[type="text"] {
	width: 312px;
	margin-right: 16px;
	color: #656A74;
}

.search .check {
	width: auto;
	border: none;
	margin: 0px 10px 0px 0px;
}

.partners td {
	padding-bottom: 23px;
}

.partners .img {
	padding-right: 24px;
}

.info-table {
	margin-bottom: 42px;
	width: 100%;
}

#content .container .right-column .info-table p {
	padding: 0px;
	margin: 0px;
}

.info-table .border-r {
	border-right: #ffffff 3px solid;
	width: 60%;
}

.info-table th {
	background: #6789b3;
	color: #ffffff;
}

.info-table th, .info-table td {
	padding: 8px 17px 13px 17px;
}

.info-table .bg-tr {
	background: #e7ecf3;
}

.info-table .lic a {
	display: inline-block;
	margin-right: 8px;
	float: right;
}

#content .container .right-column .info-table .lic img {
	margin: 0px;
}

#content .container .right-column .info-table ul {
	margin: 0px;
}

#content .container .right-column .info-table .lic ul {
	float: left;
	width: 77%;
}

p.phone-call {
	padding-left: 18px;
	background-image: url(../images/phone-call.jpg);
	background-repeat: no-repeat;
}

.phone-city td, .phone-city th {
	padding: 2px 15px 2px 0px;
}

.phone-city th {
	color: #9a1c1f;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
}

#content .container .right-column .year-select, #content .container .right-column .month-select {
	margin: -10px 0px 20px 0px;
}

#content .container .right-column .year-select li, #content .container .right-column .month-select li {
	background: none;
	padding: 0px 15px 0px 0px;
	display: inline;
	font-weight: bold;
}

#content .container .right-column .month-select li {
	padding-right: 11px;
	font-weight: normal;
}

.month-select li span {
	font-weight: bold;
}

.year-select li a {
	font-weight: normal;
}

#content .container .right-column .alert {
	margin: 0px 0px 17px 0px;
	color: #cc0033;
	font-size: 11px;
}

#content .container .right-column .alert li, #content .container .right-column span.alert  {
	background-image: url(../images/alert.gif);
	background-position: 11px 0px;
	background-repeat: no-repeat;
	padding-left: 35px;
    padding-bottom: 5px;
	line-height: 15px;
}

.alert-errors {
    margin: 5px 35px;
}

div.alert-errors p font.errortext {
    color: #cc0033;
    font-size:11px;
}

#content .container .right-column .site-map {
	margin: 0px;
	padding: 0px;
	width: 50%;
	float: left;
}

#content .container .right-column .site-map li {
	padding: 0px;
	background: none;
	font-weight: bold;
	padding: 1px 0px;
}

#content .container .right-column .site-map li ul {
	margin: 0px 0px 0px 35px;
}

#content .container .right-column .site-map ul li {
	font-weight: normal;
}

.float-l {
	float: left;
	margin: 0px;
}

.float-l a {
	display: inline-block;
	margin: 0px 0px 7px 25px;
}

label {
	cursor: pointer;
	vertical-align: middle;
}

.found {
	font-size: 14px;
	margin-bottom: 17px;
}

.search-result {
	margin-left: 30px;
	*margin-left: 34px;
	padding: 0px;
}

.search-result li {
	padding-bottom: 26px;
}

#content .container .right-column .search-result li p {
	margin: 0px;
}

a {
	color: #506eb1;
}

.half {
	width: 50% !important;
}

#presentations {}
.level1 {margin: 0 0 10px 0;background:none repeat scroll 0 0 #6789B3; color:#ffffff;padding:8px 17px 13px;font:bold 13px/17px Arial,sans-serif;width:100%;display:block;}
.level2 {color:#656A74;font:bold 12px/17px Arial,sans-serif;width:100%;display:block;margin: 0 0 0 20px;}
#presentations ul#ul-present {padding: 10px 0; margin:0 0 0 20px;}
.photo-comment {float:right;margin-top:12px;margin-left:27px;}
#content .container .right-column .photo-comment img {margin-bottom:2px;}
.photo-comment a {display:block;text-align:center;font-size:11px;}
div.bx-yandex-map {z-index:10;}
#floatMenu {z-index: 1000;}

