div.orderStep {
    color: #C0C0C0;
    font-weight: bold;
}

div.step {
    margin-left: 45px;
}

div.step.first {
    margin-left: 0px;
}

div.orderStepActive a {
    color: #fff;
    font-weight: bold;
}

div.orderStepAllowed a {
    color: #C0C0C0;
    font-weight: bold;
}

div.orderStepActive a:hover, div.orderStepAllowed a:hover {
    text-decoration: none;
}