﻿html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

#pngFix, .pngFix, #menuStart, #menuUpBg, #menuDownBg, #menuBetween, #menuEnd { behavior: url(/mediafiles/styles/resources/iepngfix.htc) }

.maxHeight {
	height:100%;
}

* html .maxHeight {
	height:expression(this.parentNode.offsetHeight ? this.parentNode.offsetHeight+"px" : "980px") !important;
}

* html #titleTable {zoom: 1;}
* html #content {zoom: 1;}
* html #menuGradContent div {height:150%;}

#width_expand {
	min-width:980px;
	max-width:1400px;
	min-height:980px;
	margin:0 auto;
}

/* стили для IE */
* html .outer {padding-left:980px}
* html .minwidth {height:0}
* html .container {margin-left:-980px; position:relative; height:0}

/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}*/
.right div,.right ul,.right li, #copyright p{margin:0;padding:0;}
#copyright p{margin:0;padding:0; font-size:1em;}
body {
	font-family:Arial, Tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #212121;
	
	height:100%;
}
a {
	color: #25598b;
}
a:hover {
	color: #347AC0;
}
a:visited {
	color: #5895D1;
}

img {
	border:none;
}

#layout{
	min-width:980px;
	max-width:1400px;
}
#headerContent div {
	display: inline;
}

/* Различающиеся фоны(в основном боковые и фоновое изображения) */
/* Для раздела "Предприятия" */
.enterprises .bgLeft {
	background:url(/mediafiles/images/backLeftShadowEnterprises.png) repeat-y; /* Левая боковина */
}

.enterprises .bgRight {
	background:url(/mediafiles/images/backRightShadowEnterprises.png) repeat-y; /* Правая боковина */
}

.enterprises .inner {
	background-image: url(/mediafiles/images/bgEnterprises.jpg); /* Фоновое изображение */
}

.enterprises .container {
	position:relative;
	background-color: #000000; /* Цвет фона */
	background-image: url(/mediafiles/images/bgEnterprisesBottom.jpg); /* Градиент */
	background-repeat: repeat-x;
	background-position: bottom;
}

.enterprises .topCorner {
	width:11px;
	height:11px;
	background:url(/mediafiles/images/enterpriseMenuCorner.png) no-repeat; /* Уголок для меню под фон */
	margin-top:-11px;
	margin-left:-11px;
	z-index:100;
}

/* Вопросы-ответы */
.faq .bgLeft {
	background:url(/mediafiles/images/backLeftShadowFaq.png) repeat-y; /* Левая боковина */
}

.faq .bgRight {
	background:url(/mediafiles/images/backRightShadowFaq.png) repeat-y; /* Правая боковина */
}

.faq .inner {
	background-image: url(/mediafiles/images/bgFaq.jpg); /* Фоновое изображение */
}

.faq .container {
	background-color: #192530; /* Цвет фона */
	background-image: url(/mediafiles/images/bgFaqBottom.jpg); /* Градиент */
	background-repeat: repeat-x;
	background-position: bottom;
}

.faq .topCorner {
	width:11px;
	height:11px;
	background:url(/mediafiles/images/faqMenuCorner.png) no-repeat; /* Уголок для меню под фон */
	margin-top:-11px;
	margin-left:-11px;
	z-index:100;
}

.faq #titleImg {
	padding-bottom:18px;
}

/* Для раздела "Информация" */
.information .bgLeft {
	background:url(/mediafiles/images/backLeftShadowInformation.png) repeat-y; /* Левая боковина */
}

.information .bgRight {
	background:url(/mediafiles/images/backRightShadowInformation.png) repeat-y; /* Правая боковина */
}

.information .inner {
	background-image: url(/mediafiles/images/bgChapter2.jpg); /* Фоновое изображение */
}

.information .container {
	position:relative;
	background-color: #12364c; /* Цвет фона */
	background-image: url(/mediafiles/images/bgChapter2Bottom.jpg); /* Градиент */
	background-repeat: repeat-x;
	background-position: bottom;
}

