#accordion {
width: 400px;
background: #444444;
color: white;
}
#accordion a {
display: block;
background: #dddddd;
color: #000000;
text-decoration: none;
padding: 5px;
}
#accordion a:hover {
background: #bbffbb;
color: white;
}
#accordion .has-children.closed a {
background: #888888;
color: #ddffdd;
}
#accordion .has-children {
}
#accordion li {
}
.good_list .catalog .cat_bl ul  {
    display: none;
}
#searchModel {
    border: 1px solid #c6c6c6;
    overflow: hidden;
    z-index: 205;
    background-color: #fff;
    width: 295px;
    position: absolute;
    left: 45px;
    padding: 15px 0px 15px 0px;
    display: none;
    overflow-y: scroll;
    max-height: 135px;
}
#searchModel li {
    list-style: none;
    width: 1000px;
    padding: 0px 15px 0px 15px ;
}
#searchModel li:hover {
    background-color: #fff2be;
}
#searchModel1 {
    border: 1px solid #c6c6c6;
    overflow: hidden;
    z-index: 205;
    background-color: #fff;
    width: 295px;
    position: absolute;
    left: 240px;
    padding: 15px 0px 15px 0px;
    display: none;
    overflow-y: scroll;
    max-height: 135px;
}
#searchModel1 li {
    list-style: none;
    width: 1000px;
    padding: 0px 15px 0px 15px ;
}
#searchModel1 li:hover {
    background-color: #fff2be;
}