.faqgroup
{
  font-size   : 1.0em;
  font-weight : normal;
  padding     : 0 0 0.5em 0;
  position    : relative;
}
.faqgroup .faqgroup_title
{
  color       : #333;
  font-size   : 1.3em;
  font-weight : bold;
  padding     : 0;
}
.faq
{
  font-size   : 1.0em;
  font-weight : normal;
  margin      : 0.75em 0;
  position    : relative;
}
.faq .faq_content
{
  min-height  : 1.5em;
  position    : relative;
}
.faq .faq_question
{
  font-size   : 1.1em;
  font-weight : bold;
  line-height : 1.5em;
  padding-left: 2.5em;
}
.faq .faq_answer
{
  font-size   : 1.0em;
  font-weight : normal;
  padding-left: 2.5em;
}
.faq .faq_letter
{
  color       : #e00;
  font-family : Arial,Tahoma,Verdana;
  font-size   : 1.5em;
  font-weight : bold;
  line-height : 1.1em;
  position    : absolute;
  text-align  : center;
}
