

.product {
	float: left;
	text-align: center;
	margin-bottom: 20px;
	width: 206px;
}

	.product .image {
		margin: 0px auto;
		width: 195px;
	}

	.product p {
	}

		.product p a {
			color: #000;
			text-decoration: none;
		}

		.product p a:hover {
			text-decoration: underline;
		}
