#product_detail_button {
	text-align:center;
}

#product_detail {
	margin-bottom:100px;
}

#product_detail_board_content {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:30px;	
}

/* 판매가 */
.product_buy_price {
	color:#0c88b7;
	font-weight:bold;
}

/* 소비자가 */
.product_sale_price {
	color:#8bb9b8;
	font-weight:bold;
}

/* 수량 */
.product_quantity {
	color:#a3a1a2;
	font-weight:bold;
}
.product_quantity .input01 {
	padding-top:2px;
	padding-bottom:1px;
	border:1px solid #CCCCCC;
}

/* 적립금 */
.product_mileage {
	color:#e7acb2;
	font-weight:bold;
}

/* 기본 */
.product_default {
	color:#a3a1a2;
	font-weight:bold;
}
