/* Стили для страниц схем применения материалов */

.layout_feature {
	height: 100%; width: 800px;  margin: 0 auto;
	text-align: left;
}
.layout_feature .top { vertical-align: top; }
.layout_feature .bottom { vertical-align: bottom; }

/*-------------- Заголовок (header) -------------------------------------------*/
.layout_feature .header {
	height: 120px;
	background: url(features/collage.gif) top center no-repeat #FFFFFF;
}
.layout_feature .header div {
	padding: 35px 0px 0px 24px;
}
.layout_feature .header h1 {
	font-size: 24px; text-transform: uppercase;
	margin: 0; padding: 0;
}
/*-------------- end of header ------------------------------------------------*/

.content_feature { width: 100%; }

.content_feature .left_feature {
	width: 200px;
	border-right: 1px solid #909092;
}

.content_feature .block { width: auto; }
.content_feature .left_feature .blck { padding: 0px 0px 25px 15px; margin: 0px 30px 0px 0px; }
.content_feature .left_feature .blck.topborder { border-top: 1px solid #909092; }

/* Меню */
.content_feature .left_feature .selected { color: #C4222A; }
.content_feature .left_feature .level1 { text-transform: uppercase; margin: 0px 0px 10px 0px; }
.content_feature .left_feature .level2 {  margin: 0px 0px 0px 15px; }

.content_feature .content { padding: 0px 0px 20px 10px; }

.info_block { border-top: 1px solid #909092; margin: 12px 0px 0px 0px; padding: 12px 0px 0px 0px; }


/*-------------- Подвал -------------------------------------------------------*/
.footer_main.noborder { border: none; }
/*-------------- end of  ------------------------------------------------------*/

