div.progress
{
}

div.progress ol
{
	font-size: 1px;
	padding: 0;
}

div.progress li
{
	background: #e6e6e6 url(../images/progress-bg.png) 0 0 no-repeat scroll;
	border-right: #fff 1px solid;
	color: #777777;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
    list-style: decimal inside;
    margin: 0;
    padding: 7px 6px 7px 23px;
    white-space: nowrap;
	width: 135px;
}

div.progress li:last-child
{
	border-right: 0 solid;
}

div.progress li.current
{
	background: #ecd9d3 url(../images/progress-active-bg.png) 0 0 no-repeat scroll;
	color: #be2227;
}
