#accordion{
background: #222222; /* Old browsers */
background: -moz-linear-gradient(top,  #222222 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #222222 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #222222 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #222222 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #222222 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
border:2px solid #666666;
margin-bottom:30px;
}
#accordion h3, #accordion h2{
color:#FFF;
padding:12px 5px;
font-size:14px;
font-weight:bold;
border-top:1px solid #333333;
border-bottom:1px solid #666666;
margin:0;
}
#accordion h2 a{
color:#FFF;
font-size:14px;
font-weight:bold;
}
#accordion h3:hover, #accordion h2:hover{
cursor:pointer;
}
#accordion div{
background:#FFF;
}

#accordion div div{
padding:12px;
font-size:14px;
font-weight:bold;
border-top:1px solid #CCC;
border-bottom:1px solid #EEE;
margin:0;
}
#accordion a, #accordion  a:visited{
color:#FFF;
text-decoration:none;
}
#accordion .ui-state-focus, #ign-tabs .ui-state-focus {
  outline: none;
}

#accordion h3 div.count{
background: url('img/icon.png') top left no-repeat;
line-height:19px;
width:25px;
float:right;
text-align:center;
margin-bottom:2px;
}
#accordion .ui-state-active{
color:#FFF;
}
#accordion .ui-state-active div.count{
background: url('img/icon-expanded.png') top left no-repeat;
}
#accordion h2.first, #accordion h3.first{
border-top:none;
}
#accordion h2.last{
border-bottom:none;
}
#accordion h3 img, #accordion h2 img{
float:right;
margin-right:10px;
}
#accordion .child a{
color:#333;
}
#accordion .child-active a{
color:#666666;
}