.goodsoutline {
	width:240px;
	height:270px;
	border:0px solid blue;
}

.goodsoutlineinbox {
	width:212px;
	height:239px;
	border:1px solid silver;
	background-color:#FFFFFF;
}

.goodname_h1 {
	font-family: 'Gothic A1', sans-serif;
	font-size: 16px;
	color: #000000;
	letter-spacing: -1px;
}

.goods_amt_h1 {
	font-family: 'Gothic A1', sans-serif;	
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

.goods_amt_dis_h1 {
	font-family: 'Gothic A1', sans-serif;	
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	text-decoration: line-through;
}


.goods_small_button {
	width: 42px;
	height: 17px;
	border: 1px solid silver;
	font-family: "µ¸¿òÃ¼";
	font-size: 11px;
	text-align: center;
	color: #545454;
	border-radius: 2px;
	letter-spacing:-1.5px;
	cursor: pointer;
}