/* $Id: productCommon.css 41 2010-05-06 11:26:12Z jfabregat $ */

a.product {
	display: block;
	float: left;
	margin: 0 3px 3px 0;
	width: 100px;
	text-align: center;
	font-size: 10px;
	border: 2px solid #f0eff0;
	height: 120px;
	text-decoration: none;
	color: #767272;
}
a.product:hover {
	border-color: #ddd;
}
a.product .productTitle {
	text-transform: uppercase;
	font-weight: bold;
}
