#product_container1 {
	text-align:center;
}
#product_container2 {
	text-align:left;
	width:500px;
	margin:0 auto;
}

h3 {
	margin-top:0;
}

/***********************************************************/
#product_img {
	float:right;
	margin-left:1em;
}

#product_ingredients ul {
	list-style-image:url("pix/paw-print_small.gif");
	margin:0 auto;
	padding:0 auto;
}
/***********************************************************/
#product_order {
	clear:right;
	padding-top:2em;
}
#product_order h3 {
	margin-bottom:0;
}
#product_order h4 {
	margin-top:0;
	font-weight:normal;
	font-size:85%;
}

#product_lg, #product_sm {
	float:left;
	width:130px;
	text-align:center;
}
#product_lg {
	margin-left:70px;
}
#product_sm {
	margin-left:100px;
}

#product_lg a, #product_sm a {
	display:block;
	padding:130px 0 40px;
	background-position:50% top;
	background-repeat:no-repeat;
	background:url("pix/bag_pound_04.jpg") 50% top no-repeat;
	color:#58210E;
	cursor:pointer;
}
#product_lg a:hover, #product_sm a:hover {
	text-decoration:none;
	color:#D34845;
}
#product_lg a { background-image:url("pix/bag_pound_04.jpg"); }
#product_lg a:hover { background-image:url("pix/bag_pound_04_hl.jpg"); }

#product_sm a { background-image:url("pix/bag_halfpound_04.jpg"); }
#product_sm a:hover { background-image:url("pix/bag_halfpound_04_hl.jpg"); }

/***********************************************************/
#product_club {
	clear:left;
	padding-top:2em;
	border-top:1px solid #666;
	text-align:center;
	margin-bottom:3em;
}

#product_club a {
	display:block;
	height:1em;
	padding-top:100px;
	width:329px;
	background:url("pix/bags.jpg") top left no-repeat;
	margin:0 auto;
	color:#58210E;
}

#product_club a:hover {
	background-image:url("pix/bags_hl.jpg");
	text-decoration:none;
	color:#D34845;
}