
#checkout_progress {
	position: relative;
	width: 100%;
	height: 3px;
	background-color: #CC0000;
	z-index: 10;
}

#checkout_progress .step {
	position: relative;
	margin-left: 0.8em;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	bottom: 9px;
	color: #002D62;
	z-index: 20;
	background-color: #FFF;
	padding: 2px 4px;
}

#checkout_progress .step.dim {
	color: #BBB;
	font-weight: normal !important;
}
#checkout_progress a:link, #checkout_progress a:visited, #checkout_progress a:active {
color: #CC0000;
	text-decoration: none;
}

#checkout_progress a:hover {
color: #002D62;
	text-decoration: none;
}

	
