﻿.akordeon
{
    width: 350px;
    border: solid 1px #ececec;
    color:#999999;
    font-family: "Trebuchet MS";
    font-size: 14px;
	text-transform:uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	font-weight:normal;
    behavior: url(PIE.htc);
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 35px;
    background: #4286f4; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4286f4), to(#3982f4));
    background-image: -moz-linear-gradient(#4286f4, #3982f4);
    background-image: -webkit-linear-gradient(#4286f4, #3982f4);
    background-image: -o-linear-gradient(#4286f4, #3982f4);
    background: -ms-linear-gradient(#4286f4, #3982f4);
    background: linear-gradient(#4286f4, #3982f4);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4286f4', endColorstr='#3982f4',GradientType=0 ); /* IE6-9 */ /*position:relative;*/
    padding-top: 2px;
}
.akordeon-item .akordeon-item-body
{
   
   background: #ececec; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#efefef));
    background-image: -moz-linear-gradient(#ececec, #efefef);
    background-image: -webkit-linear-gradient(#ececec, #efefef);
    background-image: -o-linear-gradient(#ececec, #efefef);
    background: -ms-linear-gradient(#ececec, #efefef);
    background: linear-gradient(#ececec, #efefef);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */ /* min-height: 100px;     padding: 10px;*/
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 24px;
    height: 20px;
    background: #ffa200; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa200), to(#e18f00));
    background-image: -moz-linear-gradient(#ffa200, #e18f00);
    background-image: -webkit-linear-gradient(#ffa200, #e18f00);
    background-image: -o-linear-gradient(#ffa200, #e18f00);
    background: -ms-linear-gradient(#ffa200, #e18f00);
    background: linear-gradient(#ffa200, #e18f00);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa200', endColorstr='#e18f00',GradientType=0 ); /* IE6-9 */
    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;
    behavior: url(PIE.htc);
}
.akordeon-heading
{
    float: left;
    padding-left: 10px;
    padding-top: 8px;
    font-weight: bold;
}
.akordeon-icon span
{
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    left: 5px;
    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;
	top: 3px;
}

.akordeon-item.expanded .akordeon-item-body
{
    border-top: solid 1px #efefef;
}
.akordeon-item.collapsed
{
}

.akordeon-item.expanded .akordeon-heading
{
    color: #fff;
}

.akordeon-item.expanded .akordeon-item-head
{
    background: #4286f4 !important; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4286f4), to(#3982f4)) !important;
    background-image: -moz-linear-gradient(#4286f4, #3982f4) !important;
    background-image: -webkit-linear-gradient(#4286f4, #3982f4) !important;
    background-image: -o-linear-gradient(#4286f4, #3982f4) !important;
    background: -ms-linear-gradient(#4286f4, #3982f4) !important;
    background: linear-gradient(#4286f4, #3982f4) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4286f4', endColorstr='#3982f4',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;
    height: 180px;
    overflow:auto;
}
.akordeon-border-bottom
{
    border-bottom: solid 1px #efefef;
}
.akordeon-border-top
{
    border-top: solid 1px #efefef;
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{
    border-bottom: solid 1px #efefef !important;
}
.akordeon-item.akordeon-item-first .akordeon-item-head
{
    -webkit-border-top-left-radius: ;
    -webkit-border-top-right-radius: ;
    -moz-border-radius-topleft: ;
    -moz-border-radius-topright: ;
    border-top-left-radius: ;
    border-top-right-radius: ;
    behavior: url(PIE.htc);
}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{
    -webkit-border-bottom-right-radius:;
    -webkit-border-bottom-left-radius:;
    -moz-border-radius-bottomright: ;
    -moz-border-radius-bottomleft:;
    border-bottom-right-radius: ;
    border-bottom-left-radius: ;
    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 black;
    behavior: url(PIE.htc);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body
{
    -webkit-border-bottom-right-radius: ;
    -webkit-border-bottom-left-radius: ;
    -moz-border-radius-bottomright: ;
    -moz-border-radius-bottomleft:;
    border-bottom-right-radius: ;
    border-bottom-left-radius: ;
    behavior: url(PIE.htc);
}
