/*--------------------------------------------------
/ Developed for fertoing.ru 2011
--------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html { 
	height: 100%;
	width: 100%;
}
body {
	width: 100%;
	min-width: 990px;
	/*height: 100%;
	min-height: 100%;*/
	font-family: arial, helvetica, sans-serif;
	background: #f1f3f7 url(/images/mainBG1.png) repeat 0 0;
	color: #272727;
	font-size: 12px;
	line-height: 18px;
}
body.mainPage {
	background-image: url(/images/mainBG.png);
}
/*.content a:visited {color: #6699cc;}*/
a {
	color: #0066cc;
	outline: none;
	text-decoration: underline;
}
a:hover {color: #3399ff !important;}

select,
input,
textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333;
	background-color: #fff;
	border: 1px solid #c6dade;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding: 2px 6px;
	outline: none;
}
input[type="radio"],
input[type="checkbox"] {
	width: 10px;
	/*height: 10px; баги в гриде*/
	padding: 0;
	border: none;
}
ol, ul {
	list-style: none;
	overflow: hidden;
}
button {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding: 1px 4px;
	outline: none;
	cursor: pointer;
}
a img {
	border: none;
	outline: none;
}
q,
.qBox {
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	color: #666;
	quotes: "\00ab" "\00bb";
	padding: 0 10px 4px 8px;
	border-left: 1px solid #0033cc;
}
q.poseBox {
	float: left;
	width: 220px;
	margin-right: 10px;
}
.qBox {
    position: absolute;
    top: 23px;
    left: -240px;
    width: 230px;
	quotes: none;
	border: none;
	padding: 0;
}
table {
	border-collapse: collapse;
}
table td {
	vertical-align: top;
}
p {
	padding: 0 0 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #3c98d0;
}
.title01,
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066cc;
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 17px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066cc;
    font-size: 18px;
    line-height: 22px;
	font-style: italic;
	font-weight: bold;
    margin: 0 0 12px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066cc;
    font-size: 16px;
    line-height: 20px;
	font-style: italic;
	font-weight: bold;
    margin: 0 0 12px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066cc;
    font-size: 14px;
    line-height: 18px;
	font-style: italic;
	font-weight: bold;
    margin: 0 0 10px;
}
h5 {
	color: #0066cc;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 5px;
}
h6 {
	color: #0066cc;
    font-size: 10px;
    line-height: 15px;
	font-weight: bold;
    margin: 0 0 5px;
}

/* ================ default table ================= */
.content table {
	color: #333;
	margin: 10px 0 30px;
}
.content table thead td,
.content table thead th {
	font-size: 11px;
	font-style: italic;
	padding: 0 10px 25px 20px;
}
.content table td {
	padding: 8px 10px 10px 20px;
}

/* ================ default ol-ul ================= */
.content ol {
	list-style-position: outside;
	padding-left: 20px;
	margin: 0 0 15px;
}
.content ol li ol,
.content ul li ol  {
	list-style-position: outside;
	margin: 0;
}
.content ol li {
	list-style-type: decimal;
	margin-bottom: 9px;
}
.content ul li ul,
.content ol li ul {
	padding: 9px 0 0 0;
	margin-bottom: 0;
}
.content ol li ul li,
.content ul li ul li {
	list-style-type: none;
	background: url(/images/ul2.png) no-repeat 0 9px;
	padding-left: 18px;
}
.content ul {
	margin: 0 0 15px;
}
.content ul li {
	background: url(/images/ul.png) no-repeat 4px 7px;
	position: relative;/*ie7*/
	padding-left: 18px;
	margin-bottom: 9px;
}
.content ul li ol li {
	list-style-type: decimal;
	background: none;
	padding-left: 0;
}

/* ================ framework ================= */
.stretchBox {
	width: 990px;
	position: relative;
	margin: 0 auto;
}

.showBlock {display: block !important;}
.hideBlock {display: none !important;}
.clear {clear: both;}
.center {text-align: center;}
.floatL {float: left;}
.floatR {float: right;}
.overflow {overflow: hidden;}
.relative {position: relative;}

.fl {
	width: 100%;
	height: 0;
	clear: both;
}
/*.dashedLink:visited {
	border-bottom: 1px dashed #6699cc !important;
}*/
.dashedLink {
	text-decoration: none;
	border-bottom: 1px dashed #0066cc;
}
.dashedLink:hover {
	text-decoration: none !important;
	border-bottom: 1px dashed #3399ff !important;
}

.lineBox {
	/*height: ;
	background: url(/images/) no-repeat 0 0;*/
}

.strongText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 27px;
	padding: 0 0 17px;
}
.strongText.poseBox {
	/*width: 130%;*/
	margin: 0 -80px;
}

