.parcel-steps ol{
	margin:0 0 1em 0;
	padding:0 0 0 0.2em;
	background-image: url(/imgs/step-one.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment:scroll;
	color:#999;
	float:left;
	clear:both;
}

.parcel-steps li{
	line-height:1.4em;
	list-style:none;
	float:left;
	vertical-align: bottom;
	background-color: inherit;
	color:inherit;
	padding:0.3em 1.3em 0.3em 0.3em;
	background-image: url(/imgs/step-todo-end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment:scroll;
	
}

li.steps-past{
	background-image: url(/imgs/step-done-end.gif);
	color:#0099da;
}
li.steps-here{
	background-image: url(/imgs/step-one-end.gif);
	color:#0099da;
}

li.steps-done{
	background-image: url(/imgs/step-final-end.gif);
	padding-right:0.8em;
}


li.steps-past-finished{
	background-image: url(/imgs/step-done-finished-end.gif);
	color:#0099da;
}

li.steps-finished-done{
	background-image: url(/imgs/step-finished-end.gif);
	padding-right:0.8em;
	color:#f04e22;
}