@charset "utf-8";
/* CSS Document */

.wrapper{
	width:650px;
	color:#444;
	font-size:12px;
	}
.order-info-title{
	padding-left:20px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	}
.order-info{}
.order-info li{
	padding-left:30px;
	margin:15px 0;
	overflow:hidden;
	}
.order-info li>span
{
    display:inline-block;
	text-align:right;
	width:80px;
	}
.orderlook li>span
	{
	    display:block;
    float:left;
	text-align:right;
	width:80px;
	    }
.orderlook li p{
	display:block;
    float:left;
	text-align:left;
	min-width:80px;
	max-width:500px;
	}
.order-info li b{ 
	color:red;
	padding:0 5px;
	}
.order-info li input[type="text"]{
	color:#444;
	margin:0;
	padding-left:5px;
	 border:1px solid #CCC;
	}
.order-info li .consignor-quhao,.consignee-quhao{
	width:40px;
	}
.order-info li select{
	width:120px;
	color:#444;
	}
.order-info li .consignor-address,.consignee-address{
	margin:15px 0 0 84px !important;
	width:458px;
	}
.order-info li p.remark{
	text-align:right;
	width:80px;
	float:left;
	}
.order-info li textarea{
	width:300px;
	float:left;
	margin-left:4px;
	height:100px;
	resize:none;
	color:#444;
	}
.order-info li p.clause{
	}
.order-info li textarea.clause{
	margin-left:84px;
	margin-top:15px;
	}
.order-btns{
	width:100%;
	text-align:center;
	margin:40px 0;
	}
.order-btns input[type="button"]{
	display:inline-block;
	width:97px;
	height:36px;
	border:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:0 20px;
	}
	.order-btns input[type="submit"]{
	display:inline-block;
	width:97px;
	height:36px;
	border:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:0 20px;
	}
.order-btns .btnCommit{
	background:url(../images/btn01.gif) 0 0 no-repeat;
	}
.order-btns .btnCancel{
	background:url(../images/btn02.gif) 0 0 no-repeat;
	}


/*myorder*/
.searchBox{
	padding:0 30px;
	height:60px;
	padding-top:20px;
	}
.searchBox input[type="text"]
{
    border:1px solid #CCC;
	color:#444;
	}
.searchBox .btnSearch,.searchBox .btnExport{
	display:inline-block;
	width:67px;
	height:25px;
	border:none;
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	margin-top:10px;
	
	background:url(../images/search.png) 0 0 no-repeat;
	}
.searchBox #btnExport{
	
margin-left:30px;
	
	}
.searchBox .btnSearch:hover,.searchBox .btnExport:hover{
	background:url(../images/search.png) 0 -26px no-repeat;
	}
.myorders{
	border:1px solid #ccc;
	overflow:hidden;
	}
.myorder-title{
	background:#F1F1F1;
	height:30px;
	line-height:30px;
	}
.myorders span{
	display:block;
	float:left;
	width:90px;
	border-left:1px solid #ccc;
	text-align:center;
	overflow:hidden;
	}
.myorders span.num{
	width:102px;
	border:none;
	}
.myorders a{
	color:#444;
	}
.myorders li{
	height:24px;
	line-height:24px;
	}
.myorders li span,.myorders li span.num{
	border-top:1px solid #ccc;
	}


/*batchorder*/
.batchorder-info{
	}
.batchorder-info p{
	display:inline-block;
	width:480px;
	padding-left:15px;
	}
.batchorder-info .btnImport,.btnDownload{
	display:inline-block;
	width:67px;
	height:25px;
	border:none;
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	margin-top:15px;
	background:url(../images/search.png) 0 0 no-repeat;
	}
.batchorder-info .btnImport:hover,.btnDownload:hover{
	background:url(../images/search.png) 0 -26px no-repeat;
	}
.batchBox
{
    width:650px;
    min-height:0px;
    max-height:auto;
    position:relative;
    overflow:auto;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:20px 0;
    }
.batchorder-title
{
    width:auto;
	background:#F1F1F1;
	height:30px;
	line-height:30px;
	}
.batchBox td
{
    line-height:30px;
    height: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding:0 5px;
    border-right:1px solid #ccc;
}
.fileBox
{
    width:600px;
    height:200px;
    background:#fff;
    margin:0 auto;
    }
.fileBox .close
{
    display:block;
    width:20px;
    height:20px;
    float:right;
    }
.fileBox input
{
    margin:30px;
    width:400px;
    height:30px;
    }
.fileBox .order-btns{ margin:0;}
.fileBox p
{
    margin-top:20px;
    }
/*serachorder*/
.searchorder{
	margin:30px 0 0 30px;
	}
.searchorder textarea{
	width:500px;
	height:100px;
	resize:none;
	overflow:hidden;
	color:#444;
	padding:5px;
	}
.searchorder .btnSearch{
	display:inline-block;
	width:97px;
	height:36px;
	border:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin-top:30px;
	background:url(../images/btn01.gif) 0 0 no-repeat;
	}


/*orderdetail*/
.orderdetail-info{}
.orderdetail-info li{
	margin:15px 0;
	overflow:hidden;
	}
.orderdetail-info li span{
	display:block;
	float:left;
	width:80px;
	text-align:right;
	}
.orderdetail-info li p{
	display:block;
	float:left;
	padding-left:10px;
	width:560px;
	}
.process{
	width:580px;
	height:30px;
	margin:0 auto;
	margin-bottom:30px;
	}
.process p{
	width:60px;
	margin-top:30px;
	margin-left:95px;
	position:relative;
	text-align:center;
	}
.process .start{
	width:13px;
	height:20px;
	float:left;
	background:url(../images/bg_state.jpg) -120px 10px no-repeat;
	}
.process .start p{
	margin-left:-25px;
	z-index:9;
	}
.process .processbar{
	width:134px;
	height:20px;
	float:left;
	background:url(../images/bg_state.jpg) 0 10px no-repeat;
	}
.process .nostatus{
	background-position:0 -23px;
	}
.process .start.nostatus{
	background-position:-120px -23px;
	}
.ordertrack{
	border:1px solid #ccc;
	margin-bottom:20px;
	}
.ordertrack table{ margin:0 auto;}
.ordertrack th strong{
	display: block;
	padding: 3px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #DBDBDB;
	text-align: left;
	}



