.ebdp-pc4asia-progress-progress{
	font-size:14px;
	color:#575757;
	border: 1px solid #dcdcdc;
	display: table;
	overflow-y: hidden;
	text-align:left;
	margin: 0 auto;
}

.ebdp-pc4asia-progress-progress-wrapper{
	display: table-cell;
	*display:inline;
	zoom:1;
	background-image: url(barbg-01.png);
	background-color: white;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 15% 100%;
	vertical-align:middle;
	position: relative;
	
}
.ebdp-pc4asia-progress-progress-content{
	display:inline-block;
	*display:inline;
	zoom:1;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 20px;
	padding-left: 50px;
}
.ebdp-pc4asia-progress-progress-num{
	display:inline-block;
	*display:inline;
	zoom:1;
	text-align:center;
	margin-right: 12px;
	width: 22px;
	height: 22px;
	border-radius: 50px;
	background: #747474;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	position:absolute;
	left:10px;
}

.ebdp-pc4asia-progress-progress-wrapper-selected{
	color: #fff;
	background-color: #b83541;
}
.ebdp-pc4asia-progress-progress-num-selected{
	color: #b83541;
	background: #fff;
}
/* 已经被选择过的将其变成对号 */
.ebdp-pc4asia-progress-progress-num-hasselected{
	text-indent:-9999px;
	background-image: url("doneBg.png");
}
/* 当前选中的前一个的背影要红色*/
.ebdp-pc4asia-progress-progress-wrapper-preselected{
	background-image: url(barBgRed.png);
	background-color: white;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 15% 100%;
}
.ebdp-pc4asia-progress-lastchild{
	background-image: none;
}
/* ------------------------------------------------------------------------------ */
.ebdp-pc4asia-progress-step{
	font-size:14px;
	color: #666;
	text-align:left;
	margin: 0 auto; 
}

.ebdp-pc4asia-progress-step-wrapper{
	display: inline-block;
	*display:inline;
	zoom:1;
	text-align: center;
	position:relative;
	vertical-align: top;

}
.ebdp-pc4asia-progress-step-content{
	position:relative;
	width: 100%;
}
.ebdp-pc4asia-progress-step-num{
	margin: 0px auto;
	width: 24px;
	height: 25px;
	border: 1px solid #C3C3C3;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	*display:inline;
	zoom:1;
	background-color:white;
	position: relative;

}
.ebdp-pc4asia-progress-step-line{
	height: 2px;
	display: block;
	width: 100%;
	text-align: center;
	top: 12px;
	left: 0;
	overflow: hidden;
	position:absolute;
	background-color: #bfbfbf;
}

.ebdp-pc4asia-progress-step-content-selected{
	color: #b40110;
}
.ebdp-pc4asia-progress-step-num-selected{
	border: 1px solid #b10312;
	background: #b10312;
	color: #fff;

}
.ebdp-pc4asia-progress-step-line-selected{
	background: #b10312;
}
