/* list-style: pos1 pos2 po3;
 *    parameter:
 *               pos1: none | disc | circle | square
 *               pos2: inside | outside
 *               pos3: none | url('arrow.gif')
 * more info under: http://www.w3schools.com/css/css_list.asp
 */

.xmap ul {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	list-style-type: square;
	list-style-position: outside;
	margin-right: 0.2em;
	padding-left: 10px;
	color: #212121;
	margin-left: 10px;