#product-content-body-buy {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 1em;
}
#product-content-body-buy table {
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
}
#product-content-body-buy td {
	padding: 15px 5px;
	vertical-align: top;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
}
#product-content-body-buy td.product-content-body-buy-image {
	padding: 8px 5px 5px;
}


.product-content-body-buy-image img {
	border: 1px solid #CCCCCC;
	width:50px;
	height:50px;
}
#product-content-body-add {
	float: right;
	font-size: 20px;
	padding-left: 1em;
	margin-top:10px;
}


#product-content-body-buy td.product-shop-package-name {
	width:265px;
}

#product-content-body-buy td.product-shop-package-price {
	width:60px;
}

#product-content-body-buy td.product-shop-package-qty {
	width:60px;
}
#product-content-body-buy td.product-content-body-buy-input {
	padding: 10px 5px;
	width:30px;
}

td.product-shop-package-price ins {
	display:block;
}
td.product-shop-package-price del {
	font-weight:normal;
	color:#666;
}

td.product-shop-package-name span {
	font-size:11px;
	color:#666;
	font-weight:normal;
	text-transform:uppercase;
	display:block;
}
