/* This is the CSS needed for the Order Step Edition 2 contribution */

/* Outer Box Control for the Order Steps Layout */
#order_stepsBox {
 margin: 10px;
 padding: 0 3px;
 height:64px;
 text-align: center;
 border: 1px solid #666;}

/* Inner Box Control for the Content */
#order_steps_text {
 margin: 0 auto;
 padding:0;
 text-align: center;}

/* Styling for the non-active text */
.os_text {
 float:left;
 width:25%;
 color: #a7a7a7;
 background:inherit;
 margin-top:24px;
 padding-bottom:12px;
 border-bottom:5px solid #9a9a9a;}

/* Styling for the active text */
.os_textActive {
 float:left;
 width:25%;
 font-weight: bold;
 color: #005c2c;
 background:#eee;
 padding-bottom:12px;
 border-bottom:5px solid #3da200;}

/* Styling for Completed steps */
.os_textCompleted {
 float:left;
 width:25%;
 color: #a7a7a7;
 background:inherit;
 margin-top:24px;
 padding-bottom:12px;
 border-bottom:5px solid #3da200;}
