
#help_tab  {
  float:left !important; 
  float:none;
  width:626px;
  background:#69C url("/images/help_tab/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  margin:0 2px;
  }
#help_tab  ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#help_tab  li {
  float:left;
  background:url("/images/help_tab/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#help_tab  a {
  float:left;
  display:block;
  background:url("/images/help_tab/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
#help_tab a:hover {
  color:#333;
  }
#help_tab  .current {
  background-image:url("/images/help_tab/left_on.gif");
  }
#help_tab  .current a {
  background-image:url("/images/help_tab/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
.faq_title {
  font-size:13px;
  font-weight:bold;
  margin:0;
  padding:3px 10px 10px 5px;
  }
.faq_container.active, .faq_title.active {
  display:block;
  background-color:#F7F6F6;
  }
.faq_title a {
  background-image:url(../images/bg-faq-q.gif);
  background-position:0 2px;
  background-repeat:no-repeat;
  padding:0 0 0 25px;
  text-decoration:none;
  }

.faq_container {
  background:url(../images/bg-faq-a.gif);
  background-color:#F7F6F6;
  background-position:5px 5px;
  background-repeat:no-repeat;
  display:none;
  margin:0;  
  padding:0 0 0 30px;
  }
.faq_container p {
  margin-top:0;
  padding:4px 10px 5px 0;
  }