.artcats{
	list-style:none;	
 margin-bottom: 10px;
  width: 100%;
    
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;  
    
  background: #383838 url('http://www2.aquatecmaxcon.com.au/cache/mod_jo_accordion_theme/56/a8b0f01b8897e206a37ea5499b8932a7.png') repeat-x;
  background: -moz-linear-gradient( top, #383838, #383838 ); 
  background: -webkit-gradient( linear, left top, left bottom, color-stop( 0, #383838 ), color-stop( 1, #383838 ) );
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#383838,EndColorStr=#383838);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#383838,EndColorStr=#383838)";
 
      -moz-box-shadow: 3px 3px 10px #888;
    -webkit-box-shadow: 3px 3px 10px #888;
    box-shadow: 3px 3px 10px #888;	
}.artcats ul{
	list-style:none;
	margin-left:20px;
}
.artcats .contract{
	display: block;
}
.artcats .expand{
	display: none;
}
.artcats ul{
	padding-top:.5em;
}

.artcats li{
	padding-bottom:.1em !important;
  border-top: #818181 solid 1px;
  border-top: rgba(255,255,255,0.2) solid 1px;
  min-height: 30px;
  text-align: left;	
}

.artcats a{
  color: #FFFFFF;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
}

.artcats a:hover{
}

.artcats .expandable{
	background-image:none !important;
}

.artcats .expandable img{
	cursor: pointer;
	margin-right:5px;
}

.artcats a.active {
      font-weight: bold;
    text-decoration: none;
}

.artcats .expandAll, 
.artcats .collapseAll {
	font-weight:bold;
	background-image:none;
}