.ka-panel {
	/*border-top:1px dotted #ccc;*/
	width:100%;
    margin-bottom: 10px;
}
.ka-panel div.contentList ul {
	/*
	padding-left:22px !important;
	*/
}
.ka-panel.open .ka-handler {
  cursor:pointer;
  background: url(close_open.png) right -180px no-repeat;
}
.ka-panel.close .ka-handler  {
  cursor: pointer;
  background: url(close_open.png) right 6px no-repeat;
}
.ka-panel.close .ka-handler:hover  {
    background: url(close_open.png) right 6px no-repeat;
}
.ka-panel.open .ka-handler:hover  {
    background: url(close_open.png) right -180px no-repeat;
}
.ka-content {
	margin-left:0px;
}
.ka-content .text {
   /* margin-left:8px;*/
}
.ka-panel .ka-content h1, .ka-panel .ka-content h2 {
}
.ka-border {
}
.ka-border p {
}
.ka-panel h1, .ka-panel h2 {
    border-top: 1px solid #01b6e8;
    border-bottom: 1px solid #01b6e8;
    padding: 4px 2px 4px 20px;
    margin:4px 0px;
}
.ka-panel.close, .ka-panel.close:hover {
    opacity: 1;
}
.close, .open {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-shadow: none;
    font-family: inherit;
    float: none;
    opacity: 1;
}
.close:hover, .close:focus {
    color: #inherit;
    opacity: 1;
}