.information .topCorner {
	width:11px;
	height:11px;
	background:url(/mediafiles/images/chapter2MenuCorner.png) no-repeat; /* Уголок для меню под фон */
	margin-top:-11px;
	margin-left:-11px;
	z-index:100;
}

/* Для раздела "Мультимедиа" */
.multimedia .bgLeft {
	background:url(/mediafiles/images/backLeftShadowMultimedia.png) repeat-y; /* Левая боковина */
}

.multimedia .bgRight {
	background:url(/mediafiles/images/backRightShadowMultimedia.png) repeat-y; /* Правая боковина */
}

.multimedia .inner {
	background-image: url(/mediafiles/images/bgChapter3.jpg); /* Фоновое изображение */
}

.multimedia .container {
	position:relative;
	background-color: #202035; /* Цвет фона */
	background-image: url(/mediafiles/images/bgChapter3Bottom.jpg); /* Градиент */
	background-repeat: repeat-x;
	background-position: bottom;
}

.multimedia .topCorner {
	width:11px;
	height:11px;
	background:url(/mediafiles/images/chapter3MenuCorner.png) no-repeat; /* Уголок для меню под фон */
	margin-top:-11px;
	margin-left:-11px;
	z-index:100;
}

/* Для раздела "Форум" */
.forum .bgLeft {
	background:url(/mediafiles/images/backLeftShadowForum.png) repeat-y; /* Левая боковина */
}

.forum .bgRight {
	background:url(/mediafiles/images/backRightShadowForum.png) repeat-y; /* Правая боковина */
}

.forum .inner {
	background-image: url(/mediafiles/images/bgForum.jpg); /* Фоновое изображение */
}

.forum .inner .inner {
	background-image: none;
}

.forum .container {
	position:relative;
	background-color: #193c5c; /* Цвет фона */
	background-image: url(/mediafiles/images/bgForumBottom.jpg); /* Градиент */
	background-repeat: repeat-x;
	background-position: bottom;
}

.forum .topCorner {
	width:11px;
	height:11px;
	background:url(/mediafiles/images/forumMenuCorner.png) no-repeat; /* Уголок для меню под фон */
	margin-top:-11px;
	margin-left:-11px;
	z-index:100;
}

.forum .fQuit {
	float:right;
	margin-top:-20px;
	font-size:1.3em;
	margin-left:15px;
}

.forum .fQuit a {
	margin-left:15px;
}

.forum .RLQContainer {
	float:right;
	font-size:1.3em;
	margin-bottom:-100px;
	margin-right:-5px;
	position:relative;
	z-index:1000;
}

.forum .RLQ {
	margin-top:20px;
}

.forum .RLQ a {
	margin-left:15px;
}

* html .forum .buttons {
	
}

/*  */

.rozetka {
	position:absolute;
	width:320px;
	height:174px;
	right:49px;
	top:20px;
	background:url(/mediafiles/images/rozetka.jpg) no-repeat;
	z-index:100;
	_right: expression(1 == document.body.offsetWidth % 2 ? '48px' : '49px');
}

.container {
	position:relative;
}

#content {
	position:relative;
	/*background-color: white;
	background-attachment: scroll;
	background-image: url(/mediafiles/images/contentBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
	background:#FFFFFF;
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: 49px;
	margin-left: 52px;
	overflow:hidden;
}

.main {
	position:relative;
	width:100%;
}

.gifGroup, .submenu ul {
	background-image: url(/mediafiles/images/gifGroup.gif);
	background-repeat: no-repeat;
}

.pngGroup {
	background-image: url(/mediafiles/images/pngGroup.png);
	background-repeat: no-repeat;
}

.bgLayer {
	overflow:hidden;
	width:100%;
	left:0;
	min-width:700px;
	position:absolute;
	background:#000000;
}

.bgSubLayer {
	position:relative;
}

.bgLeft {
	/*background:url(../images/backLeftShadow.png) repeat-y;*/
	width:600px;
	left:-600px;
	position:absolute;
}

.bgRight {
	/*background:url(../images/backRightShadow.png) repeat-y;*/
	width:600px;
	right:-600px;
	position:absolute;
}

td.header {
	height:48px;
}

.header h2 {
	margin-top:-20px;
	margin-bottom:20px;
	margin-right:20px;
}

