﻿.pagedescription{font-size: 12px; margin-bottom: 20px;}
.results{
   margin-bottom: 18px;
}
.results .browseby, .results .recipelist{
    float: left;
    display: inline;
    width: 100%;
    padding: 20px 0;
}
.results .browseby dt, .results .recipelist h4{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    clear: both;
}
.results .recipelist h4{ margin-bottom: 9px; color: #de7814; font-size: 14px; line-height: 1.5;}
.results .recipelist .morelike{font-size: 10px; line-height: 1.5;}
.morelike span{font-weight: bold; color: #888;}
.results .browseby dd{
    float: left;
    display: inline;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 10px;
    width: 150px;
    padding: 0 5px;
}

.results .browseby dd a{}


.results .catlist p {    
    margin-bottom:10px;
      
}

.results .catlist li{    
    padding: 18px 0 0 0;
    margin-right: 20px;
    font-size: 11px;
    line-height: 18px;
    margin-top: 9px;
    background:transparent url(/img/base/dot_line.gif) repeat-x scroll left top;  
    position: relative;  
}

.results .catlist a.thumbnail{
    /*border:1px solid #CCCCCC;*/
    display:inline;
    float:left;
    display: inline;
    min-height:90px;
    height:auto !important;
    height: 90px;
    margin-right:20px;
    width:160px;
}
.results .catlist .thumbnail img{ display:block;
    width: 160px;
  }
.results .catlist h4{font-size: 13px;}
.results .recipelist dt, .info .stats dt{
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    display: inline;
}

.results .recipelist div.recipelink{
    position: absolute;
    width: 140px;
    right: 0;
    bottom: 10px;
    height: 2.5em;
    text-align: center;
}

.results .recipelist div.recipelink a{
    background-color: #fdefb8;
    display: block;
    color: #de7814;
    text-decoration: none;
    line-height: 1.8;
    font-weight: bold;
    }
.results .recipelist div.recipelink a:hover{
    background-color: #de7814;
    color: #ffffff;
}    
.results .recipelist dd, .info .stats dd{
    display: inline;
}
.results .recipelist blockquote{
    float: left;
    display: inline;
    width: 460px;
    position: relative;
}
.results .recipelist blockquote p.brief{
    margin-bottom: 9px;
}
.results .recipelist blockquote a.thumbnail{
    border:1px solid #CCCCCC;
    float:left;
    display: inline;
    margin-right: 20px;
    width: 160px; 
    min-height: 90px;
    height:auto !important;
    height:90px;

}
.results .recipelist dl, .info .stats dl{
    float: right;
    display: inline;
    width: 160px;
    text-align: right;
}
.main{
    position: relative;
    margin: 0px 0px 0px 20px;
    float: left;
    display: inline;
    width: 640px;
}
.sidebar{
    float: right;
    display: inline;
    width: 280px;
    margin: 0px 20px 20px 0px;
}
/*.content{padding: 36px 0;}*/



.panel dl.browseby {margin-bottom: 9px; width: 240px;}
.panel .browseby dt{clear: both; font-weight: bold; text-transform:capitalize; line-height: 18px; }
.panel .browseby dd{display: inline; margin-right: .67em; }
.panel .browseby dd a{white-space:nowrap; line-height:1.78em;}
.panel .taglist{padding: 9px;}

.sidebar .search{
    /*width: 230px;*/
    width: 260px;
    padding: 10px;
    background-color: #FDE9C5;
    background-image: none;
    margin-top: 0;
}

.sidebar .search input{
    font-size: 10px;
    display: inline;
}
.sidebar .search input.text{ width: 195px; float: left;}
.sidebar .search input.button{ float: right; }
.sidebar .promo{ height: 250px;}

.ui-tabs .ui-tabs-hide {
     display: none;
}

#overview .photo img {float: left;
    display: inline; margin-right: 20px; }
/*#overview .photo img {width: 320px;}
#overview .info{float: left; margin-left: 20px;}*/
#overview .photo p{margin-top: 9px;}

.recipesection{margin-top: 18px;}
.recipesection h2{    font-size: 16px;
    line-height: 22px;
    margin-bottom: 9px;}
.recipesection table{width: 100%;}    
table.productinfo{width: 100%;}
tr.subcat, tr.theader{background-color: #fdefb7;}
.ingredients td, .productinfo td, .productinfo th{padding: 3px 6px;}
.productinfo th{text-align: left;}
.preparation ol{ list-style-type: decimal; padding-left: 1em;
	text-indent: 0; 	margin-left: 1em;
}

div.spec{float: left;
    display: inline; width: 320px;}
div.nutrition{float: right;
    display: inline; width: 300px; margin-bottom:20px; margin-top:50px; }
/** 
 * nutrition.css
 * The following code formats a table for a nutrition label. Feel free to use it as you wish.
 * Crediting the author is always appreciated.
 * Jonathon Eric Cihlar, January 2007
 */

/**
 * Define the table to be of the class "nutrition"
 */
table.nutrition {
	margin-top : 0px;
	margin-left : 0;
	margin-right : 0;

	border : 1px solid black;
	border-collapse : collapse;
	table-layout : auto;
    float: right;
    display: inline;
}


/** 
 * Format the tr ids 
 */
.nutrition tr#calories td {
	border-bottom : 4px solid black;
}

.nutrition tr#servings td {
	border-bottom : 6px solid black;	
}

