﻿.akordeon { }
.akordeon-item { position: relative; }
.akordeon-item .akordeon-item-head {
	height: 40px;
	background: #f9f9f9; /* Old browsers */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ddd));
	background-image: -moz-linear-gradient(#eee, #ddd);
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: -o-linear-gradient(#eee, #ddd);
	background: -ms-linear-gradient(#eee, #ddd);
	background: linear-gradient(#eee, #ddd);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0 ); /* IE6-9 */ /*position:relative;*/
	padding-top: 12px;
	font-size: 15px;
}
.akordeon-item .akordeon-item-body {
	background: #424242; /* Old browsers */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#f5f5f5));
	background-image: -moz-linear-gradient(#f9f9f9, #f5f5f5);
	background-image: -webkit-linear-gradient(#f9f9f9, #f5f5f5);
	background-image: -o-linear-gradient(#f9f9f9, #f5f5f5);
	background: -ms-linear-gradient(#f9f9f9, #f5f5f5);
	background: linear-gradient(#f9f9f9, #f5f5f5);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0 ); /* IE6-9 */ /* min-height: 100px;     padding: 10px;*/
	border-bottom: none;
	overflow: hidden;
}
.akordeon-icon {
	width: 30px;
	height: 30px;
	background: #ed008c; /* Old browsers */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; /* position: absolute;     left: -8px;       top:14px;*/
	padding: 0;
	margin: 0;
	float: left;
	cursor: pointer;
}
.akordeon-heading {
	float: left;
	padding-left: 10px;
	padding-top: 4px;
	font-weight: bold;
}
.akordeon-icon span {
	color: #fff;
	font-size: 26px;
	position: absolute;
	left: 7px;
	top: 4px;
	font-weight: bold;
	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 #eee; }
.akordeon-item.collapsed { }
.akordeon-item.expanded .akordeon-heading { color: #fff; }
.akordeon-item.expanded .akordeon-item-head {
	background: #424242 !important; /* Old browsers */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#424242), to(#303030)) !important;
	background-image: -moz-linear-gradient(#424242, #303030) !important;
	background-image: -webkit-linear-gradient(#424242, #303030) !important;
	background-image: -o-linear-gradient(#424242, #303030) !important;
	background: -ms-linear-gradient(#424242, #303030) !important;
	background: linear-gradient(#424242, #303030) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#303030', GradientType=0 ) !important; /* IE6-9 */ /* -webkit-box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);     -moz-box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);     box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);*/
}
.akordeon-item-content {
	padding: 10px;
	min-height: 120px;
}
.akordeon-border-bottom { border-bottom: solid 1px #ccc; }
.akordeon-border-top { border-top: solid 1px #ccc; }
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom { border-bottom: solid 1px #ccc !important; }
.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;
}
.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;
}
.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 #ccc;
}
.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;
}
