/* ======================================================================== */
/* ------------------------------------------------------------------------ */
/* MAIN PAGE ('index.html')
/* ------------------------------------------------------------------------ */
/* ======================================================================== */

/* TITLE ----------------------------------------------------------------- */

.topLine {
visibility: hidden;
display:none;
}

.title {
}
.title div.left,
.title div.right,
.title div.center,
.title div.gradient {
	display: block;
	float:left;
	height: 45px;
	text-align: left;
	/*cursor:pointer;*/
}
.title div.gradient span {
	font-size: 20px;
	color: #fff;
	line-height: 45px;
	text-decoration: none;
	text-transform: uppercase;
}
.title div.left,
.title div.right {
	width: 18px;
}

/* TITLE ORANGE */
.title.orange .left 		{ background: url("/addons/shared_addons/themes/education/img/elements/title_orange_lr.png") left top no-repeat; }
.title.orange .center 		{ background-color: #ebb301; }
.title.orange .right 		{ background: url("/addons/shared_addons/themes/education/img/elements/title_orange_lr.png") right top no-repeat; }
.title.orange .gradient 	{ background: url("/addons/shared_addons/themes/education/img/elements/title_orange_cg.png") left center repeat-y; min-width: 160px; }

/* TITLE GREEN */
.title.green .left 			{ background: url("/addons/shared_addons/themes/education/img/elements/title_green_lr.png") left top no-repeat; }
.title.green .center 		{ background-color: #36aa02; }
.title.green .right 		{ background: url("/addons/shared_addons/themes/education/img/elements/title_green_lr.png") right top no-repeat; }
.title.green .gradient 		{ background: url("/addons/shared_addons/themes/education/img/elements/title_green_cg.png") left center repeat-y; min-width: 148px; }

/* BUTTON ----------------------------------------------------------------- */
.button { float: left; }
.button div.left,
.button div.right,
.button div.center,
.button div.gradient {
	display: block;
	float:left;
	height: 39px;
	text-align: center;
	cursor:pointer;
}
.button div.gradient a {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
}
.button div.left,
.button div.right {
	width: 17px;
}

/* BUTTON ORANGE */
.button.orange .left 		{ background: url("/addons/shared_addons/themes/education/img/elements/button_orange_lr.png") left top no-repeat; }
.button.orange .center 		{ background: url("/addons/shared_addons/themes/education/img/elements/button_orange_c.png") center top repeat-x; }
.button.orange .right 		{ background: url("/addons/shared_addons/themes/education/img/elements/button_orange_lr.png") right top no-repeat; }
.button.orange .gradient 	{ background: url("/addons/shared_addons/themes/education/img/elements/button_orange_cg.png") left top no-repeat; min-width: 100px; }

/* BUTTON BLUE */
.button.blue .left 			{ background: url("/addons/shared_addons/themes/education/img/elements/button_blue_lr.png") left top no-repeat; }
.button.blue .center 		{ background: url("/addons/shared_addons/themes/education/img/elements/button_blue_c.png") center top repeat-x; }
.button.blue .right 		{ background: url("/addons/shared_addons/themes/education/img/elements/button_blue_lr.png") right top no-repeat; }
.button.blue .gradient 		{ background: url("/addons/shared_addons/themes/education/img/elements/button_blue_cg.png") left top no-repeat; min-width: 100px; }

/* BUTTON BLUE LIGHT */
.button.bluelight .left 	{ background: url("/addons/shared_addons/themes/education/img/elements/button_blue_light_lr.png") left top no-repeat; }
.button.bluelight .center 	{ background: url("/addons/shared_addons/themes/education/img/elements/button_blue_light_c.png") center top repeat-x; }
.button.bluelight .right 	{ background: url("/addons/shared_addons/themes/education/img/elements/button_blue_light_lr.png") right top no-repeat; }
.button.bluelight .gradient { background: url("/addons/shared_addons/themes/education/img/elements/button_blue_light_cg.png") left top no-repeat; min-width: 100px; }

/* BUTTON NO ACTIVE (GREY) */
.button.gray .left 	{ background: url("/addons/shared_addons/themes/education/img/elements/button_gray_lr.png") left top no-repeat; }
.button.gray .center 	{ background: url("/addons/shared_addons/themes/education/img/elements/button_gray_c.png") center top repeat-x; }
.button.gray .right 	{ background: url("/addons/shared_addons/themes/education/img/elements/button_gray_lr.png") right top no-repeat; }
.button.gray .gradient { background: url("/addons/shared_addons/themes/education/img/elements/button_gray_cg.png") left top no-repeat; min-width: 100px; }

.button:hover .left,
.button:hover .center,
.button:hover .gradient {
	background-position: left -39px;
}
.button:hover .right {
	background-position: right -39px;
}
.button:active .left,
.button:active .center,
.button:active .gradient {
	background-position: left -78px;
}
.button:active .right {
	background-position: right -78px;
}

/* для серых кнопок */
.button.gray:hover .left,
.button.gray:hover .center,
.button.gray:hover .gradient {
	background-position: left 0;
}
.button.gray:hover .right {
	background-position: right 0;
}
.button.gray:active .left,
.button.gray:active .center,
.button.gray:active .gradient {
	background-position: left 0;
}
.button.gray:active .right {
	background-position: right 0;
}
/* для серых кнопок end*/

/* MAIN MENU */
.mainMenu .bgKinderHand {
	position:absolute;
	top: 0;
	right: 170px;
	width: 75px;
	height: 40px;
	background: url("/addons/shared_addons/themes/education/img/elements/bgKinderHand.png") no-repeat;
}
/* END MAIN MENU */

/* ------------------------------------------------------------------------ */
/* LEFT MENU
/* ------------------------------------------------------------------------ */
.leftMenu {
	position:relative;
	width: 235px;
}
.leftMenu .leftShadow {
	display:block;
	position:absolute;
	width: 22px;
	height: 313px;
	bottom: 0;
	left: -22px;
	background: url("/addons/shared_addons/themes/education/img/elements/leftmenu_shadow_left.png") top right no-repeat;
}
.leftMenu .bottomShadow {
	display:block;
	position:absolute;
	bottom: -26px;
	left: 0;
	width: 269px;
	height: 26px;
	background: url("/addons/shared_addons/themes/education/img/elements/leftmenu_shadow_bottom.png") left top no-repeat;
}
.topLeftMenu {
	width: 235px;
	height: 20px;
	background: url("/addons/shared_addons/themes/education/img/elements/leftmenu_bg_top.png") no-repeat;
}
.centerLeftMenu {
	width: 212px;
	min-height: 278px;
	padding: 0 12px;
	background: url("/addons/shared_addons/themes/education/img/elements/leftmenu_bg_center.png") repeat-y;
}
.bottomLeftMenu {
	width: 235px;
	height: 20px;
	background: url("/addons/shared_addons/themes/education/img/elements/leftmenu_bg_bottom.png") no-repeat;
}

/* ITEM LEFT MENU */
.itemLM {
	width: 212px;
	height: 55px;
	vertical-align: middle;
	list-style-type: none;
}
.itemLM:hover {
	cursor:pointer;
	background: url("/addons/shared_addons/themes/education/img/elements/leftmenu_bg_item_active.png") no-repeat;
}
.itemLM:hover a {
	text-decoration: none;
}
.itemLM .nameItem,
.itemLM .vertical,
.itemLM .icons {
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
	zoom:1;
//display:inline;
}
.itemLM .nameItem {
	text-align:left;
	width: 150px;
}
.itemLM .vertical {
	height:100%;
	width:0px;
}
.itemLM .nameItem a {
	color: #fff;
	text-decoration: none;/*если это убрать, ссылка будет подчеркиваться*/
}
.itemLM .nameItem a:hover {
	text-decoration: none;
}
.itemLM .icons {
	width: 36px;
	height: 32px;

	margin: 0 0 0 5px;
	text-decoration:none;
}
/* ICONS FOR LEFT MENU */
.itemLM .icons {   /* Картинка по умолчанию */
	background: url("/addons/shared_addons/themes/education/img/icons/leftmenu_establishment.png") no-repeat;
}

.itemLM .icons.employer {
	background: url("/addons/shared_addons/themes/education/img/icons/leftmenu_pedagogi.png") no-repeat;
}
.itemLM .icons.news {
	background: url("/addons/shared_addons/themes/education/img/icons/leftmenu_news.png") no-repeat;
}
.itemLM .icons.media {
	background: url("/addons/shared_addons/themes/education/img/icons/leftmenu_media.png") no-repeat;
}
.itemLM .icons.info {
	background: url("/addons/shared_addons/themes/education/img/icons/leftmenu_question.png") no-repeat;
}
.itemLM .icons.report {
	background: url("/addons/shared_addons/themes/education/img/icons/leftmenu_sitemap.png") no-repeat;
}
.itemLM .icons.program {
	background: url("/addons/shared_addons/themes/education/img/icons/leftmenu_establishment.png") no-repeat;
}

/* ------------------------------------------------------------------------ */
/* INTERVIEW
/* ------------------------------------------------------------------------ */
.interview {
	width: 215px;
	font-size: 14px;
	text-align:left;
	margin-top: 25px;
	padding: 10px 15px;
}
.interview .titleInterview {
	color: #0d5a98;
	font-weight:400;
	font-size: 26px;
}
.interview .questionInterview {
	margin: 15px 0;
	font-style:italic;
}
.interview ul li {
	margin: 12px 0;
	list-style-type: none;
}
.interview ul li input {
	margin: 0 10px 0 0;
}

/* ------------------------------------------------------------------------ */
/* BANNER IMAGE
/* ------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------ */
/* CONTACTS
/* ------------------------------------------------------------------------ */
.contacts {
	position: relative;
	min-width: 460px;
	text-align: left;
}
.blockCn {
	margin: 20px 0;
	min-width: 460px;
}
.blockCn .label {
	float:left;
	width: 150px;
	margin: 10px 5px 10px 0;
}
.blockCn .description {
	float:left;
	width: 265px;
	margin: 10px 0 10px;
	color: #545454;
	font-weight: bold;
}
.blockCn .description a {
	color: #00569f;
}
.lineCn {
	min-height: 40px;
	border-bottom: 1px dotted #b0b0b0;
}
.lineCn.last {
	border-bottom: 0;
}
.lineCn div.img {
	float:left;
	width: 17px;
	height: 20px;
	margin: 10px 10px 10px;
}
.lineCn div.img.address {
	background: url("/addons/shared_addons/themes/education/img/icons/contacts_address.png") no-repeat;
}
.lineCn div.img.phone {
	background: url("/addons/shared_addons/themes/education/img/icons/contacts_phone.png") no-repeat;
}
.lineCn div.img.email {
	background: url("/addons/shared_addons/themes/education/img/icons/contacts_email.png") no-repeat;
}
.lineCn div.img.site {
	background: url("/addons/shared_addons/themes/education/img/icons/contacts_site.png") no-repeat;
}
.lineCn div.img.manager {
	background: url("/addons/shared_addons/themes/education/img/icons/contacts_manager.png") no-repeat;
}

/* ------------------------------------------------------------------------ */
/* MAIN SEARCH
/* ------------------------------------------------------------------------ */
.mainSearch {
	min-width: 460px;
}
div.titleMS {
	font-weight: normal;
	font-size: 18px;
	font-family: Verdana;
	margin: 5px 0 15px 0px;
}
.boxMS {
	position:relative;
	width: 460px;
	height: 39px;
	margin: 10px 0 0px;
}
.boxMS .left {
	float:left;
	width: 10px;
	height: 39px;
	background: url("/addons/shared_addons/themes/education/img/elements/mainsearch_bg_left.png") no-repeat;
}
.boxMS .center {
	float:left;
	width: 330px;
	height: 39px;
	background: url("/addons/shared_addons/themes/education/img/elements/mainsearch_bg_center.png") repeat-x;
}
.boxMS .center input[type="text"] {
	position:absolute;
	top: 10px;
	left: 10px;
	width: 330px;
	height: 18px;
	border: 0;
	font-size: 14px;
	color: #787878;
	background: #f9f9f9;
}
.boxMS .right {
	float:left;
	width: 118px;
	height: 39px;
	background: url("/addons/shared_addons/themes/education/img/elements/mainsearch_bg_right.png") no-repeat;
}
.boxMS .right .buttonMS {
	position:absolute;
	top: 10px;
	right: 18px;
	width: 84px;
	height: 20px;
	cursor:pointer;
	background: url("/addons/shared_addons/themes/education/img/elements/mainsearch_button.png") no-repeat;
}

/* ------------------------------------------------------------------------ */
/* MAIN MEWS
/* ------------------------------------------------------------------------ */

.school_news {
	width: 460px;
	margin-bottom: 15px;
}

.block_ads {
	position:relative;
	width: 460px;
	height: 345px;
	overflow: hidden;
	line-height: 20px;
}

.block_ads .slider_news {
	position:absolute;
	left: 0;
	bottom: 0;
	min-width: 460px;
	height: 116px;
	background: url("/addons/shared_addons/themes/education/img/elements/slider_news_fon.png") bottom repeat;
}

.slider_news a.slider_news_left, .slider_news a.slider_news_right {
	display:block;
	float:left;
	width: 24px;
	height: 57px;
	margin: 33px 8px;
	text-decoration:none;
	background: url("/addons/shared_addons/themes/education/img/elements/slider_news_left.png") no-repeat;
}

.slider_news a.slider_news_right {
	background: url("/addons/shared_addons/themes/education/img/elements/slider_news_right.png") no-repeat;
}

.scrolling_ad_text {
	float:left;
	width: 380px;
	height: 70px;
	text-align:left;
	margin: 15px 0;
}

.post_date {
	position: relative;
	height: 25px;
	color: #b2f1ff;
	font-size: 13px;
}

.post_date .post_date_number {
	float:left;
	margin-right: 5px;
	font-size: 28px;
	line-height: 22px;
}

.post_date_month {
	float:none;
	line-height: 8px;
}

.scrolling_ad_text .short_text {
	width: 380px;
	height: 43px;
	float:right;
	margin-top: 5px;
	text-align:left;
	overflow: hidden;
}

.scrolling_ad_text .short_text a {
	color: #fff;
	text-decoration:none;
	font-size: 18px;
}

.blocks_news {
	min-width: 460px;
	min-height: 145px;
	border-bottom: 1px dotted #b0b0b0;
}

.blocks_news ul {
	margin: 5px 0 0;
	display:inline-block;
	position: relative;
}

.blocks_news ul li {
	width: 135px;
	height: 165px;
	margin: 5px 27px 18px 0;
	float:left;
	text-align:left;
	list-style-type:none;
}

.blocks_news ul li.block_is_not_indented {
	margin: 5px 130px 18px 0;
}

.blocks_news ul li .date_news {
	position: relative;
	height: 30px;
	color: #a3a3a3;
	font-size: 13px;
}

.date_news .date_news_number {
	float:left;
	margin-right: 5px;
	font-size: 28px;
	line-height: 22px;
}

.date_news .date_news_month {
	float:none;
	line-height: 8px;
}

.blocks_news ul li a img {
	width: 135px;
	height: 65px;
}

.blocks_news ul li div.short_news_text {
	width: 125px;
	height: 45px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 14px;
}

li div.short_news_text a {
	text-decoration: none;
}


/* ------------------------------------------------------------------------ */
/* STATISTICS
/* ------------------------------------------------------------------------ */
.statistics {
	position:relative;
	text-align: left;
	margin: 0 0 25px;
}
.iconSt {
	position:absolute;
	top: -15px;
	right: -3px;
	width: 68px;
	height: 67px;
	z-index: 1;
	background: url("/addons/shared_addons/themes/education/img/elements/statistics_icon.png") no-repeat;
}
.statistics ul li.lineSt {
	padding: 15px 0;
	border-bottom: 1px dotted #adadad;
	list-style-type: none;
}
.statistics ul li.lineSt.last {
	border-bottom: 0;
}
.statistics ul li.lineSt .itemSt {
	font-size: 14px;
	color: #686868;
}
.statistics ul li.lineSt .valueSt {
	color: #da251d;
	font-weight: bold;
}
.statistics .icons {
	float:left;
	width: 15px;
	height: 15px;
	margin: 0 15px 0 10px;
}
.statistics .icons.organization {
	background: url("/addons/shared_addons/themes/education/img/icons/statistics_organization.png") no-repeat;
}
.statistics .icons.school {
	background: url("/addons/shared_addons/themes/education/img/icons/statistics_school.png") no-repeat;
}
.statistics .icons.students {
	background: url("/addons/shared_addons/themes/education/img/icons/statistics_students.png") no-repeat;
}
.statistics .icons.treatment {
	background: url("/addons/shared_addons/themes/education/img/icons/statistics_treatment.png") no-repeat;
}
.statistics .icons.article {
	background: url("/addons/shared_addons/themes/education/img/icons/statistics_article.png") no-repeat;
}

/* ------------------------------------------------------------------------ */
/* BANNERS
/* ------------------------------------------------------------------------ */
.banner {
	position:relative;
	width: 220px;
	margin: 0 10px 15px;
}
.banner .shareTL {
	position:absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url("/addons/shared_addons/themes/education/img/elements/share_tl.png") no-repeat;
}
.banner .shareBR {
	position:absolute;
	right: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	background: url("/addons/shared_addons/themes/education/img/elements/share_br.png") no-repeat;
}
.banner .img img {
	width: 100%;
}
.banner .text {
	min-width: 181px;
	margin: -5px 0 0 0;
	text-align: center;
	line-height: 22px;
	padding: 10px 15px;
	background: url("/addons/shared_addons/themes/education/img/elements/banner_bg_light.png") top center no-repeat #115c90;
}
.banner .text a {
	font-size: 16px;
	color: #fff;
	text-decoration:none;
}
.banner .text a .middle {
	font-size: 20px;
}
.banner .text a .large {
	font-size: 24px;
}
.banner.blue .text { background-color: #115c90; }
.banner.lilac .text { background-color: #821594;}
.banner.green .text { background-color: #04a442; }


/* ========================================================================================================== */
/* ---------------------------------------------------------------------------------------------------------- */
/* AUTHORIZATION / АВТОРИЗАЦИЯ  | DESCRIPTION ('authorization.html')
/* ---------------------------------------------------------------------------------------------------------- */
/* ========================================================================================================== */

/* ------------------------------------------------------------------------ */
/* SECTION
/* ------------------------------------------------------------------------ */

/* BLOCK ------------------------------------------------------------------ */

#authorization {
	position:absolute;
	top: 50px;
	right: 0px;
	width: 270px;
	text-align:right;
	z-index: 4;
}

/* ITEM */

#authorization .authorizationTopBlock,
#authorization .authorizationCenterBlock,
#authorization .authorizationBottomBlock {
	float:left;
}

#authorization .authorizationTopBlock .authorizationLeftTop {
	float:left;
	width:12px;
	height:12px;
	background: url("/addons/shared_addons/themes/education/img/elements/authorization_left_top.png") no-repeat;
}

#authorization .authorizationTopBlock .authorizationTop {
	float:left;
	width:246px;
	height:12px;
	background: url("/addons/shared_addons/themes/education/img/elements/authorization_top.png") repeat-x;
}

#authorization .authorizationTopBlock .authorizationRightTop {
	float:left;
	width:12px;
	height:12px;
}

