﻿/* round corner top*/
div.three_column_feature {
	margin: 0;
	background: transparent url("/images/green/bg_three_pack_green_top.png") no-repeat;
	width: 565px;
	height: 186px;
}

/* round corner bottom */
div.three_column_feature_bottom {
	background: transparent url("/images/green/bg_three_pack_green_bottom.png") 0 100% no-repeat;
	height: 179px;
	padding: 4px 0;
}

h4.featured_articles_header_green {
    background: transparent url("/images/green/bg_green_featured_articles.png") 11px 6px no-repeat;
    width: 145px;
    height: 23px;
    text-indent: -9999px;
}

div.three_column_feature h4 {
	background: transparent url("/images/green/bg_three_pack_header_green.png") 0 0 no-repeat;
	height: 19px;
	width: 229px;
	text-indent: -9999px;
	margin: 0 0 0 12px;
}

/* table for the three columns */
table#three_pack_green_columns {
    width: 565px;
    margin-top: 4px;
}

table#three_pack_green_columns td {
    text-align: center;
}

table#three_pack_green_columns td img {
    display: inline;
    width: 180px;
    height: 150px;
    margin-top: 5px;    
}

table#three_pack_green_columns td img {
    display: inline;
    width: 180px;
    height: 150px;    
}

table#three_pack_green_columns td#three_pack_column1 {
    padding-left: 3px;
}

div#banner_module_green_top {
    background: transparent url("/images/green/bg_banner_module_green_top.png") no-repeat;
    width: 565px;
    height: 80px;
}

div#banner_module_green_bottom {
    background: transparent url("/images/green/bg_banner_module_green_bottom.png") 0 100% no-repeat;
    width: 565px;
    height: 80px;
    text-align: center;
}

div#banner_module_green_bottom img {
    display: inline;
}

div.spacer {
	height: 7px;
}

div#green_subcat_frame_left {
    background: transparent url("/images/green/bg_green_subcat_frame_left.png") 0 0 repeat-y;
    width: 565px;
}

div#green_subcat_frame_right {
    background: url("/images/green/bg_green_subcat_frame_left.png") 100% 0 repeat-y;
    width: 565px;
}
    
/* green frame with round corners at top */
div#green_subcat_frame_top {
    background: transparent url("/images/green/bg_green_subcat_frame_top.png") 0 0 no-repeat;
    width: 565px;
}

/* green frame with sharp corners at top */
div#green_article_frame_top {
    background: transparent url("/images/green/bg_green_article_frame_top.png") 0 0 no-repeat;
    width: 565px;
}

div#green_subcat_frame_bottom {
    background: transparent url("/images/green/bg_green_subcat_frame_bottom.png") 0 100% no-repeat;
    width: 525px;
    padding: 20px;
}

/* alternate green frame for sustainability content1 articles */
div#alt_green_subcat_frame_left {
    background: transparent url("/images/green/bg_alt_green_article_frame_left.png") 0 0 repeat-y;
    width: 565px;
}

div#alt_green_subcat_frame_right {
    background: transparent url("/images/green/bg_alt_green_article_frame_left.png") 100% 0 repeat-y;
    width: 565px;
}

/* green frame with sharp corners at top */
div#alt_green_article_frame_top {
    background: transparent url("/images/green/bg_alt_green_article_frame_top.png") 0 0 no-repeat;
    width: 565px;
}

div#alt_green_subcat_frame_bottom {
    background: transparent url("/images/green/bg_alt_green_article_frame_bottom.png") 0 100% no-repeat;
    width: 525px;
    padding: 20px;
}

div.article_header_green {
    background: transparent url("/images/green/bg_green_article_header.png") 0 0 no-repeat;
    width: 565px;
    height: 28px;
}

br.ten_px {
   height: 10px;
   line-height: 10px;
   font-size: 10px;
}

/**************************************************************************************************************/

/* used on title of recipe on 'meal ideas' page */
.TDM_recipe_info, .TDM_GreenXLBold, .TDM_GreenXLBold a, .TDM_GreenXLBold a:visited{
	margin-bottom: 6px;
	color: #518129 !important;
}

.TDM_feat_head td div{
	background: url(/images/green/corner_white_tr.gif) no-repeat top right;
	padding: 5px;
	color: #518129 !important;
	font-size: 12px;
	font-weight: bold;
}

