/* category accordeon plugin styles */

/*styles for category posts accordeon - needs to be extracted later */
#sidebar ul ul#acc li:before, #sidebar_left ul ul#acc li:before {content:''!important;	}
ul#acc li { margin-left:0px!important; padding-left:0px; }
#acc {width:100%; list-style:none; color:#033; margin:0 auto 5px}
#acc h3 {width:auto; padding:1px 5px 3px 10px; font-size: 11px; font-weight:bold; line-height: 9px;
color: #2897c5; margin:0px 0 0 0; cursor:pointer; background: url(closed.png) -3px center no-repeat;  }
#acc li { margin:0; padding:0; }
#acc li.current { font-style:italic; }
#acc h3:hover {background-color: #eee; }
#acc h3.open { color:#2894C3; background: url(open.png) -3px center no-repeat; }
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:auto; padding:5px;  background:#fff}
#acc h4 { margin: 0 0 5px 5px; font-size:10px; font-weight:600; }
#acc h4 a { line-height: 1.1em; }
