/* =========================================================================

    CHIPITS RECIPES - Grocery List

   ========================================================================= */


div.hr7 {		/* this is the orange solid line for the grocery list */
  border: 0px;
  border-bottom: 1px solid #D68533;
  margin: 0px 0px 2px 0px;
  height:4px;
}

div.hr8 {		/* this is the orange solid line for the grocery list */
  border: 0px;
  border-bottom: 1px dashed #c6a28c;
  margin: 0px 0px 8px 0px;
  height:4px;
}


/*  Detail Pages */


.grocery_subcontent
	{ 
		 width:667px;
		 border:1px solid #EAE4D3;
		 padding:10px;
		 margin:0 0 15px 0;
	}
	html>body .grocery_subcontent {   
		 width:645px;  }

	.grocery_subcontent p, .grocery_subcontent div {
	  font-size:12px;
	  line-height:16px;
	  color:#663300;
	}	
	.grocery_subcontent .text {
	  padding:0 15px 15px 15px;
	  font-size:12px;
	}
	
	.grocery_subcontent div.hr hr {
	  display:none;
	}
	.grocery_subcontent div.hr
		{
			border: 0px;
			border-bottom: 1px solid #EDE2D0;
			margin:30px 0 30px 14px;
			width:95%;
			height:1px;
		}
	.grocery_subcontent .callout_image
		{ 
			 width:200px;
			 text-align:center;
			 float:left;
	}
	
	.grocery_subcontent .callout
		{ 
			 width:447px;
			 text-align:left;
			 float:left;
			 color:#663300;
			 font-size:12px;
			 line-height:16px;
	}
	
	.grocery_subcontent .callout h1, .grocery_subcontent .callout h1 a
		{ 
			 color:#663300;
			 font:bold 11px verdana,arial,tahoma,sans-serif;
			 margin:10px 0 0 0;
			 padding:0;
			 text-decoration:none;
			 font-size:12px;
			 line-height:16px;
	}


#recipes_detail
	{
		background-color:#EDE2D0;
		width:667px;
		margin:0;
		padding:0 18px 16px 18px;
		text-align:left;
}
	html>body #recipes_detail {   
		width:631px;  }
		
	#recipes_detail #sub_nav
		{
			margin:0 0 28px 0;

		}

	#recipes_detail #content
		{
			padding:16px 0 15px 0;
			text-align:left;
	}	
	
#recipes_detail hr {
	height:1px;
	width:100%;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top:1px solid #fff;
	margin:2px 0;
}	
