﻿.akordeon {
/*    width: 616px;*/
/*    border: solid 1px black;
    color: White;*/
    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: 33px;
    background: #006600; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006600), to(#006600));
    background-image: -moz-linear-gradient(#006600, #006600);
    background-image: -webkit-linear-gradient(#006600, #006600);
    background-image: -o-linear-gradient(#006600, #006600);
    background: -ms-linear-gradient(#006600, #006600);
    background: linear-gradient(#006600, #006600);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006600', endColorstr='#006600',GradientType=0 ); /* IE6-9 */ /*position:relative;*/
    padding-top: 0px;
}
.akordeon-item .akordeon-item-body {/*
    background: #424242; --------- Old browsers 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#424242), to(#303030));
    background-image: -moz-linear-gradient(#424242, #303030);
    background-image: -webkit-linear-gradient(#424242, #303030);
    background-image: -o-linear-gradient(#424242, #303030);
    background: -ms-linear-gradient(#424242, #303030);
    background: linear-gradient(#424242, #303030);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#303030',GradientType=0 ); 	---- IE6-9 ---- min-height: 100px;     padding: 10px;
*/    	border-bottom: none;
    overflow: hidden;
}
.akordeon-icon {
    width: 22px;
    height: 20px;
    background: #FFFFFF; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFFFFF));
    background-image: -moz-linear-gradient(#FFFFFF, #FFFFFF);
    background-image: -webkit-linear-gradient(#FFFFFF, #FFFFFF);
    background-image: -o-linear-gradient(#FFFFFF, #FFFFFF);
    background: -ms-linear-gradient(#FFFFFF, #FFFFFF);
    background: linear-gradient(#FFFFFF, #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px; /* 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: 0px;
    font-weight: bold;	color:#FFFFFF;
	font-size: 20px;
}
.akordeon-icon span {
    color: #83a626;
    font-size: 28px;
    position: absolute;
    left: 3px;
    top: -6px;
    font-weight: bold;
    text-align: center;
}
.akordeon-item.expanded .akordeon-icon span {
    top: -8px;
}
.akordeon-item-head-container {
    width: 100%;
    position: absolute;
    left: 2px;
    cursor: pointer;	top: 5px;
}

.akordeon-item.expanded .akordeon-item-body {
/*    border-top: solid 1px #5c5c5c;*/
}
.akordeon-item.collapsed {
}

.akordeon-item.expanded .akordeon-heading {
    color: #FFFFFF;
}

.akordeon-item.expanded .akordeon-item-head {
    background: #006600 !important; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006600), to(#006600)) !important;
    background-image: -moz-linear-gradient(#006600, #006600) !important;
    background-image: -webkit-linear-gradient(#006600, #006600) !important;
    background-image: -o-linear-gradient(#006600, #006600) !important;
    background: -ms-linear-gradient(#006600, #006600) !important;
    background: linear-gradient(#006600, #006600) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006600', endColorstr='#006600',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 3px white;
}
.akordeon-border-top {
/*    border-top: solid 1px black;*/
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom {
/*    border-bottom: solid 1px black !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 black;
    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);
}
