/* Base */

body{
	font-family: 'Open Sans', arial; 
	font-size: 14px; 
	color: #333;
	background: #fff url('/img/lines.jpg') left top;
}

a{
	color: #339999; 
	outline: none;
	transition: ease 0.3s;
}
	a:link{
		text-decoration: underline;
	}
	a:visited{
		text-decoration: underline;
	}
	a:hover{
		color: #333;
		text-decoration: underline;
	}

	a.js_link{
		border-bottom: 1px dashed #333; 
		line-height: 1.2em;
	}
	a.js_link:link{
		text-decoration: none;
	}
	a.js_link:visited{
		text-decoration: none;
	}
	a.js_link:hover{
		text-decoration: none;
	}
	
.btn{
	background: #ff6600;
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	padding: 6px 25px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: inset 0 1px #ffcc00;
}
	.btn:hover{
		background: #f98200;
	}
	
/* CSS */

.mcnt{
	min-width: 1050px;
}

.content_block{
	width: 1041px;
	margin: auto;
}

/* Header */

.top_line{
	height: 40px;
	overflow: hidden;
	background: #3a3a3a url('/img/top_line.jpg');
	font-weight: 700;
	line-height: 40px;
	text-shadow: 0 -1px #000;
}
	.top_line .city{
		float: left;
		width: 170px;
		color: #FFFFFF;
	}
		.top_line .city a{
			color: #00CCCC;
			border-color: #00CCCC;
		}
		.top_line .city span{
			display: block;
			margin-top: 10px;
			float: left;
			padding-right: 15px;
			background: url('/img/choose_city.png') right 8px no-repeat;
		}
	.top_line .phone{
		float: left;
		color: #ffffff;
		background: url('/img/icon_phone.png') left center no-repeat;
		padding-left: 16px;
	}
	.top_line .auth{
		float: right;
		padding: 7px 0 0;
	}
		.top_line .auth .field{
			float: left;
			position: relative;
			color: #666;
			margin: 0 8px 0 0;
			font-weight: 300;
			font-style: italic;
		}
			.top_line .auth input{
				height: 24px;				
				background: #2A2A2A url('/img/input_bg.jpg') left center repeat-x;
				border: none;
				border-radius: 12px;
				-moz-border-radius: 12px;
				-webkit-border-radius: 12px;
				padding: 0 11px 1px;
				text-align: right;
				width: 144px;
				font-weight: 300;
				font-style: italic;
				font-size: 14px;
				box-shadow: inset 0 -1px #5d5d5d, inset 0 1px 1px #151515;
				-webkit-box-shadow: inset 0 -1px #5d5d5d, inset 0 1px 1px #151515;
				-moz-box-shadow: inset 0 -1px #5d5d5d, inset 0 1px 1px #151515;
			}
			.top_line .auth .field_capture{
				position: absolute;
				left: 0;
				top: 0;
				line-height: 23px;
				text-align: right;
				width: 155px;
				text-shadow: none;
			}
			.top_line .auth button{
				display: block;
				float: left;
				border: none;
				background: none;
				color: #FFCC00;
				padding: 3px 0 0 16px;
				margin: 2px 0 0;
				background: url('/img/icon_auth.png') left 3px no-repeat;
				cursor: pointer;
				font-weight: bold;
				font-size: 14px;
				line-height: 1em;		
			}
	

