@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: 20px 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: 5px 0 0;
					width: 320px;
				}
				.samheightWrapper .formBox {
					display: block;
					float: left;
					width: 266px;
				}
					.samheightWrapper .formBox input {
						float: left;
						margin-right: 5px;
					}
				.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!important;
							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!important;
							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!important;
							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!important;
							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-act.jpg) no-repeat left top!important;
							width: 129px;
						}
	/** EOL Top Box Area **/
	
	
	/** Flash Box **/
	div.contentBox .recipeflashBox {
		background: #fff;
		margin: 5px 0 0;
		position: relative;
		width: 650px;
	}
		.recipeflashBox h2 {
			color: #3F6F0F;
		}
		.recipeflashBox .flassContainer {
			margin: 14px 0 0;
		}
	/** EOL Flash box **/
	
	/** recipe list **/
	div.contentBox .recipeList {		
		margin: 12px 0 0;
		position: relative;
		width: 650px;
	}
		.recipeList h2 {
			color: #3F6F0F;
			line-height: normal;
			margin-bottom: 10px;
		}
		.recipeList .recipeColoumn{
			border-top: 1px solid #AAD28C;
			margin-bottom: 20px;
			padding-top: 20px;
		}
			.recipeColoumn .recipeImg {
				float: left;
				overflow: hidden;
				width: 153px;
			}
			.recipeColoumn .recipeIntro {
				float: left;
				width: 450px;
			}
				.recipeIntro h3 {
					color: #3F6F0F;
					font-size: 1.3em;
					font-weight: normal;
				}
				.recipeIntro .recipeSpec {
					padding: 8px 0;
				}
					.recipeSpec .specList {
							color: #918F8F;
							list-style: none;
						}
							.specList li {
								display: block;
								float: left;
								font-size: 1.2em;
								height: 25px;
								padding-right: 10px;
							}
							.specList li span {
								border-right:1px solid #6CA939;
								display:block;
								margin-top:4px;
							}
							.specList .personAmnt {
								background: transparent url(/Images/recipes-detail/person-amnt.gif) no-repeat left bottom;
							}
								.personAmnt span {
									padding:2px 15px 2px 32px;
								}
							.specList .makeTime {
								background: transparent url(/Images/recipes-detail/make-time.gif) no-repeat left bottom;
								margin-left: 8px;
							}
								.makeTime span {
									padding:2px 16px 2px 32px;
								}
							.specList .cookTime {
								background: transparent url(/Images/recipes-detail/cook-time.gif) no-repeat left bottom;
							}
								.cookTime span {
									border-right: 0 none !important;
									padding:2px 15px 2px 42px;
								}
				.recipeIntro .buttonHolder {
					padding-top: 8px;
				}
					.buttonHolder ul {
						float: left;
						height: 24px;
						margin: 0 !important;
						width: 123px !important;
					}
					.buttonHolder ul li{
						width: 118px !important;
					}
					.buttonHolder a {
						width: 93px;
					}
		.recipeList .pagging {
			padding: 10px 0 0;
			text-align: center;
		}
			.pagging a {
				color: #3F6F0F;
			}
	/** EOL recipe list **/
	
	/** Got Reciepe to share box **/
	div.contentBox .grtsBox {
		background: #91CA2B;
		margin: 5px 0 0;
		padding: 20px;
		position: relative;
		width: 650px;
	}
		.grtsBox p {
			padding: 15px 0;
			width: 562px;
		}
		.grtsBox .grtspicBox {
			position: absolute;
			left: 588px;
			top: 10px;
			z-index: 9999;
		}
	
