﻿.checkout_step_container
{
    height: 24px;
    line-height: 24px;
    background-color: #a39eba;
    padding: 0px 10px 0px 10px;
    color: #ffffff;
}

.checkout_step_container a:link
{
    color: #ffffff;
    text-decoration: none;
}

.checkout_step_container a:visited
{
    color: #ffffff;
    text-decoration: none;
}

.checkout_step_container a:active
{
    color: #ffffff;
    text-decoration: none;
}

.checkout_step_container a:hover
{
    color: #ffffff;
    text-decoration: underline;
}