* {
  margin:0; 
  padding:0; 
  font:12px 
}

#options {
   width:632px; 
   margin:0;
   margin-right:10px; 
   color:#666666;
   float:right;
   text-align:right;
}
#options a {
   text-decoration:none; 
   color:#3366FF}
#options a:hover {
   color:#333333;
}

#acc {
    width:632px; 
	list-style:none; 
	color:#333333; 
	margin:0 0 15px 10px;
}
#acc h3 {
     width:609px; 
	 border:1px solid #cccccc;
	 border-bottom:2px solid #cccccc; 
	 padding:10px 6px 12px;
	 padding-left:15px; 
	 font-weight:bold; 
	 margin-top:5px;
	 color:#3366FF; 
	 cursor:pointer;
	 font-size:12px;
	 background:url(images/aicon_sd.gif) no-repeat 520px 12px;
	 background-color:ffffff;

}

#acc h3:hover {
	 color:#3366FF;
	 background:url(images/aicon_sd.gif) no-repeat 520px 12px;
	 background-color:#CCCCFF;

}



#acc h4 {
     width:577px; 
	 border-top:1px solid #cccccc;
	 border-left:1px solid #cccccc;
	 border-right:1px solid #cccccc;
	 border-bottom:2px solid #cccccc; 
	 padding:6px 6px 8px;
	 padding-left:15px; 
	 font-weight:bold;
	 margin-top:5px;
	 color:#666666;
	 background:url(images/header_qa.gif);
}
#acc .acc-section {
     overflow:hidden; 
}
#acc .acc-content {
      width:600px; 
	  padding:15px; 
	  border:1px solid #cccccc; 
	  border-top:none; 
	  line-height:2.0em;
}
#acc .acc-content2 {
      width:577px;
	  height:auto; 
	  padding:15px; 
	  border-top:none; 
	  background:#fff;
	  line-height:2.0em;

	  
}
#acc .acc-section {zoom:1;}

#nested {
      width:600px; 
	  list-style:none; 
	  color:#333333; 
	  margin-bottom:5px;
}
#nested h3 {
      width:586px; 
	  border:1px solid #9ac1c9; 
	  padding:6px 6px 8px; 
	  font-weight:bold; 
	  margin-top:5px; 
	  cursor:pointer; 
	  background:url(images/header.gif);
}
#nested h3:hover {
      background:url(images/header_over.gif);
	  cursor:pointer; 
}
#nested .acc-section {
      overflow:hidden; 
	  background:#fff;
}
#nested .acc-content {
      width:568px; 
	  padding:15px; 
	  border:1px solid #9ac1c9; 
	  border-top:none; background:#fff
}
#nested .acc-selected {
      background:url(images/header_over.gif);
}
#nested .acc-section {zoom:1;}



/* IE6 css fixer v0.1 alpha: Fri, 10 Apr 2009 03:35:38 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#options {display:inline;}

/* add zoom:1 to overflow:hidden */
#acc .acc-section,
#nested .acc-section {zoom:1;}