@charset "UTF-8";
/* CSS Document */

#recipelist_container
{
	position: relative;
	float: left;
	
	width: 90%;
	height: auto;
	
	margin: 0px;

	border-bottom: 1px solid #CCC;
	
}

#recipelist_image {
	position: relativel;
	float: left;
	
	width: 30%;
	height: auto;
	
}

#recipelist_info {
	position: relative;
	float: left;
	
	width: 60%;
	height: auto;
	
}
