@charset "utf-8";
/* CSS Document */

p { font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}


.recipe_card_content {
	border-color: #76b143 !important;
}

.recipe_card_tl {
	border-color: #76b143 !important;
}

.recipe_card_tr, .recipe_card_tr_bts, .recipe_card_tr a {
	border-color: #76b143 !important;
	color: #6f421a !important;
}

.related_recipe_holiday_image {
	position: absolute;
	right: 3px;
	z-index: 10;
	padding: 0;
	margin: 0;
	top: 3px;
}
h5 {
	color: #76b143;
	font-size: 19px !important;
	
}


#featured_recipe p a:link, p a:visited {
	color: #07539a !important;
}

#featured_recipe p a:hover, p a:active {
	color: #07539a !important;
	text-decoration: none;
}

#save_recipes {
	width: 198px;
	height: 141px;
	position: absolute;
	left: 435px;
	top:5px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#save_print {
	width: 199px;
	height: 172px;
	position: absolute;
	left: 435px;
	top: 148px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#save_home {
	width: 637px;
	height: 400px;
	position: relative;
	background: #FFF url(images/home/save_your_lunch_money2-25.jpg) no-repeat;
}


/*
#sylm_save_link {
	position:absolute;
	left:5px;
	top:76px;
	width:183px;
	height:90px;
	z-index:2;
	cursor: pointer; 
	cursor: hand; 
}

#sylm_recipes_link {
	position:absolute;
	right:0px;
	top:2px;
	width:105px;
	height:170px;
	z-index:1;
	cursor: pointer; 
	cursor: hand;
}	
*/