#all_products div.image {
	float: left;
	width: 200px;
	height: 175px;
}
#all_products div.product_image {
	margin-left: 8px;
}

#all_products div.catalog {
	left: 1px;
}

#all_products div.fullname {
	text-align: center;
	margin-left: -8px;
}
#all_products div.copy {
  margin-left: 200px;
}
#all_products li {
	clear: left;
	margin-bottom: 32px;
	min-height: 175px;
}

#all_products li ul li {
  clear: none;
  margin-bottom: 4px;
  min-height: 0px;
  margin-left: 20px;
  list-style: disc;
}

#all_products .buy .options {
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}
#all_products .buy .price {
	font-size: 16px;
	display: block;
}
