@charset "utf-8";
/* CSS Document */
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
}

	div.contentBox h1 span.fakeSpan{
		display: none;
	}
	/*** Top Box Area ***/
	div.contentBox .topcontentBox {
		background: #fff none;
		margin: 4px 0 0;
		padding: 20px;
		position: relative;
		width: 649px;
	}
		div.topcontentBox .customlinkUlli{
			list-style: none;
			margin: 15px 0 0;
			width: 100%;
		}
			.customlinkUlli li {
				display:block;
				/*margin-bottom: 5px;*/
				padding:5px 5px 5px 0;
				width:200px;
			}
			.customlinkUlli li a {
				background: #55A51A url(/Images/home/arrow-list.gif) no-repeat top left;
				padding: 5px 15px 5px 20px;
			}
			.customlinkUlli li a:hover {
				background: #44850D url(/Images/arrow-list-hover.gif) no-repeat top left;
				text-decoration: none;
			}
		
		div.topcontentBox .cstmlnkWhiteUlli{
			list-style: none;
			margin: 15px 0 0;
			width: 100%;
		}
			.cstmlnkWhiteUlli li {
				display: inline;
			}
			.cstmlnkWhiteUlli li a {
				background: #FFF url(/Images/home/arrow-list-white.gif) no-repeat top left;
				color: #231F20;
				display: block;
				float: left;
				height:	20px;
				margin: 0 5px 0 0;
				padding: 4px 15px 0 20px;
				width: auto;
				
			}
			.cstmlnkWhiteUlli li a:hover {
				background: #44850D url(/Images/arrow-list-white-hover.gif) no-repeat top left;
				color: #fff;
				text-decoration: none;
			}
		
		div.topcontentBox .recipeTop{
			background: #EFF2F4 url(/Images/recipes/trckbott-bg.jpg) repeat-x left bottom;
			color: #3E6E0E;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 1.5em;
			font-weight: normal;
			width: 100%;
		}	
			.recipeTop .samheightWrapper {
				border-bottom: 1px solid #A2CB87;
				margin: 0 20px;
				padding: 20px 0;
			}
				.samheightWrapper p{
					float : left;
					padding: 1px 0 0 0;
					width: 320px;
				}
				.samheightWrapper .formBox {
					display: block;
					float: left;
					width: 256px;
				}
					.samheightWrapper .formBox input {
						float: left;
					}
				.samheightWrapper .inputsrcRecipe {
					border:1px solid #8ED400;
					height:19px;
					padding:3px 0 0 5px;
					width:175px;
				}
			.recipeTop .recipeCat {
				width: 100%;
			}
				.recipeCat p {
					margin: 0 20px;
					padding: 20px 0;
				}
				.recipeCat .rcpcategoryNav {
					list-style: none;
				}
					.rcpcategoryNav li {
						display: block;
						float: left;
						height: 103px;
					}
					.rcpcategoryNav li a{
						display: block;
						height: 103px;
					}
					.rcpcategoryNav li a, .rcpcategoryNav li a:hover{
						text-decoration: none;
					}
						.rcpcategoryNav li a strong{
							visibility: hidden;
						}
						.rcpcategoryNav li .healthyCat {
							background: transparent url(/Images/recipes/cat-healthy.jpg) no-repeat left top;
							width: 125px;
						}
						.rcpcategoryNav li .healthyCat:hover {
							background: transparent url(/Images/recipes/cat-healthy-hvr.jpg) no-repeat left top;
						}
						.rcpcategoryNav li .healthyCatActive {
							background: transparent url(/Images/recipes/cat-healthy-act.jpg) no-repeat left top;
							width: 125px;
						}
						.rcpcategoryNav li .weeknightCat {
							background: transparent url(/Images/recipes/cat-weeknights.jpg) no-repeat left top;
							width: 132px;
						}
						.rcpcategoryNav li .weeknightCat:hover {
							background: transparent url(/Images/recipes/cat-weeknights-hvr.jpg) no-repeat left top;
						}
						.rcpcategoryNav li .weeknightCatActive {
							background: transparent url(/Images/recipes/cat-weeknights-act.jpg) no-repeat left top;
							width: 132px;
						}
						.rcpcategoryNav li .smthngspclCat {
							background: transparent url(/Images/recipes/cat-somethingspecial.jpg) no-repeat left top;
							width: 132px;
						}
						.rcpcategoryNav li .smthngspclCat:hover {
							background: transparent url(/Images/recipes/cat-somethingspecial-hvr.jpg) no-repeat left top;
						}
						.rcpcategoryNav li .smthngspclCatActive {
							background: transparent url(/Images/recipes/cat-somethingspecial-act.jpg) no-repeat left top;
							width: 132px;
						}
						.rcpcategoryNav li .partiesCat {
							background: transparent url(/Images/recipes/cat-parties.jpg) no-repeat left top;
							width: 131px;
						}
						.rcpcategoryNav li .partiesCat:hover {
							background: transparent url(/Images/recipes/cat-parties-hvr.jpg) no-repeat left top;
						}
						.rcpcategoryNav li .partiesCatActive {
							background: transparent url(/Images/recipes/cat-parties-act.jpg) no-repeat left top;
							width: 131px;
						}
						.rcpcategoryNav li .videosCat {
							background: transparent url(/Images/recipes/cat-videos.jpg) no-repeat left top;
							width: 129px;
						}
						.rcpcategoryNav li .videosCat:hover {
							background: transparent url(/Images/recipes/cat-videos-hvr.jpg) no-repeat left top;
						}
						.rcpcategoryNav li .videosCatActive {
							background: transparent url(/Images/recipes/cat-videos-cat.jpg) no-repeat left top;
							width: 129px;
						}
	/** EOL Top Box Area **/
	
	/** Got Reciepe to share box **/
	div.contentBox .grtsBox {
		background: #FFF;
		margin: 20px 0 0;
		padding: 20px;
		position: relative;
		width: 650px;
	}
		
		.grtsBox .horizontalRule {
			border-top: 1px solid #AAD28C;
			margin: 5px 0 10px;
		}
		.grtsBox hr {
			padding: 0;
			margin: 0;
			display: none;
		}
		.grtsBox h3 {
			font-size: 1.3em;
			font-weight: normal;
			padding: 0 0 15px 0;
		}
		.grtsBox .paddingH3 {
			padding-bottom: 13px;
		}
		.grtsBox .grtspicBox {
	position: absolute;
	left: 610px;
	top: 3px;
	z-index: 9999;
		}
		.grtsBox .textWrapper {
			padding: 0 0 20px 0;
			width: 550px;
		}
		.grtsBox .contactThanks {
			/*Min height set*/
			height:auto !important;
			height:400px;
			min-height:400px;	
		}
		.grtsBox .grtsForm {
			position: relative;
			width: 650px;
		}
			.grtsForm .rowForm{
				padding-bottom: 10px;
			}
			.rowForm .newListSelected {
				font-size: 1em !important;
				/*height:19px !important;*/
				/*padding:3px 0 0 6px !important;*/
				padding:0 0 0 6px !important;
			}
			.grtsForm .rowButton {
				padding: 5px 0 0 !important;
			}
				.rowForm div, .rowButton div {
					float: left;
				}
				.rowForm #subscribe,
				.rowForm #CampaignList_22938,
				.rowForm #CampaignList_23292{
					border: 0 none !important;
					margin: 0 !important;;
					padding: 0 !important;
					width: auto !important;
				}
				.rowForm .labels, .rowButton .labels {
					padding: 5px;
					width: 131px;
				}
				.rowForm .inputs, .rowButton .inputs {
					width: 350px;
				}	
					.inputs input, .inputs textarea {
						border: 1px solid #8ED400;
						height: 20px;
						padding: 2px 0 0 5px;
						width: 343px;
					}
					.inputs .spanDx {
						display:block;
						float:right;
						height:16px;
						padding:2px 0 0;
						width:330px;
					 }
					.inputs textarea {
						height: 64px;
					}
					.inputs .file {
						margin-right: 5px;
					}					
					.inputs .smallInput {
						width: 80px !important;
					}
					.inputs span {
						padding:5px 10px;
					}
					.inputs .buttons {
						width: 100px;
					}
					.inputs .submitButtn {
						border: 0 none;
						height: 24px;
						padding: 0;
						width: 68px;
					}


	.contentBox .addressMail {
		background: #91CA2B;
		margin-top: 5px;
		padding: 20px;
		width: 650px;
	}
	.addressMail h2 {
		color: #231F20;
	}
	.addressMail p{
		padding: 15px 0 0;
	}
