.dw-faq-title { cursor: pointer; }
.dw-faq-content { display: none; }
.dw-faq-active .dw-faq-content { display: block; }

.dw-faq-container.style-1 .dw-faq-item {
    margin-bottom: 12px;
    padding-left: 40px;
    position: relative;
}

.dw-faq-container.style-1 .dw-faq-title {
    font-size: 18px;
    color: #4275f4;
    line-height: 24px;
    position: relative;
}

.dw-faq-container.style-1 .dw-faq-title:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: -40px;
	background: #e7e7e7 url(../img/plus.png) no-repeat center;
	border-radius: 2px;
}

.dw-faq-container.style-1 .dw-faq-active .dw-faq-title:before {
	background: #4275f4 url(../img/minus.png) no-repeat center;
}

.dw-faq-container.style-1 .dw-faq-content {
    padding: 12px 0;
}

.dw-faq-container.style-2 .dw-faq-item {
	border-bottom: 1px solid #eee;
}

.dw-faq-container.style-2 .dw-faq-item:last-child {
	border-bottom: none;
}

.dw-faq-container.style-2 .dw-faq-title {
	color: #333;
	line-height: 24px;
	font-size: 18px;
	margin: 6px 0;
	background: url(../img/plus-dark.png) no-repeat right center;
}

.dw-faq-container.style-2 .dw-faq-active .dw-faq-title {
	background: url(../img/minus-dark.png) no-repeat right center;
}

.dw-faq-container.style-2 .dw-faq-content {
	margin: 12px 0;
}

.dw-faq-container.style-3 .dw-faq-item {
	border: 1px solid #4275f4;
	background: #4275f4;
	border-radius: 2px;
	padding: 6px 12px;
	margin-bottom: 3px;
	color: #fff;
}

.dw-faq-container.style-3 .dw-faq-item.dw-faq-active {
	background: #fff;
	border-color: #eee;
	color: #999;
}

.dw-faq-container.style-3 .dw-faq-title {
	background: url(../img/plus.png) no-repeat right center;
}

.dw-faq-container.style-3 .dw-faq-active .dw-faq-title {
	color: #333;
	background: url(../img/minus-dark.png) no-repeat right center;
}

.dw-faq-container.style-3 .dw-faq-content {
	margin: 12px 0 0;
}