.BG01 {background: #fbfcfd !important;}

.colorText01 {color: #666 !important;}
.colorText02 {color: #ff3333 !important;}

.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pl5 {padding-left: 5px !important;}
.pl14 {padding-left: 14px !important;}
.pl15 {padding-left: 15px !important;}

.m0 {margin: 0 !important;}
.mt-15 {margin-top: -15px !important;}
.mt15 {margin-top: 15px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}

/* ================ main blocks ================= */
.browserBlock {
	display: none;
}
.main {
	width: 100%;
    min-width: 990px;
	height: auto !important;
    min-height: 750px;
    overflow: hidden;
    position: relative;
    margin: 0 0 -170px;
	z-index: 300;
}
.header {
	position: relative;
	width: 100%;
	z-index: 300;
}
.body {
	position: relative;
	width: 100%;
	margin: 0 0 220px;
	z-index: 200;
}
.sidebarL {
	float: left;
	width: 240px;
	padding: 118px 0 30px 5px;
}
.innerPage .sidebarL {
	padding-top: 129px;
}
.content {
    position: relative;
	float: left;
    width: 565px;
	padding: 112px 170px 0 10px;
}
.mainPage .content {
    width: 990px;
	float: none;
	padding: 58px 0 0;
	margin: 0 auto;
}
.innerPage .content {
	width: 735px;
	padding: 131px 0px 0 10px;
}
.contentCabinet {
    padding: 20px 0 0;
}
.contentCabinet .backBox{
    padding-left: 245px;
}

.contentCabinet h1{
    padding: 0 35px;
    text-align: center;
}
.footer {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #2a2d31;
	margin: -170px 0 0;
	z-index: 300;
	clear: both;
}

/* =========================== form elements =========================== */
.inputBox,
.inputShortBox,
.textareaBox,
.captchaBox {
	position: relative;
	float: left;
	width: 315px;
	padding: 0 0 15px;
}
.inputBox input,
.inputShortBox input,
.textareaBox textarea {
	width: 300px;
	height: 25px;
	line-height: 25px;
}
.inputShortBox {
	width: 150px;
	margin-right: 20px;
}
.inputShortBox input {
	width: 136px;
}
.textareaBox {
	padding: 0 0 25px;
}
.textareaBox textarea {
	height: 130px;
}
.textForm {
	float: left;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding: 8px 15px 10px 0;
}
.textForm b {
	color: #ff6666;
}
.tipBox {
	float: left;
	font-size: 11px;
	font-style: italic;
	color: #999;
	padding: 7px 0 0;
}
.captchaBox {
	overflow: hidden;
}
.captchaBox a {
	display: block;
	text-decoration: none;
	float: left;
	overflow: hidden;
	width: 88px;
}
.captchaBox .inputBox {
	float: left;
	width: 68px;
}
.captchaBox .inputBox input {
	width: 53px;
}

/* ===================== buttons ========================*/
.buttonBox {
	overflow: hidden;
	position: relative;
}
.button {
	overflow: hidden;
	position: relative;
	float: left;
	height: 48px;
	background: url(/images/button.png) no-repeat 0 0;
	padding: 0 0 0 10px;
}
.button div {
	height: 48px;
	background: url(/images/button.png) no-repeat right -50px;
	padding: 0 10px 0 0;
}
.button span {
	display: block;
	height: 32px;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px 1px #396373;
	background: url(/images/button.png) repeat-x 0 -100px;
	padding: 16px 26px 0;
    text-align: center;
}
.button a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.button:hover {
	background-position: 0 -150px;
}
.button:hover div {
	background-position: right -200px;
}
.button:hover span {
	background-position: 0 -250px;
}
.button.active {
	background-position: 0 -300px;
}
.button.active div {
	background-position: right -350px;
}
.button.active span {
	background-position: 0 -400px;
}

/* ===================== special select ========================*/
.selectBlock {
	position: relative;
	color: #333;
	float: left;
	padding: 0 0 20px;
	z-index: 300;/*ie7*/
}
.selectBlock input {
	background: none;
	border: none;
	padding-left: 8px;
	margin-top: 2px;
}
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background: url(/images/select.png) no-repeat;
}
.cusel {
	display: inline;
	position: relative;
	float: left;
	width: 150px !important;
	height: 30px;
	background-position: left top;
	margin: 0;
	cursor: pointer;
	z-index: 200 !important;
}
.cuselFrameRight {
	position: absolute;
	top: 0;
	right: -10px !important;
	height: 30px;
	width: 52px;
	background-position: right top;
	z-index: 200;
}
.cuselFrameRight:hover,
.cusel:hover .cuselFrameRight {
	background-position: right -40px;
}
.cuselText {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 21px !important;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	white-space: nowrap;
	padding: 9px 15px 0 6px;
	cursor: pointer;
	z-index: 100;
}
.cusel span {
	display: block;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	padding: 2px 3px 3px 5px;
	cursor: pointer;
}
.cusel-scroll-pane span {
	white-space: normal;
}
.cusel span:hover {
	background: #eff9fb;
}
.cusel .cuselActive {
	background: #eff9fb;
	/*color: #ffffff;*/
	cursor: default;
}
.cusel .cuselActive:hover {
	/*color: #ffffff;*/
	background: #eff9fb;
}
.cusel:hover,
.cusel:hover .cuselFrameRight,
.cusel:focus,
.cusel:focus .cuselFrameRight,
.cuselFocus,
.cuselFocus .cuselFrameRight {
	background-image: url(/images/select.png);
}
.classDisCusel,
.classDisCusel .cuselFrameRight {
	background-image: url(/images/select.png) !important;
	cursor: default;
	color: #ccc;
}
.classDisCusel .cuselText {
	cursor: default;
}
.cusel-scroll-wrap {
	display: block;
	position: absolute;
	left: 0;
	top: 30px;
	/*min-width: 100%;
	width: auto;*/
	width: 157px;
	height: 300px;
	visibility: hidden;
	border: 1px solid #c6dade;
	border-top: none !important;
	z-index: 300;
	-webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
}
.selectBlock .jScrollPaneContainer {
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	width: 155px !important;
	background: #fafafc;
	z-index: 300;
}
.selectBlock .jScrollPaneTrack {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 34px !important;
	background: #fff;
}
.selectBlock .jScrollPaneDrag {
	position: absolute;
	right: 0 !important;
	height: 35px !important;
	width: 33px !important;
	background-position: -70px -50px;
	cursor: pointer;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollArrowUp {
	position: absolute;
	top: 0;
	right: 0;
	width: 33px !important;
	height: 25px;
	overflow: hidden;
	background-position: 0 -50px;
	cursor: pointer;
}
.jScrollArrowDown {
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	width: 33px !important;
	height: 25px;
	overflow: hidden;
	background-position: -34px -50px;
	cursor: pointer;
}
#cuselFrame-cuselFrame {
	z-index: 700 !important;
}
#cuselFrame-cuselFrame02 {
	z-index: 690 !important;
}
#cuselFrame-cuselFrame03 {
	z-index: 680 !important;
}
/*.selectShort .cusel {
    width: 60px !important;
}
.selectShort .cusel-scroll-wrap {
    width: 59px !important;
}
.selectShort .jScrollPaneContainer {
    width: 57px !important;
}*/

