﻿.akordeon
{
    /*width: 616px;*/
    border: solid 1px #ec700c;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(PIE.htc);
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 30px;
    background: #4B4B4B; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b4b4b), to(#303030));
    background-image: -moz-linear-gradient(#4b4b4b, #303030);
    background-image: -webkit-linear-gradient(#4b4b4b, #303030);
    background-image: -o-linear-gradient(#4b4b4b, #303030);
    background: -ms-linear-gradient(#4b4b4b, #303030);
    background: linear-gradient(#4b4b4b, #303030);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#303030',GradientType=0 ); /* IE6-9 */ /*position:relative;*/
    /*padding-top: 0px;*/
}
.akordeon-item .akordeon-item-body
{
    background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 20px;
    height: 18px;
    background: #f9b759; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9b759 0%, #fc9708 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b759), color-stop(100%,#fc9708)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9b759 0%,#fc9708 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9b759 0%,#fc9708 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9b759 0%,#fc9708 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9b759 0%,#fc9708 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b759', endColorstr='#fc9708',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
	border:1px solid #ec700c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; /* position: absolute;     left: -8px;       top:14px;*/
    padding: 0;
    margin-top: 5px;
    float: left;
    cursor: pointer;
    behavior: url(PIE.htc);
}
.akordeon-heading
{
    float: left;
    padding-left: 10px;
    padding-top: 8px;
    font-weight: bold;
}
.akordeon-icon span
{
    color: #000000;
    font-size: 18px;
    position: absolute;
    left: 6px;
    top: -6px;
    font-weight: bold;
    text-align: center;
	margin-top: 10px;
}
.akordeon-item.expanded .akordeon-icon span
{
    top: -9px;
}
.akordeon-item-head-container
{
    width: 100%;
    position: absolute;
    left: -8px;
    cursor: pointer;
}

.akordeon-item.expanded .akordeon-item-body
{
    border-top: solid 1px #ec700c;
}
.akordeon-item.collapsed
{
	color: #FC9708;
}

.akordeon-item.expanded .akordeon-heading
{
    color: #000000;
}

.akordeon-item.expanded .akordeon-item-head
{
    background: #f9d198 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9d198 32%, #f4b255 94%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(32%,#f9d198), color-stop(94%,#f4b255)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9d198 32%,#f4b255 94%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9d198 32%,#f4b255 94%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9d198 32%,#f4b255 94%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #f9d198 32%,#f4b255 94%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d198', endColorstr='#f4b255',GradientType=0 ) !important; /* IE6-9 */
}
.akordeon-item-content
{
    padding: 10px;
    min-height: 120px;
    height: 180px;
    overflow:auto;
}
.akordeon-border-bottom
{
    border-bottom: solid 1px #ec700c;
}
.akordeon-border-top
{
    border-top: solid 1px #ec700c;
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{
    border-bottom: solid 1px #ec700c !important;
}
.akordeon-item.akordeon-item-first .akordeon-item-head
{
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    behavior: url(PIE.htc);
}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{
    -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;
    border-bottom: none;
    behavior: url(PIE.htc);
}
.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;
    border-bottom: solid 1px #ec700c;
    behavior: url(PIE.htc);
}
.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.htc);
}
