.faq {
  padding: 10px 0 0 0px;
}
.faq h4 {
	margin-bottom: .5em;
}
.faq dt {
	padding: 5px 10px 3px 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
  	line-height: 1.2;
	cursor: pointer;
	height: 16px;
	overflow: hidden;
}
.faq dt.faqClosed {
  color: #000;
  background: url(../images/common/faq-dt-closed.gif) top left no-repeat;
}
.faq dt.faqOpen {
	color: #fff;
	background: url(../images/common/faq-dt-open.gif) top left no-repeat;
}
.faq dd {
	display: block;
	margin: 0;
	padding: 0 21px;
	overflow: hidden;
}
.faq .faqToTop {
	display: block;
	text-align: right;
	padding-bottom: 4px;
  	font-size: 0.75em;
}
.faq .faqHide, .faq .faqShow {
	display: block;
	margin: 6px 0;
	font-weight: bolder;
	text-decoration: none;
}
