﻿.akordeon
{
    width: 100%;
    color: White;
    font-size: 12px;
    behavior: url(PIE.htc);
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 44px;
    background: #007236; /* Old browsers */
	border-bottom:1px solid #b1c4ba;
    padding: 7px;
}
.akordeon-item .akordeon-item-body
{
    background: #4b6b5a; /* Old browsers */
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 34px;
    height: 30px;
    background: #202e27;
    padding: 0;
    margin: 0;
    float: left;
    cursor: pointer;
	padding-bottom:4px;
    behavior: url(PIE.htc);
}
.akordeon-heading
{
    float: left;
    padding-left: 10px;
    padding-top: 8px;
    font-weight: bold;
}
.akordeon-icon span
{
    color: #fff;
    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;
    left: 7px;
    cursor: pointer;
}

.akordeon-item.expanded .akordeon-item-body
{
    border-top: solid 1px #5c5c5c;
}
.akordeon-item.collapsed
{
}

.akordeon-item.expanded .akordeon-heading
{
    color: ##03cca9;
}

.akordeon-item.expanded .akordeon-item-head
{
    background: #61766b !important; /* Old browsers */
   
}
.akordeon-item-content
{
    padding: 10px;
    min-height: 120px;
}


.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);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-head
{

    behavior: url(PIE.htc);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body
{
 
    behavior: url(PIE.htc);
}
