.generic_bullet ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.generic_bullet ul li {
	background: url(ffac725e9de7b84023476c193fa01dc1389bd292.gif)  no-repeat 0px 0.5em;
	padding:0 0 0 0.6em;
}
/*
	The div_bullet class is a fix for Gecko/IE rendering discrepancies;
	for it to work properly, the <li> should be within a div tag.
 */
.div_bullet ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.div_bullet ul li {
	background: url(ffac725e9de7b84023476c193fa01dc1389bd292.gif)  no-repeat 0px 0.5em;
	padding:0 0 0 0.6em;
	display:inline;
}