.innerList li:before{
     margin-left: 5px;
}
.innerList p{
    margin-left: 5px !important;
}

.innerList p{
	margin-left: -40px;
}

.termContent p{
    display: block;
    padding-left: 46px;
}

.termContent ol { 
	counter-reset: item ;
}


.termContent ol li{
	font-weight: bold;
}

.termContent ol ol li:before{
    content: counters(item, ".") " ";
}

.termContent ol li ol li{
	font-weight: normal !important;
}

.termContent li { 
	display: block;
	}
.termContent li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
 	float: left;
    margin-top: 3px;
}

.termContent{
	font-size: 12px;
}

.cc{
	margin: 0 15px 0 -9px;
}

.termCarCure {
	background: url(../img/careCure_logo.png) no-repeat left top;
	padding-bottom: 177px;
}


/* counters and increments */
ol.resetCounter{
	counter-reset: headings;
}
ol.resetCounter > li{
	counter-reset: points;
}

ol.resetCounter > li{
	counter-increment: headings;
}
ol.resetCounter li ol li{
	counter-increment: points;
}


/* Paragraph numbers */
ol.resetCounter > li:before{
	content: counters(headings, ".") ".";
}
ol.resetCounter li ol li:before{
	content: counters(points, ".") ".";
}