/* =========================== pager =========================== */
.pagerBox {
	overflow: hidden;
	font-size: 14px;
	line-height: 14px;
	padding: 45px 0 30px;
}
.pagerBox div {
	display: block;
	float: left;
	padding-top: 9px;
	margin-right: 18px;
}
.pagerBox div span {
	color: #C43934;
    font-weight: bold;
}

.pagerBox input {
	display: block;
	width: 30px;
	height: 28px;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	color: #0066cc;
	padding: 0;
	margin-top: -8px;
	zoom: 1;
}
.pagerL,
.pagerR {
	display: block;
	/*width: 8px;
	height: 13px;
	background: url(/images/ico_arr.png) no-repeat 0 0;
	margin-top: 2px;*/
    text-decoration: none;
}
.pagerR {
	background-position: 0 -20px;
}

/* =========================== boxes =========================== */
.box,
.box02,
.box03 {
	position: relative;
}
.boxT,
.boxB,
.boxT div,
.boxB div {
	position: relative;
	overflow: hidden;
	height: 7px;
	background: url(/images/boxBG.png) no-repeat 0 0;
	padding: 0 0 0 7px;
}
.boxT div {
	background-position: right -10px;
	padding: 0 7px 0 0;
}
.boxB {
	background-position: 0 -20px;
}
.boxB div {
	background-position: right -30px;
	padding: 0 7px 0 0;
}
.boxT span,
.boxB span {
	display: block;
	position: relative;
	width: 100%;
	height: 7px;
	background: url(/images/boxBG.png) repeat-x 0 -40px;
}
.boxB span {
	background-position: 0 -50px;
}
.boxCL,
.boxCR {
	background: url(/images/boxBGline.png) repeat-y 0 0;
	padding: 0 0 0 7px;
}
.boxCR {
	background-position: right 0;
	padding: 0 7px 0 0;
}
.boxC {
	position: relative;
	overflow: hidden;
	background: #fff;
	min-height: 20px;
}
.box02 .boxT,
.box02 .boxB,
.box02 .boxT div,
.box02 .boxB div,
.box02 .boxT span,
.box02 .boxB span {
	background-image: url(/images/boxBG02.png);
}
.box02 .boxCL,
.box02 .boxCR {
	background-image: url(/images/boxBG02line.png);
}
.shadowBox {
	position: relative;
	height: 5px;
	overflow: hidden;
}
.shadowL,
.shadowR {
	height: 5px;
	background: url(/images/shadowBG.png) no-repeat 0 0;
	padding: 0 0 0 77px;
}
.shadowR {
	background-position: right -10px;
	padding: 0 77px 0 0;
}
.shadowBox span {
	display: block;
	height: 5px;
	background: url(/images/shadowBG.png) repeat-x 0 -20px;
}
.box .shadowBox {
	margin: -2px 0 0;
}
.box02 .shadowBox {
	margin: -3px 0 0;
}



