.faqsCarCure {
	background: url(../img/careCure_logo.png) no-repeat top center;
	/*border-bottom: #61838f 1px solid;*/
	padding-bottom: 180px;
	margin-top: 10px;
}
.faqsAccidentCure {
	background: url(../img/accidentCure_logo.png) no-repeat top center;
	/*border-bottom: #61838f 1px solid;*/
	padding-bottom: 180px;
	margin-top: 10px;
}
.faqsFinesCure {
	background: url(../img/finesCure_logo.png) no-repeat top center;
	margin-top: 10px;
	padding-bottom: 180px;
}

.panel-title .lbl, .panel-body .lbl {
	font-weight: normal;
	display: inline-block;
	float: left;
	width: 36px;
	height: 100%;
}

a:hover,
a:focus,
a:active {
	outline: none !important;
}

/*div#accordion {
    counter-reset: heading-counter;
}

div.panel{
    counter-increment: heading-counter;
}

.panel-heading h4:before{
	padding-left: 20px;
    content: counter(heading-counter);
}*/

.cc .panel-title {
	background: url(../img/icons/ccQ.png) no-repeat;
}
.ac .panel-title {
	background: url(../img/icons/acQ.png) no-repeat;
}
.fc .panel-title {
	background: url(../img/icons/fcQ.png) no-repeat;
}
.cc .panel-body .faqContent {
	background: url(../img/icons/ccA.png) no-repeat;
}
.ac .panel-body .faqContent {
	background: url(../img/icons/acA.png) no-repeat;
}
.fc .panel-body .faqContent {
	background: url(../img/icons/fcA.png) no-repeat;
}

.faqContent span {
	display: block;
	margin-left: 36px;
}

.panel-body .lbl {	
	font-weight: normal;
}

.panel-title a {	
	font-weight: 300;
	margin-left: 36px;
	display:block;
}

.panel-title a:hover {
	text-decoration: none !important;
}

.faqContent {
	float: left;
	color: #D6811F;
	/*color: #e73a34;*/
	font-size: 16px;
}

.cc .lbl, .cc .faqContent {
	color: #e73a34;
}

.ac .lbl, .ac .faqContent {
	color: #f7921e;
}

.fc .lbl, .fc .faqContent {
	color: #1eaa61;
}

/* Exceptions */
.faqContent span ul {
	padding-left: 20px;
	margin-top: -8px;
}
	.faqContent span ul li {
		font-size: 16px !important;
	}

/* Bootstrap Exceptions */

.panel-default {
	border: none;
}

.panel {
	background: transparent;
}

.panel-default>.panel-heading {
	background: transparent;
}

.panel {
	-webkit-box-shadow: none; 
	box-shadow: none; 
}

.panel-group .panel-heading+.panel-collapse .panel-body {
 	border-top: none;
 	padding-top: 0px;
}
