#faq {
	margin-top: 20px;
	}
#faq h1{
	margin-bottom:5px;
}
#faq .answer p{
	margin-bottom:5px;
}
#faq .faq-item {
	overflow: hidden;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #bdbdbd;
	}
#faq .answer {
	color: #009de0;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	background: url('/image/faq-bg.gif') no-repeat left top;
	}
#faq .btn {
	float: right;
	clear: both;
	width: 120px;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	display: block;
	margin-right: 20px;
	text-indent: 7px;
	background: url('/image/faq-close.gif') no-repeat;
	}
#faq .open, #faq .over {
	background: #e8f5f8;
	}

#faq .js .question, #faq .btn { cursor: pointer;  }
#faq .js .answer { display: none; }
#faq .open .answer { display: block; }

#faq .answer a{
	text-decoration:underline;
}

#faq .question .arrow{
	background: url('/image/nav-arrow.gif') no-repeat left 2px;
}
