﻿@import url('reset.css');

@import url('style.css');

/* code added by TTH at bottom
-------------------------------------------------- */

#header p {
	margin-bottom: 0;
	padding-bottom: 0;
}

#container {
	/*background: url('../en/images/recipes.jpg') bottom left no-repeat;*/
	overflow: hidden; /* hidden; */
	height: auto; /* 80em;*/
}

#mainContentArea {
	margin-bottom: 5em;
	margin-left: 3em;
	/*margin-left: 5em;*/
	width: 100em;
	height: 100%;
	/*overflow: hidden; */
}

.recdets {
	margin-bottom: 10em;
}

table td {
	padding-bottom: 0.25em;
}

ol li {
	line-height: 1.5em;
}

#landingContainer {
    float: left;
	width: 580px;
	margin-left: 70px;
	padding: 0;
}

#searchResultsHeader {
    /*
    position: relative;
    height: 60px;
    */
    margin-bottom: 10px;
}

#searchResultsHeader #searchSummary {
    /*float: left;*/
    width: 210px;
    /*
    position: absolute;
    bottom: 0;
    left: 150px;
    */
}

#searchResultsHeader #searchSummary p
{
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: #666;
}

#searchResultsHeader #searchResultsTitle {
    /*
    float: left;
    position: absolute;
    bottom: 0px;
    */
    width: 145px;
}

#recipeSearchResultsContainer {
	float: left;
	width: 597px;
	background: url('../en/images/recipes_results_bg.jpg') repeat-y;
	margin-left: 40px;					
	padding: 0;
}

#recipeSearchResults {
    width: 580px;
    margin-left: 25px;
    min-height: 350px; _height: 350px;
}


/*
#recipeSearchResults p {
	padding: 0;
	margin: 0px;
	line-height:inherit;
	font-size:inherit;
}
*/

#searchResultsList ul 
{
    width: 355px;
    padding-left: 20px;
    list-style: disc;
}

#searchResultsList ul li 
{
    margin-top: 3px;
    list-style: disc;
}

/* some data from web service comes wrapped in unwanted p tags, the following class handles the case */
#searchResultsList ul li p
{
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: normal;
}

#searchResultsList a,
#searchResultsList a:link,
#searchResultsList a:visited,
#searchResultsList a:active
{
    color: #666;
}

#searchResultsList a:hover 
{
    text-decoration: underline;
    color: #996666;
}

#promoContainer 
{
	display:none;
    margin-bottom: 20px;
}

#categoryContainer
{
    width: inherit;
}

#categoryContainer .categoryItem
{
    float: left;
    width: 160px;
    margin: 0 20px 20px 0;
}

#searchResultsContainer {
    float: left;
    margin-right: 10px;
    width: 365px;
}

#searchResultsList {
    
}

#searchResultsList ul {
    margin: 10px 0 20px 0;
}

#searchTop5 {
    float: left;
    width: 174px;
    
}

#searchTop5_header {
    padding: 0;
    margin: 0;
    background: #ccc;
}

#searchTop5_results {
    background: url('../en/images/recipes_results_top5_bg.jpg') repeat-y;
    padding: 0;
    margin: 0;
}

#searchTop5_results  ul {
    width: 130px;
    padding-left: 35px;
    list-style: disc;
    background: transparent;
}

#searchTop5_results ul li {
    list-style: disc;
    margin-top: 5px;
}

#searchTop5_results ul li a,
#searchTop5_results ul li a:link,
#searchTop5_results ul li a:visited,
#searchTop5_results ul li a:active
{
    text-decoration: none;
    color: #666;
}

#searchTop5_results ul li a:hover {
    text-decoration: underline;
    color: #666;
}

ul#recipeIcons {
	overflow: auto;
} 

ul#recipeIcons li {
	display: block;
	float: left;
	margin-right: 2.2em;
}


#Scrollbar-Container {
	clear: left;
}

/*
#footer {
	display: none;
}
*/

a {
color:#5D5D5D;
text-decoration:none;

}

a:hover {
text-decoration:underline;
}

a:visted {
color:#5D5D5D;

}


a:active {
color:#5D5D5D;
}

#ieCornerProduct {
	bottom: 0;
	background: url('../en/images/IEcornerProduct-buds-trans.gif') top left no-repeat;
	height: 14em;
}

.amillionways-banner {
display:none;
	width: 100%;
	background-color: #fff;
}

#recipePadding {
padding-left: 22px;
}



/* added by TTH 
-------------------------------------------------- */




