@CHARSET "ISO-8859-1";


div.order-timeline {
	height:60px;
	margin-left:10px;
	font-family: Arial Narrow;
	color:#970;
}

div.order-timeline ul {
	padding: 0px;
	margin: 0px;
	height:24px;
	
}
div.order-timeline li {
	float: left;
	text-align: center;
	width: 98px;
	margin-bottom:4px;
	list-style:none;
	/*border: dotted 1px red;*/
}

div.order-step-on ,div.order-step-off {
	float:left;
	color: red;
	padding:2px;
}
div.order-step-on {
	color: black;
	background-color: #cc6;
	border: solid 1px #ac0;
}

div.order-step-off {
	color: #ccc;
	background-color: #white;
	border: solid 1px #ccc;
}

div.order-connector {
	float:left;
	width:20px;
	height:10px;
	padding:2px;
}