/* =========================== header =========================== */

.headerInn {
	overflow: hidden;
	height: 86px;
	padding: 40px 30px 0 255px;
}
.menuSmallBox {
	color: #000000;
	overflow: hidden;
	width: 502px;
}
.menuSmallBox span {
	display: inline-block;
	padding: 0 10px 0 0;
    color: #C43934;
}
.menuSmallBox span.active a {
	color: #000000;
	font-weight: bold;
}
.menuBox {
	overflow: hidden;
	position: absolute;
	top: 91px;
	left: 205px;
	width: 748px;
	height: 36px;
	font-size: 16px;
	background: url(/images/menuBG.png) repeat-x 0 0;
	padding: 0 0 0 37px;
	z-index: 400;
}
.menuBox a {
	color: #fff !important;
	text-decoration: none;
}
.menuBox ul,
.menuInnBox ul {
	width: 100%;
}
.menuBox li {
	display: block;
	color: #0066cc;
	float: left;
	background: url(/images/menuItemBG.png) no-repeat right 0;
	padding: 0 2px 0 0;
}
.menuBox li span {
	display: block;
	height: 27px;
	padding: 9px 13px 0;
}
.menuBox li:hover span {
	background: url(/images/menuItemBG.png) repeat-x 0 -50px;
}
.mainPage .menuBox,
.mainPage .menuBox li,
.menuBox li.active {
	background: none;
}
.mainPage .menuBox li:hover span {
	background-position: 0 -150px;
}
.mainPage .menuBox a {
	color: #0066cc !important;
}
.menuBox li.active {
	height: 34px;
	border-left: 1px solid #9ecadd;
	border-right: 1px solid #9ecadd;
	padding-right: 0;
}
.menuBox li.active span {
	position: relative;
	top: 1px;
	background: url(/images/menuItemBG.png) repeat-x 0 -100px;
}
.menuBox li.active a {
	color: #0066cc !important;
	text-decoration: underline !important;
}
.menuBox li.active a {
	text-decoration: underline;
}

