/* Creator: JPL. 2009/12/01
 * styles for the updated products section including landing and product pages
 *
 * Author(s): tfogie at jplcreative.com
 */
.content-wrapper {
	padding: 60px 0 40px 40px;
	width: 615px;
	}

.content-wrapper h1 {
	margin-top: 0;
	}
.content-wrapper h2 {
	/* overriding an inherited issue when the title is too long */
	white-space: normal;
	}

div#nutrition-landing {
	padding-top: 80px;
	}
#nutrition-landing h1 {
	/* EXCEPTION for an image above the header */
	margin-top: 15px;
	}

.intro-block {
	width: 424px;
	}

.linked_label {
	text-align: center;
	}
.linked_label span {
	border-top: 2px solid #e9d6ab;
	border-bottom: 2px solid #e9d6ab;
	border-right: 0 none;
	border-left: 0 none;
	padding: 0 4px;
	display: block;
	margin: 0;
	}

#nutrition-landing .linked_label {
	margin: 1px 10px;
	}

.linked_label a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	padding: 0 12px 1px 0; /* to leave room for the background arrow */
	margin: 0;
	color: #462e20;
	border: 0 none;
	background: transparent url(/images/products/Products_link_arrow.png) right 45% no-repeat;
	text-decoration: none;
	}	
.linked_label a:hover {
	color: #8F6A48;
	}

/* landing thumbnail containers */
.category_thumb {
	background-color: transparent;
	float: left;
	width: 118px;
	margin: 10px 22px;
	padding: 0;
	}
.category_thumb a.img-link {
	width: 118px;
	height: 118px;
	display: block;
	}
.category_thumb a span {
	display: none;
	}

.category_thumb.firstinrow {
	margin-left: -6px;
	}

	
/* BEGIN landing thumbnails and their positioning rules */
#landing-1-ounce {
	background: url(/images/products/Products_landing-1-ounce-bars.jpg) top center no-repeat;
	}
#landing-3-ounce {
	background: url(/images/products/Products_landing-3-ounce-bars.jpg) top center no-repeat;
	}
#landing-cocoa {
	background: url(/images/products/Products_landing-cocoa-powder.jpg) top center no-repeat;
	}

#landing-home-baking {
	background: url(/images/products/Products_landing-home-baking.jpg) top center no-repeat;
	}
#landing-professional {
	background: url(/images/products/Products_landing-professional.jpg) top center no-repeat;
	}
#landing-tasting-squares {
	background: url(/images/products/Products_landing-tasting-squares.jpg) top center no-repeat;
	}
/* END landing thumbnails */


.prod-container {
	float: left;
	width: 260px;
	margin: 11px 30px 15px;
	}
.prod-container h2 {
	margin: 0 0 10px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #8f5a4d;
}
.prod-thumb {
	margin: 0 0 4px;
	}

.prod-action {
	float: left;
	padding-right: 14px;	
	}
.prod-desc {
	float: left;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #2d2421;

	width: 160px;

	}
.firstinrow {
	margin-left: 0;
	}
