﻿#faqList li { list-style: none; }
#faqList .question {
  padding-left:20px;
  background: transparent url('/netdev/images/simplefaq/plus.png') left center no-repeat; 
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('/netdev/images/simplefaq/minus.png') left center no-repeat;
}
#faqList .simpleFAQHover { color: #003366; }
#faqList .answer {
  margin-left: 5px;
  border: 1px solid #dedede;
  padding: 0.4em;
  width:675px;
  color:#333;
  background-color:#CAE0F7;
}
.tags { font-size: 0.7em; color: #999; }