.menuInnBox {
	overflow: hidden;
	position: absolute;
	top: 127px;
	left: 160px;
	width: 748px;
	height: 35px;
    font-size: 12px;
	background: url(/images/menuInnBG.png) repeat-x 0 0;
    padding: 0 0 0 83px;
    z-index: 400;
}
.menuInnBox li {
	display: block;
	color: #3284d6;
	float: left;
	padding: 1px 0 0 10px;
}
.menuInnBox li div {
	height: 36px;
	padding: 0 10px 0 0;
}
.menuInnBox li span {
	display: block;
	height: 31px;
	padding: 5px 1px 0 0;
}
.menuInnBox li.active {
	background: url(/images/menuInnBG.png) no-repeat 0 -49px;
}
.menuInnBox li.active div {
	background: url(/images/menuInnBG.png) no-repeat right -100px;
}
.menuInnBox li.active span {
	background: url(/images/menuInnBG.png) repeat-x 0 -150px;
}
.menuBoxLine,
.menuInnBoxLine {
	position: absolute;
	top: 91px;
	left: 50%;
	width: 100%;
	height: 36px;
	background: url(/images/menuBG.png) repeat-x 0 0;
}
.menuInnBoxLine {
	top: 127px;
	background-image: url(/images/menuInnBG.png);
}
.aboutBox {
	position: relative;
	width: 100%;
	z-index: 400;
}
.aboutBoxL,
.aboutBoxR {
	position: absolute;
	top: 0;
	width: 50%;
	height: 365px;
	background-image: url(/images/waveBG.png);
	background-repeat: repeat-x;
	z-index: 400;
}
.aboutBoxL {
	left: 0;
	background-position: right 0;
}
.aboutBoxR {
	right: 0;
	background-position: 0 0;
}
.aboutBox .stretchBox {
	z-index: 450;
}
.aboutBoxBG {
	position: absolute;
	top: 0;
	left: -29px;
	width: 1095px;
	height: 335px;
	background: url(/images/aboutPic.png) no-repeat 0 0;
	z-index: 450;
}
.aboutInn {
	position: relative;
	height: 247px;
	color: #fff;
	padding: 88px 435px 0 140px;
	z-index: 500;
}
.aboutInn span {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 27px;
	font-style: italic;
}
.aboutInn span big {
	display: inline-block;
	position: relative;
	font-size: 22px;
	margin-left: -13px;
}
.aboutInn a {
	color: #fff !important;
}
.linkApply {
	font-size: 14px;
	padding: 33px 0 0;
}
.aboutInfoBox {
	position: relative;
	width: 100%;
	height: 380px;
	background: #003366;
	border-bottom: 1px solid #6285a7;
	margin-top: -7px;
	z-index: 380;
}
.aboutInfoBox .stretchBox {
	height: 380px;
}
.aboutInfoBoxBG {
	position: absolute;
	top: 0;
	left: -170px;
	width: 1300px;
	height: 380px;
	background: url(/images/aboutInfoBG.png) no-repeat 0 -250px;
	z-index: 450;
}
.aboutLicence {
	overflow: hidden;
	position: absolute;
	top: 61px;
	right: 0;
	width: 190px;
	min-height: 100px;
	font-style: italic;
	font-size: 12px;
	color: #8ad3ff;
	padding: 0 55px 0 95px;
	z-index: 450;
}
.aboutLicence div {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 95px;
}
.aboutLicence .linkMore {
	display: block;
	text-align: right;
	color: #fff;
	font-size: 10px;
	padding: 10px 0 0;
}
.aboutLicence .linkMore a,
.aboutLicence a:hover {
	color: #fff !important;
}
.aboutText {
	position: absolute;
	top: 228px;
	right: 56px;
	width: 350px;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #c2e5fb;
	font-style: italic;
	font-size: 20px;
	line-height: 27px;
	z-index: 450;
}
.panelBox {
	position: absolute;
	bottom: -405px;
	left: 127px;
	width: 288px;
	height: 350px;
	background: url(/images/panelBG.png) no-repeat 0 0;
	font-size: 13px;
	color: #28619a;
	padding: 40px 28px 30px 47px;
	z-index: 440;
}
.panelBox h2 {
	padding: 0 0 7px;
}
.panelBox span {
	display: block;
	padding: 0 0 9px;
}
.panelBox span a {
	color: #28619a;
}
.panelBox p {
	padding: 7px 0 0;
}

/* =========================== sidebarL =========================== */
.menuSubBox {
	color: #333;
	font-size: 13px;
	padding: 0 0 45px;
}
.menuSubBox div,
.sidebarEventsBox div {
	font-weight: bold;
	padding: 0 0 9px;
}
.menuSubBox a,
.sidebarEventsBox a {
	font-weight: normal;
}
.menuSubBox div.active a,
.sidebarEventsBox div.active a {
	color: #333;
	font-weight: bold;
}
.sidebarEventsBox {
	color: #333;
	font-size: 13px;
	padding: 0 0 20px 93px;
}

