#back{
    border-bottom: 1px #dadada solid;
    padding-bottom: 10px;
}
#js-status{
	padding: 20px;
    border: 1px #eee solid;
    margin: 10px 20px;
    color:#fff;
}
#js-status table{
	width:750px;
	margin-bottom:10px;
}
#orderContent{
	border: 1px #eee solid;
	margin: 10px 20px;
	padding: 20px;
}
.subtitle{
    background: url(../img/logo/pc_ceng.png) no-repeat;
    width: 180px;
    height: 30px;
    padding: 3px 0 0 20px;
    line-height: 22px;
}
#orderContent canvas{
	margin:12px 10px 0 20px;
    float:left;
}
#orderContent .orderTrace table td{
	text-align: left;
	vertical-align: text-top;
}
#orderContent .orderTrace table{
	width:80%;
}
table.bb tr.nobb{
	border-bottom: none;
}
table.bb tr{
	border-bottom: 1px solid #eee;
}
#orderContent .orderTrace table tr{
	height:10%;
	line-height: 18px;
}
#orderContent .orderTrace table td{
	padding: 10px 0px 20px 10px;
}
#orderContent .orderTrace{
	max-height: 250px;
	overflow-y:auto;
}
.status .s-1{
	color:#eee;
}
.status .s0{
	color:#fff;
}
.status .s1{
	color:#bbb;
}
.remark{
	color: #aaa;
	text-align:left;
	padding-left: 20px;
}
#orderContent table{
	width:98%;
	margin-left: 20px;
}
#orderContent table tr{
	line-height: 30px;
}
.paipaiDetail table th,.daipaiInfo table th,.competitiveInfo table th{
	background: #eee;
}
.receiptInfo table td,table.packageTeam td,.orderAmountInfo table td{
	text-align: left;
    padding-left: 20px;
}
table td.align-right{
	text-align:right;
	width:300px;
}
.status{
	background:url(../img/logo/orderStatus_bg.png) repeat-y 0 110px;
}
.status .orderclose img{
	width: 30px;
    margin-right: 10px;
}
.status .orderclose{
    font-size: 16px
}
.noData{
	text-align: center;
	color: #aaa;
}
.red-color {
	color: red;
}
.gray-color{
	color:gray;
}