/* HELP */
#help_wrapper
{
	margin: 30px auto 0;
	width: 960px;
	position: relative;
}

dl#help_list{
	width: 960px;
	overflow: hidden;
}

dl#help_list dt{
	font-size: 14px;
	padding: 6px 10px;
	border-bottom: 2px solid #cccccc;
	color: #0066cc;
	cursor: pointer;
}

dl#help_list dd{
	text-align: center;
	width: 936px;
	overflow: hidden;
	display: none;
	padding: 10px;
	margin-bottom: 0;
}

dl#help_list dd img.loader{
	padding-top: 30px;
}

dl#help_list dd .help_content{
	text-align: left;
}

dl#help_list dd .help_content p{
	font-size: 12px;
}

dl#help_list dd .help_content p.index{
	padding: 10px 0;
	color: #666666;
	cursor: pointer;
	text-decoration: underline;
}