/* =========================== content =========================== */
.newsBox {
	float: left;
	width: 430px;
	padding: 0 0 20px 60px;
}
.newsBox h2 {
	color: #3c98d0;
	padding: 0 0 20px 117px;
}
.newsItem {
	position: relative;
	font-size: 12px;
	color: #333;
	padding: 0 15px 31px 117px;
}
.newsItem div {
	font-size: 13px;
	padding: 0 0 9px;
}
div.dataBox,
.dataBox {
	width: 98px;
	font-size: 11px;
	line-height: 15px;
	color: #999;
	padding: 0 0 9px;
}
.newsItem .dataBox {
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
}
.dataBox.poseBox {
	position: absolute;
	top: 0;
	left: -112px;
	line-height: 18px;
}
.eraseBox {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 18px;
	background: url(/images/eraseBG1.png) no-repeat 0 0;
	margin-left: -30px;
	margin-bottom: -5px;
}
.mainPage .eraseBox {
	background-image: url(/images/eraseBG.png);
}
.refBox {
	width: 320px;
	float: right;
	color: #333;
	font-size: 12px;
	padding: 0 85px 20px 0;
}
.refBox h2 {
	color: #3c98d0;
	padding: 0 0 17px;
}
.refTitleBox {
	font-size: 16px;
	font-style: italic;
	padding: 0 0 19px;
	/*margin-left: -10px;*/
}
.refTitleBox span {
	display: inline-block;
	position: relative;
	top: 4px;
}
.signBox {
	text-align: right;
	padding: 0 0 7px;
}
.nwBox {
	display: inline-block;
	width: 9px;
	height: 9px;
	text-decoration: none;
	background: url(/images/ico_nw.png) no-repeat 0 0;
	margin-left: 3px;
}
.imgBox .nwBox {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e2e3e8;
}
.singBox {
	display: inline-block;
	color: #000;
	background: #ccccff;
	padding: 0 2px;
}
.imgBox {
	position: relative;
	overflow: hidden;
	margin: 0 0 15px -8px;
}
.imgBox .box,
.imgBox .box02 {
	float: left;
}
.imgBox.poseBox {
	float: left;
	margin: 3px 12px 5px -7px;
}
.scrollContentBox .imgBox,
.scrollContentShortBox .imgBox {
	margin: 0 0 20px -8px;
}
.captionBox {
	font-size: 10px;
	line-height: 16px;
	color: #333;
	text-align: center;
	padding: 0 8px 2px;
	clear: both;
}
.docBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
    font-size: 14px;
	font-style: italic;
    padding: 0 0 15px;
}
.docItem {
	position: relative;
	min-height: 40px;
	padding: 0 0 34px 40px;
}
.docItem div {
	position: absolute;
	top: 5px;
	left: 0;
	width: 30px;
	height: 34px;
}
.docItem a {
	font-size: 16px;
}
.docItem i {
	color: #999;
}
.docBox.poseBox {
	width: 240px;
	position: absolute;
	top: -3px;
	left: -250px;
}
.docItem.xls a, .docItem.xlsx a{
	color: #75b745;
}
.docItem.doc a, .docItem.docx a {
	/*color: ;*/
}
.docItem.pdf a {
	color: #e7282d;
}
.docItem.xls div, .docItem.xlsx div {
	background: url(/images/ico_exl.png) no-repeat 0 0;
}
.docItem.doc div, .docItem.docx div {
	background: url(/images/ico_doc.png) no-repeat 0 0;
}
.docItem.pdf div {
	background: url(/images/ico_pdf.png) no-repeat 0 0;
}
.videoBox {
	width: 640px;
	/*height: 360px;*/
	margin: 20px 0 40px 0; 
}
.formBox {
	position: relative;
	padding: 10px 0 50px;
}
.formBox.poseBox {
	margin-left: -165px;
}
.formBox .selectBlock,
.formBox .checkBox,
.formBox .radioBox {
	float: left;
	width: 240px;
}
.formBox .buttonBox {
	padding: 20px 0 0 160px;
}
.contentLeftBox {
	float: left;
	width: 325px;
	padding: 0 0 30px 0;
	margin-left: -80px;
}
.contentRightBox {
	float: right;
	width: 325px;
	padding: 0 0 30px 0;
	margin-right: -90px;
}
.eventItem {
	overflow: hidden;
	padding: 0 0 20px 7px;
	margin-left: -7px;
}
.eventItem .dataBox {
	width: 100%;
	padding: 0 0 4px;
}
.eventTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	font-style: italic;
	color: #0066cc;
	padding: 0 0 7px;
}
.eventItem .imgBox.poseBox {
    margin: 2px 12px 0 -7px;
}
.backBox,
.backBoxTo {
	position: absolute;
	top: 35px;
	left: 11px;
	max-height: 40px;
	letter-spacing: -0.5px;
	font-size: 10px;
	color: #C43934;
}
.backBox span,
.backBoxTo span {
	display: inline-block;
	color: #999;
	font-size: 14px;
	padding: 0 4px;
}
.backBoxTo {
	top: 82px;
	left: -13px;
}
.backBoxTo span {
	color: #0066cc;
	font-size: 14px;
	padding: 0 4px;
}
.innerPage .backBox {
	top: 52px;
}
.mapBox {
	position: relative;
	width: 740px;
	padding: 0 0 45px;
	margin-right: -170px;
}
.mapInfo {
	width: 230px;
	float: left;
}
.mapInfo p {
	padding: 0 0 18px;
}
.mapInn {
	width: 411px;
	float: right;
	padding: 0 80px 0 0;
	margin-top: -7px;
}
.mapInn .boxC {
	overflow: hidden;
	width: 397px;
	height: 345px;
}
.personsBox {
	overflow: hidden;
	padding: 12px 0 50px;
	margin: 0 -180px 0 -7px;
}
.personItem {
	overflow: hidden;
	width: 162px;
	float: left;
	color: #333;
	padding: 0 80px 50px 7px;
}
.personItem .box02 {
	width: 162px;
	margin-left: -7px;
	margin-bottom: 10px;
}
.personItem .boxC {
	overflow: hidden;
	width: 148px;
	height: 181px;
}
.personItem p {
	color: #272727;
	padding-bottom: 9px;
}
.personItem span {
	display: block;
	font-style: italic;
	color: #666;
	padding: 0 0 9px;
}
.vacBox {
	padding: 0 0 17px;
}
.vacTitle {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	font-weight: bold;
	padding: 0 80px 0 0;
}
.vacTitle div {
	position: absolute;
	top: 0;
	right: -115px;
	font-style: normal;
	font-weight: normal;
	font-family: arial, sans-serif;
	font-size: 14px;
}
.vacTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
}
.vacSlider {
	display: none;
	padding: 18px 0 0 60px;
}
.vacSlider ul li {
    background: url(/images/ul3.png) no-repeat 6px 10px;
	padding-left: 22px;
}













