/*===========================================================================
 Help Design
===========================================================================*/

#help-contents {
	width: 100%;
}


#help-contents #title-help {
    font-size: 1.2em;
	font-weight: bold;
	width: 600px;
	text-align: center;
	margin: 0px auto 10px;
	background-color: #CCC;
	padding: 2px 0 2px 0;
}

#help-contents .answer {
	margin: 10px 0;
}

#help-contents .answer h2{
	border-left: 4px solid #999;
	border-bottom: 1px solid #999;
	background-color: #eee;
	padding: 5px;
	margin: 5px 0;
	font-weight: bold;
}

#help-contents .answer .jumper{
	text-align: right;
}

#help-contents .answer .answer-text{
	margin-left: 10px;
}

#help-contents .answer .answer-text p{
	margin: 8px 0;
}

#help-contents .answer-text ul{
	padding: 0px;
	margin: 0 0 0 5px;
}

#help-contents .answer-text ul li{

	padding: 0px;
	margin-left: 20px;
	list-style: disc;
	line-height: 120%;

}

#help-contents .topic-section {
	margin: 25px 0;
}

#help-contents .topic-list {
	padding: 0px;
	margin: 0 0 0 15px;
}

#help-contents .topic-list li {
	padding: 0px;
	margin-left: 20px;
	list-style: disc;
	line-height: 120%;
}

