.appraisebox {
	display:none;
	z-index:110;
	width:100%;
	top:0;
	left:0;
	background:url(../../img/static/images/darkbg.png) repeat;
	height:100%;
	position:fixed;}
.appraisebox section {
	background:#fff;
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	top:0;}
.appraisebox .tit {
	width:100%;
	margin:0 auto;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ccc;}
.appraisebox .tit a {
	color:#999;
	z-index:5;
	position:absolute;
	top:0;
	font-size:0.8em;
	line-height:50px;}
.appraisebox .tit a.a1 { left:3%;}
.appraisebox .tit a.a2 { right:3%;}
.appraisebox .tit p {
	width:100%;
	color:#000;
	text-align:center;}
.appraisebox textarea {
	display:block;
	border:1px solid #ccc;
	border-radius:5px;
	height:70px;
	width:90%;
	padding:10px 2%;
	margin:0 auto;}
.assortimg{margin-left:10px;margin-top:10px;}
.assortimg p { width:40px; padding:4px 0; height:32px; line-height:16px; border-radius:5px; border:1px solid #ddd; font-size:0.8em; text-align:center; color:#999; position:absolute; left:0; top:0;}
.assortimg a.a3 {float:left;width:42px; height:42px;display:block;margin:0 0 5px 5px;}

.check_pro_detail {
    font-size: 0.8em;
    float: right;
    border: 1px solid #CCC;
    padding-left: 5px;
    padding-right: 5px;
}

.check_pro_detail img {
	margin-top: 2px;
}

#listmenu .a {
	color: white;
}

#listsum .order_desc {
	width: 94%;
    margin: 5px 0 5px 0;
    background: #fff;
    border-bottom: 1px solid #E2E2E2;
    display: inline-block;
    padding: 5px 10px 5px 10px;
}

#listsum .order_desc p {
    padding: 2px 0;
    margin: 0 auto;
    font-size: 0.8em;
    color:black;
}

.settlementPanel {
	position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: url(../../img/static/images/darkbg.png) repeat;
    width: 100%;
    line-height: 40px;
}

.confirm_settle {
	color: red; 
	float: right; 
	margin-right: 10%;
}

.confirm_disabled {
	color: #CCC; 
}

.orderItemCheckBox {
	background: url(../../img/static/images/check_box.png) right no-repeat;
    width: 24px;
    height: 24px;
    border : none;
}

.checked {
	background: url(../../img/static/images/check_box_checked.png) right no-repeat;
}

.batchConfirmOrder {
	margin-left: 10%;
    border: 1px solid #CCC;
    background: cadetblue;
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
}