div.faq {
	background-color: transparent;
	margin-bottom: 10px;
}

div.faq h3 {
	padding: 8px 0 2px 0;
	font-size: 11px;
}
div.faq h3 a.faq-category {
	background:transparent url(img/icon-collapsed.gif) no-repeat 0pt 4px;
	color: #000000;
	padding-left: 11px;
}
div.faq h3 a.faq-category.expanded {
	background:transparent url(img/icon-expanded.gif) no-repeat 0pt 4px;
}

div.faq div.faq-category-content {
	padding: 8px 0 0 0px;
}

div.faq .faq-question {
	display: block;
	font-size: 11px!important;
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	clear: right;
	float: right;
	cursor: pointer;
	
	background:transparent url(img/faqshow.gif) no-repeat scroll right top;
	color:#000000 !important;
	height:16px;
	width: 50px;
	line-height:13px;
	padding:2px 5px 0;
}

div.faq .faq-question-hide {
	background:transparent url(img/faqhide.gif) no-repeat scroll right top;
	text-align: center;
}

div.faq div.faq-question-content {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

div.faq .hidden {display: none;}

div.faq div.faq-question-entry {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div.faq img.faq-question-entry-preview {
	background-color: #ffffff; 
	height: 40px; 
	width: 50px; 
	float: left; 
	margin-right: 5px; 
	margin-left: 0px;
}
div.faq  div.faq-question-entry-title {
	font-size: 11px; 
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif; 
	font-weight: bold; 
	float: left;
	cursor: pointer;
}

div.clearboth {
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	clear: both;
}

div.bordertop{
padding-top:5px;
border-top:1px solid #cccccc;
} 

div.faq  div.faq-question-entry-title-blue{
	font-size: 14px; 
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif; 
	font-weight: bold; 
	float: left;
	cursor: pointer;
	font-weight: bold; 
	color:#0066CC;
	font-style:italic;
}
