﻿/* coded added by TTH at bottom */

#recipeSearch {
    float: left;
    height: 100%;
    /*background: url('../en/images/recipes_search_bg.jpg') bottom no-repeat;*/
	/*width:247px;*/
	margin-top: 10px;
}

#recipeSearch #header 
{
    margin-bottom: 10px;
}

#rp-search #container {
padding-bottom:14px;

}

#cerealboxes-undertout {
padding: 30px 0 0 10px;
}


/** May 08 **/
#rp-search #landingContainer {
	margin-left: 100px;
}

#rp-search #container {
	background: url('../en/images/recipes_bg.jpg') 0px 0px no-repeat;
	height: auto; /*80em;*/
/*	height:776px; */						/* removed by TTH */
	overflow: hidden;
}

.feedsContainer {
	clear: both;
	text-align: right;
	margin: 20px 0 20px 0p;
}

#partnerContainer {
	display: block;
	clear: both;
	margin: 0 0 10px 0;
}


/* added by TTH 
-------------------------------------------------- */


body#rp-search div#container {
	background: #fff url('../en/images/versatility/recipe-bg.jpg') 0px 0px no-repeat;
	min-height: 866px;				/* height of background image; shows tagline embedded in lower-right corner */
	padding-bottom: 0;				/* removes bottom gap */
	position: relative;				/* necessary for anchoring of tagline */
}

body#rp-search.fr div#container {
	background: #fff url('../fr/images/versatility/recipe-bg.jpg') 0px 0px no-repeat;
	min-height: 866px;
}

body#rp-search div#recipePadding, 
body#rp-search.fr div#recipePadding {
	margin-top: 180px;
}

body#rp-search #recipeSearchResultsContainer {
	margin-left: 100px;				/* original value 40px; extra left-margin makes branding (embedded in background image) more visible */
}
	
