ul, ol {
	margin-top: 4px;
	margin-left: 15px;
	list-style-image: url(../images/ico_glass_bullet_small.gif);
}

ul.arrow, ol.arrow {
	margin-top: 4px;
	margin-left: 15px;
	list-style-image: url(../images/ico_bullet.gif);
}

ol.compact, ul.compact {
	list-style: inside;
	margin-top: 4px;
	margin-left: 0px;
	list-style-image: url(../images/ico_glass_bullet_small.gif);
}

li {
	margin-bottom: .75em;
}

ol.alpha {
	list-style-type: lower-alpha;
}