﻿/**** Customer Center ****/

/* section background */
.sectionImage {
	background-image:url(../SiteCollectionImages/graphics/section_label_general.gif);
}

/* Landing 
.columnTwo .intro {
	background-color:#efe8f1;
}	--*/

/* Content Spotlight
.contentSpotlight {
	background-color:#ffcc33;
}
--*/

/** Product Search **/
.productSearch {
	clear:both;
}
.productBrands, .productCategories {
	width:240px;
	float:left;
	display:inline;
}
.miniform select, .miniform input {
	margin:0px;

}

/** product detail **/
.productDetailLogo, .productDetailPhotos {
	float:right;
	margin:0px 0px 10px 15px;
	display:inline;
	width:auto;
}

/** Nutritional Calculator style  **/

	
.CalContent {
	margin: 0px 0px 0px 0px;
	}
.Note {
	position: absolute;
	top: 221px;
	left: 30px;
	width: 370px;
	overflow: auto;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #7ce6a8;
		}
		.NutraCalcBtn {
			cursor: pointer;
		}
		.NutraCalc .NextNote {
			position: absolute;
				top: 213px;
				left: 386px;
			width: 48px;
			height: 29px;
			background: url('/customer/PublishingImages/cal.next.jpg') no-repeat;
		}
		.NutraCalc {
			width: 640px;
			height: 259px;
			margin: 0px auto 0px auto;
			position: relative;
			padding: 0px 0px 0px 0px;
			background: url('/customer/PublishingImages/cal.bg.jpg') no-repeat;
		}
		.NutraCalc input.RES {
			color: #ffffff;	
			font-family: Arial, Sans-Serif;
			font-size: 14px;
			text-align: left;
			font-weight: bold;
		}
		.NutraCalc input.SatFatCalRES {
			position: absolute;
				top: 45px;
				left: 478px;
			height: 20px;
			width: 60px;
			border: 0px;
			background: transparent;
		}
		.NutraCalc input.CalFatRES {
			position: absolute;
				top: 67px;
				left: 478px;
			height: 20px;
			width: 60px;
			border: 0px;
			background: transparent;
		}
		.NutraCalc input.SatFatRES {
			position: absolute;
				top: 89px;
				left: 478px;
			height: 20px;
			width: 60px;
			border: 0px;
			background: transparent;
		}
		.NutraCalc input.SugarWeightRES {
			position: absolute;
				top: 111px;
				left: 478px;
			height: 20px;
			width: 60px;
			border: 0px;
			background: transparent;
		}
		.NutraCalc input.INP {
	color: #2e0000;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
		}
		.NutraCalc input.CalInput {
			position: absolute;
				top: 40px;
				left: 26px;
			height: 20px;
			width: 54px;
			border: 0px;
			background: transparent;
		}
		.NutraCalc input.CalFatInput {
			position: absolute;
				top: 67px;
				left: 26px;
			height: 20px;
			width: 54px;
			border: 0px;
			background: transparent;
		}
		.NutraCalc input.TotalFat {
			position: absolute;
				top: 94px;
				left: 26px;
			height: 20px;
			width: 54px;
			border: 0px;
			background: transparent;
		}
		.NutraCalc input.SatFatInput {
			position: absolute;
				top: 121px;
				left: 26px;
			height: 20px;
			width: 54px;
			border: 0px;
			background: transparent;
		}
		.NutraCalc input.SugarInput {
			position: absolute;
				top: 148px;
				left: 26px;
			height: 20px;
			width: 54px;
			border: 0px;
			background: transparent;
		}
		.NutraCalc input.GWeightInput {
			position: absolute;
				top: 175px;
				left: 26px;
			height: 20px;
			width: 54px;
			border: 0px;
			background: transparent;
		}
		.NutraCalc input.CalSubmit {
			position: absolute;
				top: 161px;
				left: 458px;
			height: 38px;
			width: 135px;
		}
		.NutraCalc input.CalReset {
			position: absolute;
				top: 206px;
				left: 458px;
			height: 39px;
			width: 135px;
		}
		.style1 {font-family: 'Lucida Grande', Arial, sans-serif}