body {
	background: #fff;
	color: #000;
	text-align: left;
}

#index {
	width: 100%;
	text-align: left;
	background: #fff;
}

#skip {
	display: none;
}

#masthead {
	height: 0;
	display: none;
}

#masthead form {
	display: none;
}

#masthead ul {
	display: none;
}

#brand {
	display: none;
}

#masthead #ui {
	display: none;
}

#messaging {
	display: none;
}

#breadcrumbs {
	display: none;
}

#sidebar {
	display: none;
}

#sidebar_secondary {
	display: none;
}

#footer {
	display: none;
}

img {
	border: 0;
}


/*	Content: Products
- - - - - - - - - - - - - -  */

.table_search td {
	padding: 2px 10px 2px 0;
}

.table_products {
	width: 100%;
}

.table_products_small {
	width: 100%;
	font-size: .85em;
}

.table_products th, .table_products_small th, .table_products_nutrition th {
	font-weight: bold;
}

.table_products td, .table_products_small td {
	padding: 4px 20px 4px 0;
	vertical-align: top;
	line-height: 1.2em;
}

.table_products_nutrition {
	font-size: .85em;
	width: 70%;
	line-height: 1.3em;
	text-align: left;
	border-top: 8px solid #000;
	border-bottom: 8px solid #000;
}

.table_products_nutrition td, .table_products_nutrition th {
	border: 1px solid #000;
	padding: 3px 10px 3px 10px;
	vertical-align: top;
}

.table_products_nutrition .indent {
	padding: 3px 10px 3px 20px;
}

.img_product_detail {
	float: right;
	border: 1px solid #999;
	padding: 5px;
	margin: 0 0 10px 15px;
}



/*	Content: Recipes
- - - - - - - - - - - - - -  */

.recipe div {
	margin-bottom: 20px;
	position: relative;
}

.recipe .open,
.recipe .closed {
	margin-left: -15px;
	padding-left: 15px;
	cursor: pointer;
	background-image: url(/images/icon_collapsible.gif);
	background-repeat: no-repeat;
}

.recipe .open {
	background-position: 0 -24px;
}

.recipe .closed {
	display: none; 
	margin: -15px 0 0 0;
	text-indent: -9000em;
}

div.closed {
	display: none;
	margin: -15px 0 0 0;
	text-indent: -9000em;
}

.recipe img {
	border: 1px solid #999;
	padding: 3px;
	margin: 5px 0 5px 10px;
}

#appetizer_icon_graphic_column{
   display: none; 
}
.noPrint {
   display:none;
 
  }
.recipe recipeNoPrint{
   display:none;
 
  }

/*  Content: Sales Solutions
- - - - - - - - - - - - - -  */

.table_content {
	border: 1px solid #333;
}

.table_cell-bg {
	background-color: #ce9a32;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.table_headline h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #fff;
	margin: 0;
}

.disclaimer {
	font-size: .85em;
	line-height: 1.2em;
	color: #666666;
}

.align_top {
	vertical-align: top;
}

.align_middle {
	vertical-align: middle;
}

.align_bottom {
	vertical-align: bottom;
}

.cell_bottom-border {
	border-bottom: 1px solid #999;
}

.cell_bottom-left-border {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

.cell_bottom-right-border {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.cell_border-center {
	border-bottom: 1px solid #999;
	text-align: center;
}

.cell_left-border {
	border-left: 1px solid #999;
}

.float_left {
	padding: 0 8px 8px 0;
	float: left;
}

.float_right {
	padding: 0 0 8px 8px;
	float: right;
}

.clearfix {
	clear: both;
}

/* --- product details ---    */
P.breakhere {page-break-before: always}
h2, h3{
    font-size:12px;
}
p{
    font-size:12px;
}
.hr{
  display:none;
}
.table_products{
  font-size:12px;
}
.table_products_nutrition{
  font-size:12px;
}
h1{display:none;}

.recipeNoPrint{
	display:none;
}
