@charset "ISO-8859-1";

.product {
	display: block;
	float: left;
	width: 300px;
	margin: 0px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: small;
	font-weight: bold;
	text-align: center;
	border: 0px solid #ffffff;
	
}
.product:hover {
	border: 1px solid #666666;
	color: #006600;
}
.product img { 
	padding-bottom: 5px;
	padding-top: 5px;
}
.product a {
	text-decoration: none;
}
.product a:hover {
	text-decoration: none;
	color: #006600;
}