#authorization .authorizationCenterBlock .authorizationLeft {
	float:left;
	width:12px;
	height:165px;
}

#authorization .authorizationCenterBlock .authorizationCenter {
	float:left;
	width:246px;
	height:180px;
	background: #fff;
	text-align:right;
}

#authorization .authorizationCenterBlock .authorizationCenter span {
	font-size: 17px;
	color: #014789;
}

#authorization .authorizationCenterBlock .authorizationCenter .fieldAuthorization {
	position:relative;

}
#authorization .fieldAuthorization {
	margin: 0 0 10px 0;
}
#authorization .fieldEmail  {
	margin-top: 15px;
	margin-bottom: 0px;
}

.authorizationCenter .fieldAuthorization.fieldEmail {
	bottom: 10px;
}

.authorizationCenterBlock .authorizationCenter .fieldAuthorization .textboxLeft {
	float:left;
	width: 2px;
	height: 26px;
	background: url("/addons/shared_addons/themes/education/img/elements/textbox_left.png") no-repeat;
}

.authorizationCenterBlock .authorizationCenter .fieldAuthorization .textboxCenter {
	position:relative;
	float:left;
	width: 240px;
	height: 26px;
	background: url("/addons/shared_addons/themes/education/img/elements/textbox_center.png") repeat-x;
}

