﻿table.Template,
div.Template
{
	border: 0;
}

/*#Template, #Header, #Content, #Footer {
	width: 100%;
	overflow: hidden;
}
*/
/* Body */
.Content
{
	height: auto;
	/*overflow: visible;*/
}

.Footer
{
	display: block;
}



/* forms */
input.checkbox, input.radio { border: 1px solid #333; }


/*********************
 *       Pages       *
 *********************/


/*** Recipe Detail Page ***/
.Ingredients li {
	clear: both;
	overflow: auto;
}

.Ingredients li input {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
}

.Ingredients li label {
	margin: 0;
	padding: 10px 0;
	display: block;
	float: left;
	left: 20px;
}

