.help_commonBlock {}

.help_leftBlock {
	width: 245px;
	float: left;
	padding-bottom: 30px;
}

.help_rightBlock {
	margin-left: 270px;
	margin-top: 20px;
	background-color: #fff;
	padding: 20px;
}

.help_rightBlock a, .help_leftBlock a {
	color: #3065BD;
}

.help_mainLink {
	border: 4px solid #fae2a4;
	border-radius: 3px;
	width: 230px;
	text-decoration: none;
	line-height: 24px;
	text-align: center;
	margin-bottom: 14px;
	float: right;
}

.help_mainLink a {
	text-decoration: none;
	font-size: 16px;
}

.help_menuBlock {
	font-size: 15px;
}

.help_menuBlock ul {
	list-style: none;
}

.help_menuBlock li {
	margin-top: 8px;
	display: block;
}

.help_menuBlock a {
	text-decoration: none;
	display: block;
}

.help_menuBlock a:hover {}

.help_menuBlock ul.level0 {
	padding: 0 0 0 0;
}

.help_menuBlock li.level0 {
	list-style: none;
	display: block;
}

.help_menuBlock a.level0 {
	padding-left: 45px;
	width: 200px;
}

.help_menuBlock a.act2 {
	text-decoration: underline;
}

.help_menuBlock li.level0.has_child a.level0 {
	background: url('/images/design/help1.png') 27px center no-repeat;
}

.help_menuBlock li.level0.has_child.act a.level0 {
	background: url('/images/design/help2.png') 27px center no-repeat;
}

.help_menuBlock a.level1 {
	padding-left: 58px;
	width: 217px;
	background: url('/images/design/help3.png') 36px 7px no-repeat;
}

.help_menuBlock div.level1 {
	display: none;
}

.help_menuBlock li.level0.act div.level1 {
	display: block;
}

@media screen and (max-width: 991px) {
	.help_leftBlock {
		clear: both;
		padding-bottom: 30px;
	}
	.help_rightBlock {
		clear: both;
		margin: 40px -15px -15px -15px;
		padding: 15px;
	}
	.margin_before_footer{
		display: none;
	}
}