﻿.akordeon
{
    width: 670px;
    border: solid 1px #f2ecec;
    color: #666;
    font-family: Arial;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    behavior: url(PIE.htc);
	margin-left:20px;
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 44px;
    background: #e4e4e4; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e4e4e4), to(#e4e4e4));
    background-image: -moz-linear-gradient(#e4e4e4, #e4e4e4);
    background-image: -webkit-linear-gradient(#e4e4e4, #e4e4e4);
    background-image: -o-linear-gradient(#e4e4e4, #e4e4e4);
    background: -ms-linear-gradient(#e4e4e4, #e4e4e4);
    background: linear-gradient(#e4e4e4, #e4e4e4);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */ /*position:relative;*/
    padding-top: 14px;
}
.akordeon-item .akordeon-item-body
{
    background: #f3f3f3; /* 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: 34px;
    height: 30px;
    background: #31b138; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#31b138), to(#31b138));
    background-image: -moz-linear-gradient(#fe8d00, #31b138);
    background-image: -webkit-linear-gradient(#fe8d00, #31b138);
    background-image: -o-linear-gradient(#fe8d00, #31b138);
    background: -ms-linear-gradient(#fe8d00, #31b138);
    background: linear-gradient(#31b138, #31b138);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b138', endColorstr='#31b138',GradientType=0 ); /* IE6-9 */
    border-radius: 0px;
    -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-size: 14px;
	color:#333333;
	font-weight:normal !important;
}
.akordeon-icon span
{
    color: #fff;
    font-size: 36px;
    position: absolute;
    left: 6px;
    top: -6px;
    font-weight: normal;
    text-align: center;
}
.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 #31b138;
}
.akordeon-item.collapsed
{
	
}

.akordeon-item.expanded .akordeon-heading
{
   
	
}

.akordeon-item.expanded .akordeon-item-head
{
    
	background: #f6f6f6 !important; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#e4e4e4)) !important;
    background-image: -moz-linear-gradient(#f6f6f6, #e4e4e4) !important;
    background-image: -webkit-linear-gradient(#f6f6f6, #e4e4e4) !important;
    background-image: -o-linear-gradient(#f6f6f6, #e4e4e4) !important;
    background: -ms-linear-gradient(#f6f6f6, #e4e4e4) !important;
    background: linear-gradient(#f6f6f6, #e4e4e4) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e4e4e4',GradientType=0 ) !important; /* IE6-9 */ /*position:relative;*/
	
	
}
.akordeon-item-content
{
    padding: 10px;
    min-height: 120px;
    height: 180px;
    overflow:auto;
	color:#333 !important;
}

.akordeon-item-content a
{
	color:#333 !important;
}

.akordeon-item-content a/active
{
	color:#333 !important;
}


.akordeon-border-bottom
{
    border-bottom: solid 1px #31b138;;
}
.akordeon-border-top
{
    border-top: solid 1px #fea304;;
}
.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: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    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);
}
