ul.accordion,
ol.accordion {
    margin: 0;
    padding: 0;
}
.accordion li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.accordion li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
}
.accordion li li {
    list-style-type: disc;
    margin-left: 1em;
}
.accordion a {
    color: inherit;
    text-decoration: inherit;
}
.accordion .loading {
    display: none;
}

.loading {
                display: none;
            }
            .accordion {
                width:  660px;
            }
                .accordion li h3 a {
                   /* background:             #666;
                    background:             #666 -webkit-gradient(linear, left top, left bottom, from(#999), to(#666)) no-repeat;
                    background:             #666 -moz-linear-gradient(top,  #999,  #666) no-repeat;*/
                    border-bottom:          1px solid #801E6B;
                    color:                  #831F6C;
                    display:                block;
                    font-style:             normal;
                    margin:                 0;
                    padding:                7px 48px 8px 64px;
					font-size:14px;
					font-weight:bold;
					min-height:30px;
					line-height:30px;
					background:url(qa_08.jpg) left 5px no-repeat;
                }
                    .accordion li.active h3 a {
                       /* background:             #369;
                        background:             #369 -webkit-gradient(linear, left top, left bottom, from(#69c), to(#369)) no-repeat;
                        background:             #369 -moz-linear-gradient(top,  #69c,  #369) no-repeat;*/
						color:#831F6C;
						font-size:14px;
						font-weight:bold;
						background:url(qa_06.jpg) left 5px no-repeat;
                    }
                    .accordion li.locked h3 a {
                        background:             #963;
                        background:             #963 -webkit-gradient(linear, left top, left bottom, from(#c96), to(#963)) no-repeat;
                        background:             #963 -moz-linear-gradient(top,  #c96,  #963) no-repeat;
                        color:#F90;
                    }
                .accordion li h3 {
                    margin:         0;
                    padding:        0;
                }
                .accordion .panel {
                    padding:20px 30px 25px 65px;
					font-size:13px;
					color:#747474;
					line-height:26px;
					background:url(qa_07.jpg) 15px 18px no-repeat #F3F3F3;
					border-bottom:1px solid #801E6B;
                }