.akordeon
{
   margin-left: 0;
padding-left: 0;
list-style: none;
}

.akordeon-item-content h2 {display: none;}
.akordeon-item
{
    position: relative;
}
.product-tabs .akordeon-item .akordeon-item-head
{
padding: 10px 0;
border-top: 1px solid #ebebeb;
border-bottom: none;
    height: 40px;
}
.akordeon-item .akordeon-item-body
{
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 5px 10px 5px;
    float: right;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
   /* border:solid 1px #dddddd;*/
}

.akordeon-heading
{
padding-bottom: 4px;
padding-top:7px;
}

.akordeon-icon span
{
    background: url(../../images/icons/icon_expend.png) no-repeat;
    width: 9px;
    height: 9px;
    display: block;
    margin: 5px;
}
.akordeon-item.expanded .akordeon-icon span
{
    background-position: -9px 0px;
}
.akordeon-item-head-container
{
    width: 100%;
}

.box-up-sell .akordeon-item.expanded .akordeon-item-body
{
    min-height: 350px;
}
.akordeon-item.collapsed
{
padding: 5px 0;
border-bottom: none;
margin: 0;
text-transform: capitalize;
text-rendering: optimizelegibility;
-webkit-font-smoothing: subpixel-antialiased;
font-family: "Galano SemiBod",helvetica,arial;
font-size: 13px;
font-weight: normal;
line-height: 20px;
}

.akordeon-item.expanded .akordeon-heading
{
    
font-family: "Galano SemiBod",helvetica,arial;

}

.akordeon-item.expanded .akordeon-item-head
{

}
.akordeon-item-content
{
    padding: 0;
    min-height: 120px;
    color: #111;
    font-size: 11px;
    font-weight: lighter;
    line-height: 1.6em;
    text-shadow: none !important;
    font-family: "Galano Alt",helvetica,arial;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}
.products-tabs .box-tabs .akordeon-item.collapsed {padding: 10px 0;
border-top: 2px solid #ebebeb;
border-bottom: none;}

.akordeon-item-content ul li{
   
  
	list-style-type: disc;
}
.akordeon-item-content ul li a {
    background: url(../../images/li_bg.png) no-repeat 0 center;
    padding-left: 12px;
	list-style-type: disc;
}
.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
{color: #777777;
font-family: "Galano SemiBod",helvetica,arial;
letter-spacing: .07em;
font-weight: 300;
text-rendering: optimizelegibility;
-webkit-font-smoothing: antialiased;
font-size: 11.5px;
line-height: 1.6;

}
.akordeon-item.akordeon-item-first .akordeon-item-head
{
font-family:"Galano SemiBod",helvetica,arial;
color: #777777;
font-size: 11px;
}

.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;
}