.authorizationCenter .fieldAuthorization .textboxCenter a.iconEmail,
.authorizationCenter .fieldAuthorization .textboxCenter a.iconPassword {
	position:absolute;
	top: -2px;
	right: -20px;
	width: 35px;
	height: 30px;
	text-decoration:none;
	background: url("/addons/shared_addons/themes/education/img/icons/icon_email.png") no-repeat;
}

.authorizationCenter .fieldAuthorization .textboxCenter a.iconPassword {
	background: url("/addons/shared_addons/themes/education/img/icons/icon_password.png") no-repeat;
}

.authorizationCenterBlock .authorizationCenter .fieldAuthorization .textboxCenter input,
.authorizationCenterBlock .authorizationCenter .fieldAuthorization .textboxCenter input {
	margin: 4px 0 0;
	width: 238px;
	height:18px;
	color: #737373;
	background: #e2e2e2;
	outline-style: none;
	border: 0;
}

.authorizationCenterBlock .authorizationCenter .fieldAuthorization .textboxRight {
	float:left;
	width: 3px;
	height: 26px;
	background: url("/addons/shared_addons/themes/education/img/elements/textbox_right.png") no-repeat;
}

.authorizationCenterBlock .authorizationCenter .button.bluelight
    /*.authorizationCenterBlock .authorizationCenter .button.blue*/ {
	margin-top: 10px;
	float:right;
	outline: none;
}

#authorization .authorizationCenterBlock .authorizationRight {
	float:left;
	width:12px;
	height:150px;
}

#authorization .authorizationBottomBlock .authorizationLeftBottom {
	float:left;
	width:12px;
	height:12px;
	background: url("/addons/shared_addons/themes/education/img/elements/authorization_left_bottom.png") no-repeat;
}

#authorization .authorizationBottomBlock .authorizationBottom {
	float:left;
	width:246px;
	height:12px;
	background: url("/addons/shared_addons/themes/education/img/elements/authorization_bottom.png") repeat-x;
}

#authorization .authorizationBottomBlock .authorizationRightBottom {
	float:left;
	width:12px;
	height:12px;
	background: url("/addons/shared_addons/themes/education/img/elements/authorization_right_bottom.png") no-repeat;
}

/* END */


/* ========================================================================================================== */
/* ---------------------------------------------------------------------------------------------------------- */
/* Step2 _ Choose an institution / ВЫБРАТЬ УЧРЕЖДЕНИЕ _ ШАГ 2  | DESCRIPTION ('сhoose_institution.html')
/* ---------------------------------------------------------------------------------------------------------- */
/* ========================================================================================================== */

/* ------------------------------------------------------------------------ */
/* SECTION
/* ------------------------------------------------------------------------ */

.centerSection.one {
}


/* BLOCK ------------------------------------------------------------------ */

.selectTypeInstitution {
}

.pointsSelectingAnInstitution {
	display:block;
	width: 970px;
	overflow: hidden; /* Это свойство задано для того, чтобы текущий блок был виден. Это из-за применения float */
}


