.bw_progress_container {
        width: 500px;
        padding: 15px;
        margin: 3px 0px 20px 0px;
        border: 1px solid #ccc;
        background: #fff;
}

/* circle */

#bw_progress_nav_circle {
        margin: 0px;
        padding: 0px 0px 20px 10px;
        border-bottom: 1px solid #9FB1BC;
        text-align: center;
}

#bw_progress_nav_circle li {
        margin: 0px;
        padding: 0px;
        display: inline;
        list-style-type: none;
}

#bw_progress_nav_circle a:link, #bw_progress_nav_circle a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0px 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

/*
#bw_progress_nav_circle a:link.active, #bw_progress_nav_circle a:visited.active, #bw_progress_nav_circle a:hover {
        padding-bottom: 6px;
        color: #000;
        background: url(images/circle.gif) no-repeat bottom center;
}
*/

#bw_progress_nav_circle li[id="current"] {
        margin: 0px;
        padding: 0px;
        display: inline;
        list-style-type: none;
}

#bw_progress_nav_circle li[id="current"] a {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0px 12px 6px 12px;
        text-decoration: none;
        color: #708491;
        padding-bottom: 6px;
        color: #000;
        background: url(images/circle.gif) no-repeat bottom center;
}

#bw_progress_nav_circle li[id="past"] {
        margin: 0px;
        padding: 0px;
        display: inline;
        list-style-type: none;
}

#bw_progress_nav_circle li[id="past"] a {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0px 12px 6px 12px;
        text-decoration: none;
        color: #708491;
        padding-bottom: 6px;
        color: #000;
        background: url(images/circle.gif) no-repeat bottom center;
}
