.faqs-contents {
    clear: both;
}
.faqs-contents ul{
	margin: -5px 0 0;
	padding: 0 !important;
	list-style: none !important;
}
.faqs-contents li{
	padding: 0 0 16px !important;
	list-style-type:none !important;
	vertical-align: middle;
	width: 100%;
	overflow: hidden;
	display:block !important;
}
.faqs-contents li .title{
	width: 100%;
	overflow: hidden;
}
.faqs-contents li .title a{
	border-bottom: 1px solid #cfcfcf;
	float: left;
	font-weight: bold;
	padding: 0 0 5px;
	width: 100%;
	color:#000 !important;
	text-decoration:none !important;
}
.faqs-contents li .title a:hover{
	text-decoration: none;
	color: #00add6 !important;
	border-color: #00add6;
}
.faqs-contents li .title span,
.faqs-contents li .title em{
	font-weight: normal;
	display: block;
}
.faqs-contents li .title:hover em,
.faqs-contents li .title:hover span{
	color: #000;
}
.faqs-contents .post{
	border-left: 30px solid #cfcfcf;
	margin: 10px 0 9px;
	padding: 5px 20px 6px 10px;
	background: url(../images/divider.gif) no-repeat 10px 100%;
	display:none;
}
.faqs-contents .post a{
	color: #7c8302;
	text-decoration: underline;
}
.faqs-contents .post a:hover{text-decoration: none;}
.faqs-contents .post .link{
	color: #545454;
	display: block;
	width: 466px;
}
.faqs-contents .post .link span{font-weight: normal;}
#wrapper .faqs-contents li .post h4{margin: 0 0 3px;}
#wrapper .faqs-contents li .post p{
	line-height: 16px;
	margin-bottom: 15px;
}
.faqs-contents .feedback-form {display:none; width:474px;}