.choiceInstitution {
	width: 970px;
}


/* --- ITEM --- */

/* TabBoxTitle */

.TabBoxTitle li {
	float:left;
	margin-right: 50px;
	list-style-type: none;
}

.TabBoxTitle li a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px dotted #00569f;
}

.TabBoxTitle li a:hover {
	border-bottom: 2px dotted #319fd2;
}

.TabBoxTitle li.activeTab a {
	color: #686868;
	border-bottom: 0;
}

/* END TabBoxTitle */


/* Points Selecting An Institution */

.arrow_type_institutions.one, .arrow_type_institutions.two, .arrow_type_institutions.three, .arrow_type_institutions.four {
	float:left;
	margin: 5px 0 0 30px;
	width: 35px;
	height: 15px;
	background: url("/addons/shared_addons/themes/education/img/elements/arrow_type_institutions.png") no-repeat;
}


.arrow_type_institutions.two, .arrow_type_institutions.three, .arrow_type_institutions.four {
	display:none;
}


.arrow_type_institutions.two {
	margin: 5px 0 0 165px;
}

.arrow_type_institutions.three {
	margin: 5px 0 0 340px;
}

.arrow_type_institutions.four {
	margin: 5px 0 0 630px;
}

.type_institution_top_block {
	float:left;
	width: 970px;
}

.type_institution_top_block .type_institution_left_top {
	float:left;
	width: 6px;
	height: 6px;
	background: url("/addons/shared_addons/themes/education/img/elements/type_institution_left_top.png") no-repeat;
}

.type_institution_top_block .type_institution_top_bottom {
	float:left;
	width: 958px;
	height: 6px;
	background: #ebebeb;
}

.type_institution_top_block .type_institution_right_top {
	float:left;
	width: 6px;
	height: 6px;
	background: url("/addons/shared_addons/themes/education/img/elements/type_institution_right_top.png") no-repeat;
}

.type_institution_center_block {
	float:left;
	width: 940px;
	min-height: 329px;
	padding: 10px 15px;
	background: #ebebeb;
}

.type_institution_center_block ul.firstList,
.type_institution_center_block ul.secondList {
	float:left;
	width: 490px;
	padding-right: 10px;
}

.type_institution_center_block ul.secondList {
	width: 410px;
	margin-left: 10px;
}

.type_institution_center_block ul.firstList li,
.type_institution_center_block ul.secondList li {
	float:left;
	width: 490px;
	padding: 10px;
	list-style-type: none;
}

.type_institution_center_block ul.secondList li {
	width: 410px;
}

