
	
#item_order .icon {
	padding: 0;
}
#item_order .name {
	font-size: 12pt;
	color: #5e5e5e;
	font-weight : bold;
	padding: 0 0 10px 0;
}
#item_order .price_retail {
	color: #000000;
	font-weight : bold;
	text-decoration: line-through;
}
#item_order .price_now {
	font-size: 12pt;
	color: #ed1c24;
	font-weight : bold;
	padding: 8px 0 8px 0;
	font-family: verdana;
}
#item_order .mileage {
	font-weight : bold;
}

#item_order .item_order {
	width: 200px;
	text-align: left;
	margin: 10px 0 10px 0;
}
#item_order .won {
	color: #EC008C;
	font-family: verdana;
}
#item_order .sale {
	color: #ed1c24;
	font-weight : bold;
	font-family: tahoma;
	font-size: 9pt;
	padding-left: 5px;
}
#item_order HR {
	border: solid 1px #e3e3e3;
	padding: 5px 0;
}
#st_m, #st_p {
	cursor: pointer;
	font-size: large;
	border: solid 1px #e3e3e3;
	width: 38px;
	height: 38px;
}
#order_quantity {
	width: 60px;
	height: 34px;
	text-align: center;
	border: solid 1px #e3e3e3;
	border-width: 1px 0 1px 0;
}
