#faqList {
  list-style-type: none;
}

#faqList li {
  margin-left: 2em;
  background: url(../images/q.jpg) center left no-repeat;
  padding-left: 3em;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
}

#faqList li a {
  color: #666;
}

#faqList li a:hover {
  color: purple;
}

#content dt {
  background: url(../images/q.jpg) top left no-repeat;
  padding-left: 3em;
  color: #c06;
}

#content dd {
  background: url(../images/a.jpg) top left no-repeat;
  margin-left: 0;
  padding-left: 3em;
}

#faqFooter {
  margin-top: 1em;
  clear: both;
  text-align: center;
  border-top: 1px solid #aaa;
  padding-top: 1em;
  height: 4em;
}

.sib {
  padding: 0.5em 1em;
  background: #eee;
  border: 1px solid #ccc;
  white-space: nowrap;
}

.sibWrapper {
  width: 30%;
  padding-top: 2px;
  height: 3em;
}

