.alice-module-dom {
    margin-bottom: 8px;
}
ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.ui-step {
	color: #b7b7b7;
	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: 5px;
	background-color: #e0e0e0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
	margin-top: 15px;
}
.step-end .ui-step-line { display: none; }
.ui-step-cont {
	width: 120px;
	position: absolute;
	top: 0;
	left: -15px;
	text-align: center;
}
.ui-step-cont-number {
	display: inline-block;
*zoom:1;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	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: 2px solid rgba(224,224,224,1);
	font-family: tahoma;
	font-weight: bold;
	font-size: 16px;
	background-color: #b9b9b9;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,.2);
}
.ui-step-cont-text {
	position: relative;
	top: 40px;
	left: -42px;
	font-size: 12px;
}
/** 步骤数定义 **/
.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%; }
/** The default style (默认风格) **/
/* Done */
.step-done .ui-step-cont-number { background-color: #85e085; }
.step-done .ui-step-cont-text { color: #85e085; }
.step-done .ui-step-line { background-color: #6c6; }
/* Active */
.step-active .ui-step-cont-number { background-color: #3c3; }
.step-active .ui-step-cont-text {
	color: #3c3;
	font-weight: bold;
}
.step-active .ui-step-line { background-color: #e0e0e0; }
/** 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: #FF7400; }
.ui-step-blue .step-active .ui-step-cont-text { color: #FF7400; }
.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; }

/** 仿京东样式**/
#orderinfo{
	color:#333;
	background: #ededed none repeat scroll 0 0;
    border: 1px solid #dadada;
    overflow: visible;
    padding: 0 5px 10px;
	width:740px;
	margin:10px 0;
}
#orderinfo .mt {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
	overflow:hidden;
}
#orderinfo .mc{
    background: #fff none repeat scroll 0 0;
    overflow: visible;
    padding: 5px 8px;
}
#orderinfo .mc dl.fore {
    border-top: 0 none;
}
#orderinfo .mc dl {
    border-top: 1px solid #ededed;
    padding: 10px 5px;
}
#orderinfo .mc dd {
    margin:0 25px;
	padding:0px;
}
#orderinfo .mc dt {
    font-weight: 700;
    margin-bottom: 4px;
}
#orderinfo .p-list {
    border-left: 1px solid #dedede;
    margin-right: -1px;
    overflow: hidden;
}
#orderinfo .p-list table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: collapse;
    border-color: #dedede;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    margin-left: -1px;
}
#orderinfo .p-list table {
    border-collapse: collapse;
}

#orderinfo .p-list th {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #dedede;
    font-weight: 400;
    padding: 5px;
}
#orderinfo .p-list td {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #dedede;
    padding: 5px;
    text-align: center;
}
.flk13 a,a.flk13 {color: #005aa0;}
span.ftx04 {color: red;}