/* CSS Document */

/* Header */
#header{
	display:none;
}

/* Horizontal Dynamic Navigation */
#horz_nav{
	display:none;
}

/* Top Navigation  (view cart, my account)*/
ul#top_nav{
	display:none;
}

/* Search Section CSS begins */
#display_search_box{
	display:none;
}

/*-- dropdown menu shop by brand */
#DropDown_SHOPBY_MANUFACTURER {
	display:none;
	}
	
#DropDown_SHOPBY_MANUFACTURER select{
	display:none;
	}
	
#content{
	padding:0px;
	text-align:left;
	width:965px;
	margin:0px auto;
}

#content > *{
	text-align:left;
}

/* Left navigation  */
#left_nav{
	display:none;
}

span.ir{
	display:none;
}
#content #content_area{
	margin:0px;
	padding:0px;
	padding:5px;
	padding-bottom:0em;
	text-align:left;
	display:block;
	width:755px;
	position:relative;
}
#content #content_area table{
	text-align:left;
}
#footer{
	display:none;
}

/*  ########## Recipe Page ########## */ 
#recipe_bg{width:745px; padding:0px 0px 10px 0px; background:#CCCC99;}
.recipe_top{width:745px; height:5px; padding:0px; margin:0px; background:url(../images/recipe/recipe_top.gif) no-repeat top left;}
.recipe_bottom{width:745px; height:22px; padding:0px; margin:0px; background:url(../images/recipe/recipe_bottom.gif) no-repeat top left;}
.recipe_content{width:675px; padding:2px 35px; margin:0px; background:url(../images/recipe/recipe_repeat.gif) repeat-y top left;}
.recipe_content p{margin:4px 0px;}
.recipe_title{color:#330000; font-size:20px; font-family:Arial;}
.recipe_short{width:350px; font-size:13px; font-family:Arial;}
.recipe_full{width:440px;}
.recipe_subtitle{font-size:14px; font-weight:bold; font-family:Arial;}
.prod_title{color:#330000; font-size:9px; font-weight:bold; font-family:Arial;}
.prod_price{color:#ff0000; font-size:9px; font-weight:bold; font-family:Arial;}
