/*	ACCORDION */
.acc-trigger {
	cursor: pointer;
	display: block;
	margin: 0 0 0 0;
	width: 100%;
}

.acc-trigger:last-of-type, .acc-container:last-of-type {
	margin-bottom: 20px;
}

.no-js .acc-trigger:last-of-type {
	border-bottom: none;
}

.acc-trigger a, .acc-trigger.order-head {
	background: url(../../images/accordion-ico.png) no-repeat 20px 13px;
	display: block;
	padding: 11px 20px 11px 50px;
	text-decoration: none;
	text-shadow: none;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	color: #727272;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.acc-trigger.order-head {
	box-sizing: border-box;
	padding: 0 50px 0 0;
	background-position: right 20px top -58px;
	background-image: url(../../images/accordion-ico-i.png);
	min-height: 65px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.acc-trigger.order-text{
	font-weight: 600;
}

.acc-trigger.active a, .acc-trigger.active.order-head {
	background-position: 20px -58px;
	cursor: default;
}

.acc-trigger.active.order-head {
	background: url(../../images/accordion-ico-i.png) no-repeat right 20px top 13px;
}

.acc-trigger.order-head .order-text {
	margin-top: 11px;
	font-size: 14px;
}

.acc-trigger a:hover, .acc-trigger.order-head:hover {
	background-color: #eee;
}

.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover, 
.acc-trigger.order-head:hover, .acc-trigger.active.order-head, .acc-trigger.active.order-head:hover	{
	color: #25aae2;
	border-bottom: 1px solid #fff;
}

.acc-trigger.active a:hover, .acc-trigger.active.order-head:hover {
	background-color: transparent;
}

.acc-trigger.active {
	cursor: default;
	background: #fff;
}

.acc-trigger.active:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.acc-container .content {
	
}
.acc-container .content {
	padding: 0px 14px 15px 50px;
	color: #999;
	margin-bottom: 4px;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0px solid #eee;
}

.acc-container.order-desc .content{
	overflow: auto;
}