/* set height on top and bottom thick green borders */
.TDM_section_content .TDM_top td, .TDM_section_content .TDM_bottom td{
	background: #C0D681;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

/* set width and background color of top left corner */
.TDM_section_content .TDM_mid .TDM_left{
	width: 10px;
	background: #C0D681;
}

/* set width and background on right border */
.TDM_section_content .TDM_mid .TDM_right{
	width: 10px;
	background: #C0D681;
}

/* set background image on bottom left corner */
.TDM_section_content .TDM_bottom .TDM_left{
	background: url(/images/green/crnr-bl-gw.gif) no-repeat left bottom;
}

/* set background image on bottom right corner */
.TDM_section_content .TDM_bottom .TDM_right{
	background: url(/images/green/crnr-br-gw.gif) no-repeat right bottom;
}

/* set background on main content wrapper (used for thick green borders) */
.TDM_content_wrapper{
	background: #C0D681;
}

/* width, height, and background color/image to top left corner */
.TDM_content_wrapper .TDM_top .TDM_left{
	background: #C0D681 url(/images/green/crnr-tl-wht.gif) no-repeat left top;
	width: 10px;
	height: 10px;
}

/* width, height, and background color/image to top right corner */
.TDM_content_wrapper .TDM_top .TDM_right{
	background: #C0D681 url(/images/green/crnr-tr-wht.gif) no-repeat right top;
	width: 10px;
	height: 10px;
}

/* background color/image on bottom left corner */
.TDM_content_wrapper .TDM_bottom .TDM_left{
	background: #C0D681 url(/images/green/crnr-bl-wht.gif) no-repeat left bottom;
}

/* background color/image on bottom right corner */
.TDM_content_wrapper .TDM_bottom .TDM_right{
	background: #C0D681 url(/images/green/crnr-br-wht.gif) no-repeat right bottom;
}

/* width, height, and bg image on bottom left corner of advert */
.TDM_bottom_adv .TDM_bottom .TDM_left{
	background: url(/images/green/crnr-bl-grn.gif) no-repeat left bottom;
	width: 10px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

/* width, height, and bg image on bottom right corner of advert */
.TDM_bottom_adv .TDM_bottom .TDM_right{
	background: url(/images/green/crnr-br-grn.gif) no-repeat right bottom;
	width: 10px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

/* green text */
P.TDM_GreenM, .TDM_GreenM, .TDM_GreenMBold {
	color: #518129 !important;
}

/* small green text (for text) */
.TDM_BodyS{
	font-size: 10px;
	color: #56802E;
}

.TDM_more_recipes li a.TDM_BodyS, .TDM_more_recipes li a.TDM_BodyS:visited, 
.TDM_more_articles li a.TDM_BodyS, .TDM_more_articles li a.TDM_BodyS:visited{
	font-size: 10px !important;
}

/* bold green text */
.TDM_GreenMBold{
	color: #56802E;
	font-weight: bold;
}

/* used in numbers (in 'Ingredients' and 'Directions' boxes) */
.TDM_number_right{
	text-align: right;
	vertical-align: top;
	color: #56802E;
}

.TDM_number{
	vertical-align: top;
	color: #56802E;
}

/* large, green, bold text. Used in menus for titles ('Recipes','In Stores Now', etc) */
.TDM_GreenXLBold{
	font-size: 13px !important;
	font-weight: bold;
	color: #518129;
}

.TDM_description .TDM_GreenXLBold a, .TDM_description .TDM_GreenXLBold a:visited{
	color: #518129 !important;
}

/* used on headers ('Perfect Wine Pairings,' 'Cilantro-Lime Pork Chops,' etc) */
h3.TDM_Green3XL{
	font-size: 16px;
	color: #518129 !important;
	margin-bottom: 5px;
}

.TDM_fresh_links ul li span{
	font-weight: bold;
	color: #518129 !important;
}

/* set font size and color of links inside 'Tips for Entertaining' and 'Rollback' boxes */
.TDM_entertain_list li a.TDM_GreenS, .TDM_entertain_list li a.TDM_GreenS:visited, .TDM_rollbacks tr td a.TDM_GreenS, .TDM_rollbacks tr td a.TDM_GreenS:visited, .TDM_entertain_content a, .TDM_entertain_content a:visited{
	font-size: 9px;
	color: #518129 !important;
}

.TDM_search_results_text{
	font-size: 12px;
	font-weight: bold;
	color: #518129 !important;
	margin: 10px 0px 10px 0px;
}

.TDM_right .TDM_GreenXLBold, .TDM_recipe_info .TDM_GreenXLBold{
	color: #518129 !important;
	font-size: 13px;
	font-weight: bold;
}

/* padding between left menu and main content */
.TDM_primary_content{
	padding-left: 10px;
	vertical-align: top;
	color: #517923 !important;
}

/* used on title of recipe on 'meal ideas' page */
.TDM_recipe_info, .TDM_GreenXLBold, .TDM_GreenXLBold a, .TDM_GreenXLBold a:visited{
	margin-bottom: 6px;
	color: #518129 !important;
}

.TDM_feat_head td div{
	background: url(/images/green/corner_white_tr.gif) no-repeat top right;
	padding: 5px;
	color: #518129 !important;
	font-size: 12px;
	font-weight: bold;
}

.TDM_solution_item span.TDM_GreenXLBold{
	display: block;
	color: #518129 !important;
}

/* set height on top and bottom thick green borders */
.TDM_section_content .TDM_top td, .TDM_section_content .TDM_bottom td{
	background: #C0D681;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

/* set width and background color of top left corner */
.TDM_section_content .TDM_mid .TDM_left{
	width: 10px;
	background: #C0D681;
}

/* set width and background on right border */
.TDM_section_content .TDM_mid .TDM_right{
	width: 10px;
	background: #C0D681;
}

/* set background image on bottom left corner */
.TDM_section_content .TDM_bottom .TDM_left{
	background: url(/images/green/crnr-bl-gw.gif) no-repeat left bottom;
}

/* set background image on bottom right corner */
.TDM_section_content .TDM_bottom .TDM_right{
	background: url(/images/green/crnr-br-gw.gif) no-repeat right bottom;
}

/* set background on main content wrapper (used for thick green borders) */
.TDM_content_wrapper{
	background: #C0D681;
}

/* width, height, and background color/image to top left corner */
.TDM_content_wrapper .TDM_top .TDM_left{
	background: #C0D681 url(/images/green/crnr-tl-wht.gif) no-repeat left top;
	width: 10px;
	height: 10px;
}

/* width, height, and background color/image to top right corner */
.TDM_content_wrapper .TDM_top .TDM_right{
	background: #C0D681 url(/images/green/crnr-tr-wht.gif) no-repeat right top;
	width: 10px;
	height: 10px;
}

/* background color/image on bottom left corner */
.TDM_content_wrapper .TDM_bottom .TDM_left{
	background: #C0D681 url(/images/green/crnr-bl-wht.gif) no-repeat left bottom;
}

/* background color/image on bottom right corner */
.TDM_content_wrapper .TDM_bottom .TDM_right{
	background: #C0D681 url(/images/green/crnr-br-wht.gif) no-repeat right bottom;
}

/* bg color on bottom advert block */
.TDM_bottom_adv tr td{
	background: #E6EFCD;
}

/* width, height, and bg image on top left corner of advert */
.TDM_bottom_adv .TDM_top .TDM_left{
	background: url(/images/green/crnr-tl-grn.gif) no-repeat left top;
	width: 10px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

/* width, height, and bg image on top right corner of advert */
.TDM_bottom_adv .TDM_top .TDM_right{
	background: url(/images/green/crnr-tr-grn.gif) no-repeat right top;
	width: 10px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

/* width, height, and bg image on bottom left corner of advert */
.TDM_bottom_adv .TDM_bottom .TDM_left{
	background: url(/images/green/crnr-bl-grn.gif) no-repeat left bottom;
	width: 10px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

/* width, height, and bg image on bottom right corner of advert */
.TDM_bottom_adv .TDM_bottom .TDM_right{
	background: url(/images/green/crnr-br-grn.gif) no-repeat right bottom;
	width: 10px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

/* two pixel green line used in nutrition facts */
.TDM_twopx_line{
	padding: 0px;
	margin: 5px 0px 5px 0px;
	background: #56802E;
	border-bottom: 1px solid #56802E;
	line-height: 0px;
	font-size: 0px;
}

/* one pixel green line used in nutrition facts */
.TDM_onepx_line{
	padding: 0px;
	margin: 5px 0px 5px 0px;
	background: #56802E;
	line-height: 0px;
	font-size: 0px;
}

/* background color on rounded menu box */
.TDM_component_menu td{
	background: #E6EFCD;
}

/* top left corner on rounded menu box */
.TDM_component_menu .TDM_cm_top .TDM_cm_left{
	background: url(/images/green/crnr-tl-grn.gif) no-repeat left top;
	width: 10px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

/* top right corner on rounded menu box */
.TDM_component_menu .TDM_cm_top .TDM_cm_right{
	background: url(/images/green/crnr-tr-grn.gif) no-repeat right top;
	width: 10px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

/* bottom left corner on rounded menu box */
.TDM_component_menu .TDM_cm_bottom .TDM_cm_left{
	background: url(/images/green/crnr-bl-grn.gif) no-repeat left bottom;
	width: 10px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

/* bottom right corner on rounded menu box */
.TDM_component_menu .TDM_cm_bottom .TDM_cm_right{
	background: url(/images/green/crnr-br-grn.gif) no-repeat right bottom;
	width: 10px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

.TDM_main_bottom .TDM_component_menu tr td, .TDM_right .TDM_component_menu tr td{
	background: #F3F7E8;
}

.TDM_main_bottom .TDM_component_menu .TDM_cm_top .TDM_cm_left, .TDM_right .TDM_component_menu .TDM_cm_top .TDM_cm_left{
	background: url(/images/green/lt_green_curve_tl.gif) no-repeat left top;
	line-height: 1px;
	font-size: 1px;
}

.TDM_main_bottom .TDM_component_menu .TDM_cm_top .TDM_cm_right, .TDM_right .TDM_component_menu .TDM_cm_top .TDM_cm_right{
	background: url(/images/green/lt_green_curve_tr.gif) no-repeat left top;
	line-height: 1px;
	font-size: 1px;
}

.TDM_main_bottom .TDM_component_menu .TDM_cm_bottom .TDM_cm_left, .TDM_right .TDM_component_menu .TDM_cm_bottom .TDM_cm_left{
	background: url(/images/green/lt_green_curve_bl.gif) no-repeat left top;
	line-height: 1px;
	font-size: 1px;
}

.TDM_main_bottom .TDM_component_menu .TDM_cm_bottom .TDM_cm_right,  .TDM_right .TDM_component_menu .TDM_cm_bottom .TDM_cm_right{
	background: url(/images/green/lt_green_curve_br.gif) no-repeat left top;
	line-height: 1px;
	font-size: 1px;
}

/* padding on 'nutrition facts' box content (top=0, right=5, bottom=0 ,left=5)*/
.TDM_main_bottom .TDM_component_menu .TDM_cm_mid .TDM_cm_middle{
	padding: 0px 5px 0px 5px;
	background: #F3F7E8 !important;
	text-align: left;
}

/* sets bottom bg image on container for title ('Perfect Wine Pairings') */
.TDM_title{
	background: url(/images/green/hdash_repeat.gif) repeat-x bottom left;
}

/* width/vert align on 'fresh 'box and bottom right rounded inner corner */
.TDM_fresh{
	width: 100%;
	vertical-align: top;
	background: url(/images/green/min_curve_green_br.gif) right bottom no-repeat;
}

/* horizontal separator */
.TDM_green_horiz{
	background: #C0D782;
}

/* used as horizontal separator between recipes on 'meal ideas' page */
.TDM_dotted_horiz_sep{
	background: url(/images/green/hdash_repeat.gif) repeat-x 0px 6px;
}

/* left border and left bottom curve of 'fresh ideas' box */
.TDM_freshideas_container .TDM_fi_top .TDM_fi_left{
	background: url(/images/green/box_left_curve.gif) no-repeat bottom left;
}

/* right border and right bottom curve of 'fresh ideas' box */
.TDM_freshideas_container .TDM_fi_top .TDM_fi_right{
	background: url(/images/green/box_right_curve.gif) no-repeat bottom right;
}

/* bottom border of 'fresh ideas' box */
.TDM_freshideas_container .TDM_fi_top .TDM_fi_content{
	border-bottom: 1px solid #5B8836;
}

/* vertical dotted separator line in 'fresh ideas' box */
.TDM_freshideas_container .TDM_fi_top .TDM_fi_content .TDM_vert_separator{
	background: url(/images/green/vdash_repeat.gif) repeat-y top center;
}

/* vertical separator between content and right column on recipes and great ideas pages */
.TDM_content .TDM_vert_separator{
	border-left: 1px solid #A5C296;
	width: 1px;
}

.TDM_space img {
    width: 15px;
}

/* padding in 'recipe search' box and bottom border */
.TDM_recipe_search_container .TDM_rs_main{
	padding: 10px 0px;
	background: #F2F7E6;
	border-bottom: 1px solid #5B8836;
	text-align: left;
	width: 555px;
}

/* left border and bottom left corner of 'recipe search' box */
.TDM_recipe_search_container .TDM_rs_left{
	background: #F2F7E6 url(/images/green/box_left_curve.gif) no-repeat bottom left;
}

/* right border and bottom right corner of 'recipe search' box */
.TDM_recipe_search_container .TDM_rs_right{
	background: #F2F7E6 url(/images/green/box_right_curve.gif) no-repeat bottom right;
}

/* top left curve on item in 'more everyday dishes' */
.TDM_more_dishes_item{
	background: #FFFFFF url(/images/green/corner_green_tl.gif) no-repeat top left;
}

/* bottom left curve on item in 'more everyday dishes' */
.TDM_more_dishes_item .TDM_more_dishes_item_bl_curve{
	background: url(/images/green/corner_green_bl.gif) no-repeat bottom left;
}

/* bottom right curve on item in 'more everyday dishes' */
.TDM_more_dishes_item .TDM_more_dishes_item_bl_curve .TDM_more_dishes_item_br_curve{
	background: url(/images/green/corner_green_br.gif) no-repeat bottom right;
}

/* top right corner on item in 'more everyday dishes' */
.TDM_more_dishes_item .TDM_more_dishes_item_bl_curve .TDM_more_dishes_item_br_curve .TDM_more_dishes_item_tr_curve{
	background: url(/images/green/corner_green_tr.gif) no-repeat top right;
	text-align: center;
	padding: 10px;
}

/* background color on vertical and horizontal separators in 'more everyday dishes' */
.TDM_more_dishes_item_vert_separator, .TDM_more_dishes_item_horiz_separator{
	background: #C0D681;
}

/* bottom left curve of 'more everyday dishes' container */
.TDM_more_everyday_container{
	background: #C0D681 url(/images/green/corner_white_bl.gif) no-repeat bottom left;
}

/* bottom right curve of 'more everyday dishes' container */
.TDM_more_everyday_br_curve{
	background: url(/images/green/corner_white_br.gif) no-repeat bottom right;
	padding: 10px;
}

/* top left curve on 'featured' items (recipes, meal ideas, tips for entertaining, and rollback) */
.TDM_featured_item{
	height: 100%;
	vertical-align: top;
	background: #FFFFFF url(/images/green/corner_green_tl.gif) no-repeat top left;
}

/* bottom left curve on 'featured' items */
.TDM_featured_item_bl_curve{
	height: 100%;
	background: url(/images/green/corner_green_bl.gif) no-repeat bottom left;
}

/* bottom right curve on 'featured' items */
.TDM_featured_item_br_curve{
	height: 100%;
	background: url(/images/green/corner_green_br.gif) no-repeat bottom right;
}

/* top right curve on 'featured' items */
.TDM_featured_item_tr_curve{
	height: 100%;
	background: url(/images/green/corner_green_tr.gif) no-repeat top right;
	padding: 6px 10px 8px 10px;
}

/* bg color of horiz and vert separator in 'featured' items block */
.TDM_featured_item_vert_separator, .TDM_featured_item_horiz_separator{
	background: #C0D681;
}

/* bg color on 'featured' items block */
.TDM_featured_container{
	background: #C0D681;
}

/* top left outer corner of 'featured' items block */
.TDM_featured_tl_curve{
	background: url(/images/green/corner_white_tl.gif) no-repeat top left;
}

/* bottom left outer curve of 'featured' items block */
.TDM_featured_bl_curve{
	background: url(/images/green/corner_white_bl.gif) no-repeat bottom left;
}

/* bottom right outer curve of 'featured' items block */
.TDM_featured_br_curve{
	background: url(/images/green/corner_white_br.gif) no-repeat bottom right;
}

/* top right outer curve of 'featured' items block */
.TDM_featured_tr_curve{
	background: url(/images/green/corner_white_tr.gif) no-repeat top right;
	padding: 10px;
}

/* line item used in 'Featured Recipes' and 'Featured Meal Ideas' */
.TDM_line_item{
	/* padding: 0px 0px 1px 4px; */
	padding-left: 4px;
	background: url(/images/green/hdash_repeat.gif) repeat-x bottom left;
}

/* used in 'Featured Recipes' and 'Featured Meal Ideas' to add peach bg */
.TD_line_item_current{
	background: #FEE4AC url(/images/green/hdash_repeat.gif) repeat-x bottom left;
}

.TDM_search_results_head .TDM_mid .TDM_middle{
	background: #C0D681;
}

.TDM_search_fields_tl{
	background: #F2F7E6 url(/images/green/lt_green_tl_curve.jpg) no-repeat top left;
}

.TDM_search_fields_bl{
	background: url(/images/green/lt_green_bl_curve.jpg) no-repeat bottom left;
}

.TDM_search_fields_br{
	background: url(/images/green/lt_green_br_curve.jpg) no-repeat bottom right;
}

.TDM_search_fields_tr{
	background: url(/images/green/lt_green_tr_curve.jpg) no-repeat top right;
	padding: 10px;
}

.TDM_round_outer_t, .TDM_round_outer_b, .TDM_round_outer_l, .TDM_round_outer_r{
	background: #C0D681;
}

.TDM_round_outer_tl{
	background: #C0D681 url(/images/green/corner_white_tl.gif) no-repeat top left;
}

.TDM_round_outer_bl{
	background: #C0D681 url(/images/green/corner_white_bl.gif) no-repeat bottom left;
}

.TDM_round_outer_br{
	background: #C0D681 url(/images/green/corner_white_br.gif) no-repeat bottom right;
}

.TDM_round_outer_tr{
	background: #C0D681 url(/images/green/corner_white_tr.gif) no-repeat top right;
}

.TDM_round_inner_tl{
	background: #FFFFFF url(/images/green/inner_tl_curve.gif) no-repeat top left;
}

.TDM_round_inner_bl{
	background: url(/images/green/inner_bl_curve.gif) no-repeat bottom left;
}

.TDM_round_inner_br{
	background: url(/images/green/inner_br_curve.gif) no-repeat bottom right;
}

.TDM_round_inner_tr{
	background: url(/images/green/inner_tr_curve.gif) no-repeat top right;
	padding: 10px;
}

.TDM_feat_head td{
	background: #C0D782 url(/images/green/corner_white_tl.gif) no-repeat top left;
}

.TDM_featured .TDM_recipe{
	background: #F2F7E6 url(/images/green/feat_bl_curve.gif) no-repeat bottom left;
}

.TDM_featured .TDM_serves_prep_cook{
	background: #F2F7E6;
}

.TDM_recipe div.TDM_recipe_inner{
	background: url(/images/green/feat_br_curve.gif) no-repeat bottom right;
	padding: 10px;
}

.TDM_spc_t{
	background: url(/images/green/serves_t.gif) repeat-x top left;
}

.TDM_spc_l{
	background: url(/images/green/serves_l.gif) repeat-y top left;
}

.TDM_spc_b{
	background: url(/images/green/serves_b.gif) repeat-x bottom left;
}

.TDM_spc_r{
	background: url(/images/green/serves_r.gif) repeat-y top right;
}

.TDM_spc_tl{
	background: url(/images/green/serves_tl.gif) no-repeat top left;
}

.TDM_spc_bl{
	background: url(/images/green/serves_bl.gif) no-repeat bottom left;
}

.TDM_spc_br{
	background: url(/images/green/serves_br.gif) no-repeat bottom right;
}

.TDM_spc_tr{
	background: url(/images/green/serves_tr.gif) no-repeat top right;
}

.TDM_featured .TDM_spc_t{
	background: #FFFFFF url(/images/green/feat_serves_t.gif) repeat-x top left;
}

.TDM_featured .TDM_spc_l{
	background: url(/images/green/feat_serves_l.gif) repeat-y top left;
}

.TDM_featured .TDM_spc_b{
	background: url(/images/green/feat_serves_b.gif) repeat-x bottom left;
}

.TDM_featured .TDM_spc_r{
	background: url(/images/green/feat_serves_r.gif) repeat-y top right;
}

.TDM_featured .TDM_spc_tl{
	background: url(/images/green/feat_serves_tl.gif) no-repeat top left;
}

.TDM_featured .TDM_spc_bl{
	background: url(/images/green/feat_serves_bl.gif) no-repeat bottom left;
}

.TDM_featured .TDM_spc_br{
	background: url(/images/green/feat_serves_br.gif) no-repeat bottom right;
}

.TDM_featured .TDM_spc_tr{
	background: url(/images/green/feat_serves_tr.gif) no-repeat top right;
}

.TDM_spc_m{
	background: #F3F7E8;
	padding: 3px 0px 5px 5px;
}

.TDM_featured .TDM_recipe_also_in, .TDM_featured .TDM_sponsor_link{
	background: #F2F7E6;
}

.TDM_nutrition_sep_one{
	background: url(/images/green/nutrition_sep_one.gif) repeat-x center left !important;
}

.TDM_nutrition_sep_two{
	background: url(/images/green/nutrition_sep_two.gif) repeat-x center left !important;
}

.TDM_hdash_line{
	background: url(/images/green/hdashline-140x1-grn.gif) repeat-x center left !important;
}

.TDM_bottom_search_nav{
	margin-top: 20px;
	border-top: 1px solid #C0D782;
}

.TDM_top_search_nav{
	margin-bottom: 7px;
	border-bottom: 1px solid #C0D782;
}

.TDM_solution_item span.TDM_GreenXLBold{
	display: block;
	color: #518129 !important;
}

/* show printer icon at left side of link */
.TDM_print{
	background: url(/images/green/icon-print.gif) left top no-repeat;
	padding-left: 20px;
	height: 15px;
	text-decoration: none;
}

.TDM_SectionHeader{
	background: url(/images/FOOD_HDR_a_565x40.jpg) no-repeat top left;
	/* height: 40px; */
	height: 31px;
	color: #FFFFFF;
	text-align: left;
}

.TDM_SubHeader{
	background: url(/uploadedImages/External_Agencies/RGA/Html_Content/ads_header.jpg) no-repeat top left;
	height: 35px;
	color: #FFFFFF;
	text-align: left;
}

.TDM_search_button span, .TDM_email_friend_envelope span, .TDM_print_article span, .TDM_email_friend span,
.TDM_more_recipes span, .TDM_email_recipe span, .TDM_email_meal_ideas span, .TDM_print_meal_ideas span{
	position: absolute;
	left: -99999px;
}

.TDM_search_button{
	display: block;
	background: url(/images/btn-search-grn.gif) no-repeat top left;
	width: 66px;
	height: 22px;
}

.TDM_email_friend_envelope{
	display: block;
	background: url(/images/btn-email-friend.gif) no-repeat top left;
	width: 154px;
	height: 22px;
	float: left;
	margin-right: 10px;
}

.TDM_print_article{
	display: block;
	background: url(/images/btnw-print-article.gif) no-repeat top left;
	width: 120px;
	height: 22px;
	float: left;
}

.TDM_email_friend{
	display: block;
	background: url(/images/btn-email-friend-120.gif) no-repeat top left;
	width: 120px;
	height: 22px;
}

.TDM_buttons .TDM_more_recipes{
	display: block;
	background: url(/images/btn-more-recipes-grn.gif) no-repeat top left;
	width: 127px;
	height: 22px;
}

.TDM_email_recipe{
	display: block;
	background: url(/images/btn-email-recipe.gif) no-repeat top left;
	width: 100px;
	height: 22px;
}

.TDM_email_meal_ideas{
	display: block;
	background: url(/images/btn-email_meal-ideas.gif) no-repeat top left;
	width: 127px;
	height: 22px;
}

.TDM_print_meal_ideas{
	display: block;
	background: url(/images/btn-print_meal-ideas.gif) no-repeat top left;
	width: 127px;
	height: 22px;
}

.TDM_left_article .TDM_email_meal_ideas{
	float: left;
	margin-right: 10px;
}

.TDM_fresh .TDM_email_meal_ideas{
	margin-bottom: 5px;
}

.TDM_left_article .TDM_print_meal_ideas{
	float: left;
}

.TDM_right .TDM_print_article{
	float: none;
}

.TDM_dotted_line{
	background: url(/images/hdashline-120x13-grn.gif) repeat-x left center !important;
}

.TDM_menu_table{
	width: 100%;
}

div.TDM_sifr_text_small{
	margin-top: 8px;
}

h3.TDM_sifr_text_small_food{
	height: 22px;
	color: #517923;
}



