@import url('reset.css');

@import url('style.css');

/* coded added by TTH at bottom */


#container {
/*	background: url('../en/images/recipes_bg.jpg') 0 0 no-repeat; */					/* removed by TTH */
	height: auto;
	overflow: hidden;
}

#container.recipe {
/* background:#eaeaea url(../en/images/versatility/recipe-bg.jpg) 0 0 no-repeat; */		/* removed by TTH */
}
#mainContentArea {
	margin: 6em 0 5em 5em;
	width: 100em;
	height: 100%;
	/*overflow: hidden; */
}


table td {
	padding: 0.05em 0.15em 0 0;
}

ol li {
	line-height: 1.5em;
}

#breadcrumbs
{
    width: 85em;
    text-align: right;
    color: #663333;
    /*background: #fff;*/
    padding: 4px 0 10px 0;
}

#breadcrumbs a,
#breadcrumbs span
{
    color: #663333;
    text-decoration: underline;
}

#recipeSearch {
    float: left;
	margin-left: 2px !important;
}

#recipeSearch #header 
{
	margin-top: 5px !important;
    margin-bottom: 0px !important;
}

#recipeDetailsContainer {
    float: left;
    width: 596px;
    background: url('../en/images/recipeDetails_bg.jpg') repeat-y;
    margin-left: 95px;
    padding: 0;
}

#recipeDetailsContainer #titleContainer
{
    width: inherit;
    background: url('../en/images/recipeDetails_title_bg.jpg') repeat-y;
    padding: 0;
    margin: 0;
}

#recipeDetailsContainer #titleContainer #title
{
    width: 535px;
    margin-left: 30px;
    padding: 5px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

#recipeDetailsContainer #recipe
{
    float: left;
    width: 359px;
    margin: 30px 0 0 20px;
    padding: 0 0 20px 0;
}

#recipeDetailsContainer #rightSide
{
    float: left;
    width: 176px;
    margin: 30px 0 0 15px;
    background: url('../en/images/recipeDetails_rightSide_bg.jpg') repeat-y;
    text-align: center;
}

#recipeDetailsContainer #rightSide #recipeLinks
{
    width: 172px;
    border-top: 1px solid #ccc;
    margin-left: 1px;
}

#recipeDetailsContainer #rightSide #nutritionalInfo
{
    text-align: left;
    width: 150px;
    margin: 10px 0 0 15px;
    color: #666;
}

#recipeDetailsContainer #rightSide #nutritionalInfo p
{
    line-height: normal;
    margin-bottom: 5px;
}

ul#recipeIcons {
	overflow: auto;
}

ul#recipeIcons li {
	display: block;
	float: left;
	margin-right: 2.2em;
}

a {
color:#5D5D5D;
text-decoration:none;

}

a:hover {
text-decoration:underline;
}

a:visted {
color:#5D5D5D;

}


a:active {
color:#5D5D5D;
}

#header {
padding-bottom: 10px;
}

h1 {
color:#5D3936;
font-size:22px;
font-weight:lighter;
}

.tablerecipe br {
line-height:0.5em;
}

#newwaysForm {
	position: absolute;
	background: url('../en/images/newwaysFormTop-trans.png');
	width: 49.3em;
	min-height: 35em;
	height: auto;
	left: 29em;
	top: 15em;
	z-index: 1000;
	display: none;
}

#newwaysForm p {
	margin-left: 0em;
	font-size: 0.9em;
	margin-bottom: 1em;
	margin-top: 1em;
}

#newwaysForm p span.smalltext {
	font-size: 0.8em;
}

#newwaysForm li textarea {
	width: 400px;
	height: 50px;
}

#closeForm {
	position: absolute;
	right: 1.5em;
	top: 1.2em;
}
#formTitle {
	margin: 0em 0 .75em 0em;
}

.floatIt {
	float: left;
}

.clearIt {
	clear: left;
}

#formBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../en/images/newwaysFormBottom-trans.png');
	width: 49.3em;
	height: 1em;
}

#newwaysForm ul {
	margin-left: 2em;
}

#newwaysForm ul li {
	font-size: 1.1em;
	padding-bottom: 1em;
	display: block;
}

input.formLong { width: 270px; margin-right: 2em;}

.formProv {
	width: 110px;
}

input.formMid {
	width: 160px;
}
.formProv input {
	width: 100px
}

#newwaysForm ul li.chkbox { width: 460px; }

#newwaysForm input#txtRecipientEmail, #newwaysForm input#txtSenderEmail { width: 200px; }

.staf {
	float: left;
	width: auto;
	width: 175px;
}

#newwaysForm div.staf p {
	margin-bottom: 0;
}

.cl-staf {
	clear: left;
}

#newwaysForm a {
	display: block;
	clear: left;
}

.amillionways-banner {
	width: 100%;
	background-color: #fff;
}

/** May 24 **/
.partnerMsgContainer {
	clear: both;
	width: 425px;
	margin: 10px 0px 10px 0px;
}

.partnerMsgContainer .partnerLogo {
	float: left;
	margin-right: 10px;
}

.partnerMsgContainer p {
	float: left;
	display: inline;
	font-size: 1.0em !important;
	line-height: 1.0em !important;
	width: 300px;
}

.partnerMsgContainer p a {
	text-decoration: underline;
}

/* added by TTH 
-------------------------------------------------- */

body#rp-detail #container {
	background: #fff url('../en/images/versatility/recipes-bg.jpg') 0 0 no-repeat;
	height: auto; /*80em;*/
	overflow: hidden;
	position: relative;				/* necessary for anchoring of tagline */
}

html body#rp-detail.fr div#container {
	background: #fff url('../fr/images/versatility/recipes-bg.jpg') 0px 0px no-repeat;
}

body#rp-detail.fr div#recipePadding {
	margin-top: 180px;				/* effectively pushes form downward so branding (embedded in background image) is visible */
}
