﻿li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 62px;
}
img {
	border: 0;
}
#banner {
	background-position: center;
	background: url(/locations/kcs/graphics/banner.gif);
	background-repeat: repeat-x;
	max-height: 133px;
}
#banner td {
	width: 25%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	white-space: nowrap;
}
banner td img {
	margin: 0;
	padding: 0;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
}
.description2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	border-bottom: 2px dashed #CCCC99;
	padding-bottom: 20px;
	padding-top: 15px;
}
.intro {
	padding-left: 15px;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.recipe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}
.recipeName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #006600;
}
.recipeRule {
	border-bottom: 2px dashed #CCCC99;
	padding-bottom: 15px;
	padding-top: 15px;
}
.product1 {
	border-right: 1px dashed #CCCC99;
	border-left: 1px dashed #CCCC99;
}
.product2 {
	border-right: 1px dashed #CCCC99;
	border-left: 2px dashed #CCCC99;
}
.product3 {
	border-right: 2px dashed #CCCC99;
	border-left: 1px dashed #CCCC99;
}
.product1, .product2, .product3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	padding-left: 15px;
}
.product1 img, .product2 img, .product3 img {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.productName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
}
.question1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #006600;
	border-bottom: 2px dashed #CCCC99;
	padding-top: 10px;
	padding-bottom: 15px;
}
.question2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #006600;
	padding-top: 10px;
	padding-bottom: 15px;
}
.answer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
}
.backtotop {
	color: #300;
	font-family: verdana,sans-serif;
	font-size: 11px;
}
a {
	background-color: transparent;
	color: #235419;
}
a:hover {
	background-color: transparent;
	color: #999;
}
.listrecipe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}



table.nutrition {
	width : 275px;
	margin-top : 10px;
	margin-left : 0;
	margin-right : 0;

	border : 1px solid black;
	border-collapse : collapse;
	table-layout : auto;

}

/**
 * Format the caption at the top of the table
 */
.nutrition caption {
	font-family : Arial;
	font-size : small;
	font-style: italic;
}

/** 
 * 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-family : Arial;
	font-size : large;
	font-weight : bolder;
}	

 /**
  * Define the baseline style for cells
  */
.nutrition td {
	padding : 3px;
			
	font-family : Arial;
	font-size : x-small;
	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 {
	font-size : xx-small;
}

 /**
  * Use the strong tag to set emphasis on particular text
  */
.nutrition strong {
	font-weight : x-bolder;
}
