.shop_code { text-align: center; }
.shop_price, .shop_prices {
	font-size: 150%; 
        text-align: center; 
}
.shop_price input, .shop_prices input { width: 25px; }
.shop_price span { font-size: 150%; text-align: center;  }
.shop_prices span {
	font-size: 150%;
        text-align: center; 
}
#prices div { padding: 0 0 5px 0; text-align: center; }
#popt { padding: 0 0 10px 10px; text-align: center; }
#editprice { 
	background: #eee;
	padding: 8px;
}
.edit_order { background: #ffd; }
#edit_order_item {
	width: 400px;
	background: #ffd;
	border: #aaa 5px solid;
	padding: 10px;
	overflow: hidden;
}
#edit_order_item div {
	text-align: center;
	padding: 10px;
}