/* This is the CSS needed for the Order Step Edition 2 contribution */

#order_steps {			/* Is needed for the centering in IE */
	padding:5px 5px 0;
	margin:10px 0;
	text-align:center;
	border:1px solid #999;
	height:65px;
}

.order_steps_text {
	margin:0 auto;
	text-align:center;
	color:#999;			/* Determines the non-active color of the text */
	height:50px;
}

.order_steps_text img {
	margin-bottom:5px;
	}


#active_step_text {		/* These are the styles for the active text */
	color:#61a60d;
	font-weight:700;
	font-size:1.1em;
	width:25%;
	float:left;
}

.order_steps_text2 {
	text-align:center;
	color:#999;			/* Determines the non-active color of the text */
	padding-top:30px;	/* Determines the distance between the text and the top of the div */
	width:25%;
	float:left;
}

.order_steps_text3 {
	text-align:center;
	color:#999;			/* Determines the non-active color of the text */
	padding-top:30px;	/* Determines the distance between the text and the top of the div */
	width:25%;
	float:left;
}

.order_steps_text4 {
	text-align:center;
	color:#999;			/* Determines the non-active color of the text */
	padding-top:30px;	/* Determines the distance between the text and the top of the div */
	width:25%;
	float:left;
}

.order_steps_line_2 {
	padding:0;
	margin:0;
	width:100%;
}

.progressbar_active {
	background:#61a60d url(../images/2008pink/btn-green-hover.jpg) center repeat-x;
	width:25%;
	float:left;
	height:10px;
}

.progressbar_inactive {
	background:#aaa;	/* Determines the active color of the completed part of the line */
	width:25%;
	float:left;
	height:10px;
	color:#9A9A9A;
}
.confirm {
	text-align: center;
}
/* End Order Steps contribution CSS */
