/* Bullet List Style #1 */
/* (START) */
div.bullet-list1 {
	padding: 5px 100px;
}
div.bullet-list1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.bullet-list1 ul li {
	display: block;
	padding: 8px;
	background: url(../images/bullet1.png) no-repeat left;
	padding-left: 24px;
	color: #333;
	font-family: arial, sans-serif;
	border-bottom: 1px dashed #ccc;
}
div.bullet-list1 ul li.ul-li-odd {
	background: url(../images/bullet1.png) no-repeat left  #eee;
}
/* (END) */

/* Bullet List Style #6 */
/* (START) */
div.bullet-list6 {
	padding: 5px 75px;
}
div.bullet-list6 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.bullet-list6 ul li {
	display: block;
	padding: 8px;
	font-weight: bold;
	background: url(../images/bullet2.png) no-repeat left;
	padding-left: 24px;
	color: #16a207;
	font-size: 13px;
	font-family: arial, sans-serif;
}
