/* CSS Document */
.order {
	float:left;
	display:inline;
	width:820px;
	font-size:11px;
	line-height:15px;
	text-align:justify;
}
.order_left {
	float:left;
	display:inline;
	width:260px;
}
.order_right {
	float:right;
	display:inline;
	width:560px;
}
.order_col {
	float:left;
	display:inline;
	width:220px;
	padding:5px;
}
.order strong {
	color:#333333;
}
.order img {
	border:solid 1px #ecdc93;
	float:left;
}


