/* FAQ
==================================================== */
.faq {
}

.faq h3 {
  font-size: 15px;
  color: #666666;
}

.faq dl {
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.faq dt a {
  background: url(/shs.I27.9235/shs/images/icons/arrow_faq_expand.gif) no-repeat;
  background-position: 0 2px;
  padding-left: 15px;
  text-decoration: none;
}

.faq dt a.expanded{
  color: #666666;
  background: url(/shs.I27.9235/shs/images/icons/arrow_faq_collapse.gif) no-repeat;
  background-position: 0 4px;
}

.faq dt {
  margin-bottom: 15px;
}

.faq dd {
  font-size: 12px;
  padding-left: 55px;
  margin-bottom: 15px;
  border: medium none;
}