h1 {
	margin-bottom: 0.6em;
}

div.product {
	float: left;
	width: 170px;
	margin-right: 19px;
	margin-bottom: 14px;
}

div.product.end {
	margin-right: 0;
}

div.product img {
	display: block;
	border: solid #ccccff 1px;
}

#content div.product p {	
	margin-top: 1px;
	border: solid #ccccff 1px;
	font-size: 0.55em;
}

#content div.product p a {
	display: block;
	width: 168px;
	height: 5em;
	line-height: 1.2em;
	padding-top: 2px;
	background-color: white; /* Needed IE6 */
	color: #333399;
}

#content div.product p a:hover, #content div.product p a.hover {
	background-color: #ccccff;
}

#content div.product p a span {
	display: block;
	padding-left: 7px;
}


