.abk_ol{
padding: 0 0 0 20px;

}
.abk_ul{
padding: 0 0 0 20px;
}
.abk_li{
padding: 0 0 0 10px;
}
.abk_li > ol{
padding: 0 0 0 13px;
}
ol.single_b {
	 counter-reset: myList;
}
ol.single_b > li {
	 counter-increment: myList;
}
ol.single_b > li::marker {
	 content: counter(myList,lower-alpha) ") ";
}
ol.double_b {
	 counter-reset: myList1;
}
ol.double_b > li {
	 counter-increment: myList1;
}
ol.double_b > li::marker {
	 content: counter(myList1,lower-alpha) counter(myList1,lower-alpha) ") ";
}
ul.dashed > li::marker {
	 content: '-';
}