﻿.akordeon
{
    width: 1000px;
	float:left;
	margin-top:45px;
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 60px;
    
	border-bottom: 1px solid #2a73b8;
}
.akordeon-item .akordeon-item-body
{   
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 34px;
    height: 30px;
    padding: 0;
    margin: 0;
    float: right;
	margin-top:10px;
    cursor: pointer;
}
.akordeon-heading
{
	
   height:60px;
   line-height:60px;
    padding-bottom: 10px;
	width:100%;
  
}
.akordeon-icon span
{
    color: #dd0000;
    font-size: 24px;
    position: absolute;
    text-align: center;
}
.akordeon-item.expanded .akordeon-icon span
{
   
}
.akordeon-item-head-container
{
	height:58px;
    width: 985px;
	padding-left:15px;
    float:left;
	background:#f7f7f7;
    cursor: pointer;
}

.akordeon-item.expanded .akordeon-item-body
{

}
.akordeon-item.collapsed
{
	margin-top:10px;
}

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

.akordeon-item.expanded .akordeon-item-head
{
   
	margin-top:10px;
}
.akordeon-item-content
{
    padding: 10px;
    min-height: 120px;
    height: 180px;
    overflow:auto;
}