@charset "utf-8";


/*--------------------表格-------------------------*/

/*列表*/
.showtable{ border-collapse : collapse; }
.showtable td{ padding:5px;border:1px solid #d7eaf6; font-size:12px;}
.showtable th{ padding:5px;border:1px solid #d7eaf6;background:#2a7ad2;  font-size:12px; font-weight:100; color:#fff;}
.showtable thead{}

/*全部td居中*/
.showtable-center td{ text-align:center}

/*th在侧*/
.showtable-th-left th{ width:100px}





/*详细信息*/
table.info{ width:100%;}
table.info .linfo{	width:77px;	vertical-align: top;}
table.info .rinfo{vertical-align: top; padding:0 0 0 10px}



/*左边订单号*/
table.number{border-collapse : collapse; }
table.number td {border: 1px solid #e5e5e5; text-align:center; padding:5px 0;}
table.number td a{ text-decoration:underline; font-size:12px; font-family:Tahoma, Arial, Helvetica, sans-serif}


/*基本信息显示两列*/
.BasicInformation{ width:97%; margin:0 auto;}
.BasicInformation .BasicInformationL{ float:left; width:47%}
.BasicInformation .BasicInformationR{ float:right; width:52%}


/*基本信息-订单信息*/
table.number-info{border:#b5d6e6 solid 1px;}
table.number-info th{ text-align:center; background:#e8f6ff; border:1px solid #a6d1ed; font-weight:100; width:80px}

.FootRadius{border-radius: 10px 0 0 0;
behavior: url(css/PIE.htc);}