/* =========================== popup =========================== */
.popupBox {
	/*display: none;
	position: absolute;
	left: 50%;*/
	background: url(/images/mainBG1.png) repeat 0 0 #F1F3F7;
    color: #272727;
	/*box-shadow: 0 0 20px #060624;
	-moz-box-shadow: 0 0 20px #060624;
    -webkit-box-shadow: 0 0 20px #060624;
	z-index: 2000;*/
}

.popupCancel {
	position: absolute;
	top: 36px;
	right: 31px;
	width: 15px;
	height: 15px;
	background: url(/images/ico_cancel.png) no-repeat 0 0;
	cursor: pointer;
}
.popupContent {
	padding: 30px 28px;
}
.loginIn {
	/*position: fixed;*/
	/*top: 20%;*/
	width: 645px;
	/*height: 377px;
	margin-left: -322px;*/
}
.loginIn .popupContent {
	padding-left: 162px;
}
.loginIn h1 {
    padding-bottom: 36px !important;
}
.loginIn .textForm {
	width: 66px;
	padding-left: 5px;
}
.loginIn .inputShortBox {
    margin-right: 16px;
}
.loginIn .tipBox {
    font-style: normal;
}
.loginIn .buttonBox {
    padding: 25px 0 0 82px;
}
.loginIn .button span {
    padding: 16px 45px 0;
}
.popupBox .errors {
    color: #ff3333;
    font-size: 14px;
    margin: 0 0 0 82px;
    line-height: 30px;
}

/* =========================== footer =========================== */
.footer .stretchBox {
	padding: 10px 0;
    font-size: 13px;
    height: 215px;
}
.footerRmp img {
    width: 200px;
}
.footerRmp {
	color: #cccccc;
    text-align: left;
    float: left;
    width: 50%;
}
.footerFert img {
    width: 80px;
}
.footerFert {
	color: #cccccc;
    text-align: right;
    float: right;
    width: 50%;
}
.footerRmp p,
.footerFert p {
	padding: 0 0 5px;
}
.logoBox {
    height: 120px;
}
.footerRmp .telBox {
    float: left;
}
.footerRmp .logoBox {
    float: left;
    position: relative;
    left: -35px;
    width: 130px;
    overflow: visible;
}
.footerFert .logoBox, .footerFert .telBox {
	float: right;
}
.telBox {
	padding: 25px 40px;
}
.telBox big {
	display: inline-block;
	position: relative;
	top: 2px;
/*	color: #fff;*/
	font-size: 32px;
	line-height: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.footer a {
    color: #ccc;
    text-decoration: none;
}
/*--------------------------------------------------
/ Developed for fertoing.ru 2011
--------------------------------------------------- */

/* ================ default table fix ============== */
.content table {
	margin: 0;
}
.content table thead td,
.content table thead th {
	padding: 0;
}
.content table td {
	padding: 0;
}

.BG01 {background: #F1F3F7 url(/images/mainBG1.png) repeat 0 0 !important;}

/* =========================== innerPage content =========================== */
#info_container {
    height: 450px;
}
#info {
	float: left;
	width: 390px;
    padding: 35px 0 0 90px;
	/*margin-left: -165px;*/
}
#info > table {
	font-size: 14px;
	line-height: 16px;
	color: #333;
	width: 100%;
    margin: 10px 0 30px;
}
#info > table td {
	padding: 0 10px 23px 0;
}
#info > table td table td{
    padding: 0;
}
#info > table tr.BG01 {
	background: none !important;
}
#info > table i {
	font-size: 11px;
	font-style: italic;
	color: #666;
}
#info > table small {
	font-size: 12px;
	/*color: #666;*/
	padding-left: 15px;
}
#info > table small span {
    font-weight: normal;
}
#info p {
    padding: 0 0 10px;
}
#info select, #info select option {
    padding-right: 2px;
}
#info .warn {
    color: #c43934;
}
.infoName {
	width: 155px;
	font-weight: bold;
	font-size: 13px;
}
.linkFormul {
    float: right;
    font-size: 12px;
    padding: 3px 90px 18px 0;
}
#map {
    float: right;
    width: 395px;
    height: 315px;
    background: #9eb7ff;
}
#map .noData {
    padding-top: 150px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
