/* CSS Document */

.products {
	width: 700px;
	padding: 0;
	margin: 10px 0 10px -24px;
}

.item_holder {
	width: 140px;
	height: 240px;
	padding: 0 17px 0 17px;
	float: left;
	color: #998a5e;
	font-weight: bold;
	text-align: center;	
}

.item_holder .product_img {
	border: solid 1px #998a5e;
}

.item_holder img {
	padding: 0;
	margin: 0;
}

.item_holder h2 {
	display: block;
	color: #587c13;
}

.item_holder p, .item_holder p a {
	color: #587c13;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}

#product_image {
	width: 300px;
	margin: 40px 0 0 0;
	padding: 0;
	float: left;
}

#thumbnail_image {
	width: 300px;
	margin: 10px 0 0 0;
	padding: 0;
	float:left;
}

#product_info {
	margin-top: 40px;
	width: 350px;
	float: left;
}

.padding {
	padding: 0;
	maring: 0;
}