img{
  border: 1px solid #eee;
}

#product_image{
  margin-bottom: 10px;
}




.product,
.image {
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	border: 1px solid #eee;
}

.product img,	
.image img{
  border: none;
	display: block;
	float: left;
}
	
.product p,
.image p {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background: url('/images/caption-white.png');
}
	
	
.product p span,
.image p span {
	display: block;
	padding: 5px;
}

.product p span em a,
.image p span em a{
  font-size:20px;
}



body#categories_body .product{
  width: 650px;
  margin-right: 10px;
}

body#categories_body .product p{
  width: 200px;
}

body#products_body .product{
  width: 320px;
  margin-right: 10px;
}

body#products_body .product p span em a{
  font-size: 14px;
}



body#products_body .image{
  width: 220px;
}



