.frontpageColumn {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;  /*40px*/
}

.logoDiv {
    text-align: center;
    margin-bottom: 50px;
}

.stepBarDiv {
    margin-left: auto;
    margin-right: auto;
}

.step {
    float: left;
    height: 35px;
}

.stepActive {
    background-color: #F0F6F0;
    color: #292B24;
}

.stepInactive {
    background-color: #8F962B;
    color: #FFFFFF;
    cursor: pointer;
}

.stepIcon {
    height: 25px;
    width: 25px;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}

.stepLabel {
    margin-top: 9px;
    margin-left: 45px;
}

.stepActive .iconBG1 {
    background-image: url("../images/frontpage/menBlack.png");
}

.stepActive .iconBG2 {
    background-image: url("../images/frontpage/exchangeIconBlack.png");
}

.stepActive .iconBG3 {
    background-image: url("../images/frontpage/spotPlayIconBlack.png");
}

.stepInactive .iconBG1 {
    background-image: url("../images/frontpage/men.png");
}

.stepInactive .iconBG2 {
    background-image: url("../images/frontpage/exchangeIcon.png");
}

.stepInactive .iconBG3 {
    background-image: url("../images/frontpage/spotPlayIcon.png");
}

.stepTransition {
    float: left;
    height: 35px;
    width: 18px;
    background-image: url("../images/frontpage/arrow/stepTransition.png");
}

.stepTransitionHead {
    background-image: url("../images/frontpage/arrow/stepTransitionHead.png");
}

.stepTransitionTail {
    background-image: url("../images/frontpage/arrow/stepTransitionTail.png");
}