@CHARSET "UTF-8";


.steps_stripe {
	height: 90px;
	width: 100%;
	background: url(steps.gif) top left repeat-x;
	overflow: hidden;
	border-collapse: collapse;
	margin: 15px 0;
}

.text .steps_stripe a:hover {
	background: none;
}

.steps_stripe td {
	width: 20%;
	padding: 0 30px;
}


.steps_stripe td.first {
	background: url(steps.gif) left -100px no-repeat;
}

.steps_stripe td.last {
	background: url(steps.gif) right -200px no-repeat;
}


.text .steps_stripe td a,
.steps_stripe td a {
	color: #000000;
	text-decoration: none;
		
}

.steps_stripe td a:hover {
	text-decoration: none;	
}


.steps_stripe td a span {
	display: block;
	margin: auto;		
}

.steps_stripe td a .step,
.steps_stripe td a:hover .step {
	background: url(steps.gif) right -400px no-repeat;
	width: 48px;
	height: 38px;
	text-align: center;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	padding-top: 12px;
	text-shadow: #6e6e6f 0 -1px 1px;			
}


.steps_stripe td.passed a .step {
	background-position: right -300px;
}


.steps_stripe td.current a .step {
	background-position: right -350px;
}


.steps_stripe td a .name,
.steps_stripe td a:hover .name { 
	font-size: 10px;
	color: #848484;
	text-align: center;
	margin-top: 10px;
	background: transparent;
}








