﻿.akordeon
{
    width: 100%;
    color: White;
    font-family: Arial;
    font-size: 12px;
    behavior: url(PIE.htc);
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 44px;
    background: #f1f1f1;
    padding-top: 14px;
}
.akordeon-item .akordeon-item-body
{
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 34px;
    height: 30px;
    padding: 0;
    margin: 0;
    float: left;
    cursor: pointer;
    behavior: url(PIE.htc);
}
.akordeon-heading
{
    float: left;
    font-weight: bold;
}
.akordeon-icon span
{
    font-size: 36px;
    position: absolute;
    left: 6px;
    top: -6px;
    font-weight: bold;
    text-align: center;
}
.akordeon-item.expanded .akordeon-icon span
{
    top: -9px;
}
.akordeon-item-head-container
{
    width: 100%;
    position: absolute;
    cursor: pointer;
}


.akordeon-item.expanded .akordeon-item-head
{
    background: #f1f1f1 !important; /* Old browsers */
}

.akordeon-item-content
{
    min-height: 120px;
    height: 100%;
    overflow:auto;
}

.akordeon-item.akordeon-item-first .akordeon-item-head
{
    behavior: url(PIE.htc);
}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{
    border-bottom: none;
    behavior: url(PIE.htc);
}
