div.product {
	position: relative;
	float: left;
	width: 168px;
	height: 270px;
	margin: 2px;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	background: #fff url(bg-list.gif) bottom repeat-x;
}

div.product div.img {
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}

div.product p.title {
	height: 60px;
	margin: 2px 0 5px 0;
}

div.product p.title a {
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}

div.product p.price {
	font-size: 14px;
	font-weight: bold;
}

