/* progress bar */

.progressBar {
	height: 35px;
	padding: 19px 0 30px;
	position: relative;
	width: 635px;
}
.progressBar ol {
	color: #666;
	padding-left: 0px;
}
.progressBar li {
	background: url('../../images/pbInactive.gif') no-repeat 0 0;
	list-style: none;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	list-style-position: inside;
	padding-top: 26px;
	text-indent: 10px;
	width: 117px;
}
.progressBar li.active {
	background: url('../../images/pbActive.gif') no-repeat 0 0;
	color: #B00;
}
.progressBar li.first {
	background: url('../../images/pbActive.gif') no-repeat 0 0;
	text-indent: 15px;
	width: 112px;
}
.progressBar li.active.first {
	background: url('../../images/pbActiveFirst.gif') no-repeat 0 0;
}
.progressBar li.last {
	background: url('../../images/pbInactiveLast.gif') no-repeat 0 0;
	width: 143px;
}
.progressBar li.active.last {
	background: url('../../images/pbActiveLast.gif') no-repeat 0 0;
}
.progressBar strong {
	color: #B00;
	font-weight: normal
}


.progressBar li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.progressBar li.active {
	color: #B00;
}
.progressBar li a {
	color: #666;
	font-weight: normal;
	left: -5px;
	padding-top: 28px;
	position: relative;
	text-decoration: none;
	top: -1px;
}
.progressBar li.active a {
	color: #B00;
}