#chart {
    clear: both;
    padding: 0 0 0 90px;
    width: 580px;
    float: left;
}
#chart h2 {
	float: left;
}
#chart #show_settings {
	display: block;
	float: right;
    padding: 5px 32px 0 0;
}
#placeholder {
	width: 610px;
	height: 300px;
	position: relative;
	left: -30px;
    background: #fff;
}
#chart-data {
	float: right;
	width: 220px;
	padding: 0 0 20px;
	margin-right: 80px;
}
#chart-data > table {
	width: 100%;
	color: #000;
	font-size: 11px;
	font-style: italic;
    margin: 5px 0 16px;
}
#chart-data > table td {
	width: 50%;
	text-align: center;
	white-space: nowrap;
	padding: 0 5px 15px;
}

#chart-data .chartTable {
    font: normal 11px tahoma, arial, verdana, sans-serif;
    text-align: center;
    padding: 11px 5px;
    color: #333;
}

#chart-data .chartTable.level {
    color: #666 !important;
}
/*#chart-data div {
	background: #fff;
	overflow: auto;
	padding: 0;
    height: 300px;
}
#chart-data div table {
	height: 280px;
    margin: 0;
}
#chart-data div td {
	color: #333;
	font-size: 12px;
	font-style: normal;
	padding: 17px 5px;
}*/
.mapBoxInn {
    float: right;
    width: 409px;
    padding: 0 85px 0 0;
    margin-top: 0px;
}
.mapBoxInn .boxC {
    width: 395px;
	height: 315px;
}




/* =========================== innerPage popup =========================== */
/*#settings {
	display: none;
}*/
#settings dl {
    padding: 0 45px;
}
#settings dt {
	float: left;
	width: 180px;
	padding: 10px 0 20px;
	clear: both;
}
#settings dd {
	float: left;
	padding: 5px 0 0 40px;
}
#settings dd input {
	width: 35px;
}
#settings dd select {
	width: 50px;
	padding: 2px 2px 2px 6px !important;
}
#settings .specWidth {
	width: 85px;
}
#settings .specWidth1 {
	width: 105px;
}
#settings .specWidth2 {
	width: 70px;
}
#settings .specialDD {
	margin-left: 30px;
    padding-left: 0;
}
#settings .controls {
    margin-bottom: 10px;
    /*position: relative;
    left: 40px;*/
}
#settings a#cancel {
    color: #3399cc;
	outline: none;
	text-decoration: underline;
    margin: 15px 12px 0;
    display: block;
}

/* =========================== footer =========================== */

#_loading_ {
	display: none;
	position: fixed;
	z-index: 999999;
	width: 44px;
	height: 30px;
    top: 10px;
    left: 10px;
	background: url(/img/loader.gif) no-repeat 0 0;
}

#_alert_ {
	display: none;
}
#_tooltip_ {
	display: none;
    position: absolute;
    border: 1px solid #666;
    padding: 2px;
    background-color: #f1f3f7;
    opacity: 0.80;
    z-index: 1000;
}
#download {
    width:300px;
}

#settings_underlay, #download_underlay {
    /*background-color: #000;*/
    opacity: 0;
}
/*#settings .dijitDialogTitleBar {
    display: none;
}*/

#preloader {
    position: absolute;
    font-size: 18px;
    text-align: center;
    padding-top: 200px;
    background: #9EB7FF;
    color: #fff;
    width: 990px;
    height: 250px;
    z-index: 999;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#preloader img {
    vertical-align: middle;
}

#xControls {
    float:right;
    position: relative;
    top: -28px;
    z-index: 99999;
    padding: 3px;
    height: 0;
    overflow: visible;
}
#yControls {
    position: absolute;
    left: 60px;
    z-index: 99999;
    padding: 3px;
}
#xControls a,#yControls a{
    text-align: center;
    font-size: 15px;
    display: block;
    width: 18px;
    height: 18px;
    text-decoration: none;
    border: 1px solid #06c;
    background: #fff;
    margin: 1px;
    /*border-radius: 9px;*/
}
#xControls a {
    float: left;
}

#xControls a.disabled, #yControls a.disabled,
#xControls a.disabled:hover, #yControls a.disabled:hover {
    color: #ccc !important;
    border-color: #ccc;
}
.cursorMove {
    cursor: move;
}
.cursorPointer {
    cursor: pointer;
}