/********************************************************************* */
/*   FAQ                                                               */
/********************************************************************* */
.FAQCategory, 
.FAQCategoryExpanded {
  font-weight: bold;
  padding-top: 10px;
  margin-top: 15px;
  x_margin-top: 45px;
  margin-bottom: 11px;
  width: 456px;
  border-top: 1px solid #B4B9BE;
  cursor: pointer;
}
.FAQCategoryExpanded A {
  color: #FF6600;
}
.FAQCategory A:hover,
.FAQCategoryExpanded A:hover,
.FAQCategoryAHover {
  color: #FF6600;
  text-decoration: none;
}
.FAQQuestionImg {
  margin-top: 7px;
  _margin-top: 8px;
  float: left;
  margin-right: 5px;
}
.FAQQuestion {
  margin-top: 5px;
  float: left;
  width: 456px;
  cursor: pointer;
}
.FAQQuestionActivated {
  margin-top: 5px;
  float: left;
  color: #FF6600;
  cursor: pointer;
  width: 456px;
}
.FAQAnswerImg {
  margin-top: 8px;
  _margin-top: 9px;
  float: left;
  margin-right: 5px;
}
.FAQAnswer {
  margin-top: 6px;
  width: 456px;
  float: left;
  margin-bottom: 12px;
}
.FAQLink A {
  text-decoration: none;
}
.FAQLink A:hover {
  text-decoration: underline;
}
