/* ---------------------------------------------------------------------------- */
/* Content Styles */

body, p, td p, li, code {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	line-height: 15px;
}

p {
	margin: 0 0 1.5em 0;
}


ul {
	margin-left: 2.0em;
	margin-bottom: 1.5em;
	list-style-position: outside;
}

ul ul {
	margin-left: 1.5em;
}

ol {
	list-style-type: decimal;
	margin-left: 2.0em;
	margin-bottom: 1.5em;
	list-style-position: outside;
}
ol ol {
	margin-left: 1.5em;
}





/* Links */
a, a:link, a:visited {
	color : #006294;
	font-weight: normal;
	text-decoration : underline;
}
a:hover, a:active {
	color : #006294;
	font-weight: normal;
	text-decoration: none;
}


img {
	border: 0;
}
img.left {
	float: left;
}
img.right {
	float: right;
}



/* Headings */
h1, h2, h3, h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006294;
	font-weight: bold;
}

h2, h3, h4 {
	margin: 0 0 0.5em 0;
}

h1 {
	margin: 0 0 1em 0;
	font-size: 16px;
	line-height: 20px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size : 12px;
}

h4 {
	font-size: 11px;
	color: Black;
}


/* Yleiset asemointimääritykset */
.left {
	text-align : left;
}
.center {
	text-align : center;
}
.right {
	text-align : right;
}


/* Form Styles */
input, textarea, formfield, button, select {
	background-color: #f5efe0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: normal;
	border: 1px solid #f5efe0;
	padding: 4px;
}

input.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #00852C;
	color: White;
	border: 0;
	font-weight: normal;
	border: solid 1px #00852C;
}

.noborder, input.noborder {
	border: 0;
	background-color: transparent;
}

.valintaboxi {
	background-color: transparent;
	border: none;
	color: #f5efe0;
	padding: 0;
	margin: 0;
}	

.sinappi {
	border: none;
	padding: 0;
}

.nopadding {
	padding: 0;
}

/* Search box styles */
table.searchbox {
	background-image: url(../layout/images/hakutausta.jpg);
	background-repeat: no-repeat;
}

table.searchbox td {
	background-image: none;
	background-color: transparent;
}

td.searchcell {
	padding: 0 0 0 38px;
	vertical-align: middle;
}

select.catlist {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: normal;
	border: 1px solid #f5efe0;
	padding: 0;
	width: 180px;
}

p.searchlabel {
	color: #006294;
	margin: 0;
}


/* Recipe styles */
td.recipeheading {
	padding: 10px 0 6px 0;
	border-top: 1px dashed #edd9bb;
}
td.ingredients {
	border: 1px solid #edd9bb;
	background-color: #faf7ee;
	padding: 35px 35px 20px 35px;
}



/* Online/offline styles */
.online {
	font-size: 11px;
	color: Green;
	font-weight: normal;
}
.offline {
	font-size: 11px;
	color: Maroon;
	font-weight: normal;
}
.erotin {
	border-bottom: 1px solid #333333;
	background-color: #333333;
}
.kisakuva {
	padding-top: 10px;
	padding-left: 10px;
}

/* ---------------------------------------------------------------------------- */