.submenu {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 0.9em;
	color: #212121;
	padding-top: 0.5em;
}

.submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background-position:-58px -37px;
}
.submenu li {
	padding-left: 20px;
	margin: 0;
	padding-bottom: 0.4em;
}

#subMenuUl {
	background-image: none;
	padding-top: 0.3em;
}

#subMenu {
	padding-left: 20px;
	margin: 0;
	padding-bottom: 0.4em;
}
#subMenu img {
	position: relative;
	left: -20px;
	background-position: left;
	margin-right: -14px;
}


.rootSubmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
	color:#6b6b6b;
}
.rootSubmenu ul ul {
	/*margin-left:13px;*/
	margin-bottom:0.3em;
}
.rootSubmenu ul ul li {
	padding-left:13px;
}
.rootSubmenu {
	font-size: 0.75em;
}

.rootSubmenu li {
	padding-top: 0.7em;
}

.rootSubmenu li.active {
	font-style:italic;
}

.rootSubmenu li.active li {
	font-style:normal;
}

.rootSubmenu li li {
	background:url(/mediafiles/images/innerMenuArrow.png) no-repeat 0px 1.2em;
}

.rootSubmenu li li li {
	background:none;
}

.rootSubmenu a, .rootSubmenu a:visited {
	color:#31679e;
	text-decoration:none;
	border-bottom:#bfd0e1 solid 1px;
}

.rootSubmenu a:hover {
	color: #347AC0;
	border-bottom:#347AC0 solid 1px;
}

#content2 {
	padding-top: 0.1em;
	padding-right: 30px;
	padding-bottom: 110px;
	padding-left: 30px;
	position:relative;
}



h1 {
	font-size: 1.3em;
	font-weight: normal;
	color: #4d4d4d;
	padding-bottom: 0.3em;
	padding-top: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}
table.main {
	position: relative;
	z-index: 100;
	background-color: #000066;
}


#menuStart {
	background-repeat: no-repeat;
	height: 51px;
	width: 25px;
	// width:30px;
}
#menuUpBg {
	background-repeat: repeat-x;
	height: 10px;
	font-size: 1px;
}
#menuBetween {
	font-size: 1px;
	background-repeat: no-repeat;
	height: 51px;
	width: 39px;
	// width: 44px;
}
#titleTable {
	/*//width: 100%;*/
	position:relative;
	z-index:2;
	padding-right: 49px;
	padding-left: 52px;
	overflow:hidden;
}

.faq #titleTable {
	overflow:visible;
}

#titleTable td {
	position:relative;
}
#titleTable h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #a6a6a6;
	position:relative;
	font-weight:normal;
}
#titleTd {
	padding-right: 25px;
}



#menuDownBg {
	font-size: 1px;
	height: 13px;
}
#menuEnd {
	font-size: 1px;
	background-repeat: no-repeat;
	height: 51px;
	width:40px;
}

tr.menuBtn {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	height: 21px;
}

tr.menuBtn td {
	text-align:center;
}

tr.menuBtn a.home {
	width:11px;
	height:11px;
	display:block;
	background-position: -106px 0px;
	margin-left:20px;
	// margin-left:10px;
	margin-top:7px;
	top:5px;
	// top:0;
}

tr.menuBtn a.home:hover {
	background-position: -106px -13px;
}

.popup img {
	margin-right: 20px;
	margin-top: 0.3em;
}

tr.menuBtn a:hover {
	color:#47fdfe !important;
}

a.menuBtn {
	display: block;
	color: #FFFFFF !important;
	text-decoration:underline !important;
	padding-bottom: 3px;
	margin-top:7px;
	white-space:nowrap;
	text-shadow: 0px 1px 0px #053e76;
	font-family:Arial, Helvetica, sans-serif;
}

a.menuBtn:hover {
	display: block;
	color: #bbbbbb;
}

a.menuBtn:visited {
	color: #FFFFFF;
}

#activeMenuBtn {
	padding-top:6px;
	text-shadow: 0px 1px 0px #053e76;
	font-family:Arial, Helvetica, sans-serif;
}

