/*FAQ style Begin*/
.faqCat {
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	background-image: url(../images/item_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #ff0000;
	border: 2px solid #525252;
	text-align: center;
	padding-right: 200px;
	margin-bottom: 15px;
	
}

.faqCategory {
	padding: 0px 15px;
	border-left: 2px solid #525252;
}

.faqCategory a {
	color: #595959;
}


.faqQuestion {
	height: 16px;
	line-height: 16px;
	background-image: url(../images/reddisc.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-color: #dfdfdf;
	padding-left: 18px; 
	margin-bottom: 3px;
}


.faqQuestion a {
	color: #595959;
}

.faqAnswer p {
	margin: 0px;
	margin-top: 5px;
}

.faqQuestionRepeat {
	display: block;
	font-weight: bold;
	color: #595959;
}
/*FAQ style End*/

/*The same for FAQ and Search*/
.elementList {
	padding-bottom: 10px;
	margin-top: 15px;
	border-bottom: solid 1px #525252;
}

.elementListLast {
	margin-top: 15px;
}