.header{
	height: 97px;
	background: #049D9D url('/img/header.jpg');
}
	.header .content_block{
		position: relative;
	}
	.header a{
		font-weight: 800;
		font-size: 16px;
		color: #fff;
		text-shadow: 0 1px #00744E;
		text-decoration: none;
	}
	.header .logo{
		float: left;
		width: 158px;
		padding-top: 25px;
	}
	.header .menu{
		float: left;
		padding-top: 36px;
		padding-left: 120px;

	}
		.header .menu ul{
			list-style-type: none;
			display: block;
			float: left;
			padding: 0;
			margin: 0;
		}
			.header .menu li{
				display: block;
				float: left;
				/*margin-right: 10px;*/
			}
				.header .menu a{
					display: block;
					height: 30px;
					line-height: 28px;
					padding: 0px 18px;										
				}
					.header .menu a.cur, .header .reg_link{
						background: #FFFFFF url('/img/cur_item_bg.png');
						color: #02639a;
						border-radius: 15px;
						-webkit-border-radius: 15px;
						-moz-border-radius: 15px;
						box-shadow: inset 0 -1px #4eb8b8, inset 0 1px #026363;
						-webkit-box-shadow: inset 0 -1px #4eb8b8, inset 0 1px #026363;
						-moz-box-shadow: inset 0 -1px #4eb8b8, inset 0 1px #026363;

					}
				
	.header .reg_link{
		float: right;
		height: 30px;
		line-height: 28px;
		margin-top: 36px;
		/*box-shadow: inset 0 1px #4eb8b8, inset 0 -1px #026363;
		-webkit-box-shadow: inset 0 1px #4eb8b8, inset 0 -1px #026363;
		-moz-box-shadow: inset 0 1px #4eb8b8, inset 0 -1px #026363;*/
		box-shadow: inset 0 1px #ffb27f, inset 0 -1px #026363;
		-webkit-box-shadow: inset 0 1px #ffb27f, inset 0 -1px #026363;
		-moz-box-shadow: inset 0 1px #ffb27f, inset 0 -1px #026363;
		background: #FF6600;
	}
		.header .reg_link div{
			height: 30px;
			background: url('/img/icon_reg.png') 11px center no-repeat;
			padding: 0 18px 0 28px;
		}
		.header .reg_link a{
			text-shadow: 0 1px #843500;
		}
		
	.header .submenu{
		position: absolute;
		z-index: 1011;
		left: 0;
		top: 82px;
		width: 100%;
		height: 70px;
		line-height: 56px;
		background: url('/img/submenu.png') left bottom no-repeat;
		text-align: center;
		word-spacing: 35px;
	}
		.header .submenu a{
			display: inline;
			padding: 0;
			word-spacing: 0;
			text-shadow: 0 1px #cc9900;
		}
			.header .submenu a.cur{
				color: #996600;
				text-shadow: 0 1px #ffff66;
				background: none;
				border-radius: none;
				-moz-border-radius: none;
				-webkit-border-radius: none;
				box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
			}
	
/* Footer */

