.pg_product_preview {
	cursor: pointer;
	float: left;
	width: 180px;
	height: 180px;
	padding: 10px;
	margin: 6px;
	text-align: center;
	background: #FFF;
	border: 1px solid #BEA298;
}

.pg_product_preview h3 {
	margin: 10px 0;
}

.pg_product_preview img {
	border: none;
}

.pg_title {
}

.pg_product {
	margin: 20px 0;
}

.pg_product img {
	float: left;
	margin: 0 20px 50px 0;
}

.pg_product_price {
	color: #900;
	font-weight: bold;
	text-align: right;
}

.pg_product_price:before {
	content: '$';
}