#activeMenuBtn span {
	white-space:nowrap;
}

#titleImg {
	padding-top: 45px;
	padding-bottom: 22px;
	padding-left:20px;
}

.logo {
	width:438px;
	height:62px;
	float:left;
	cursor:pointer;
	background-position:-303px -70px;
}

#menu {
	font-size: 1px;
	margin-bottom:21px;
}

#titleURCorner {
	background-position:0px -71px;
	width: 43px;
}
.ritori img {
	margin-top: 3px;
}


#titleULCorner {
	background-position:0px -37px;
	width: 30px;
}
.ritori {
	text-decoration: none !important;
}

.ritori .rLogo {
	padding-left:44px;
	height:13px;
	background-position:-793px -67px;
	position:relative;
}

.footerBg {
	background-image: url(/mediafiles/images/footerBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100px;
}

.fLeft {
	position:absolute;
	width:53px;
	height:37px;
	background-position:-53px 0px;
}

.footerL {
	/*background-image: url(../images/footerR.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	padding-left: 53px;
	/*height: 100px;*/
}

.footerBanner img {
	margin-bottom: 5px;
}

#copyright a {
	color: #b2bdc7;
	text-decoration:underline;
}

#copyright {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #b2bdc7;
	/*width:35%;*/
}

/* ******* */
#copyright, #footerRL, #menuGradContent div, #menuGradTop {
	width:32%;
}

#copyright .popupIcon {
	padding-left:12px;
	/*height:9px;*/
	padding-top:9px;
	background-position:-106px -28px;
	font-size:0px;
	float:left;
	margin-top:2px;
}

#content .fullText, #content .left {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 0.9em;
}

#content .left {
	position:relative;
	float: left;
	width: 64%;
	/*//width: 45%;*/
	/*display: inline;*/

}

#content .right {
	position:relative;
	/*margin-left: 70%;
	//margin-left: 55%;
	//width: 30%;*/
	width:28%;
	float:right;
	padding-top: 0.3em;
	// padding-top:0;
}

.footerBanner div {
	position: relative;
	left: -19px;
}

.footerBanner p {
	font-size: 5px;
	text-decoration: none;
}


#footerRL {
	position:relative;
	/*width:35%;*/
	/*background-image: url(../images/footerLC.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}

.footerBanner {
	float: left;
	/*width: 23%;*/
	/*//width: 30%;*/
	/*background-image: url(../images/bannerShadows.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	/*background-position:-44px -65px;*/
	padding-left: 20px;
	margin-right: 30px;
	margin-top:4px;
	font-size: 0.7em;
	color: #FFFFFF;
	width:130px;
	padding-bottom:1px;
}

#footerRC {
	position:relative;
	height: 37px;
	margin-right: 36px;
	background:#FFFFFF;
}

.bgFooter #footerRC {
	background:url(/mediafiles/images/menuMosaic.jpg) left top;
}

#footerRC div {
	position:absolute;
	width:53px;
	height:37px;
	right:-36px;
	_right: expression(1 == this.parentNode.offsetWidth % 2 ? '-37px' : '-36px');
	background-position:0px -65px;
}

.bgFooter #footerRC div {
	background-position:0px 0px;
}

.footerBanner a {
	color: #FFFFFF;
	text-decoration:none;
}

.footerBanner i {
	border-bottom:#70777e solid 1px;
}

.footerBanner img {
	border-bottom:none;
}

.footerBanner a:hover {
	color: #E9E9E9;
}

.footerBanner a:visited {
	color: #E9E9E9;
}

.clearfloat { 
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.faqImg {
	position: absolute;
	top: 216px;
	right: 74px;
	background-image: url(/mediafiles/images/faqBg2.jpg);
	background-repeat: no-repeat;
	height: 168px;
	width: 252px;
}

#faqQuestionImg {
	position: relative;
	left: -24px;
	margin-right: -15px;
	bottom: -5px;
}

.faqQuestion {
	cursor:hand;
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #25598b;
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-right: 15px;
	line-height: 1.3em;
}

.faqContainer {
	margin-left: 24px;
}

