#faqList li { list-style: none; background:url(../images/linebg.jpg) repeat-x;  background-position:bottom; }
#faqList .question {
  
  padding:6px 0 6px 18px;
  font-weight:bold;
  color:#1F9BD7;
   border:1px solid #999;
}
#faqList li.simpleFAQShowing .question {
  
  padding:6px 0 6px 18px;
  font-weight:bold;
  color:#1F9BD7;
}
#faqList .simpleFAQHover { color: #1F9BD7; }
#faqList .answer {
  margin-left: 1em; 
  padding: 0.6em;
}
.tags { font-size: 0.7em; color: #999; display:none; }
#simpleFAQSearch
{
	width:250px;	
	height:20px;
}
.border1{
  border:1px solid #999;
}
.bullet{
  padding-left:10px;
}