﻿/* List with little crosses - spaced out a bit */
.xlist1 li
{
	list-style-image: url('../images/cross.gif');
	margin-bottom: 1em;
}

/* Lists of dates - especially craft courses */
.datelist
{
	list-style-type: disc ;
}
.datelist li
{
	margin-bottom: 0.5em;  
}


/* Used in any "*NEW*" type flagging */
.newflag:after
{
	color: #D59304;
	font-weight: bolder;
	font-style: italic;
	content: " **New **" ;
}





