/* -------------------------------------------------------------
2 DIFFERENT TYPES OF LIST ITEMS
------------------------------------------------------------- */ 
#listBlue ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 4px;
}
#listBlue li {
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 2px 0px 4px 0px;
	padding: 0px 0px 0px 18px;
}

#listRed ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 4px;
}
#listRed li {
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 2px 0px 4px 0px;
	padding: 0px 0px 0px 18px;
}

#listDetails ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}
#listDetails li {
	margin: 2px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}