.faqGroup {
	background-color: #f7f7f7;
	padding: 1em;
	font-size: 0.9em;
	margin-bottom: 2em;
}

#faqSkip {
	margin-top: 127px;
	padding-top: 0px;
}

#dottedA {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #25598b;
	text-decoration: none;
}

/*	*/
.inner {
	background-repeat: no-repeat;
	background-position: right top;
}

.left li {
	list-style-type: circle;
}

.left td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.left table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-spacing: 0;
}

/* Round Corners */

#xRoundCorners {
	margin:1em;
	background-image: url(/mediafiles/images/faqAnswerQ.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
}
.xb1 {
	margin:0 5px;
	background:#d8d8d8;
}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {
	display:block;
	border:0 solid #d8d8d8;
	border-width:0 1px;
	/*height: 100px;
	margin: 150px;
	padding: 150px;*/
	display:block;
}
.xboxcontent a {
	font-size: 1.4em;
}
/* end Round Corners */


#xRoundCorners p {
	margin: 0em;
	padding-top: 1.3em;
	padding-right: 6em;
	padding-bottom: 1.3em;
	padding-left: 2em;
}

/* Обновление стилей для форума */
#menu_bar, #body-bg, #shadow_right, #shadow_left, #shadow_top, #body_shadow_right, #body_shadow_left, #footer_left, #footer_right, #footer_center {
	background:none !important;
}

#menu_bar {
	position:relative !important;
}

#searchbar {
	top:0 !important;
	right:0 !important;
}

.wrapper_forum {
	width:98% !important;
}

.wrapper_menu, #body_shadow_left, #mainbody {
	width:100% !important;
}

.wrapper_forum, #body_shadow_right, #body_shadow_left, #mainbody {
	margin:0 !important;
	padding:0 !important;
}

#navigation a {
	background: #cfcfcf none repeat-y 100% 0 !important;
}

#navigation a:hover {
	background-color: #c6c6c6 !important;
}

#navigation #active-subsection a {
	background-color: #F9F9F9 !important;
}

/* Стили для контента */
.innerText {
	color:#404040;
	line-height:1.15em;
}

.innerText a {
	
}

.innerText p {
	margin-left:12px;
	margin-bottom:20px;
	font-size:0.9em;
}

.innerText ul {
	margin-left:0;
	padding-left:0;
	position:relative;
}

.innerText ul li {
	background:url(/mediafiles/images/listItem.png) no-repeat 0em 0.4em;
	list-style:none;
	margin-left:12px;
	padding-left:20px;
	position:relative;
	margin-bottom:0.3em;
	font-size:0.9em;
}

