/*******************************************************************************
* Stages (contains stage names, stage nav, stage images, stage descriptions)
*******************************************************************************/
#stages {
    position: relative;
    border: 1px solid #eaeaea;
    width: 528px;
    height: 230px;
}

/*******************************************************************************
* Stage names
*******************************************************************************/
#stageNames {
    position: absolute;
    width: 302px;
    height: 30px;
    background-color: #eaeaea;
    font-family: Verdana;
    font-size: 12px;
    font-weight:bold;
    color: #069;
    background-color: #eaeaea;
}

#stageNames .stage {
    display: none;
    position: absolute;
    margin-top: 7px;
    margin-left: 8px;
    background-color: #eaeaea;
}

#stageNames .stage.active {
    display: block;
}

/*******************************************************************************
* Stage nav
*******************************************************************************/
#stageNav {
    position: absolute;
    left: 302px;
    width: 226px;
    height: 30px;
    background-color: #eaeaea;
    line-height: 14pt;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #999;
}

#stageNav a {
    float: left;
    margin-top: 5px;
    margin-right: 24px;
    color: #069;
    font-size: 11px;
    text-decoration: none;
}

#stageNav a.back {
    padding-left: 22px;
    background: url(../images/progression/left-arrow.gif) no-repeat left center;
}

#stageNav a.next {
    padding-right: 22px;
    background: url(../images/progression/right-arrow.gif) no-repeat right center;
}

/*******************************************************************************
* Stage images
*******************************************************************************/
#stageImages {
    position: absolute;
    top: 30px;
    left: 0;
    width: 260px;
    height: 174px;
    background-color: #fff;
}

#stageImages img.stage {
    display: none;
    position: absolute;
    background-color: #fff;
    margin: 0px 30px;
}

#stageImages img.stage.active {
    display: block;
}

/*******************************************************************************
* Stage descriptions
*******************************************************************************/
#stageDesc {
    position: absolute;
    top: 30px;
    right: 0;
    width: 268px;
    height: 174px;
    font-family: Tahoma;
    font-size: 12px;
    color: #666;
}

#stageDesc .stage {
    display: none;
    position: absolute;
    width: 252px;
    padding: 8px;
    background-color: #fff;
}

#stageDesc .stage.active {
    display: block;
}

#stageDesc .bulletItem {
    padding-left: 10px;
    padding-bottom: 10px;
    background: url(../images/progression/grey-bullet-small.gif) no-repeat 0 3px;
}