.nutrition tr#minerals td {
	border-top : 4px solid black;
}

 /**
  * Format the header, which is basically the text "Nutrition Facts"
  */
.nutrition th {
	background-color : transparent;
	padding : 3px;
	border : 0;
	font-size : 14px;
	font-weight : bolder;
	text-align: left;
}	

 /**
  * Define the baseline style for cells
  */
.nutrition td {
	padding : 3px;
	font-size : 11px;
	border : 0;
	border-bottom : 1px solid black;
	
	text-align : left;
}

 /**
  * Define the cell for Daily Values
  */
.nutrition td.dv {
	font-weight : bold;
	text-align : right;
}

 /**
  * Set an indent for subordinate nutrients
  */
.nutrition td.sub {
	text-indent : 10px;
}

 /**
  * Set the style of the disclaimer text
  */
.nutrition td.disclaimer, .nutrition td.footnote {
	font-size : 10px;
}

 /**
  * Use the strong tag to set emphasis on particular text
  */
.nutrition strong {
	font-weight : bolder;
}



#tabs .ui-widget-content{
    width: 618px;
}
.specs td, .specs th{padding: 3px 6px;}
tr.zebra{background-color: #FEF9E3;}

.summary .pagedescription{float:left; width:280px; font-size: 12px; margin: 0px 20px 20px 0px;}
.summary .photo{float: left;
    display: inline; width:340; margin: 0 0 20px 0;}
    
.summary .details{float: right;
    display: inline; width: 100%;}
.summary img.productphoto{ float: right;
    display: inline;  max-width: 340px; width: auto !important; width: 340px; margin-bottom:20px;}
.summary p, .summary ul{ margin-bottom: 18px;}
.summary ul{ list-style-type: disc;}
.summary li{ padding-left: 0; margin-left: 2em;}
.results{ clear: both;}

ol.footnotes{
     list-style-type: decimal;
     font-size: 10px;
     color: #888;
     margin: 18px 0;
}
ol.footnotes li{ 
padding-left: 0; 
margin-left: 2em;
}
.contact_info{margin-top: 24px;}

.panel_title {display: none;}


ul.tools{position: absolute; top: 25px; right: 0; width:100px; text-align:center; z-index: 20;}
ul.tools li { margin-bottom:5px;}
.main h1{margin-right: 120px;}

#ingredients p, #suggestions p {padding:10px; margin-bottom:0px; background-color:#FFF;}


.featuredProduct h2
{
    margin: 4px 10px 0;
    font-size: 16px;
}
.featuredProduct .description
{
    margin: 10px;
}
.featuredProduct .photo{float: left; display: inline; margin:10px 20px 0 10px;}
.featuredProduct
{
    background-color: #FDE9C5;
    border: 1px solid #CCCCCC;
    margin-bottom: 18px;
}
p.where{
    clear: both;
}
p.where a{float: right;}
