
#checkout_progress {
	position: relative;
	width: 100%;
	height: 3px;
	background-color: #444;
	z-index: 10;
}

#checkout_progress .step {
	position: relative;
	margin-left: 2.2em;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	bottom: 9px;
	color: #444;
	z-index: 20;
	background-color: #FFF;
	padding: 2px 4px;
}

#checkout_progress .step.dim {
	color: #BBB;
	font-weight: normal !important;
}
