/* CSS Document for dynamic lists*/
.list-heading {
	list-style-type: none;	 
 	}
.list-heading li{
	margin: 0px 0 -5px -25px;
	padding-top: 10px;
	font-weight: 700;
 	}
.list-subheading {
	list-style-image: url(../images/site/bullet-sm.gif); 
	margin-bottom: 0px;
	padding-bottom: 5px;
 	}
.list-trophy ul{
	margin: 0px 0 0px 10px;
	padding: 0 0 0 0px;
	list-style-type: none;
	}
.list-trophy li{
	margin-bottom: 5px;
	}	
