#accordion { width:530px; margin: 30px 0 0; padding: 0; }
.accordion { font:12px Verdana, Arial; color:#033; width: 530px; }
.accordion dt { color: white; font-size: 18px; width:530px; padding:8px; font-weight:bold; font-style: italic; line-height: 25px; background: url(../_img/fd-vert.gif) no-repeat; text-indent: 53px; height: 40px; margin-top:5px; cursor:pointer; }
.accordion dt:hover { background-image: url(../_img/fd-vert-over.gif); background-repeat: no-repeat; }
.accordion dt.open { background-image: url(../_img/fd-vert-on.gif); background-repeat: no-repeat; }
.accordion dd { color: gray; background-image: none; width: 530px; overflow: hidden; margin: 0; padding: 0; }
.accordion p { margin: 0; padding: 0; }
.accordion span { display:block; width:400px; padding:15px; border-left: 2px solid #9ac1c9; border-bottom: 2px solid #9ac1c9; border-right: 2px solid #9ac1c9; border-top-style: none; border-top-width: medium; }
.accordion li { vertical-align: top; width: auto; height: auto; }
/**/
#accordion2 { color: #a8c605; margin: 0; width: 200px; padding: 0; }
.accordion2 dt { color: white; font-weight: bold; background-image: url(../_img/fd_vert.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; cursor: pointer; margin-top: 5px; padding: 8px; width: 200px; }
.accordion2 dt:hover { color: white; font-weight: bold; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; cursor: pointer; margin-top: 5px; padding: 8px; width: 200px; }
.accordion2 dt.open { background-image: url(../_img/fd_vert_on.jpg); background-repeat: no-repeat; }
.accordion2 dd { font-size: 12px; font-weight: normal; background: #fff; width: 200px; overflow: hidden; margin: 0; padding: 0; }

