.faq-list-container,
.noMessageinList {
	clear: both;
	font-size: 12px;
}
.faq-list-container .faqitem-title {
	background-color: #f9f5f2;
}
.faq-list-item {
	position: relative;
}
.faq-list-container {
	width:100%;
}
.faq-list-container h3 {
	background-color: #f9f5f2;
	font-size: 12px;
	padding: 8px 25px 8px 8px;
	margin-top: 5px;
}

.faq-list-container .accordprefix{
	position: absolute;
	right: 8px; top:10px;
	cursor: pointer;
}

.faq-list-container .faqitem-content p {
	padding: 0 8px;
}
.faqitem-footer {
	border-top: 1px dotted #8e8e8e;
	font-size: 10px;
	padding:3px0;
	position: relative;
	margin-bottom: 8px;
	height: 18px;
	padding-left: 8px;
}
.faqitem-footer a {
	color: #8e8e8e;
	font-size: 10px;
	padding: 5px;
}
.faqitem-footer span.faqClose {
	position: absolute; right:8px;
	background-image: url(../../res/search_submit_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.faqitem-footer span.faqClose a {
	display: block;
	padding-right: 19px;
}
* html .thelanguageFooter span.faqClose {
	right:42px;
}
.faqitem-footer img {
	vertical-align: middle;
}
.faqitem-footer span.faqPrint a {
	font-size: 10px;
	background-image: url(../../res/print_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	display: block;
	float: left;
}

.faqitem-title img.inactive {
	display: none;
}

#toggleAllFAQs {
	text-align:right;
}
