.accordion-header .title-holder {
	float: left;
	width: 227px;
}

.accordion-header.single-row .title-holder {
	width: 40%;
}

.accordion-header .title-holder i {
	top: -6px;
}

.accordion-header.single-row .title-holder i {
	top: -16px;
	line-height: normal;
}

.accordion-header.single-row .title-holder i.icon-align {
	top: -8px;
}

.accordion-header .title-holder h3 {
	padding: 0 0 0 66px;
	margin: 0;
}

.accordion-header p {
	font-weight: 700;
	color: #6d6e71;
	margin: 0;
	float: left;
}

.accordion-header {
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	cursor: pointer;
	border-top: 1px solid #6E6F72;
}

.accordion-header.single-row {
	padding: 15px 0;
	margin: 0;
}

.active-header {
	background: url(../JlrTheme/img/active-header.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.active-header:hover {
	background: url(../JlrTheme/img/active-header.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.inactive-header {
	background: url(../JlrTheme/img/inactive-header.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.inactive-header:hover {
	background: url(../JlrTheme/img/inactive-header.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.accordion-content {
	overflow: hidden;
	display: none;
	padding: 20px;
	background: #ffffff;
	border-top: 0;
}

.accordion-content.accordion-image {
	padding: 20px 0;
}

.accordion-content.accordion-image .text-content {
	width: 447px;
	float: right;
}

.accordion-content .side-image {
	width: 215px;
	float: left;
}

.accordion-content .text-content ul:not(.list-reset) {
	margin: 0;
	padding: 0 0 0 20px;
}

.accordion-content .text-content ul:not(.list-reset) li {
	margin: 0 0 10px 0;
}