/* This is the CSS needed for the Order Step Edition 2 contribution */
#order_steps {
	font-weight:bold;
	margin: 11px 0 14px 0;
	padding: 0;
	background-color: #990000;
        color: #fff;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
}
#order_steps dt {
	float: left;
	width: 33px;
	text-align: center;
	color: #fff;
	background-color: #990000;
	position: relative;
}
#order_steps dd {
	float: left;
	width: 25%;
	margin: 0 0 0 -34px;
	text-align: left;
	text-indent: 40px;
	font-size: 80%;
}
#order_steps .done, #order_steps .current {
	background-color: #4a0000;
	color:#fff;
}
#order_steps .current span {
/*	position: absolute;
	background-image: url(../images/down_arrow.jpg);
	width: 20px;
	height: 20px;
	font-size: 1px;
	left: 6px;
	top: -23px;*/
}
/* End Order Steps contribution CSS */

