﻿.akordeon
{
    width: 515px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(PIE.html);
	margin-bottom:10px;
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 24px;
    background: #bebdbd; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#bebdbd));
    background-image: -moz-linear-gradient(#ffffff, #bebdbd);
    background-image: -webkit-linear-gradient(#ffffff, #bebdbd);
    background-image: -o-linear-gradient(#ffffff, #bebdbd);
    background: -ms-linear-gradient(#ffffff, #bebdbd);
    background: linear-gradient(#ffffff, #bebdbd);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bebdbd',GradientType=0 ); /* IE6-9 */ /*position:relative;*/
    padding-top: 14px;
}
.akordeon-item .akordeon-item-body
{
    background: #efeded; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efeded), to(#ffffff));
    background-image: -moz-linear-gradient(#efeded, #ffffff);
    background-image: -webkit-linear-gradient(#efeded, #ffffff);
    background-image: -o-linear-gradient(#efeded, #ffffff);
    background: -ms-linear-gradient(#efeded, #ffffff);
    background: linear-gradient(#efeded, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeded', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ /* min-height: 100px;     padding: 10px;*/
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 24px;
    height: 23px;
    background: #1e69a3; /* Old browsers */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; /* position: absolute;     left: -8px;       top:14px;*/
    padding: 0;
    margin: 0;
    float: left;
    cursor: pointer;
	position:absolute; top:-6px; right:0px;
    behavior: url(PIE.html);
}
.akordeon-heading
{
    float: left;
    padding-left: 20px;
    font-weight: bold;
	color:#5d5c5c;
}
.akordeon-icon span
{
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 6px;
    top: -3px;
    font-weight: bold;
    text-align: center;
}
.akordeon-item.expanded .akordeon-icon span
{
    top: -5px;
}
.akordeon-item-head-container
{
    width: 100%;
    position: absolute;
    left: -8px;
    cursor: pointer;
}

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

.akordeon-item.expanded .akordeon-heading
{
    color: #5d5c5c;
}

.akordeon-item.expanded .akordeon-item-head
{
    background: #bebdbd !important; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#bebdbd)) !important;
    background-image: -moz-linear-gradient(#ffffff, #bebdbd) !important;
    background-image: -webkit-linear-gradient(#ffffff, #bebdbd) !important;
    background-image: -o-linear-gradient(#ffffff, #bebdbd) !important;
    background: -ms-linear-gradient(#ffffff, #bebdbd) !important;
    background: linear-gradient(#ffffff, #bebdbd) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bebdbd',GradientType=0 ) !important; /* IE6-9 */ /* -webkit-box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);     -moz-box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);     box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);*/
}
.akordeon-item-content
{
    padding: 10px;
 /*   min-height: 120px;*/
    overflow:hidden;
	border:solid 1px #c3c2c2;
}
.akordeon-border-bottom
{
    border-bottom: solid 0px black;
}
.akordeon-border-top
{
    border-top: solid 0px black;
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{
    border-bottom: solid 0px black !important;
}
.akordeon-item.akordeon-item-first .akordeon-item-head
{
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    behavior: url(PIE.html);
}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom: none;
    behavior: url(PIE.html);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-head
{
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    behavior: url(PIE.html);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body
{
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    behavior: url(PIE.html);
}
