#faq, #faq_sidebar {
  margin: 30px 0;
}
#faq_sidebar {
  width: 195px;
  float: right;
  padding: 0 20px;
  background: url(/images/backgrounds/clouds_sidebar.png) left 34px no-repeat;
  min-height: 110px;
  font-size: 1.1em;
}
#faq {
  margin-right: 256px;
  line-height: 1.6em;
}
#faq .help_section {
  position: relative;
}
#faq a.section_title {
  display: block;
  margin: 5px 0;
  padding: 0;
  color: #000;
  font-size: 1.5em;
  text-decoration: none;
  font-weight: bold;
}
#faq a.section_title:hover, #faq a.section_title.open {
  color: #555;
}
#faq a.section_title span.dir_arrow {
  float: left;
  height: 12px;
  width: 12px;
  margin-top: 4px;
  margin-right: 3px;
  background: url(/images/backgrounds/dir_arrows.gif) top left no-repeat;
}
#faq a.section_title.open span.dir_arrow {
  background-position: bottom left;
}
#faq .section {
  margin-top: 10px;
  margin-bottom: 25px;
}
#faq a.question {
  font-size: 1.1em;
  padding-left: 12px;
  margin: 5px 0;
  background: url(/images/backgrounds/li_arrow.gif) left 5px no-repeat;
  color: #000;
  text-decoration: none;
}
#faq a.question span {
  border-bottom: 1px solid #a3a3a3;
}
#faq a.question:hover span {
  border-bottom: 1px solid #000;
}
#faq .answer {
  position: relative;
  top: 5px;
}
#faq .answer .content {
  position: relative;
  padding: 10px;
  padding-top: 0;
  background-color: #eff4f9;
  overflow: hidden;
  margin-bottom: 15px;
}
#faq .answer a.title {
  display: block;
  margin: 10px 0;
  font-size: 1.2em;
  text-decoration: none;
  color: #000;
}
#faq .answer a.title:hover {
  text-decoration: underline;
}
#faq .answer p {
  margin: 10px 0;
  padding: 0;
}
#faq .answer ul {
  margin-left: 15px;
}
#faq .answer h3, #faq .answer h4 {
  font-size: 1.1em;
  font-style: italic;
  margin: 15px 0 10px 0;
}
#faq .admin {
  position: absolute;
  top: 0;
  right: 10px;
  padding-left: 10px;
  height: 20px;
}
#faq .answer .admin {
  top: 10px;
}
#faq .admin a {
  float: left;
  margin-left: 1px;
  padding: 2px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}
#faq .admin a:hover {
  border-color: #e1e1e1;
}
#faq .admin img {
  display: block;
}

#faq_sidebar #contact_us {
  height: 115px;
}
#faq_sidebar .section {
  margin-bottom: 20px;
}
#faq_sidebar h2 {
  margin-bottom: 10px;
}
#faq_sidebar p {
  margin: 8px 0;
  padding: 0;
}
#faq_sidebar a.arrow {
  padding-left: 12px;
  background: url(/images/backgrounds/li_arrowb.gif) left 5px no-repeat;
  color: #000;
  text-decoration: none;
}
#faq_sidebar a.arrow:hover {
  text-decoration: underline;
}
