div.stepsboxactive {
	width: 150px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 5px;
	background-image: url(../../../images/bg-active.png);
	font-weight: bolder;
	height: 33px;
	display: block;
	vertical-align: bottom;
	padding: 3px 0 0 0;
}
b.stepsboxactivertop, b.stepsboxactiverbottom {
	display:block;
	background-image: url(portal/images/bg-active.png);
}
b.stepsboxactivertop b, b.stepsboxactiverbottom b {
	display:block;
	height: 1px;
	overflow: hidden;
	background-color: #FF9900;
}

div.stepsboxinactive {
	width: 150px;
	font-size: 12px;
	text-align: center;
	color: #999999;
	margin-bottom: 5px;
	background-image: url(../../../images/bg-inactive.png);
	font-weight: bolder;
	height: 34px;
	display: block;
	vertical-align: bottom;
	padding: 2px 0 0 0;
 }
b.stepsboxinactivertop, b.stepsboxinactiverbottom { display:block; }
b.stepsboxinactivertop b, b.stepsboxinactiverbottom b {display:block;height: 1px; overflow: hidden; background: #fff; }

div.orderbox { background: #f2f2f2; margin-bottom: 5px; }
b.orderboxrtop, b.orderboxrbottom { display:block;}
b.orderboxrtop b, b.orderboxrbottom b {display:block;height: 1px; overflow: hidden; background: #f2f2f2; }
div.orderboxpadding { padding: 5px; }

b.r1 {margin: 0 5px}
b.r2 {margin: 0 3px}
b.r3 {margin: 0 2px}
b.r4 {margin: 0 1px;height: 2px}