.shop-product-form {
	width: 140px;
	float: right;
	padding: 5px;
	border: 1px #AAA solid;
	margin: 0 0 10px 10px;
	background: #FFF;
}


.shop-product-price {
	font-size: 14px;
	margin: 0 0 3px;
	text-align: right;
}

.shop-product-price .no-tax {
	color: #888;
	margin-right: 6px;
}

.shop-product-price .with-tax {
	font-weight: bold;
}

img.shop-product-thumb {
	margin-bottom: 8px;
}

h2.shop-product-title {
	margin-bottom: 4px;
	font-size: 15px;
}

.shop-product-hint {
	color: #888;
	margin-bottom: 8px;
	font-size: 14px;
}

.shop-product-deliveryNote {
	text-align: right;
	color: #777;
	font-size: 12px;
}
.shop-product-deliveryNote .error {
	font-size: 12px;
	font-weight: bold;
}

.shop-product-cartFields {
	text-align: right;
	margin-bottom: 4px;
}

.shop-product-cartFields input.quantity {
	padding: 0 2px 1px;
}

.shop-product-notes {
	margin-top: 10px;
	border-top: 1px #CCC solid;
	padding-top: 10px;
}
