﻿.akordeon
{
  
    behavior: url(PIE.htc);
}
.akordeon-item
{
    position: relative; margin-bottom:9px;
}
.akordeon-item .akordeon-item-head
{
    height: 48px;
    padding-top: 0;
}
.akordeon-item .akordeon-item-body
{
    background: none; 
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 48px;
    height: 48px;
    background: #ffffff; 
	border-right:1px solid #ebebeb;
    padding: 0;
    margin: 0;
    float: left;
    cursor: pointer;
    behavior: url(PIE.htc);
}
.akordeon-heading
{
    float: left;
    padding-left: 10px;
    padding-top: 18px;
   font-family: 'latolight';
   font-size:16px; line-height:16px;
   color:#8c8c8c;
}
.akordeon-icon span
{
    color: #83a626;
    font-size: 1px;
    position: absolute;
    text-align: center;
}
.akordeon-item.expanded .akordeon-icon span
{
}
.akordeon-item-head-container
{
    width: 100%;
    position: absolute;
    cursor: pointer;
}


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

.akordeon-item-content
{
    padding: 11px 25px 21px 48px ; 
	 font-family: 'latolight';
   font-size:16px; line-height:24px;
   color:#8c8c8c;
}
.akordeon-item .akordeon-item-head
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    behavior: url(PIE.htc);
	background:#fff;
	border:1px solid #ebebeb;
	margin-bottom:9px;
}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{
	   behavior: url(PIE.htc);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-head
{
    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);
}

.expanded .akordeon-icon
{
	background:#00adef;
}

.akordeon-item-content p
{
	margin:0; padding:0;
}