﻿.akordeon
{
    width: 100%;
    color: White;
    font-family: Arial;
    font-size: 12px;
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 26px;
 background: #c4c4c4; /* Old browsers */
background: -moz-linear-gradient(top,  #c4c4c4 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c4c4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c4c4c4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c4c4c4 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c4c4c4 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c4c4c4 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    padding-top: 14px;
}
.akordeon-item .akordeon-item-body
{
    background: #fff; /* Old browsers */
   
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    float: right;
    cursor: pointer;
    behavior: url(PIE.htc);
}
.akordeon-heading
{
    float: left;
    padding-left: 15px;
    font-weight: bold;
	color:#050404;
}
.akordeon-icon span
{
    color: #20201f;
    font-size: 0px;
    position: absolute;
    rightt: 0px;
    top: -4px;
    font-weight: bold;
    text-align: center;
	background:url(../images/plus.png) no-repeat center center;
	padding: 10px;
}
.akordeon-item.expanded .akordeon-icon span
{
    top: -4px;
	background:url(../images/minus.png) no-repeat center center;
}
.akordeon-item-head-container
{
    width: 100%;
    position: absolute;
    left: -4px;
    cursor: pointer;
}

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

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

.akordeon-item.expanded .akordeon-item-head{
background: #c4c4c4; /* Old browsers */
background: -moz-linear-gradient(top,  #c4c4c4 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c4c4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c4c4c4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c4c4c4 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c4c4c4 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c4c4c4 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.akordeon-item-content
{
    padding: 10px;
    min-height: 120px;
    height: 140px;
    overflow:auto;
	border-bottom:1px solid #ff7201;
}
.akordeon-border-bottom
{
   /* border-bottom: solid 1px #dddbdb;*/
}
.akordeon-border-top
{
    border-top: solid 1px #dddbdb;
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{
    border-bottom: solid 1px #dddbdb!important;
}
.akordeon-item.akordeon-item-first .akordeon-item-head
{
    

}

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

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

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

}
