@charset "utf-8";
/* CSS Document */
/* @group Typography */

li.number-1 {
	background: url(../images/light/typo/number-1.png) 0 3px no-repeat;	
}

li.number-2 {
	background: url(../images/light/typo/number-2.png) 0 3px no-repeat;	
}

li.number-3 {
	background: url(../images/light/typo/number-3.png) 0 3px no-repeat;	
}

li.number-4 {
	background: url(../images/light/typo/number-4.png) 0 3px no-repeat;	
}

li.number-5 {
	background: url(../images/light/typo/number-5.png) 0 3px no-repeat;	
}

li.number-6 {
	background: url(../images/light/typo/number-6.png) 0 3px no-repeat;	
}

li.number-7 {
	background: url(../images/light/typo/number-7.png) 0 3px no-repeat;	
}

li.number-8 {
	background: url(../images/light/typo/number-8.png) 0 3px no-repeat;	
}

li.number-9 {
	background: url(../images/light/typo/number-9.png) 0 3px no-repeat;	
}

ul.bullet-1 li {
	background: url(../images/light/typo/bullet-1.png) 0 2px no-repeat;
}

ul.bullet-2 li {
	background: url(../images/light/typo/bullet-2.png) 0 2px no-repeat;
}

ul.bullet-3 li {
	background: url(../images/light/typo/bullet-3.png) 0 2px no-repeat;
}

ul.bullet-4 li {
	background: url(../images/light/typo/bullet-4.png) 0 2px no-repeat;
}

ul.bullet-5 li {
	background: url(../images/light/typo/bullet-5.png) 0 2px no-repeat;
}

ul.bullet-6 li {
	background: url(../images/light/typo/bullet-6.png) 0 2px no-repeat;
}

ul.bullet-7 li {
	background: url(../images/light/typo/bullet-7.png) 0 2px no-repeat;
}

ul.bullet-8 li {
	background: url(../images/light/typo/bullet-8.png) 0 2px no-repeat;
}

ul.bullet-9 li {
	background: url(../images/light/typo/bullet-9.png) 0 2px no-repeat;
}

ul.bullet-10 li {
	background: url(../images/light/typo/bullet-10.png) 0 2px no-repeat;
}

ul.bullet-11 li {
	background: url(../images/light/typo/bullet-11.png) 0 2px no-repeat;
}

ul.bullet-12 li {
	background: url(../images/light/typo/bullet-12.png) 0 2px no-repeat;
}

ul.bullet-13 li {
	background: url(../images/light/typo/bullet-13.png) 0 2px no-repeat;
}

ul.bullet-14 li {
	background: url(../images/light/typo/bullet-14.png) 0 2px no-repeat;
}

ul.bullet-15 li {
	background: url(../images/light/typo/bullet-15.png) 0 2px no-repeat;
}

ul.bullet-16 li {
	background: url(../images/light/typo/bullet-16.png) 0 2px no-repeat;
}

ul.bullet-17 li {
	background: url(../images/light/typo/bullet-17.png) 0 2px no-repeat;
}

ul.bullet-18 li {
	background: url(../images/light/typo/bullet-18.png) 0 2px no-repeat;
}

ul.icon-1 li {
	background: url(../images/light/typo/icon-1.png) 0 -2px no-repeat;
}

ul.icon-2 li {
	background: url(../images/light/typo/icon-2.png) 0 -1px no-repeat;
}

ul.icon-3 li {
	background: url(../images/light/typo/icon-3.png) 0 2px no-repeat;
}

ul.icon-4 li {
	background: url(../images/light/typo/icon-4.png) 0 -2px no-repeat;
}

ul.icon-5 li {
	background: url(../images/light/typo/icon-5.png) 0 2px no-repeat;
}

ul.icon-6 li {
	background: url(../images/light/typo/icon-6.png) 0 2px no-repeat;
}


ul.number,
ul.bullet-1,
ul.bullet-2,
ul.bullet-3,
ul.bullet-4,
ul.bullet-5,
ul.bullet-6,
ul.bullet-7,
ul.bullet-8,
ul.bullet-9,
ul.bullet-10,
ul.bullet-11,
ul.bullet-12,
ul.bullet-13,
ul.bullet-14,
ul.bullet-15,
ul.bullet-16,
ul.bullet-17,
ul.bullet-18,
ul.icon-1,
ul.icon-2,
ul.icon-3,
ul.icon-4,
ul.icon-5,
ul.icon-6 {
	padding-left: 15px;
	margin-left: 0;
}

ul.number li,
ul.bullet-1 li, 
ul.bullet-2 li,
ul.bullet-3 li,
ul.bullet-4 li,
ul.bullet-5 li,
ul.bullet-6 li, 
ul.bullet-7 li,
ul.bullet-8 li,
ul.bullet-9 li,
ul.bullet-10 li,
ul.bullet-11 li, 
ul.bullet-12 li,
ul.bullet-13 li,
ul.bullet-14 li,
ul.bullet-15 li,
ul.bullet-16 li,
ul.bullet-17 li,
ul.bullet-18 li {
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 24px;
}

ul.icon-1 li,
ul.icon-2 li,
ul.icon-3 li,
ul.icon-4 li,
ul.icon-5 li,
ul.icon-6 li {
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 30px;
}

ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
