
#accordion-container{font-size:1em;background:#fff;padding:5px 10px 10px 10px;border:1px solid #ccc;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 5px 15px #ccc;-webkit-box-shadow:0 5px 15px #ccc;box-shadow:0 5px 15px #ccc}#accordion-container a{display:block;margin-top:.5em;color:#da7203}.accordion-header{font-size:1em;background:#ebebeb;margin:5px 0 0 0;padding:5px 10px;padding-right:2em;border:1px solid #ccc;cursor:pointer;color:#333;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.accordion-header span{display:block;color:#666}.active-header{-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;background:url(images/active-header.gif) #f0840a;background-repeat:no-repeat;background-position:right 50%;color:#fff}.active-header span{color:#fff}.active-header:hover{background:url(images/active-header.gif) #da7203;background-repeat:no-repeat;background-position:right 50%}.inactive-header{background:url(images/inactive-header.gif) #ebebeb;background-repeat:no-repeat;background-position:right 50%}.inactive-header:hover{background:url(images/inactive-header.gif) #f5f5f5;background-repeat:no-repeat;background-position:right 50%}.accordion-content{display:none;padding:10px;background:#fff;border:1px solid #ccc;border-top:0;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px}