.b-content-header{
    background: transparent url(/inc/images/b-content/headers/content-header.png) no-repeat;
    width: 763px;
    height: 19px;
}

.b-content-2{
    background-color: #2d2d2d;
    width: 763px;
}

.b-content-2-wrapper{
    padding-left: 15px;
    padding-bottom: 30px;
    padding-right:15px;
}

.content-header{
    color: #8bb639;
    font-size: 16px;
    font-weight: bold;
}

.content-text{
    color: #c4c4c4;
    font-size: 13px;
    padding-top: 20px;
    min-height: 100px;
}
.content-text-gray {
    color: #c4c4c4;
    font-size: 13px; 
}

.content-text ul {
    margin-left: 10px;
}

.b-steps{
    position: relative;
    margin-top: -10px;
    height: 129px;
    z-index: 20;
}

.b-steps table{
    margin-top: 6px;
    width: 118px;
}

.b-steps table td{
    text-align: center;
}

.b-steps table a{
    position: relative;
    color:#187170;
    font-size: 11px;
    text-decoration: underline; 
}

.step-text-bg{
    background: transparent url(/inc/images/b-content/bg/step-text-bg.png) no-repeat;
    width: 118px;
    height: 22px;
}

.b-step-left{
    float: left;
    background: transparent url(/inc/images/b-content/bg/left-step-bg.png) no-repeat;
    width: 191px;
    height: 129px;
    text-align: center;
}

.left-selected{
    background: transparent url(/inc/images/b-content/bg/left-over-bg.png) no-repeat;
    width: 191px;
    height: 129px;    
}

.b-step-middle{
    float: left;
    background: transparent url(/inc/images/b-content/bg/middle-step-bg.png) no-repeat;
    width: 190px;
    height: 129px;
    text-align: center;
}

.middle-selected{
    background: transparent url(/inc/images/b-content/bg/middle-over-bg.png) no-repeat;
    width: 190px;
    height: 129px;    
}
  
.b-step-right{
    float: left;
    background: transparent url(/inc/images/b-content/bg/right-step-bg.png) no-repeat;
    width: 191px;
    height: 129px;
    text-align: center;
}

.right-selected{
    background: transparent url(/inc/images/b-content/bg/right-over-bg.png) no-repeat;
    width: 191px;
    height: 129px;    
}
