body 
{
	font-family: arial,helvatica,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #e6e8e9;
	color: #3D4A55;
}
td
{
	font-family: arial,helvatica,sans-serif;
	font-size: 12px;
	color: #3D4A55;
}
a {
	color: #3D4A55;
}
a:hover{
	color: #000000;
}
H1{
	font-size: 18px;
	font-weight: bold;
	color: black;
}
H2{
	font-size: 15px;
	font-weight: bold;
	color: black;
}

DIV.List
{
	background: transparent url(/i/en/list_dot.gif) no-repeat left 1px;
	padding-left: 12px;
}
DIV.ListArrow
{
	background: transparent url(i/en/list_arrow-blue.gif) no-repeat left 1px;
	padding-left: 18px;
}


LI{
	list-style-image: url(i/en/list_dot.gif);
	list-style-position: outside;
	margin-left: -20px;
}
UL.bluearrow LI, DL.bluearrow LI{
	list-style-image: url(i/en/list_arrow-blue.gif);
	list-style-position: outside;
}
.title {
	color: #858a8c;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	padding-bottom: 0px;
	margin: 0px;
}

.text, .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D4A55;
}

td.text {
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}

p.text {
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}

p.small {
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}


/* Zoom Window */
div.ZoomWindow {
	position: absolute;
	border: solid 1px #808080;
	display: none;
}
td.ZoomWindowTitle {
	padding: 5px;
	background-color: #e0e0e0;
}
div.ZoomWindowTitle {
	color: #404040;
	font-family: arial;
	font-size: 11px;
}
td.ZoomWindowClose0 {
	color: #404040;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	border-left: solid 1px #a0a0a0;
	background-color: #ffe0e0;
	text-align: center;
	cursor: pointer;
}
td.ZoomWindowClose1 {
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	border-left: solid 1px #a0a0a0;
	background-color: #ff0000;
	text-align: center;
	cursor: pointer;
}
td.ZoomWindowContents {
	border-top: solid 1px #a0a0a0;
	background-color: white;
}



table.itemBody {
	margin:10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
img.itemImage {
	border: solid 1px #e6e8e9;
	margin-right: 10px;
}
td.itemTitle {
	color: #858a8c;
	font-size: 13px;
	font-weight: bold;
	border-bottom: solid 1px #e6e8e9;
	padding-top: 5px;
}
.itemDescr {
	font-size: 12px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
}
a.more {
	color: #858a8c;
	font-size: 11px;
	text-decoration: none;
}
a.more:hover {
	color: #505050;
	font-size: 11px;
	text-decoration: none;
}



/* RECIPE */
H1.Recipe{
	font-size: 18px;
	font-weight: bold;
	margin: 0px 10px 20px 10px;
}
H2.Recipe{
	font-size: 15px;
	font-weight: bold;
	margin: 0px 10px 10px 10px;
}
IMG.RecipesFoto{
	margin: 0px 10px 20px 10px;
}
TABLE.RecipeIngredients{
	border: solid 1px #a0a0a0;
	margin: 0px 10px 10px 10px;
	width: 230px;
}
TH.RecipeIngredients{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 2px 10px 2px 5px;
	border-bottom: solid 1px #f0f0f0;
}
TD.RecipeIngredients{
	text-align: right;
	padding: 2px 5px 2px 0px;
	border-bottom: solid 1px #f0f0f0;
}
TABLE.RecipeNutritional{
	border: solid 1px #a0a0a0;
	margin: 0px 10px 10px 10px;
}
TR.RecipeNutritional{
	text-align: center;
}
TH.RecipeNutritional{
	font-size: 12px;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	background-color: #D1E6CD;
}
TD.RecipeNutritional{
	padding: 2px 5px 2px 0px;
}
TH.RecipeNutritionalHead, TD.RecipeNutritionalHead{
	border-bottom: solid 1px #a0a0a0;
	font-weight: bold;
	font-size: 12px;
}
TABLE.RecipeProducts{
	margin: 0px 10px 10px 10px;
}
TD.RecipeProducts{
	text-align: center;
	padding: 10px;
	padding-top: 0px;
	font-size: 10px;
	vertical-align: bottom;
}



