div.qaccordion .acc-header-active{
  cursor: pointer;
  margin: 15px 0 0 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ddd;
  background: url(../images/acc_arrow2.gif) no-repeat scroll right center;
  color:#CC6600;
  font-size:22px;
  /*font-style:italic;*/
  background-position:left;
}

div.qaccordion .acc-header {
  cursor: pointer;
  margin: 15px 0 0 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ddd;
  background: url(../images/acc_arrow1.gif) no-repeat scroll right center;
  font-size:22px;
  list-style-type:circle;
background-position:left;
}