/* @group mainList */
.mainList {
	margin-bottom: 20px;
}
.mainList li {
}
.mainList li h4 {
	background: #BCDCC4 url(/_img/buttons/galleryNext.png) no-repeat 500px center;
	color: #218A3D;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
	cursor: pointer;
	padding: 0 10px;
	border-top: 1px solid #ABD1BC;
	border-bottom: 1px solid #ABD1BC;
}
.mainList li div {
	background: #E8F3EB;
	padding: 10px;
}
.mainList li div ul {
}
.mainList li div ul li {
	margin-bottom: 10px;
}
.mainList li div ul li a {
	color: #535353;
	font-weight: bold;
	font-size: 13px;
}
.mainList li div ul li a:hover {
	color: #21893C;
	text-decoration: underline;
}
/* @end */
/* @group answers */
.answers ul {
	margin-bottom: 20px;
}
.answers h4 {
	color: #218A3D;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 10px 10px;
}
.answers ul li h6 {
	background: #FFF9E9 url(/_img/backgrounds/faqAnswer.png) no-repeat;
	line-height: 24px;
	margin-bottom: 10px;
}
.answers ul li h6 .left {
	color: #535353;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	padding-left: 30px;
}
.answers ul li h6 .right {
	margin: 7px 10px 0 0;
	float: right;
	width: 39px;
	height: 10px;
	text-indent: -9999px;
	background: url(/_img/buttons/goTop.png) no-repeat;
}
.answers ul li div {
	padding-left: 30px;
}
.answers ul li div p {
	font-size: 13px !important;
	color: #797979;
}
/* @end */