﻿
/*

	PRODUCTS STYLES
	-----------------------------------------------------------------------------------------------
	Last Updated: 04.02.2009

*/

	.Products
	{
		padding: 30px 20px 0px 25px;
	}

		.Products .LeftColumn
		{
			position: relative;
			width: 180px;
			padding: 0px 10px 0px 0px;
		}
		
			.Products .LeftColumn h3
			{
				font-size: 23px;
				line-height: 27px;
				color: #ABABAB;
			}

			.Products .LeftColumn p
			{
				margin: 0px;
				padding-bottom: 10px;
			}

			.Products .LeftColumn a
			{
				color: #0a4728;
				text-decoration: none;
			}
			
			.Products .LeftColumn a:hover
			{
				text-decoration: underline;
			}

			.Products .LeftColumn .HeinzTip
			{
				padding-top: 40px;
				font-size: 11px;
				line-height: 14px;
				width: 125px;
			}

				.Products .LeftColumn .HeinzTip a
				{
					position: relative;
					top: 5px;
					font-weight: bold;
				}
				
		
		.Products .CenterColumn
		{
			position: relative;
			width: 390px;
			padding: 0px 0px 0px 0px;
		}
		
			.Products .CenterColumn h1
			{
				font-size: 28px;
				line-height: 32px;
				color: #0a4728;
			}

			.Products .CenterColumn h2
			{
				font-size: 23px;
				line-height: 27px;
				color: #0a4728;
			}

			.Products .CenterColumn h3
			{
				font-size: 18px;
				line-height: 20px;
				color: #505050;
				padding: 0px 0px 5px 0px !important;
				margin: 0px !important;
			}

			.Products .CenterColumn p
			{
				padding: 0px 0px 15px 0px !important;
				margin: 0px !important;
			}

			.Products .CenterColumn p.PushDown
			{
				padding-top: 10px !important;
			}

			.Products .CenterColumn .Description
			{
				padding-bottom: 5px !important;
			}

			.Products .CenterColumn .Ingredients
			{
				width: 165px;
				font-size: 11px;
				line-height: 14px;
				padding-bottom: 15px;
				padding-right: 15px;
			}

			.Products .CenterColumn .Availability
			{
				width: 145px;
				font-size: 11px;
				line-height: 14px;
				padding-bottom: 15px;
				padding-right: 15px;
			}

		.Products .RightColumn
		{
			text-align: right;
			position: relative;
			width: 275px;
			padding: 0px 0px 0px 0px;
		}

		.Products a, .Products .SpanAnchor
		{
			
			cursor: pointer;
		}
