.shop_code { text-align: right; }
.shop_price, .shop_prices { text-align: center; }
.shop_price input, .shop_prices input { width: 25px; }
.shop_price span { font-size: 150%; }
.shop_prices span {
	font-size: 120%;
	font-weight: bold;
}
#prices div { padding: 0 0 5px 0; }
#popt { padding: 0 0 10px 10px; }
#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;
}