﻿/*------NEW WIZARD-------*/

#stepBar {
	float:left;
	width:100%;
	height:100px;
	background:url(../images/core/progress-line.png) repeat-x;
	margin-bottom:5%;
	font-size: .938em;
}



#stepBar .step1 {
	float:left;
	width:33%;
    padding-top:40px; 
}

    #stepBar .step2 {
        float: left;
        width: 33%;
        padding-top: 40px;
        color: #4F4F4F;
    }

    #stepBar .step3 {
        float: left;
        width: 33%;
        padding-top: 40px;
        color: #4F4F4F;
    }

#stepBar .step2 {text-align:center !important;}
#stepBar .step3 {text-align:right;}

#stepBar .stepActive {   
    background-image:url(../images/core/step-circle.png);
    background-repeat: no-repeat ;
    float:left;
	width:33%;
    padding-top:40px; 
        }
		
#stepBar .stepActive2 {   
    background-image:url(../images/core/step-circle.png);
    background-repeat: no-repeat ;
	background-position:top center;
    float:left;
	width:33%;
    padding-top:40px; 
	text-align:center;
        }		
		
#stepBar .stepActive3 {   
    background-image:url(../images/core/step-circle.png);
    background-repeat: no-repeat ;
	background-position:top right;
    float:right;
	width:33%;
    padding-top:40px; 
	text-align:right;
        }		


