#accordion-container{font-size:13px;background:#ffffff;padding:5px 10px 10px 10px;border:1px solid #cccccc;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 5px 15px #cccccc;-webkit-box-shadow:0 5px 15px #cccccc;box-shadow:0 5px 15px #cccccc;}
.accordion-header{font-size:16px;background:#ebebeb;margin:10px 0 0 0;padding:10px 20px;border:1px solid #cccccc;cursor:pointer;color:#666666;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;}
.active-header{-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;background:url(images/minus.png) rgba(255,255,255,0.6);background-repeat:no-repeat;background-position:99% 0%;color:#fff;}
.active-header:hover{background:url(images/minus.png) rgba(255,255,255,0.6);background-repeat:no-repeat;background-position:99% 0%;}
.inactive-header{background:url(images/plus.png) #fff;background-repeat:no-repeat;background-position:99% 0%;}
.inactive-header:hover{background:url(images/plus.png) #fff;background-repeat:no-repeat;background-position:99% 0%;}
.accordion-content{display:none;padding:20px;background:#ffffff;border:1px solid #cccccc;border-top:0px;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;width:auto !important;}