
#content {
	padding-top: 0;
}

div.product_link {
	float: left;
	width: 208px;
	height: 179px;
	margin: 15px 15px 0 0;
	text-align: center;
}

div.product_link img {
	border: 0;
	width: 195px;
	height: 170px;
	padding: 3px 6px 6px 6px;
	background: #fff url(../images/bg_product_link.jpg) no-repeat;
}

div.product_info {
	background: #fff url(../images/bg_product_info.jpg) no-repeat;
	padding: 0 12px;
}

table.product_info {
	margin: 10px 0 18px 0;

}

table.product_info td.product_images {
	width: 96px;
	padding: 6px 6px 2px 0;
	vertical-align: top;
}

table.product_info td.product_images img {
	display: block;
	margin-bottom: 24px;
}

table.product_info td.product_details {
	width: 575px;
	padding: 2px;
	vertical-align: top;
}

table.product_info td.backtotop {
	text-align: right;
	font-size: 11px;
}

table.nutritional_info {
	margin: 12px 0 16px 0;
	border-collapse: collapse;
}

table.nutritional_info th {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	color: #333;
	background: #f2f2f2;
	border-right: 1px solid #fff;
}

table.nutritional_info td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	border: 1px solid #f2f2f2;
}


h1 {
	font-size: 18px;
	font-weight: normal;
	color: #ff9900;
	margin: 0 0 10px 0;
	padding-top: 8px;
}

h2.nutritional {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin: 0;
}

p {
	color: #666;
}