﻿.akordeon
{
    font-size: 11px;
	border-bottom:1px dashed #ddd;
}
.akordeon-item
{
    position: relative;
	margin:0px auto;
	border-top:1px dashed #ddd;
}
.akordeon-item .akordeon-item-head
{
    overflow:hidden;
    padding: 20px 0 20px 0;
}
.akordeon-item .akordeon-item-body
{
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 38px;
    height: 38px;
	background:url(../images/accordion-icon.png) no-repeat;
    padding: 0;
    margin: -2px 0 0 15px;
    float: left;
    cursor: pointer;
}
.akordeon-heading
{
	display:inline-block;
    margin-left: 10px;
    padding-top: 12px;
	padding-bottom:6px;
	font-size:12px;
	line-height:1.3;
	text-transform:uppercase;
}
.akordeon-icon span
{
    color: #999;
    font-size: 18px;
    position: absolute;
    left: 26px;
    top: 6px;
    font-weight: bold;
    text-align: center;
}
.akordeon-item.expanded .akordeon-icon span
{
	left:27px;
    top:6px;
}
.akordeon-item-head-container
{
    width: 100%;
    position: absolute;
	top:7px;
    left: -8px;
    cursor: pointer;
}

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

