/* 订单查询 */
.orderSearch{
	float:left;
	width:948px;
	border:1px solid #C6C7C2;
}
.orderSearchRow{
	float:left;
	width:948px;
	height:34px;
	line-height:34px;
	border-bottom:1px solid #C6C7C2;
}
.orderSearchLeft{
	float: left;
	width:60px;
	height:34px;
	line-height:34px;
	margin-left:5px;
	padding-left:12px;
	background-image: url(../images/common/icon-square-common.gif);
	background-repeat: no-repeat;
	background-position:left 12px;
	_background-position:left 11px;
	
}
.orderSearchRight{
	float: left;
	width:150px;
	height:34px;
	padding-top:5px;
	*padding-top:0px !important;
	_height:29px;
	_line-height:29px;
	_padding-top:5px;
}
/* 订单查询 */
/* 订单 */
.orderTopRow{
	float:left;
	height:25px;
	border-right:1px solid #C6C7C2;
}
.orderBottomRow{
	float:left;
	*float:none;
	*clear:both;
	width:948px; 
	border-top:1px solid #C6C7C2;
}
.orderRow{
	float:left;
	height:40px;
	border-right:1px solid #C6C7C2;
}

.orderAlignLeft{
	text-align:left;
	padding-left:5px;
}
.orderAlignRight{
	text-align:right;
	padding-right:5px;
}
/* 订单 */

/*类似注册表格*/
/*大div*/
.orderInfo{
	float:left;
	width:948px;
	border:1px solid #C6C7C2;
}
.orderInfoRow{
	float:left;
	*float:none;
	*clear:both;
	width:948px;
	height:34px;
	line-height:34px;
	border-bottom:1px solid #C6C7C2;
}
.orderInfoEndRow{
	float:left;
	*float:none;
	*clear:both;
	width:948px;
	height:34px;
	line-height:34px;
}

/*左边部分*/
.orderInfoLeft{
	float:left;
	background-color:#FF9;
	padding-left:10px;
	width:125px;
	background-color:#F6F6F4;
	border-right:1px solid #C8C7C2;
	height:34px;
	line-height:34px;
}

/*右边部分是输入框的*/
.orderInfoRight01{
	float:left;
	padding-left:10px;
	width:802px;
	height:34px;
	padding-top:5px;
	height:29px;
	*padding-top:0px;
	*height:34px;
	_padding-top:5px;
	_height:29px
	
}

/*右边部分是文字的*/
.orderInfoRight02{
	float:left;
	padding-left:10px;
	width:802px;
	height:34px;
	line-height:34px;
}

/*右边部分是输入框和文字说明的*/
.orderInfoRightLeft{
	float:left;
	width:160px;
}

.orderInfoRightRight{
	float:left;
	margin-left:10px;
	width:120px;
	line-height:28px;
}

.orderDivPage{
	float:left;
	width:950px;
	list-style:none;
	text-align:right;
	margin:10px 0px 10px;
}
.orderTotalTitle{
	float:left;
	width:100px;
	line-height:20px;
	text-align:left;
}
.orderTotalBody{
	float:left;
	width:120px;
	line-height:20px;
	text-align:right;
}
.orderBothRight{
	clear:both;
	float:right;
}
.orderBeforePriceRow{
	width:230px;
	float:right;
	clear:both;
}
.orderBeforePriceTitle{
	float:left;
	width:150px;
	height:20px;
}
.orderBeforePriceBody{
	float:left; 
	width:80px;
	height:20px;
	text-align:right;
}

.orderLineHt40{
	line-height:40px;
}