.footer{
	height: 249px;
	background: #333 url('/img/footer_bg.jpg') left top repeat-x;
	color: #fff;
	font-size: 12px;
}
	.footer a{
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #fff;
	}
		.footer a:hover{
			color: #ccc;
			border-bottom: 1px solid #ccc;
		}
	.footer_inner{
		height: 249px;
		background: url('/img/waves_bot.png') left top repeat-x;
	}
	.footer .content_block{
		padding: 40px 0 0;
	}
	
		.footer_menu{
			float: left;
			padding-left: 20px;
		}
		.footer .socnet{
			float: right;
		}
		
		.footer ul{
			display: block;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
			.footer ul div{
				height: 18px;
				padding-left: 30px;
				font-size: 14px;
				color: #FFCC00;
				text-shadow: 0 1px #242424;
				margin-bottom: 12px;
				font-weight: bold;
			}
				.footer ul div.garpun{
					background: url('/img/icon_garpun.png') left top no-repeat;
				}
				.footer ul div.garpun span{
					visibility: hidden;
				}
				.footer ul div.system{
					background: url('/img/icon_system.png') left center no-repeat;
				}
				.footer ul div.help{
					background: url('/img/icon_help.png') left center no-repeat;
				}
				.footer ul div.career{
					background: url('/img/icon_career.png') left center no-repeat;
				}
				.footer ul div.connect{
					background: url('/img/icon_connect.png') left center no-repeat;
				}
			.footer ul li{
				display: block;
				float: left;
				min-width: 175px;
				padding-right: 10px;
			}
				.footer ul li li{
					min-width: auto;
					float: none;
					padding: 0 0 9px;
				}
			.footer .socnet li li{
				padding: 0 0 0 30px;
				background-position: left center;
				background-repeat: no-repeat;
				height: 20px;
				line-height: 20px;
				margin-bottom: 12px;
			}
				.footer .socnet li li.ic_vk{
					background-image: url('/img/icon_vk.png');
				}
				.footer .socnet li li.ic_fb{
					background-image: url('/img/icon_fb.png');
				}
				.footer .socnet li li.ic_twitter{
					background-image: url('/img/icon_twitter.png');
				}
				
/* workarea */

.workarea{
	background: url('/img/lines_bot.jpg') left bottom repeat-x;
}
	.workarea_in{
		background: url('/img/header_shadow.png') center top no-repeat;
		padding-top: 10px;
		position: relative;
	}
		.workarea_in .content_block{
			margin-top: 182px;
			position: relative;
			z-index: 1;
		}
        .workarea_help_index .workarea_in .content_block{
			margin-top: 282px;
		}
	.inner_title{
		position: absolute;
		z-index: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 250px;
		background: url('/img/small_baner_repeat.jpg') left top repeat-x #faa500;
	}
    .workarea_help_index .inner_title,
    .workarea_help_articles .inner_title,
    .workarea_help_index .inner_title .in,
    .workarea_help_articles .inner_title .in {
        background: none !important;
    }
		.inner_title .content_block{
			padding: 95px 42px 0 0;
			text-align: right;
			margin: 0 auto;
		}
			.inner_title .in{
				height: 250px;
				background-position: center bottom;
				background-repeat: no-repeat;
			}
			.inner_title h1{
				font-weight: 800px;
				font-size: 40px;
				color: #02639a;
				text-shadow: 1px 0 1px #02437a;

			}
            .workarea_help_articles .inner_title h1{
				text-shadow: none;
                color: #02639a;
                text-align: left;
                padding-left: 310px;
			}
	.h_shadow{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		height: 54px;
		width: 100%;
		background: url('/img/header_shadow.png') center top no-repeat;		
	}

.content{
	background: #fdfdfd;
	margin: 0;
	padding: 38px 60px 60px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	box-shadow: inset 0 -1px 0 #cccc99;
	line-height: 1.6em;
}
	.content_shadow{
		height: 25px;
		background: url('/img/content_shadow.png') center top no-repeat;
	}

	.page_title h1{
		color: #ff6600;
		font-weight: 800;
		font-size: 30px;
	}
	
	.content ul, .content ol{
		margin: 20px 0 14px 0;
		padding: 0 0 0 20px;
	}
		.content ul li, .content ol li{
			padding: 0 20px 6px 0;
		}
	.content ul{
		padding-left: 0;
		list-style-type: none;
	}
		.content ul li{
			background: url('/img/check_green.png') left top no-repeat;
			padding-left: 30px;
			padding-bottom: 10px;
		}
		.content h2{
			color: #ff6600;
			font-weight: 800;
			font-size: 30px;
		}
		.content hr{
			margin: 20px 0;
			height: 6px;
			background: url('/img/waves_small.png') center center no-repeat;
		}
        .workarea_help_articles .content {
            background: none;
            box-shadow: none;
        }
        .workarea_help_articles .content_shadow {
            display: none;
        }
	
/* slider */

.slider{
	position: relative;
}
	.slider .slider_cnt{
		position: relative;
		overflow: hidden;
	}
		.slider .slider_item{
			position: absolute;
			display: none;
		}
		.slider .slider_item.cur{
			display: block;
		}
		.slider span{
			display: block;
			position: absolute;
			top: 0;
			cursor: pointer;
		}
		.slider span.l{
			left: 0;
		}
		.slider span.r{
			right: 0;
		}
		
.slider_reviews{
	width: 1041px;
	margin: 25px 0 0 -60px;
	padding-top: 50px;
	background: url('/img/waves_big.png') center top no-repeat;
}
		
	.slider_reviews .slider{
		padding: 0 35px;
		width: 875px;
		margin-left: 40px;
		height: 177px;		
	}
		.slider_reviews .slider_cnt{
			height: 177px;
			width: 875px;
		}
		.slider_reviews .slider_item{
			width: 875px;
		}
			.slider_reviews .slider_item a, .slider_reviews .slider_item > img{
				display: block;
				width: 431px;
				overflow: hidden;
				float: left;
			}
				.slider_reviews .slider_item a:first-child, .slider_reviews .slider_item > img:first-child{
					margin-right: 13px;
				}
				
			.slider_reviews span.l, .slider_reviews span.r{
				width: 35px;
				height: 170px;
				background: url('/img/icon_slider_prev.png') left center no-repeat;
			}
			.slider_reviews span.r{
				width: 35px;
				background: url('/img/icon_slider_next.png') right center no-repeat;
			}

/* waves box */
	
.waves_top{
	height: 28px;
	background: url('/img/waves_top.png') left top repeat-x;
}
.waves_bot{
	height: 28px;
	background: url('/img/waves_bot_lite.png') left top repeat-x;
}
.waves_cnt{
	padding: 20px 0;
	background: url('/img/waves_cnt.jpg');
}
.waves_inner{
	padding: 0 17px;
}
	.waves_cnt .ttl{
		font-weight: bold;
		font-size: 16px;
		color: #006666;
		padding-left: 25px;
		background-position: left center;
		background-repeat: no-repeat;
		margin-bottom: 20px;
	}
		.waves_cnt .consultants{
			width: 380px;
			float: left;
		}
			.waves_cnt .consultants .ttl{
				background-image: url('/img/icon_consultants.png');
				margin-left: 8px;
			}
				.consultants .item{
					padding-bottom: 12px;
				}
					.consultants .photo{
						width: 109px;
						text-align:center;
					}
						.consultants .photo img{
							border-radius: 50%;
						}
						.consultants .online .photo img{
							border: 7px solid #ffcc00;
						}
					.consultants .info{
						padding: 0 0 0 14px;
					}
						.consultants .name{
							font-size: 16px;
							font-weight: bold;
							padding-bottom: 1px;
						}
						.consultants .status{
							font-size: 12px;
							margin-top: 6px;
							padding-left: 12px;
							background: url('/img/icon_offline.png') left 7px no-repeat;
							color: #999;
						}
						.consultants .online .name, .consultants .online .status{
							color: #009999;
						}
						.consultants .online .status{
							background-image: url('/img/icon_online.png');
						}
						
		.waves_cnt .clients{
			float: left;
			width: 624px;
		}
			.waves_cnt .clients .ttl{
				background-image: url('/img/icon_clients.png');
				padding-left: 20px;
				/*margin-left: 38px;*/
			}
			
			.clients .slider{
				padding-left: 28px;
			}
			.clients .slider .slider_cnt{
				width: 568px;
				height: 192px;
			}
				.clients .slider_item{
					width: 568px;
					height: 192px;
				}
				.clients .slider span{
					width: 28px;
					height: 192px;
					background: url('/img/icon_slider_prev.png') left center no-repeat;
				}
				.clients .slider span.l{
					left: 0;
				}
				.clients .slider span.r{
					right: 0;
					background: url('/img/icon_slider_next.png') right center no-repeat;
				}
				
/* start page */

.big_slider{
	height: 430px;
	background: url('/img/slider_bg_repeat.jpg') center top repeat-x;
	position: relative;
}
	.big_slider .slider_wrap{
		background: url('/img/slider_bg.jpg') center top no-repeat;
	}
	.big_slider .waves_top{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.big_slider .slider{
		height: 430px;
		background: url('/img/header_shadow.png') center top no-repeat;
	}
		.big_slider .slider .slider_cnt{
			height: 430px;
		}
			.big_slider .slider .slider_cnt > .content_block{
				width: auto;
			}
		.big_slider .slider_item{
			z-index: 101;
			height: 430px;
			width: 100%;
			background-position: center center;
			background-repeat: no-repeat;
		}
		.big_slider .content_block{
			position: relative;
		}
		.big_slider .slider_navi{
			position: absolute;
			z-index: 201;
			width: 200px;
			left: 50%;
			margin-left: -100px;
			top: 390px;
			white-space: nowrap;
			text-align: center;
		}
			.big_slider .slider_navi a{
				display: inline-block;
				/*float: left;*/
				width: 11px;
				height: 11px;
				padding: 2px;
				margin: 0 6px;
				border-radius: 50%;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				background: #ca8e00;
				box-shadow: inset 0 -1px #f7c647, inset 0 1px #664b00;
			}
				.big_slider .slider_navi a:hover i, .big_slider .slider_navi a.cur i{
					display: block;
					width: 11px;
					height: 10px;
					border-radius: 50%;
					-webkit-border-radius: 50%;
					-moz-border-radius: 50%;
					background: #e5e5e5;
					background: linear-gradient(top, #f5f5f5, #cfc7b4);
					background: -moz-linear-gradient(top, #f5f5f5, #cfc7b4);
					background: -webkit-linear-gradient(top, #f5f5f5, #cfc7b4);
					
				}
				
	.big_slider a .content_block{
		position: relative;
		height: 430px;
	}
		.big_slider a .content_block div{
			background-position: left center;
			background-repeat: no-repeat;
			height: 430px;
		}
		.big_slider .pict{
			position: absolute;
			width: 440px;
			left: 0;
			top: 0;
		}
		.big_slider .text{
			position: absolute;
			width: 600px;
			left: 500px;
			top: 0;
		}
				
.stat_counter{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 994px;
	height: 123px;
    padding: 8px 0 0 0;
	background: url('/img/yellow_box.png') left top no-repeat;
	margin: auto;
}
	.stat_counter .digits{
		float: left;
		height: 68px;
		width: 323px;
		margin: 10px 0 0 40px;
		line-height: 68px;
		padding-left: 12px;
		background: url('/img/digits.png') left top no-repeat;
		font-size: 48px;
		color: #666;
	}
		.stat_counter .digits div{
			float: left;
			width: 99px;
			padding-left: 1px;
			margin-right: 6px;
		}
		.stat_counter .digits div:first-child{
			color: #ff6600;
		}
			.stat_counter .digits span{
				display: block;
				float: left;
				width: 33px;
				text-align: center;
			}
			
	.stat_counter .text{
		float: left;
		color: #fff;
		font-size: 28px;
		font-weight: bold;
		padding: 25px 0 0 12px;
		text-shadow: 0 1px #cc9900;
		text-align: right;
	}
		.stat_counter .text a{
			color: #fff;
			border-color: #fff;
		}
		/*.stat_counter .text > div{
            display: inline-block;
            vertical-align: top;
			margin-right: 18px;
		}*/
        .stat_counter .text div{
			float: left;
			margin-right: 22px;
		}
		.stat_counter .text div.sl{
			padding-right: 13px;
			background: url('/img/icon_select_white.png') right 20px no-repeat;
			height: 42px;
			overflow: hidden;
		}
			.stat_counter .text div.sl div{
				float: none;
				margin: 0 0 11px 0;
			}
            .stat_counter .text div.sl div:last-child {
                margin-bottom: 0;
            }
		.stat_counter .text div.sl.opened{
			height: auto;
			overflow: visible;
			border-radius: 18px;
			padding: 10px 22px 16px 13px;
			margin: -10px 13px 0 -13px;
			background: #ffcc00;
			box-shadow: inset 0 1px #ffeb99, 0 1px 2px rgba(100,100,100,0.5);
			-moz-box-shadow: inset 0 1px #ffeb99;
			-webkit-box-shadow: inset 0 1px #ffeb99;
		}
			.stat_counter .text div.sl.opened a{
				border: none;
			}			
			
		
	.our_partners{
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		color: #029a9a;
        padding: 5px 0 6px 0;
	}
		.our_partners img{
			margin: 0 0 0 24px;
		}
		
		
.features{
	padding-top: 0px;
}
    .features-hd {
        padding: 28px 0 0 0;
        margin-bottom: 32px;
        text-align: center;
        color: #029a9a;
        font-size: 24px;
    }
	.feature_box{
		position: relative;
		width: 300px;
		height: 253px;
		float: left;
		margin: 22px 0 25px 34px;
		background: #f5f5f5;
		background: linear-gradient(top, #fdfdfd, #f2f2f2);
		background: -moz-linear-gradient(top, #fdfdfd, #f2f2f2);
		background: -webkit-linear-gradient(top, #fdfdfd, #f2f2f2);
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		box-shadow: inset 0 -1px #cccc99;
		-moz-box-shadow: inset 0 -1px #cccc99;
		-webkit-box-shadow: inset 0 -1px #cccc99;
	}
		.feature_box .hdr{
			margin: -22px 0 0 -9px;
		}
			.feature_box .ph{
				float: left;
			}
			.feature_box h3{
				float: left;
				padding: 41px 0 0 10px;
				font-size: 24px;
				font-weight: bold;
				line-height: 1em;
				color: #ff6600;
			}
		.feature_box .txt{
			padding: 2px 22px 0 22px;
			line-height: 18px;
		}
		.feature_box .more{
			position: absolute;
			bottom: 7px;
			left: 30px;
			width: 240px;
			height: 52px;
			padding: 0 0 0 30px;
			background: url('/img/btn_know_more.png') left top no-repeat;
			line-height: 38px;
		}
			.feature_box .more a{
				display: block;
				float: left;
				font-size: 18px;
				font-weight: 800;
				text-decoration: none;
				color: #fff;
				text-shadow: 0 1px #cc6600;
				padding: 0 14px 0 0;
				background: url('/img/show_more.png') right 14px no-repeat;
			}
			
		.feature_box.orange{
			background: #ffa000;
			background: linear-gradient(top, #ffc500, #ffa000);
			background: -moz-linear-gradient(top, #ffc500, #ffa000);
			background: -webkit-linear-gradient(top, #ffc500, #ffa000);
			box-shadow: inset 0 -1px #999966;
			-webkit-box-shadow: inset 0 -1px #999966;
			-moz-box-shadow: inset 0 -1px #999966;
		}
			.feature_box.orange h3{
				color: #fff;
				text-shadow: 0 -1px #cccdcd;
			}
			.feature_box.orange .txt{
				padding-top: 12px;
			}
		.feature_box .shadow{
			position: absolute;
			width: 300px;
			height: 24px;
			left: 0;
			top: 253px;
			background: url('/img/feature_shadow.png') left top no-repeat;
		}
		
/* Form */

.form{
}
	.form .ttl{
		padding:0 0 6px 0;
		color: #999;
		font-size: 14px;
	}
		.form .req{
			color: #FF6600
		}
	.form .input{
		padding-bottom: 16px;
	}
	.form input, .form textarea{
		padding: 8px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-color: #ccc;
		font-size: 16px;
	}
	.form input{
		width: 600px;
	}
	.form textarea{
		width: 600px;
		height: 140px;
	}
	.form .captcha div{
		float:left; 
		padding:0 10px 0 0;
	}
	.form .btn{
		margin-top: 20px;
	}

.site_notices, .errors{
	color: #bb0000;
	font-weight: bold;	
	padding-bottom: 20px;

}

/* Articles */

.articles .item{
	padding-bottom: 20px;
}
	.articles .item .ttl{
		font-size:16px;
		font-weight:bold;
	}	
		.articles .item .date{
			color: #999;
		}		
		.articles .item .ttl a{
			text-decoration:none;
		}		
		.articles .item .ttl a:hover{
			text-decoration:none;
		}
		
/* Pager */

.pager{
	padding-top: 10px;
}
	.pager td{
		padding:4px; 
		color:#999;
	}
	.pager .cur{
		text-decoration:none !important; 
		color:#333 !important; 
		font-weight:bold;}
	.pager .nondec{
		text-decoration:none !important;
	}
	
/* Carousel */

.carousel_item{
	width: 100%; 
	height: 375px;
	margin-bottom: 20px;
}
	.carousel_item td{
		padding: 0 26px;
	}
	.carousel_item td.control{
		width: 14px;
		padding: 0;
	}
	.carousel .photo_box{
		position: absolute; 
		top: 0;
	}
	.carousel_item img{
		cursor: pointer;
	}

#scroll_hor_line{
	display: none;
	height: 1px; 
	font-size: 1px; 
	line-height: 1px; 
	background: #E3E6E8; 
	margin: 0 0 20px;
}
	#scroll_hor_line div{
		height: 1px; 
		font-size: 1px; 
		line-height: 1px; 
		background: #ffcc00; 
		width: 10%;
	}
		
/* for razdel HELP  */

.readme {
	text-align: right;
	margin: 33px 0px 38px 0px;
}

h2.helpH2 {
font: bold 54px 'Myriad Pro';
color:#049d9d;
margin: 73px 0px 78px 0px;
line-height: 50px;
}

.upper_help {
float: right;
color: #FFCC00;
margin-right: 44px;
}
.upper_help a {
color: #FFCC00;
text-decoration:none;
}

.upper_help a:hover {
color: #FFCC00;
text-decoration: underline;
}

.all_artikles {

margin-left: -30px;
margin-top: -8px;
margin-bottom: 50px;
}


/* seo css */
.google_buttons {
float: right;
}

.banner {
margin-top: -170px; 
margin-left: -20px; 
float: left;
}

.banner2 {
margin-top: -220px; 
float: left;
}

.banner3 {
margin-top: -150px; 
margin-left: -20px; 
float: left;
}

.banner_help {
margin-top: -128px; 
margin-left: -60px; 
float: left;
}
.workarea_help_articles .banner_help {
margin-top: -88px;
margin-left: -60px;
float: left;
}


p.intro {
font-size:18px;
}
.help_articles_content p.intro {
font-size:18px;
    margin-bottom: 60px;
    margin-top: -50px;
}
.orange-garpun {
color:#ff6600;
font-weight: bold;
}

.b {
font-weight: bold;
}

.i {
font-style:italic;
}

.tableimg1 {
margin-right: 20px;
}
.tableimg2 {
margin-left: 20px;
}
.tableimg3 { 
border: 0px none; 
margin-left: -20px;
}


TABLE.price_table {width: 100%; border: 1px solid #c9e4db;}
TABLE.price_table TR TD { padding: 10px; border: 1px solid #c9e4db;}
TABLE.price_table TR TD  P { padding: 0px; margin: 0px 0px 5px 0px;}


TABLE.price_table TR TD.headtd {
background-color: #009999;
text-align:center;
}

TABLE.price_table TR TD.headtd p {
color: #ffffff;  
font-size: 22px; 
text-shadow: #003333 0px -1px;
font-weight: bold;
}

.bluebottom {
border: 10px solid #e6f5f0; 
border-radius: 7px;
}

.small {
font-size: 11px;
}

.code-panel {
margin: 0px 1em 1em; 
padding: 0px; 
font-family: monospace; 
border: 1px dashed; 
font-size: 11px; 
line-height: 13px; 
color: #000000;
}


.panelContent {
margin: 0px; 
padding: 5px; 
background-color: #f0f0f0; 
overflow: auto;
}

pre.code-xml {
margin: 0px; 
padding: 0px; 
font-size: 13px; 
line-height: 1.3em; 
font-family: monospace; 
max-height: 30em; 
overflow: auto; 
word-wrap: normal;
background-color: inherit; 
color: #000091;
}

.intro2 {
font-size: 22px; 
margin-top: -20px;
color: #ff5500;
font-weight: bold;
}

.toright {
text-align: right;
}

.zagolovok {
font-size: 22px; 
margin-top: 5px; 
color: #ff5500;
font-weight: bold;
text-align:center;
}

.zagolovok2 {
font-size: 22px;
color:#000000;
font-weight: bold;
}

.lightgrey {
color: #999999;
}
.img_help {
	padding: 20px;
vertical-align: top;
}

.workarea_help_index {
    background: none;
}
.help-sub-nav-cont {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: -240px;
    left: 0;
    padding: 0 100px;
}
.help-sub-nav-cont {
    text-align: center;
}
.help-sub-nav {
    width: 100%;
    border: none;
}
.help-sub-nav-ic {
    min-height: 116px;
}
.help-sub-nav-it {
    width: 174px;
}
.articles-cont {
    width: 100%;
    border: none;
}
.articles-it-cont {
    vertical-align: top;
    padding-bottom: 10px;
}
.articles-it {
    background: url(/img/lib/articles_it_bott.png) no-repeat bottom center;
    padding-bottom: 18px;
}
.articles-it-inner {
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 0 0 #000;
    -webkit-box-shadow: 0 1px 0 0 #000;
    box-shadow: 0 1px 0 0 #cccc99;
    padding: 18px 22px 8px 22px;
    position: relative;
}
.articles-it-hd {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 12px;
    color: #ff6600;
}
.articles-it-txt {
    margin: 0 0 21px 170px;
    min-height: 90px;
}
.articles-it-txt-narrow {
    margin-left: 320px;
}
.articles-it-txt-no-img {
    margin-left: 0;
}
.articles-it-link {
    width: 166px;
    margin: 0 0 0 auto;
}
.articles-it-img {
    display: block;
    position: absolute;
    top: 60px;
}
.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}