#main_help
{
	color: #303030;
	padding: 0px;
	background-color: #f8f8f8;
	background-image: url('../../images/help_icon_big.png');
	background-repeat: no-repeat;
	background-position: right top;
	border-radius: 4px;
}

#main_help h1
{
	font-size: 22px;
	margin:0px;
	font-weight: bold;
	margin: 12px;
}

#main_help li
{
	list-style:inherit;
}

#main_help .helpers
{
	float:left;
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-top: 12px;
	padding-left:24px;
	padding-right:24px;
	display:block;
}

#main_help .helpers span
{
	/*color: #1b4b81;*/
	 text-align:justify;
}

#main_help .helpers ul
{
	margin: 0px;
}

#main_help .helpers h2
{
	margin: 2px 0px;
	padding: 0px;
	font-size: 16px;
}

#main_help .helpers h2 a
{
	text-decoration: none;
	color: #2b6bb2;
}

#main_help .helpers h2 a:hover
{
	text-decoration: underline;
}

#help_answers
{
	float:left;
	clear:both;
	margin: 0px;
	padding: 0px;
	margin-top: 48px;
}

#help_answers h1
{
	font-size: 22px;
	margin:0px;
	font-weight: bold;
	margin-left: 12px;
	margin-bottom: 12px;
}

#help_answers .help_answers
{
	list-style: none;
	float:left;
	clear:both;
	padding: 0px 24px 24px 24px;
}

#help_answers .help_answers:nth-child(even)
{
	background-color: #e1e1e1;
}

#help_answers .help_answers:nth-child(odd)
{
	background-color: f8f8f8;
}


#help_answers .help_answers h2
{
	float:left;
	clear:both;
	font-size: 16px;
	margin:0px;
	padding:0px;
	margin-top: 24px;
	margin-bottom: 12px;
}

#help_answers .help_answers span
{
	float:left;
	clear:both;
	margin:0px;
	padding:0px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #4a4a4a;
	text-align:justify;
}

#help_answers .help_answers span h3
{
	float:left;
	clear:both;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 16px;
}

#main_help .help_answers a
{
	text-decoration: none;
	color: #2b6bb2;
	font-weight: bold;
}

#main_help .help_answers a:hover
{
	text-decoration: underline;
}

#help_answers .help_answers span p
{
	margin: 0px;
	float:left;
	clear:both;
	font-size: 13px;
	margin-bottom: 12px;
	/*text-align: justify;*/
}

#help_answers .help_answers span p strong, #help_answers .help_answers span p b
{
	font-size: 13px;
}


#help_answers .help_answers ul
{
	float:left;
	clear: both;
}

#help_answers .help_answers ul .inner_help_answers
{
	list-style: none;
	float:left;
	clear: both;
	padding: 0px;
	margin-top: 6px;
	margin-left: -12px;
}

#help_answers .help_answers ul .inner_help_answers h2
{
	margin-top: 6px;
	font-size: 14px;
}

#help_answers .help_answers ol li
{
	float:left;
	clear: both;
}

#help_answers ol li
{
	margin-left: -6px;
	list-style-type:decimal;
	margin-bottom: 12px;
}

#help_answers ol li strong
{
	font-size: 13px;
}