ul.firstList li:hover,
ul.secondList li:hover {
	background: #38aff3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

ul.firstList li:hover label,
ul.secondList li:hover label {
	color: #fff;
}

ul.firstList li input,
ul.secondList li input {
	float:left;
	width: 15px;
	height: 20px;
	text-align:center;
}

ul.firstList li label,
ul.secondList li label {
	float:right;
	text-align:left;
	color: #00569f;
	width: 470px;
	font-family:Verdana;
	cursor: pointer;
}

ul.secondList li label {
	width: 380px;
}

.type_institution_bottom_block {
	float:left;
	width: 970px;
}

.type_institution_bottom_block .type_institution_left_bottom {
	float:left;
	width: 6px;
	height: 6px;
	background: url("/addons/shared_addons/themes/education/img/elements/type_institution_left_bottom.png") no-repeat;
}

.type_institution_bottom_block .type_institution_top_bottom {
	float:left;
	width: 958px;
	height: 6px;
	background: #ebebeb;
}

.type_institution_bottom_block .type_institution_right_bottom {
	float:left;
	width: 6px;
	height: 6px;
	background: url("/addons/shared_addons/themes/education/img/elements/type_institution_right_bottom.png") no-repeat;
}
/* END Points Selecting An Institution */


/* Search Results */

.choiceInstitution .searchResults {
	width: 970px;
}

.choiceInstitution .quickSearch {
	margin: 20px 0;
}

.quickSearch label.quickSearchText {
	float:left;
	width: 240px;
	height: 26px;
	color: #545454;
	font-size: 14px;
	font-family:Verdana;
	line-height: 26px;
	margin: 0 15px 0 0;
}

.quickSearch .quickSearchText {
	font-size: 14px;
	font-family:Verdana;
	line-height: 26px;
	height: 26px;
}

.quickSearch .quickSearchInput {
	float:left;
	width: 600px;
	height: 26px;
}

.quickSearchInput .textboxLeft {
	float:left;
	width: 3px;
	height: 26px;
	background: url("/addons/shared_addons/themes/education/img/elements/textbox_left.png") no-repeat;
}

.quickSearchInput .textboxCenter {
	float:left;
	width: 394px;
	height: 26px;
	background: url("/addons/shared_addons/themes/education/img/elements/textbox_center.png") repeat-x;
}

.quickSearchInput .textboxCenter input {
	margin: 3px 0 0;
	width: 390px;
	height: 20px;
	background: #e2e2e2;
	outline-style: none;
	border: 0;
}

.quickSearchInput .textboxRight {
	float:left;
	width: 3px;
	height: 26px;
	background: url("/addons/shared_addons/themes/education/img/elements/textbox_right.png") no-repeat;
}

.searchResults .foundEstablishment,
.searchResults .foundEstablishment.white {
	height: 35px;
	padding: 10px;
	background: #ebebeb;
}

.searchResults .foundEstablishment.white {
	background: #f9f9f9;
}

.searchResults .foundEstablishment:hover,
.searchResults .foundEstablishment.white:hover {
	background: #38aff3;
	cursor: pointer;
}

.searchResults .foundEstablishment:hover a,
.searchResults .foundEstablishment.white:hover a {
	color: #fff;
}

.foundEstablishmentIcon {
	float:left;
	margin: 0 10px 0 0;
	width: 30px;
	height: 30px;
	background: url("/addons/shared_addons/themes/education/img/icons/found_establishment_icon.png") no-repeat;
}

.foundEstablishmentText a {
	color: #00569f;
	font-size:13px;
	font-family:Verdana;
	text-decoration:none;
}

.foundEstablishmentText a:hover {
	color: #fff;
}

.scrollingSearchResults {
	width: 500px;
	height: 30px;
	margin: 20px 0;
}

.scrollingSearchResults ul li {
	float: left;
	width: 27px;
	height: 27px;
	font-size: 18px;
	text-align:center;
	line-height: 27px;
	list-style-type: none;
}

.scrollingSearchResults ul li.symbolScroll a {
	text-decoration:none;
}

.scrollingSearchResults ul li.active {
	background: url("/addons/shared_addons/themes/education/img/elements/bg_scrolling_pages.png") no-repeat;
}

.scrollingSearchResults ul li.active a {
	color: #fff;
	text-decoration:none;
}

/* END */


/* =============================================================================================================== */
/* --------------------------------------------------------------------------------------------------------------- */
/* Step3 _ Information Agencies / ИНФОРМАЦИЯ ОБ УЧРЕЖДЕНИИ _ ШАГ 3  | DESCRIPTION ('information_agencies.html')
/* --------------------------------------------------------------------------------------------------------------- */
/* =============================================================================================================== */

/* ------------------------------------------------------------------------ */
/* SECTION
/* ------------------------------------------------------------------------ */

.centerSection.one {
}

/* BLOCK ------------------------------------------------------------------ */

.informationAgencies {
}

/* --- ITEM --- */

.titleInformationAgencies {
	font-size: 28px;
	width: 735px;
	margin: 20px 0;
	color: #616161;
	line-height: 28px;
}

.blockInformationAgencies {
	width: 720px;
	min-height: 280px;
}

.informationAgencies .blockInformationAgencies .photoInformationAgencies {
	float:left;
	width: 450px;
	height: 280px;
	margin: 0 20px 10px 0;
}

.informationAgencies .blockInformationAgencies .blockCn {
	float:right;
	text-align:left;
	margin: 0 30px 0 0;
	width: 470px;
}

.informationAgencies .detailedInformationAgencies ul li {
	margin: 15px 0;
	list-style-type: none;
}

.informationAgencies .detailedInformationAgencies ul li span {
	font-family:Verdana;
	color: #00569f;
	border-bottom: 2px dotted #00569f;
	cursor: pointer;
}

.informationAgencies .detailedInformationAgencies ul li span.intendedOnce {
	font-family:Verdana;
	text-indent: 20px;
	display: block;
	color: #00569f;
	border-bottom: none;
	cursor: pointer;
}

.informationAgencies .detailedInformationAgencies ul li div.intendedTwice {
	font-family:Verdana;
	padding-left: 40px;
}

/* END */


/* =============================================================================================================== */
/* --------------------------------------------------------------------------------------------------------------- */
/* Static page / татическая инфорсация  | DESCRIPTION ('static_page.html')
/* --------------------------------------------------------------------------------------------------------------- */
/* =============================================================================================================== */

/* ------------------------------------------------------------------------ */
/* SECTION
/* ------------------------------------------------------------------------ */



.Content .centerSection.two {
	margin-left: 20px;
	width: 720px;
}


/* BLOCK ------------------------------------------------------------------ */

.staticPage {
	width: 720px;
}


/* --- ITEM --- */


.staticPage .pageWithText {

}

.staticPage .pageWithText p {
	margin: 15px 0;
}

/* ======================================================================== */
/* ------------------------------------------------------------------------ */
/* NAME PAGE | DESCRIPTION ('URL PAGE')
/* ------------------------------------------------------------------------ */
/* ======================================================================== */

/* ------------------------------------------------------------------------ */
/* SECTION
/* ------------------------------------------------------------------------ */

/* BLOCK ------------------------------------------------------------------ */

/* ITEM */


/* BEKHTER BEGIN STEPS */
div.steps
{
	height: 36px;
	margin-top: 20px;
	background: url("/addons/shared_addons/themes/education/img/elements/bar_steps.png") top left no-repeat transparent;
	position: relative;
}
div.steps div
{
	position: absolute;
	height: 34px;
	top: 2px;
	text-align: center;
	line-height: 32px;
	font-weight: bold;
	color: #456892;
}
div.steps div.active
{
	color: #FFFFFF;
}
div.step1
{
	left: 2px;
	width: 240px;
}
div.step2
{
	left: 233px;
	width: 235px;
}
div.step3
{
	left: 458px;
	width: 271px;
}
div.step1.active
{
	background: url("/addons/shared_addons/themes/education/img/elements/step1.png") top left no-repeat transparent;
}
div.step2.active
{
	background: url("/addons/shared_addons/themes/education/img/elements/step2.png") top left no-repeat transparent;
}
div.step3.active
{
	background: url("/addons/shared_addons/themes/education/img/elements/step3.png") top left no-repeat transparent;
}
div.map, div.list
{
	position: relative;
}
div.map
{
	height: 600px;
}
div.map div.tip
{
	position: absolute;
	right: 0px;
	top: 30px;
	width: 220px;
	height: 71px;
	background: url("/addons/shared_addons/themes/education/img/elements/tip1.png") top left no-repeat transparent;
	padding: 13px 0 0 30px;
	color: #FFFFFF;
	font-size: 18px;
}
div.list
{
	background: #EBEBEB;
	border-radius: 5px;
	padding: 20px 30px;
}
div.list div.tip
{
	position: absolute;
	left: 0px;
	top: -74px;
	width: 214px;
	height: 71px;
	background: url("/addons/shared_addons/themes/education/img/elements/tip2.png") top left no-repeat transparent;
	padding: 13px 0 0 28px;
	color: #FFFFFF;
	font-size: 18px;
}
div.list>div
{
	width: 226px;
	display: inline-block;
}
div.list a
{
	display: inline-block;
	padding: 4px 6px;
	text-decoration: none;
	color: #00569F;
	font-weight: bold;
}
div.list a:hover
{
	background: #38AFF3;
	color: #FFFFFF;
}
/* BEKHTER END STEPS*/

/* BEKHTER BEGIN CALLBACK */
div.titleH
{
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
div.callback
{
	position: relative;
	margin-top: 70px;
	/*	background: url("/addons/shared_addons/themes/education/img/elements/background.png") top left no-repeat transparent;
		padding-left: 140px;
		*/
	/*height: 500px;*/
}
div.callback>div
{
	padding: 10px 0;
}
div.callback div.tip
{
	color: #787878;
	position: absolute;
	top: -30px;
	padding: 0;
}
div.callback div.label
{
	padding-left: 15px;
	font-weight: bold;
	width: 240px;
	display: inline-block;
	vertical-align: top;
}
div.links
{
	padding: 0px 0px 11px 0px !important;
	vertical-align: bottom !important;
}
div.links a
{
	color: #00569F;
	outline-style: none;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
div.callback .require
{
	background: url("/addons/shared_addons/themes/education/img/elements/require.png") top left no-repeat transparent;
}
div.callback span.require
{
	display: inline-block;
	width: 10px;
	height: 10px;
}
div.callback div.value
{
	display: inline-block;
	width: 300px;
}
div.callback div.value.text div.input
{
	height: 100px;
}
div.callback div.label.text
{
	position: relative;
	top: -80px;
}
div.callback  div.send
{
	float: right;
}
div.callback div.input.code
{
	width: 50px;
}
div.callback div.input.tel
{
	width: 150px
}
div.callback span.error
{
	display: inline-block;
	height: 14px;
}
/* BEKHTER END CALLBACK*/

/* BEKHTER BEGIN CABINET */
div.lcabinet
{
	position: relative;
	margin-top: 20px;
	height: 550px;
	background: url("/addons/shared_addons/themes/education/img/elements/background.png") top left no-repeat transparent;
	padding-left: 140px;
}
div.tabs
{
	clear: both;
	padding: 0 108px;
	height: 41px;
}
div.tabs>div
{
	float: left;
}
div.tabs>div>div
{
	width: 6px;
	height: 28px;
	float: left;
	padding-top: 13px;
}
div.tabs>div>div.first+div
{
	padding: 13px 10px 0 10px;
}
div.tabs>div>div.first
{
	background: url("/addons/shared_addons/themes/education/img/elements/ltab.png") bottom left no-repeat transparent;
}
div.tabs>div>div.first+div
{
	width: auto;
	background: url("/addons/shared_addons/themes/education/img/elements/ctab.png") bottom left repeat-x transparent;
}
div.tabs>div>div.first+div+div
{
	background: url("/addons/shared_addons/themes/education/img/elements/rtab.png") bottom left no-repeat transparent;
}
div.tabs>div.active>div.first
{
	background: url("/addons/shared_addons/themes/education/img/elements/ltab_active.png") top left no-repeat transparent;
}
div.tabs>div.active>div.first+div
{
	width: auto;
	background: url("/addons/shared_addons/themes/education/img/elements/ctab_active.png") top left repeat-x transparent;
}
div.tabs>div.active>div.first+div+div
{
	background: url("/addons/shared_addons/themes/education/img/elements/rtab_active.png") top left no-repeat transparent;
}
div.lcabinet div.tip
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 65px;
	padding: 10px 0 0 25px;
	position: absolute;
	right: 0;
	top: -20px;
	width: 324px;
	background: url("/addons/shared_addons/themes/education/img/elements/tip.png") top left no-repeat transparent;
}
div.lcabinet>div
{
	padding: 15px 0;
}
div.lcabinet div.label
{
	font-weight: bold;
	width: 240px;
	display: inline-block;
}
div.lcabinet div.value
{
	display: inline-block;
	width: 300px;
}
/* BEKHTER END CABINET */

/* BEKHTER BEGIN NEW */
div.newpath
{
	padding: 0 0 10px;
}
div.newpath a
{
	margin: 0 3px;
}
.centerSection.newsection
{
	margin: 0 !important;
	padding-right: 20px;
}
div.title.newdate span
{
	font-size: 36px;
	float: left;
	margin-right: 10px;
}
div.title.newdate div.gradient
{
	min-width: 120px !important;
}
div.title.newdate span+div
{
	padding-top: 3px;
}
div.title.newdate span+div, div.title.newdate span+div+div
{
	color: #FFFFFF;
	font-weight: bold;
}
div.newcontent
{
	padding: 10px 0 20px;
}
div.newtitle
{
	font-size: 18px;
	color: #015FA5;
	padding: 10px 0;
}
div.newback
{
	border-top: 1px dotted;
}
div.newback a
{
	color: #FFFFFF;
	text-decoration: none;
	width: 82px;
	height: 22px;
	display: inline-block;
	margin-top: 10px;
	padding-left: 25px;
	background: url("/addons/shared_addons/themes/education/img/elements/back.png") top left no-repeat transparent;
}
div.prevnewstitle
{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}
div.prevnew
{
	border-bottom: 1px dotted;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div.prevnew div.prevnewdate
{
	color: #989696;
	font-size: 30px;
	float: left;
	margin-right: 5px;
	line-height: 100%;
}
div.prevnew div.prevnewdate+div, div.prevnew div.prevnewdate+div+div
{
	color: #989696;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}
div.prevnew div.newpreview
{
	clear: both;
	padding: 5px;
	font-size: 12px;
}
/* BEKHTER END NEW *//* ======================================================================== */
/* ------------------------------------------------------------------------ */
/* NAME PAGE | DESCRIPTION ('URL PAGE')
/* ------------------------------------------------------------------------ */
/* ======================================================================== */

/* ------------------------------------------------------------------------ */
/* SECTION
/* ------------------------------------------------------------------------ */

/* BLOCK ------------------------------------------------------------------ */

/* ITEM */


/* BEKHTER BEGIN STEPS */
div.steps
{
	height: 36px;
	margin-top: 20px;
	background: url("/addons/shared_addons/themes/education/img/elements/bar_steps.png") top left no-repeat transparent;
	position: relative;
}
div.steps div
{
	position: absolute;
	height: 34px;
	top: 2px;
	text-align: center;
	line-height: 32px;
	font-weight: bold;
	color: #456892;
}
div.steps div.active
{
	color: #FFFFFF;
}
div.step1
{
	left: 2px;
	width: 240px;
}
div.step2
{
	left: 233px;
	width: 235px;
}
div.step3
{
	left: 458px;
	width: 271px;
}
div.step1.active
{
	background: url("/addons/shared_addons/themes/education/img/elements/step1.png") top left no-repeat transparent;
}
div.step2.active
{
	background: url("/addons/shared_addons/themes/education/img/elements/step2.png") top left no-repeat transparent;
}
div.step3.active
{
	background: url("/addons/shared_addons/themes/education/img/elements/step3.png") top left no-repeat transparent;
}
div.map, div.list
{
	position: relative;
}
div.map
{
	height: 600px;
}
div.map div.tip
{
	position: absolute;
	right: 0px;
	top: 30px;
	width: 220px;
	height: 71px;
	background: url("/addons/shared_addons/themes/education/img/elements/tip1.png") top left no-repeat transparent;
	padding: 13px 0 0 30px;
	color: #FFFFFF;
	font-size: 18px;
}
div.list
{
	background: #EBEBEB;
	border-radius: 5px;
	padding: 20px 30px;
}
div.list div.tip
{
	position: absolute;
	left: 0px;
	top: -74px;
	width: 214px;
	height: 71px;
	background: url("/addons/shared_addons/themes/education/img/elements/tip2.png") top left no-repeat transparent;
	padding: 13px 0 0 28px;
	color: #FFFFFF;
	font-size: 18px;
}
div.list>div
{
	width: 226px;
	display: inline-block;
}
div.list a
{
	display: inline-block;
	padding: 4px 6px;
	text-decoration: none;
	color: #00569F;
	font-weight: bold;
}
div.list a:hover
{
	background: #38AFF3;
	color: #FFFFFF;
}
/* BEKHTER END STEPS*/

/* BEKHTER BEGIN ELEMENTS INPUTS, LINKS */
div.input
{
	background: #CBCBCB;
	border-radius: 3px;
	display: inline-block;
	height: 23px;
	padding-top: 3px;
	width: 100%;
	position: relative;
}
div.input input, div.input textarea, div.input select
{
	background: #EBEBEB;
	border: 0 none;
	border-radius: 3px;
	height: 100%;
	margin: 0;
	/*padding: 0;*/
	width: 100%;
	padding: 0 5px;
	resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(border-radius.htc);
	vertical-align: top;
}
div.input select
{
	cursor: pointer;
	height: 23px;
	text-indent: 0;
	padding: 0;
	padding-left: 2px;
}
div.input div.select
{
	position: absolute;
	width: 23px;
	height: 23px;
	right: 0px;
	top: 3px;
	background: url("/addons/shared_addons/themes/education/img/elements/select.png") center center no-repeat transparent;
}
div.input.ok
{
	background: #BFE4A2;
}
div.input.ok span
{
	display: block;
	position: absolute;
	right: -25px;
	top: 0px;
	height: 26px;
	width: 20px;
	background: url("/addons/shared_addons/themes/education/img/elements/ok.png") center center no-repeat transparent;
}
div.input.ok input, div.input.ok textarea
{
	background: #DAF0C8;
}

a.script
{
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px dotted;
	text-decoration: none;
	cursor: pointer;
}
/* BEKHTER END INPUTS*/

/* BEKHTER BEGIN CABINET */
div.lcabinet
{
	position: relative;
	margin-top: 20px;
	height: 650px;
	background: url("/addons/shared_addons/themes/education/img/elements/background.png") top left no-repeat transparent;
	padding-left: 140px;
}
div.tabs
{
	clear: both;
	padding: 0 108px;
	height: 41px;
}
div.tabs>div
{
	float: left;
}
div.tabs>div>div
{
	width: 6px;
	height: 28px;
	float: left;
	padding-top: 13px;
}
div.tabs>div>div.first+div
{
	padding: 13px 10px 0 10px;
}
div.tabs>div>div.first
{
	background: url("/addons/shared_addons/themes/education/img/elements/ltab.png") bottom left no-repeat transparent;
}
div.tabs>div>div.first+div
{
	width: auto;
	background: url("/addons/shared_addons/themes/education/img/elements/ctab.png") bottom left repeat-x transparent;
}
div.tabs>div>div.first+div+div
{
	background: url("/addons/shared_addons/themes/education/img/elements/rtab.png") bottom left no-repeat transparent;
}
div.tabs>div.active>div.first
{
	background: url("/addons/shared_addons/themes/education/img/elements/ltab_active.png") top left no-repeat transparent;
}
div.tabs>div.active>div.first+div
{
	width: auto;
	background: url("/addons/shared_addons/themes/education/img/elements/ctab_active.png") top left repeat-x transparent;
}
div.tabs>div.active>div.first+div+div
{
	background: url("/addons/shared_addons/themes/education/img/elements/rtab_active.png") top left no-repeat transparent;
}
div.lcabinet div.tip
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 65px;
	padding: 10px 0 0 25px;
	position: absolute;
	right: 0;
	top: -20px;
	width: 324px;
	background: url("/addons/shared_addons/themes/education/img/elements/tip.png") top left no-repeat transparent;
}
div.lcabinet>div
{
	padding: 15px 0;
}
div.lcabinet div.label
{
	font-weight: bold;
	width: 240px;
	display: inline-block;
}
div.lcabinet div.value
{
	display: inline-block;
	width: 300px;
}
/* BEKHTER END CABINET */

/* BEKHTER BEGIN NEW */
div.newpath
{
	padding: 0 0 10px;
}
div.newpath a
{
	margin: 0 3px;
}
.centerSection.newsection
{
	margin: 0 !important;
	padding-right: 20px;
}
div.title.newdate span
{
	font-size: 36px;
	float: left;
	margin-right: 10px;
}
div.title.newdate div.gradient
{
	min-width: 120px !important;
}
div.title.newdate span+div
{
	padding-top: 3px;
}
div.title.newdate span+div, div.title.newdate span+div+div
{
	color: #FFFFFF;
	font-weight: bold;
}
div.newcontent
{
	padding: 10px 0 20px;
}
div.newtitle
{
	font-size: 18px;
	color: #015FA5;
	padding: 10px 0;
}
div.newback
{
	border-top: 1px dotted;
}
div.newback a
{
	color: #FFFFFF;
	text-decoration: none;
	width: 82px;
	height: 22px;
	display: inline-block;
	margin-top: 10px;
	padding-left: 25px;
	background: url("/addons/shared_addons/themes/education/img/elements/back.png") top left no-repeat transparent;
}
div.prevnewstitle
{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}
div.prevnew
{
	border-bottom: 1px dotted;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div.prevnew div.prevnewdate
{
	color: #989696;
	font-size: 30px;
	float: left;
	margin-right: 5px;
	line-height: 100%;
}
div.prevnew div.prevnewdate+div, div.prevnew div.prevnewdate+div+div
{
	color: #989696;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}
div.prevnew div.newpreview
{
	clear: both;
	padding: 5px;
	font-size: 12px;
}
/* BEKHTER END NEW */

/* =============================================================================================================== */
/* --------------------------------------------------------------------------------------------------------------- */
/* REGISTRATION / РЕГИСТРАЦИЯ  | DESCRIPTION ('registration.html')
/* --------------------------------------------------------------------------------------------------------------- */
/* =============================================================================================================== */

/* ------------------------------------------------------------------------ */
/* SECTION
/* ------------------------------------------------------------------------ */

.Content .centerSection.one

/* BLOCK ------------------------------------------------------------------ */

.registrationPage {
	position:relative;
	width: 905px;
	height: 605px;
	background: url("/addons/shared_addons/themes/education/img/elements/bg_picture_registrstion.png") left center no-repeat;
}

/* --- ITEM --- */

.explanationRegistration {
	position: absolute;
	top: 10px;
	right: 155px;
	color: #787878;
}

span.requiredFields {
	color: #e87e00;
}

.registrationPage .recordingUnit {
	width: 820px;
	height: 495px;
	margin: 0 0 20px 60px;
}

.shadowLeftRegistration,
.shadowRightRegistration {
	float:left;
	width: 45px;
	height: 485px;
	background: url("/addons/shared_addons/themes/education/img/elements/shadow_left_registration.png") no-repeat;
}

.shadowRightRegistration {
	background: url("/addons/shared_addons/themes/education/img/elements/shadow_right_registration.png") no-repeat;
}

.recordingUnit .recordingUnitCenter {
	float:left;
	width: 560px;
	height: 470px;
	margin: 20px 130px 0 40px;
}

.recordingUnitCenter .registrationForm {
	height: 26px;
	margin: 15px 0;
}

.registrationForm label,
.registrationForm.fullForm label,
.registrationForm label.middleName,
.registrationForm.fullForm label.middleName {
	float:left;
	font-family:Verdana;
	color: #454545;
	line-height: 26px;
}

.registrationForm label.middleName,
.registrationForm.fullForm label.middleName {
	margin-left: 15px;
}

/* -- TEXTBOX -- */

.registrationForm .textbox,
.registrationForm .seriesNumber {
	float:right;
	width: 290px;
	height: 26px;
	margin-right: 15px;
	padding: 0;
}

.registrationForm.fullForm .textbox.filledWith,
.registrationForm.fullForm .seriesNumber.filledWith {
	float:right;
	display:block;
	width: 305px;
	height: 26px;
	margin-right: 0;
}

.seriesNumber .textboxSeries,
.seriesNumber.filledWith .textboxSeries {
	float:left;
	width: 48px;
	margin-right: 10px;
	padding: 0;
}

.seriesNumber .textboxNumber,
.seriesNumber.filledWith .textboxNumber {
	float:left;
	width: 112px;
	margin-right: 115px;
	padding: 0;
}

.registrationForm .textbox.filledWith,
.registrationForm.fullForm .textbox,
.registrationForm .seriesNumber.filledWith,
.registrationForm.fullForm .seriesNumber {
	display:none;
}


/* -- TEXTBOX ORDINARY -- */

.textbox .textbox_left,
.seriesNumber .textboxSeries .textbox_left,
.seriesNumber .textboxNumber .textbox_left {
	float:left;
	width: 3px;
	height: 26px;
	background: url("/addons/shared_addons/themes/education/img/elements/textbox_left.png") no-repeat;
}

.textbox .textbox_center,
.seriesNumber .textboxSeries .textbox_center,
.seriesNumber .textboxNumber .textbox_center {
	float:left;
	height: 26px;
	background: url("/addons/shared_addons/themes/education/img/elements/textbox_center.png") repeat-x;
}

.textbox .textbox_center input,
.seriesNumber .textboxSeries .textbox_center input,
.seriesNumber .textboxNumber .textbox_center input,
.textbox_full_center input,
.seriesNumber.filledWith .textboxSeries .textbox_full_center input,
.seriesNumber.filledWith .textboxNumber .textbox_full_center input {
	margin: 2px 0 0;
	border: 1px solid #e2e2e2;
	width: 275px;
	height: 18px;
	font-size: 14px;
	background-color: #e2e2e2;
}

.seriesNumber .textboxSeries .textbox_center input,
.seriesNumber.filledWith .textboxSeries .textbox_full_center input {
	width: 40px;
}

.seriesNumber .textboxNumber .textbox_center input,
.seriesNumber.filledWith .textboxNumber .textbox_full_center input {
	width: 100px;
}

.textbox .textbox_right,
.seriesNumber .textboxSeries .textbox_right,
.seriesNumber .textboxNumber .textbox_right {
	float:left;
	width: 3px;
	height: 26px;
	background: url("/addons/shared_addons/themes/education/img/elements/textbox_right.png") no-repeat;
}

/* -- END TEXTBOX ORDINARY -- */

/* -- TEXTBOX FilledWith -- */

.textbox.filledWith .textbox_full_left,
.seriesNumber.filledWith .textboxSeries .textbox_full_left,
.seriesNumber.filledWith .textboxNumber .textbox_full_left {
	float:left;
	width: 3px;
	height: 26px;
	background: url("/addons/shared_addons/themes/education/img/elements/textbox_full_left.png") no-repeat;
}

.textbox.filledWith .textbox_full_center,
.seriesNumber.filledWith .textboxSeries .textbox_full_center,
.seriesNumber.filledWith .textboxNumber .textbox_full_center {
	float:left;
	height: 26px;
	background: url("/addons/shared_addons/themes/education/img/elements/textbox_full_center.png") repeat-x;
}

.textbox_full_center input,
.seriesNumber.filledWith .textboxSeries .textbox_full_center input,
.seriesNumber.filledWith .textboxNumber .textbox_full_center input {
	border: 1px solid #daf0c8;
	background-color: #daf0c8;
}

.textbox.filledWith .textbox_full_right,
.seriesNumber.filledWith .textboxSeries .textbox_full_right,
.seriesNumber.filledWith .textboxNumber .textbox_full_right {
	float:left;
	width: 3px;
	height: 26px;
	background: url("/addons/shared_addons/themes/education/img/elements/textbox_full_right.png") no-repeat;
}

.textbox_check {
	float:left;
	margin: 7px 0 0 5px;
	width: 15px;
	height: 12px;
	background: url("/addons/shared_addons/themes/education/img/elements/textbox_check.png") no-repeat;
}

/* -- END TEXTBOX FilledWith -- */

/* -- END TEXTBOX -- */

.recordingUnitCenter .button.bluelight {
	margin-left: 255px;
}


/* END */


/* =============================================================================================================== */
/* --------------------------------------------------------------------------------------------------------------- */
/* STATIC PAGE / СТАТИЧЕСКАЯ СТРАНИЦА  | DESCRIPTION ('static_page.html')
/* --------------------------------------------------------------------------------------------------------------- */
/* =============================================================================================================== */

/* ------------------------------------------------------------------------ */
/* SECTION
/* ------------------------------------------------------------------------ */


.Content .centerSection.two {
	margin-left: 20px;
	width: 720px;
}

/* BLOCK ------------------------------------------------------------------ */

.staticPage {
	float:left;
	width: 715px;
}
.staticPage .label{
	margin-top: 10px;
}

.full_info ul li {
	list-style-type: circle;
	margin: 5px 0 5px 20px;
}

.staticPage h1, .staticPage h2, .staticPage h3, .staticPage h4, .staticPage h5, .staticPage h6 {
	margin: 5px 0;
}

/* --- ITEM --- */

.staticPage .safer {
	margin: 0 0 10px;
}

.staticPage .safer a {
	font-size: 11px;
	font-weight:bold;
	color: #0b0b0b;
}

.staticPage .pageWithText .titleMS {
	margin-bottom: -10px;
}

.staticPage .pageWithText p {
	margin: 15px 0;
}


/* =============================================================================================================== */
/* --------------------------------------------------------------------------------------------------------------- */
/* ELECTRONIC DIARY / ЭЛЕКТРОННЫЙ ДНЕВНИК  | DESCRIPTION ('electronic_diary.html')
/* --------------------------------------------------------------------------------------------------------------- */
/* =============================================================================================================== */

/* ------------------------------------------------------------------------ */
/* SECTION
/* ------------------------------------------------------------------------ */

.Content .centerSection.one

/* BLOCK ------------------------------------------------------------------ */

.electronicDiary {
	width: 920px;
	font-family:Verdana;
	color: #585453;
}

/* --- ITEM --- */

.electronicDiary .title.orange {
	font-weight: normal;
}

.electronicDiary .electronicDiaryText {
	margin: 35px 0 20px;
}

.downloadDocuments .downloadDoc {
	height: 32px;
	margin: 10px 0;
}

.downloadDoc .iconDownloadDoc {
	float:left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background: url(../img/icons/icon_downloadDoc.png)!important;
}

.iconDownloadDoc a {
	text-decoration: none;
}

.downloadDoc .linkDownload {
	height: 32px;
	line-height: 25px;
}

.electronicDiary .button.bluelight {
	margin: 15px 0;
	float:none;
}

div.Red {
	color: red;
}

.login-box{
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff !important;
	padding-bottom: 10px;
}
.login-box .err{
	font-size: 12px;
	color: red;
	padding: 0px 12px;
}
.row-fluid{
	padding-bottom: 20px;
	font-size: 12px;
	color: red;
}
.login-box .err span.error{
	color: red;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0px;
	text-decoration: none;
}
.btn-reg{
	background: none;
	color: white;
	border: none;
	position: relative;
	top:7px;
	cursor: pointer;
}
div.registration-cont{
	background: url("/addons/shared_addons/themes/education/img/kinder/background.png") top left no-repeat transparent;
	padding-left: 140px;
	margin-top: 0;
}
.error-registrate{
	font-size: 16px;
	font-weight: bold;
	color: #0459A2;
}
.loader{
	display: inline-block;
	background-image: url("/addons/shared_addons/themes/education/img/loading.gif");
	width: 15px;
	height: 15px;
}

ul.outer > li.item span.sub {
	background:none;
	display: table-cell;
	height: 24px;
	padding-left: 5px;
	vertical-align: middle;
	color: #a8e8ff;
}
ul.outer > li.item span.sub:hover {
	color: #FFFFFF;
}

ul.breadcrumb li {
	display: inline-block;
	list-style: none;
}
.ToggleLink span{
	font-size: 16px;
	cursor: pointer;
}
.pToggleLink
{
	margin: 5px 0px;
	border: 1px solid #acacac;
	padding: 10px;
}
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	/*	background-color: white;*/
	margin-top: 4px;
}

.treeview .hitarea {
	background: url("/addons/shared_addons/themes/education/img/treeview-default.gif") -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	/*	background-color: #eee;*/
}


.treeview a.selected {
	/*	background-color: #eee;*/
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url("/addons/shared_addons/themes/education/img/treeview-default-line.gif") 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/addons/shared_addons/themes/education/img/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/addons/shared_addons/themes/education/img/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/addons/shared_addons/themes/education/img/treeview-red.gif); }

.treeview-black li { background-image: url(/addons/shared_addons/themes/education/img/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/addons/shared_addons/themes/education/img/treeview-black.gif); }

.treeview-gray li { background-image: url(/addons/shared_addons/themes/education/img/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/addons/shared_addons/themes/education/img/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(/addons/shared_addons/themes/education/img/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/addons/shared_addons/themes/education/img/treeview-famfamfam.gif); }

.treeview .placeholder {
	background: url(/addons/shared_addons/themes/education/img/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px;clear: both }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; cursor: pointer;}
.filetree span.folder { background: url(/addons/shared_addons/themes/education/img/folder.gif) 0 0 no-repeat;  cursor: pointer;}
.filetree li.expandable span.folder { background: url(/addons/shared_addons/themes/education/img/folder-closed.gif) 0 0 no-repeat;  cursor: pointer;}
.filetree span.file { background: url(/addons/shared_addons/themes/education/img/file.gif) 0 0 no-repeat; }
.filetree span.folder {
	background:none;
}

.info_table {
	border-collapse: collapse;
}
.info_table td {
	padding: 8px 15px;
}
.info_table tr {
	background:#e0e6eb;
}
.info_table tr.distinct {
	background:#eef2f5;
}
.filetree .expandable-hitarea.hitarea {
	background: url("/addons/shared_addons/themes/education/img/plus.png") no-repeat scroll 0 50% transparent;
	cursor: pointer;
}
.filetree .collapsable-hitarea {
	background: url("/addons/shared_addons/themes/education/img/minus.png") no-repeat scroll 0 50% transparent;
	cursor: pointer;
}
.filetree span.folder, .filetree span.file {
	display: block;
	padding: 1px 0 1px 20px;
	color:#015fa5;
}

span.folder:hover {
	color:#1283e2;
}

.filetree span {
	padding: 1px 0 1px 5px;
	cursor: pointer;
}
div.applicationToDou div.Help {
	color: #43484b;
	margin: 15px 0;
	padding: 15px 15px 0 15px;
	background: #d8eefe;
	border: 1px solid #0d70ab;
}
div.applicationToDou div.Help p {
	padding: 0 0 10px 0;
	color: #000;
}
.district
{
	color: #686868;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 10px;
}
.gallery-cursor{
	text-decoration: none !important;
	cursor: default !important;
	height: 1px !important;
	width: 1px;
	display: inline-block;

}
.page-childs
{
	display: block;
	padding:0px 0px 15px 30px;
}
.page-childs:first-of-type
{
	padding-top: 20px;
}
.centerSection>h2:first-of-type
{
	display: none;
}
.authorizationCenter a.iconEmail,
.authorizationCenter a.iconPassword {
	padding: 0 14px 0 0 !important;
}

.checkForm .selectBox select,
.form-declaration select {
	height: 26px;
	background: url("/addons/shared_addons/themes/education/img/elements/textbox_center.png") repeat-x;
	border: 0;
}
.checkForm .selectBox select {
	padding-top: 3px;
}

.steps>div.active a,
.stepsDou div.active a {
	color: #fff;
}
.fillingForm .first-label {
	float: left;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.checkbox-margin label {
	display: block;
	margin-bottom: 7px;
}
.fillingFormName label {
	display: inline-block;
	margin-bottom: 4px;
}
.GroupList {
	margin-bottom: 10px;
}
.GroupListChildren label input[type='checkbox'] {
	position: relative;
	top: 2px;
}
.GroupListChildren label>span {
	margin: 2px 0;
	display: inline-block;
}
.GroupListTitle {
	font-weight: 700;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
select:focus,
.btn-reg:focus {
	outline: 0;
}