.akordeon
{
    width: 100%;
    font-size: 12px;
    margin-top: 0;
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
   /* height: 40px;*/
}
.akordeon-item .akordeon-item-body
{
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 2px 2px 0;
    float: right;
    cursor: pointer;
    text-align: center;
    overflow: hidden;

}
.catalogsearch-result-index .block-layered-nav{display:none}
.akordeon-heading
{
    /*float: left;*/
    padding-left: 0;
    cursor: pointer;
}
.akordeon-icon span
{
    
    width: 19px;
    height: 19px;
    display: block;
    margin: 0px;
}
.akordeon-item.expanded .akordeon-icon span
{
   
}
.akordeon-item-head-container
{
    width: 100%;
}

.box-up-sell .akordeon-item.expanded .akordeon-item-body
{
    min-height: 350px;
}
.akordeon-item.collapsed
{
}

.akordeon-item.expanded .akordeon-heading
{
    
}

.akordeon-item.expanded .akordeon-item-head
{

}
.akordeon-item-content
{
    padding: 0;
    min-height: 120px;
    font-family: Verdana;
    font-size: 13px;
}
.akordeon-item-content ul li{
    padding-left: 25px;
    line-height: 36px;
    /*height: 36px;*/
}
.akordeon-item-content ul li a {
    background: url(../../images/li_bg.png) no-repeat 0 center;
    padding-left: 12px;
}
.block.block-category-nav .akordeon-item-content
{
    min-height: 0;
}
.box-up-sell .akordeon-item-content {
    padding: 20px 0 10px;
    min-height: 250px;
}
.block.block-layered-nav .akordeon-item-content
{
    min-height: 0;
}
.block.block-layered-nav .akordeon-item-content div.price {
    padding: 0 10px;
}
.akordeon-border-top
{
    border-top: solid 1px black;
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{

}
.akordeon-item.akordeon-item-first .akordeon-item-head
{

}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{

}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-head
{

}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body
{
    
}
.akordeon-item.has-no-children .akordeon-icon {
    display: none;
}