#orders_area{
	width: 730px;
	height: 240px;
}

#orders_area_wrapper{
	border: 1px #ccc solid;
	
}

.orders_left {
	float: left;
	width: 218px;
}

.orders_right {
	float: left;
	width: 510px;
}

#orders_area img{
	padding: 9px;
}
.orders_right_wrapper {
	padding: 2px;
}
.orders_tbl {
	width: 505px;
	height: 236px;
	overflow:auto;
}

#orders_area table{
	width: 485px;
	height: 236px;
	border: 2px #ccc solid;

}
#orders_area td{
	font-size: 11px;
	border: 2px #ccc solid;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	
}
.yellow{
	background: #FFFFCD;
	font-weight: bold;
	font-size: 12px;
	text-align: center;s
}
.small{
	font-weight: normal;
	font-size: 11px;
}

.number{
	width: 15px;
	text-align: center;
}
.order{
	width: 70px;
}
.address{
	width: 70px;
	text-align: center;
}
.price{
	width: 84px;
	text-align: right;
}
.price2{
	text-align: center;
}
.anti_flex_banner td {
	padding: 10px 10px 5px 0px;
}
.anti_flex_banner_02 td {
	padding: 10px 10px 5px 0px;
}
	
