/**********************************************************/
/* CHECKOUT STEPS
/**********************************************************/
.tblCheckOutStep {
border-bottom:1px solid #aaa;
margin-bottom:10px;
width:100%;
}
.tblCheckOutStep td {
font-size:13px;
font-weight:bold;
padding:3px;
text-align:center;
width:25%;
}
.checkOutActive {
background-color:#f5ffef;
border-top:4px solid #44b903;
}
.checkOutPending {
background:none;
border-top:4px solid #ccc;
color:#444;
}
.checkOutComplete {
background:#f2f2f2;
border-top:4px solid #d8d8d8;
color:#777;
font-weight:normal;
}