/* features */
.faqbox {
	width: 620px;
}

.faqbox .open, .faqbox .closed, .faqbox .faqheader {
	background-repeat: no-repeat;
	width: 620px;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	color: #274196;
}
.faqbox .faqheader {
	background-image: url(../images/s_panellarge.gif);
}
.faqbox .open {
	background-image: url(../images/s_panellarge_open.gif);
}
.faqbox .closed {
	background-image: url(../images/s_panellarge_closed.gif);
}

.faqbox .open a, .faqbox .closed a {
	width: 620px;
	height: 34px;
	display: block;
	text-decoration: none;
	color: #274196;
}

.faqbox .faqitem {
	border-bottom: solid 1px #c0c0c0;
	line-height: 18px;
	width: 580px;
	margin-left: 10px;
}

