.faqcategorypage fieldset,
.faqarticlepage fieldset {
	margin-left: 0;
}

.faqcategorypage .fieldbox,
.faqarticlepage .fieldbox {
	width: 100%;
}

.faqcategorypage .fieldbox .box .titlebox {
	height: 16px;
}

.faqcategorypage .fieldbox .title,
.faqarticlepage .fieldbox .title {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.faqcategorypage .categoryTitle {
	background: url(../images/faqcategory.jpg) no-repeat;
	font-size: 12px;
	font-weight: bold;
}

#contentbody .ltr .faqcategorypage .categoryTitle {
	background-position: 0 0;
	padding-left: 19px;
}

#contentbody .rtl .faqcategorypage .categoryTitle {
	background-position: 100% 0;
	padding-right: 19px;
}

.faqcategorypage .categoryTitle:hover {
	text-decoration: underline;
}

.faqcategorypage .itemlist {
	width: 100%;
}

.ltr .faqcategorypage .itemlist {
	padding-left: 4px;
}

.rtl .faqcategorypage .itemlist {
	padding-right: 4px;
}

.faqcategorypage .itemlogo {
	width: 18px;
	text-align: center;
	vertical-align: top;
	padding: 0;
}

.faqcategorypage .item {
	padding: 0;
}

.ltr .faqcategorypage .itemlist .more {
	padding-right: 8px;
}

.rtl .faqcategorypage .itemlist .more {
	padding-left: 8px;
}


/*
* Legends
*/
legend.faqCategory,
legend.faqArticle {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

tr.responseRowFaq,
tr.responseRowHoverFaq {
	font-family: tahoma;
	font-size: 11px;
	background: #FFFFFF;
}

td.responseNameFaq {
	font-family: tahoma;
	color: #154F8C;
	font-size: 11px;
}

td.responseNameHoverFaq {
	font-family: tahoma;
	color: #154F8C;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
}

.question {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

td.answer {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	padding: 4px;
}

td.questionSolved {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

td.articleItem {
	color: #154F8C;
	font-size: 12px;
	padding-left: 5px;
	text-decoration: none;
}

.faqCrumbs,
a.faqCrumbsLink,
a.faqCrumbsLink:link,
a.faqCrumbsLink:visited,
a.faqCrumbsLink:hover,
a.faqCrumbsLink:active,
span.faqCrumbsSeparator {
	font-family: tahoma;
	color: #154F8C;
	font-size: 11px;
}
