/* Div definition */

#content{
	background-color: #ffffff;
	padding: 1em 3em 3em 3em;
}

#linkRicette {
	width: 100%;
	float: left;
	text-align: left;
	padding: 5px 0 15px 0px;
	border-bottom: 1px solid #000000;
}

#semileft{
	width: 40%;
	float: left;
	height: 100%;
	margin-left: 3em;
}

#semiright{
	width: 40%;
	float: right;
	height: 100%;
	margin-left: 3em;
}


/* tag definition*/

ul {
	color: #000000;
	text-indent: 5px;
	margin: 5px 0 5px 0;
	padding: 1px 0 1px 40px;
}


ul.noPad {
	padding: 0;
}

/* Class definition */

.recipe {
	padding: 15px 0 1px 0;
	border-bottom: 1px solid #000000;
	width: 100%;
	text-align: justify;
}

.recipeTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ff0000;
}

.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
}