.innerText h1 {
	font-size:1.3em;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.innerText h2 {
	font-size:1.25em;
	line-height:1.2em;
	color:#333333;
	font-weight:normal;
	margin-top:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.innerText h3 {
	font-size:1.1em;
	font-weight:normal;
	color:#4c4c4c;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:30px;
}

.innerText ul.hardUl {
	margin-left:0;
	padding-left:0;
}

.innerText ul.hardUl li {
	background:url(/mediafiles/images/listItem.png) no-repeat 0em 0.4em;
	list-style:none;
	margin-left:12px;
	padding-left:20px;
	font-weight:bold;
	position:relative;
	margin-bottom:0.3em;
}

.innerText ul.hardUl li.subUl {
	font-weight:normal;
	background:none;
	font-size:0.9em;
	font-style:italic;
	margin-bottom:1.3em;
}

.innerText .noteHeader {
	margin-top:30px;
	font-size:1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	border-bottom:solid 1px #7f7f7f;
	margin-left:0px;
	padding-bottom:5px;
	margin-left:12px;
}

.innerText ol {
	margin-left:-0.5em;
	// margin-left:38px;
	font-size:0.9em;
}

.innerText ol li {
	list-style:decimal;
	color:#898989;
	font-style:italic;
	margin-bottom:5px;
}

.innerText ol li span {
	color:#404040;
	font-style:normal;
}

.innerText .greenHeader {
	color:#007236;
	font-size:1.4em;
	line-height:1.2em;
	margin-top:30px;
	margin-bottom:10px;
	margin-left:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.innerText .yellowHeader {
	color:#f26c4f;
	margin-top:25px;
	margin-left:0;
	font-size:1.2em;
	margin-bottom:10px;
	margin-top:15px;
}

.innerText a.linkItem {
	padding-right:14px;
	background:url(/mediafiles/images/linkItem.png) no-repeat right bottom;
}

.innerText p.orangeBlock {
	padding:20px 20px 25px 20px;
	background:#fbf8f5;
	font-style:italic;
	font-size:0.8em;
	margin-top:25px;
}

.innerText p.redBlock {
	padding:20px 20px 25px 20px;
	background:#fef5f3;
	font-style:italic;
	font-size:0.8em;
	margin-top:25px;
}

.innerText .descHeader {
	margin-left:35px;
	padding-left:0;
	font-weight:bold;
	font-size:0.9em;
	margin-bottom:0;
	margin-top:10px;
}

.innerText .description {
	margin-left:35px;
	padding-left:0;
	font-style:italic;
	margin-top:5px;
}

.innerText .commentHeader {
	font-weight:bold;
	font-size:0.9em;
	margin-bottom:0;
	margin-top:10px;
	margin-bottom:5px;
}

.innerText .comment {
	font-style:italic;
	font-size:0.8em;
	font-style:italic;
	margin-top:5px;
	margin-bottom:20px;
}

/**/
#menuGradContent {
	position:absolute;
	width:100%;
	left:0;
	z-index:0;
}

#menuGradContent div {
	position:relative;
	height:100%;
	/*width:35%;*/
	float:right;
	background:url(/mediafiles/images/menuMosaic.jpg);
	border-left:#efefef solid 1px;
}

#menuGradTop {
	position:relative;
	/*width:35%;*/
	height:1px;
	float:right;
	margin-bottom:-100px;
	z-index:1;
}

#menuGradTop div {
	position:absolute;
	width:100%;
	height:100px;
	top:20px;
	background:url(/mediafiles/images/menuMosaic.jpg);
	border-left:#efefef solid 1px;
	left:-1px;
}

.footerLB {
	height:37px;
	width:1px;
	border-left:#efefef solid 1px;
	position:relative;
	margin-left:-1px;
	margin-right:-100px;
	float:left;
	display:block;
}

.qaContainer {
	padding:12px 30px 0px 30px;
	margin-top:15px;
}

.qaContainer i.qaHeader {
	color:#4e7dac;
	font-style:normal;
	border-bottom:dashed 1px #b2c6db;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
}

.qaContainer i.qaHeader:hover {
	color:#347AC0;
}

.qaText {
	padding-bottom:15px;
	font-size:0.9em;
	font-style:italic;
	color:#656362;
}

.qaText p {
	margin-left:0;
	margin-right:0;
	margin-top:15px;
	margin-bottom:0;
}

/* Приложения */
.innerText .app, .innerText .app2 {
	position:relative;
	width:33%;
	float:left;
	margin-bottom:15px;
}

.innerText .app2 {
	margin-bottom:5px;
}

.innerText .app td, .innerText .app2 td {
	border:none;
}

.innerText .appLink {
	padding-top:15px;
	padding-right:30px;
}

#fixedHeight {
	height:5em;
	vertical-align:top;
}

.innerText .app2 .appLink {
	padding-top:5px;
}

.innerText .appLink {
	padding-top:15px;
	padding-right:30px;
}

.innerText .appLink a {
	color:#335c85;
	border-bottom:solid 1px #99adc2;
	text-decoration:none;
	line-height:1.3em;
}

.innerText .appFormat {
	padding-top:5px;
	color:#797979;
	font-size:0.8em;
	padding-right:30px;
}

#line{
	width:50px;
	border-bottom:1px solid #e5e5e5;
	margin-left: 12px;
}
#infoSource{
	color: #b2b2b2;
	margin-top:10px;
	margin-left: 12px;
	font-size: 0.7em;
	font-style: italic;
}
#infoSource a{
	color: #b2b2b2;
	font-style: italic;
	text-decoration:underline;
}
#infoSource a:hover{
	color: #5bbff5;
	font-style: italic;
}