/***
	iForms v2.0 —— Step
	by WingMeng(.com) 2014-?
	
	UI menu:
		1. The default style (默认风格) 
		2. Yellow (黄色风格)
		3. Blue (蓝色风格)
		4. Red  (红色风格)
			
***/

/* Reset */

body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 24px/1.8 "Microsoft Yahei";
}
ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.ui-step {
	color: #999999;
	padding: 0 60px;
	margin-bottom: 35px;
	position: relative;
}
.ui-step:after {
	display: block;
	content: "";
	height: 0;
	font-size: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.ui-step li {
	float: left;
	position: relative;
}
.ui-step .step-end {
	width: 120px;
	position: absolute;
	top: 0;
	right: -60px;
}
.ui-step-line {
	height: 12px;
	/*background-color: #e0e0e0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.2);*/
	margin-top: 22px;
	background: url(../../img/next1.png) center no-repeat;
}
.step-end .ui-step-line { display: none; }
.ui-step-cont {
	width: 120px;
	position: absolute;
	top: 0;
	left: -30px;
	text-align: center;
}
.ui-step-cont-number {
	display: inline-block;
*zoom:1;
	position: absolute;
	left: 0;
	top: 0;
	width: 54px;
	height: 54px;
	line-height: 54px;
	color: #999999;
	/*background: url(ui-step_cover_30x30.png) center no-repeat\9;*/
	border-radius: 50%;
	/*border-left: 2px solid #fff;
	border-right: 2px solid #fff;*/
	border: 1px solid #999999;
	font-family: "Microsoft Yahei";
	/*font-weight: bold;*/
	font-size: 16px;
	background-color: transparent;
	/*box-shadow: inset 1px 1px 2px rgba(0,0,0,.2);*/
}
.ui-step-cont-text {
	position: relative;
	top: 74px;
	left: -32px;
	font-size: 14px;
}
/** 步骤数定义 **/
.ui-step-3 li { width: 50%; }
.ui-step-4 li { width: 33.3%; }
.ui-step-5 li { width: 25%; }
.ui-step-6 li { width: 20%; }
.ui-step-7 li { width: 16.6%; }
/** The default style (默认风格) **/
/* Done */
.step-done .ui-step-cont-number { background-color: #28B394;color: #ffffff; }
.step-done .ui-step-cont-text { color: #999999; }
.step-done .ui-step-line { background: url(../../img/next2.png) center no-repeat; }
/* Active */
.step-active .ui-step-cont-number { background-color: #28B394;color: #ffffff; border-color:#28B394; }
.step-active .ui-step-cont-text {
	color: #999999;
	/*font-weight: bold;*/
}
.step-active .ui-step-line { background: url(../../img/next2.png) center no-repeat; }
/* end active */
.step-end.active .ui-step-cont-number { background-color: #28B394;color: #ffffff; }
.step-end.active .ui-step-cont-text {
	color: #999999;
	/*font-weight: bold;*/
}
/** Yellow **/
/* Done */
.ui-step-yellow .step-done .ui-step-cont-number { background-color: #ffc966; }
.ui-step-yellow .step-done .ui-step-cont-text { color: #ffc966; }
.ui-step-yellow .step-done .ui-step-line { background-color: #ffcc33; }
/* Active */
.ui-step-yellow .step-active .ui-step-cont-number { background-color: orange; }
.ui-step-yellow .step-active .ui-step-cont-text { color: orange; }
.ui-step-yellow .step-active .ui-step-line { background-color: #e0e0e0; }
/** Blue **/
/* Done */
.ui-step-blue .step-done .ui-step-cont-number { background-color: #69f; }
.ui-step-blue .step-done .ui-step-cont-text { color: #69f; }
.ui-step-blue .step-done .ui-step-line { background-color: #4c99e6; }
/* Active */
.ui-step-blue .step-active .ui-step-cont-number { background-color: #06c; }
.ui-step-blue .step-active .ui-step-cont-text { color: #06c; }
.ui-step-blue .step-active .ui-step-line { background-color: #e0e0e0; }
/** Red **/
/* Done */
.ui-step-red .step-done .ui-step-cont-number { background-color: #f99; }
.ui-step-red .step-done .ui-step-cont-text { color: #f99; }
.ui-step-red .step-done .ui-step-line { background-color: #fc9c9c; }
/* Active */
.ui-step-red .step-active .ui-step-cont-number { background-color: #f66; }
.ui-step-red .step-active .ui-step-cont-text { color: #f66; }
.ui-step-red .step-active .ui-step-line { background-color: #e0e0e0; }
