﻿	.akordeon {


	width:100%;


	behavior: url(PIE.htc);


}


.akordeon-item {


	position: relative;


}


.akordeon-item .akordeon-item-head {


	color: #323233;


	font-size: 16px;


	background: #f7f8fb;


	padding: 18px 0px;


}


.akordeon-item .akordeon-item-body {


	background: #fff; /* Old browsers */


	color:#666;


	border-bottom: none;


	overflow: overlay;


}


.akordeon-icon {


	padding: 0;


	margin: 0;


	float: right;


	cursor: pointer;


	behavior: url(PIE.htc);


}


.akordeon-heading {


	padding-left: 10px;


	padding-top:0px;


	font-weight: bold;


}


.akordeon-icon span {


	color: #a5a4a4;


	font-size: 40px;


	position: absolute;


	right: 22px;


	top: 5px;


	font-weight: bold;


	text-align: center;


}


.akordeon-item.expanded .akordeon-icon span {


	top: 4px;


}


.akordeon-item-head-container {


	font-family: 'proxima_nova_rgbold';


	width: 100%;


	cursor: pointer;


	padding:0px 8px;


}


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


	border-top:none;


}


.akordeon-item.collapsed {


}


.akordeon-item.expanded .akordeon-heading {


	width:83%;


	color: #323233;


}


.akordeon-item.expanded .akordeon-item-head {


	background: #fff !important; /* Old browsers */


}


.akordeon-item-content {


	padding: 10px;


	min-height: 120px;


	max-height: 180px;


	overflow-x: hidden;


}


.akordeon-border-bottom {


	border-bottom: solid 1px #e5e5e5;


}


.akordeon-border-top {


}


.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom {


}


.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);


}


