@import url(generic.css);
@import url(admin.css);

body {
	background: #fff1c5 url(../img/body-bg.png) center top repeat-y;
	color: #918162;
}

body.front {
	background-position: center 651px;
}

#document {
	font-size: .75em;
	font-family: trebuchet ms;
	background: url(../img/header-bg.jpg) center top no-repeat;
}
#document.page-joulu {
	font-size: .75em;
	font-family: trebuchet ms;
	background: url(../img/header-bg-joulu.jpg) center top no-repeat;
}

#document.page-etusivu {
	background: url(../img/front-header-bg-aug2010.jpg) center top no-repeat;
}

#header {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

	#logo {
		display: block;
		position: absolute;
		top: 0;
		left: 387px;
		width: 195px;
		height: 138px;
		background: url(../img/logo-j.png);
		text-indent: -10000in;
		overflow: hidden;
	}
	
	body.front #header {
		height: 492px;
	}

	#header .search {
		position: absolute;
		top: 3px;
		right: 50px;
		width: 251px;
		height: 20px;
	}
	
	#header .search .submit {
		float: left;
		width: 43px;
		height: 23px;
		background: url(../img/sitesearch-bg.png) top right no-repeat;
		cursor: pointer;
	}
	
	#header .search .text {
		background: url(../img/sitesearch-bg.png) top left no-repeat;
		border: 0;
		height: 15px;
		width: 196px;
		padding: 5px 4px 3px 4px;
		margin-right: 4px;
		float: left;
		display: inline;
	}
	
	#header .search .autoclear-default {
		color: #918162;
	}
	
	#nav-main {
		padding-top: 58px;
		height: 30px;
	}
		
	#nav-main li {
		float: left;
		position: relative;
	}
	
	#nav-main a {
		padding: 0 22px;
		color: #fdeab0;
		font-size: 14px;
		text-transform: uppercase;
		text-shadow: #000 -1px -1px 3px;
		display: block;
		height: 29px;
		overflow: hidden;
		line-height: 29px;
		background: url(../img/nav-main-divider.png) right top no-repeat;
	}

	#nav-main a:hover {
		color: #fff;
	}
	
	#nav-main li.main-index-3 {
		margin-right: 230px; 
	}

	#nav-main li.main-index-3 a,
	#nav-main li.main-index-5 a {
		background: none;
	}

	#nav-main li.main-index-5 a.main {
		padding-right: 0;
	}
	
	#nav-main ul {
		display: none;
		position: absolute;
		z-index: 100;
		top: 29px;
		left: -2px;
		background: #bb9e6d url(../img/nav-main-dropdown-bg.jpg);
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
		-moz-border-bottom-left-radius: 5px;
		-moz-border-bottom-right-radius: 5px;
		box-shadow: 0 0 4px rgba(0, 0, 0, .75);
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	#nav-main ul li {
		float: none;
	}

	#nav-main ul li a {
		background: none;
		height: 30px;
		text-align: center;
		white-space: nowrap;
		/*min-width: 100px;*/
	}
	
	#breadcrumb {
		height: 35px;
		float: left; /* for ie */
		line-height: 35px;
		width: 950px;
		margin: 0 auto;
		margin-top: 64px;
		padding: 0 10px;
		overflow: hidden;
	}

 	#breadcrumb li {
		float: left;
		color: #fff4d9;
		margin-left: .5em;
		display: inline;
	}	

 	#breadcrumb li.home {
 		margin: 0;
 	}

 	#breadcrumb li.home a {
 		text-transform: uppercase;
 		margin: 0;
 	}

 	#breadcrumb li a {
		color: #fff4d9;
		margin-left: .2em;
		font-style: italic;
		font-size: 1.1em;
	}

 	#breadcrumb a {
		color: #fff4d9;
	}

#content {
	background: url(../img/footer-top-bg.png) center bottom no-repeat;
	overflow: hidden;
	clear: both;
	padding-bottom: 30px;
}

#document.page-etusivu #content {
	background: none;
	padding-bottom: 0;
}

a {
	color: #6a5937;
}
	
.box,
.column {
	float: left;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

body.front {
	color: #918162;
	
}

.read-more,
.vastuu-front-footer p a {
	background: url(../img/icon-arrow.png) right center no-repeat;
	padding-right: 8px;
	color: #6a5937;
	font-weight: bold;
	text-transform: uppercase;
}

.box > a:last-child {
	background: url(../img/icon-arrow.png) center right no-repeat;
	padding-right: 8px;
	color: #6a5937;
	font-weight: bold;
	text-transform: uppercase;
}

.box > a.last-child {
	background: url(../img/icon-arrow.png) center right no-repeat;
	padding-right: 8px;
	color: #6a5937;
	font-weight: bold;
	text-transform: uppercase;
}

.box h2 {
	color: #fff;
	font-size: 22px;
	padding-left: 80px;
	line-height: 69px;
	height: 67px;
	margin: 0;
}

.box h2 a {
	color: #fff;
}

h3, h3 a {
	color: #6a5937;
	font-size: 18px;
}

#document.page-etusivu .box h2 {
	margin-left: 0;
}
	
body.front .section-first {
	background: url(../img/front-section-first-bg.png) center bottom no-repeat;
	overflow: hidden;
	padding-bottom: 25px;
}

	body.front .box-ajankohtaista {
		width: 563px;
		padding-right: 20px;
	}
	
		body.front .box-ajankohtaista h2 {
			background: url(../img/front-column-title-news-bg.jpg) 0 0 no-repeat;
			margin-right: -20px;
		}

		body.front .box-ajankohtaista ul {
			margin-left: 29px;
		}
		
		ul.news h3 {
			float: left;
			padding: 0 2em .15em 0;
			background: url(../img/underline.png) left bottom repeat-x;
			margin: 0 0 .3em 0;
		}

		ul.news h3 a {
			color: #4a8b23;
			text-decoration: none;
		}

		ul.news p {
			clear: left;
			margin: 0;
		}

		ul.news li {
			padding-left: 42px;
			background-position: 0 4px;
			background-repeat: no-repeat;
			margin-bottom: .25em;
			float: none;
		
		}

		ul.news li.ravitsemus {
			background-image: url(../img/icon-ravitsemus.png);
		}

		ul.news li.maku {
			background-image: url(../img/icon-maku.png);
		}

		ul.news li.ymparisto {
			background-image: url(../img/icon-ymparisto.png);
		}

		ul.news li.kotitila {
			background-image: url(../img/icon-kotitila.png);
			
		}
		
		#content .box .read-all {
			float: right;
		}
		
	body.front .box-reseptit {
		width: 352px;
		padding: 0 35px 0 0;
		background: none;
	}

		body.front .box-reseptit h2 {
			background: url(../img/front-column-title-recipes-bg.png) 0 0 no-repeat;
			width: 307px;
			margin-right: -35px;
		}

		body.front .box-reseptit ul {
			margin-left: 26px;
			margin-right: -20px;
		}

		ul.recipes li {
			padding: 0 10px 0 88px;
			margin-bottom: 11px;
			overflow: hidden;
			min-height: 5.7em;
			float: none;
		}

		ul.recipes .photo {
			margin-left: -88px;
			float: left;
			display: inline;
		}

		ul.recipes h3 {
			margin: 0 0 .25em 0;
		}
		
		#sidebar ul.recipes h3 {
			position: relative;
			width: 181px;
			overflow: hidden;
		}
				
		.rating {
			background: url(../img/stars.png) 0 0 no-repeat;
			height: 11px;
			width: 55px;
			text-indent: -10000in;
			overflow: hidden;
			margin: .25em 0;
		}
		
		.rating-0 { display: none }
		.rating-1 { background-position: 0 -11px; }
		.rating-2 { background-position: 0 -22px; }
		.rating-3 { background-position: 0 -33px; }
		.rating-4 { background-position: 0 -44px; }
		.rating-5 { background-position: 0 -55px; }

body.front .section-second .upper {
	background: url(../img/front-section-second-upper-bg.png) center bottom no-repeat;
	padding-bottom: 130px;
	padding-top: 15px;
}
	
	body.front .section-second .lower {
		background: url(../img/front-section-second-lower-bg.png) center top no-repeat;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	body.front .section-second .right {
		float: right;
	}

	body.front .section-second .upper .left a { color: #00a5e4; background-image: url(../img/arrow-blue.png) }
	body.front .section-second .upper .right a { color: #498a22; background-image: url(../img/arrow-green.png) }
	body.front .section-second .lower .left a { color: #f3911d; background-image: url(../img/arrow-orange.png) }
	body.front .section-second .lower .right a { color: #ea2d23; background-image: url(../img/arrow-red.png) }
	
	body.front .section-second h2 {
		margin: 0;
		width: 450px;
		text-align: center;
		font-size: 1.7em;
		text-transform: uppercase;
	}
	
	body.front .section-second h2 a {
		padding-right: 15px;
		background-position: right 6px;
		background-repeat: no-repeat;
	}

body.front .section-third {
	background: url(../img/front-section-third-bg.png) center bottom no-repeat;
	overflow: hidden;
	padding-bottom: 50px;
}
	
	body.front .section-third .box-tuotteet {
		width: 583px;
	}
	
	body.front #content .section-third .box-tuotteet h2 {
		background: url(../img/front-column-title-products-bg.png) 0 0 no-repeat;
		height: 64px;
	}
	
	body.front .section-third .box-tuotteet .products {
		margin-left: 45px;
	}
	
	body.front .section-third .box-tuotteet h3 {
		margin: 0;
	}

	body.front .section-third .box-tuotteet .read-more {
		clear: left;
		margin-right: 16px;
	}
	
	ul.products .photo {
		width: 180px;
		height: 90px;
		display: block;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	ul.products li {
		text-align: center;
		width: 158px;
		height: 150px;
		float: left;
		margin: 0 20px 0 0;
		display: inline;
	}
	
	ul.products a {
		color: #584d37;
		display: block;
		padding-bottom: 28px;
	}
	
	ul.products a:hover {
		background: url(../img/product-hover-bg.png) center bottom no-repeat;
	}
	
	ul.products .title {
		font-size: 1em;
		font-weight: bold;
		display: block;
	}

	body.front .section-third .box-videot {
		width: 331px;
		background: url(../img/front-column-videos-bg.png) left bottom no-repeat;
		padding-left: 25px;
		padding-right: 14px;
		padding-bottom: 12px;
	}

		body.front #content .section-third .box-videot h2 {
			margin-left: -26px;
			margin-right: -13px;
			padding: 0;
		}
	
		body.front #content .section-third .box-videot h2 a {
			display: block;
			background: url(../img/front-column-title-videos-bg.png) 0 0 no-repeat;
			height: 76px;
			margin: 0;
			padding-left: 76px;
		}

		body.front #content .section-third .box-videot h2 a:hover {
			background-position: 0 -76px;
		}

		body.front .section-third .box-videot .watch {
			font-weight: bold;
			white-space: nowrap;
		}

		body.front .section-third .box-videot .read-more {
			float: right;
			margin-top: 10px;
		}
		
		body.front .section-third .box-videot .thumb {
			width: 331px;
			height: 179px;
			background-position: center center;
			background-repeat: no-repeat;
			display: block;
			position: relative;
			margin: 10px 0;
		}

		body.front .section-third .box-videot .thumb .icon {
			position: absolute;
			top: 0;
			left: 0;
			width: 331px;
			height: 179px;
			display: block;
			background: url(../img/video-overlay-icons.png) 0 0 no-repeat;
		}

		body.front .section-third .box-videot .thumb .kariniemen_maku {
			background-position: 0 -179px;
		}

		body.front .section-third .box-videot .thumb .kariniemen_kotitila {
			background-position: 0 -358px;
		}

		body.front .section-third .box-videot .thumb .kariniemen_ymparisto {
			background-position: 0 -537px;
		}
		
.content {
	width: 970px;
	margin: 0 auto;
	clear: both;
	min-height: 200px;
}

#content .box h2 {
	margin-left: -30px;
}

#content .box h3 {
	font-size: 18px;
	line-height: 20px;
}

#content .box h4 {
	font-size: 18px;
	line-height: 20px;
}

#content .box p {
	margin: .5em 0;
}

#content.tuotehaku .section-upper {
	top: -8px;
	position: relative;
	background: url(../img/tuotehaku-section-upper-top-bg.png) top center no-repeat;
}

#content.tuotehaku .section-upper .content {
	position: relative;
}

form.tuotehaku {
	background: url(../img/tuotehaku-bg.png) center top no-repeat;
	padding: 20px 20px;
	width: 930px;
	height: 101px;
	position: relative;
	top: 4px;
	z-index: 10;
}

	form.tuotehaku h1 {
		margin: 0 auto 20px auto;
		overflow: hidden;
		text-indent: -10000in;
		width: 418px;
		height: 37px;
		background: url(../img/title-kotitilan-tuotteet.png);
	}
		
	form.tuotehaku .btn {
		float: left;
		display: inline;
		margin-right: 10px;
		background-color: #fff9e5;
	}

	form.tuotehaku .btn .inner {
		background-color: #fff9e5;
	}
	
	#ruokavalio-menu {
		position: relative;
		top: -25px;
		left: 8px;
		z-index: 5;
		width: 907px;
		padding: 10px 15px 15px 15px;
		background: url(../img/dropdown-menu-wide-bg.png) center bottom no-repeat;
		overflow: hidden;
		text-transform: uppercase;
		font-weight: bold;
	}

		#ruokavalio-menu h3 {
			clear: both;
			color: #918162;
		}
	
		ul.filter li {
			float: left;
			width: 153px;
			height: 19px;
			line-height: 19px;
			margin: 1px 0;
			padding-left: 25px;
			background: url(../img/checkbox.png) left bottom no-repeat;
			color: #584d37;
			overflow: hidden;
			cursor: pointer;
		}

		ul.filter li:hover {
			color: #918162;
		}

		ul.filter li.checked {
			background: url(../img/checkbox.png) left top no-repeat;
		}
		
		#ruokavalio-menu #ingredient-filter {
			overflow: hidden;
			padding-bottom: 10px;
			background: url(../img/horizontal-dots-light.png) bottom repeat-x;
		}
		
		#ruokavalio-menu .select-all {
			color: #584d37;
			float: right;
			background: url(../img/icon-arrow.png) right center no-repeat;
			padding-right: 8px;
		}

		#ruokavalio-menu .select-all-spices {
			margin-top: 8px;
		}

		#ruokavalio-menu .select-all-ingredients {
			margin-top: -20px;
		}
	
	#tuoteryhma-menu {
		position: absolute;
		top: 115px;
		left: 8px;
		z-index: 6;
		width: 188px;
		padding: 20px 15px 15px;
		background: url(../img/dropdown-menu-bg.png) center bottom no-repeat;
	}

		#tuoteryhma-menu li {
			color: #584d37;
			text-transform: uppercase;
			padding-left: 8px;
			background: url(../img/icon-arrow-dark.png) center left no-repeat;
			margin: 4px 0;
			cursor: pointer;
			font-weight: bold;
			float: none;
		}
	
			#tuoteryhma-menu li.main {
				font-size: 1.1em;
				text-transform: none;
				color: #918162;
				background: none;
				padding: 4px 0 2px 0;
			}
	
	.btn {
		padding-right: 40px;
		cursor: pointer;	
		background-image: url(../img/green-btn-bg.png);
		background-position: top right;
		background-repeat: no-repeat;
	}

	.btn .inner {
		display: block;
		height: 24px;
		line-height: 24px;
		padding-left: 20px;
		text-transform: uppercase;
		color: #fff;
		background-image: url(../img/green-btn-bg.png);
		background-position: top left;
		background-repeat: no-repeat;
	}

	.btn-dropdown {
		background-image: url(../img/green-btn-dropdown-bg.png);
	}
	
	.btn-dropdown .inner {
		background-image: url(../img/green-btn-dropdown-bg.png);
	}

	.btn-dropdown-changed {
		background-image: url(../img/orange-btn-dropdown-bg.png);	
	}

	.btn-dropdown-changed .inner {
		background-image: url(../img/orange-btn-dropdown-bg.png);	
	}
	
	form.tuotehaku .submit {
		margin: -12px 0 0 178px;
		float: left;
		display: inline;
	}
	
	form.tuotehaku .clear {
		margin-right: 0;
	}
	
	form.tuotehaku .sanahaku {
		float: left;
		height: 18px;
		padding-top: 4px;
		border: 0;
		margin: 0 10px 0 0;
		display: inline;
		width: 200px;
		background: url(../img/tuotehaku-text-input-bg.png) top right no-repeat;
		color: #6a5937;
	}
	
	form.tuotehaku .paginator {
		padding-top: 2px;
		clear: both;
		text-align: center;
		font-size: 1.1em;
		font-weight: bold;
	}

	form.tuotehaku .paginator * {
		display: inline;
		float: none;
	}

	form.tuotehaku .paginator .prev,
	form.tuotehaku .paginator .next {
		width: 15px;
		height: 15px;
		text-indent: -10000in;
		overflow: hidden;
	}

	form.tuotehaku .paginator .prev {
		background: url(../img/icon-arrow-back.png) center center no-repeat;
	}
	
	form.tuotehaku .paginator .next {
		background: url(../img/icon-arrow-next.png) center center no-repeat;
	}

	form.tuotehaku .paginator a {
		margin: 0 3px;
		color: #968157;
	}

	form.tuotehaku .paginator li.current a {
		color: #030303;
		text-decoration: underline;
	}
	
	#tuotehaku-results-viewport {
		min-height: 220px;
		max-height: 540px;
		margin: 20px 40px;
		overflow: hidden;
		position: relative;
	}

	#tuotehaku-results-viewport .loading-indicator {
		display: none;
		position: absolute;
		top: 250px;
		left: 425px;
		background: url(../img/ajax-loader.gif);
		width: 32px;
		height: 32px;
	}

	#tuotehaku-results-viewport.loading .loading-indicator {
		display: block;
	}

	#tuotehaku-results .no-results {
		width: auto;
		text-align: center;
		float: none;
		line-height: 220px;
		font-size: 2em;
		color: #aaa;
	}

	#tuotehaku-results {
		overflow: hidden;
	}
	
	#tuotehaku-results li {
		height: 180px;
		width: 158px;
	}

	#tuotehaku-results li.loading {
		/*background: url(../img/ajax-loader.gif) center 30px no-repeat;*/
	}

	#tuotehaku-results li .photo {
		width: 100%;
		height: 110px;
		margin-bottom: 10px;
	}

	#tuotehaku-results li .uutuus {
		margin-bottom: -20px;
		position: relative;
		z-index: 2;
	}

#content.tuotehaku .section-lower {
	background: url(../img/tuotehaku-section-lower-bottom-bg.png) center bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

	#content.tuotehaku .section-lower .content {
		background: url(../img/hr.png) center top no-repeat;	
		padding-top: 10px;
	}
		
	#content.tuotehaku .section-lower .box-vastuullisuus {
		float: left;
		width: 343px;
		padding: 0 0 0 28px;
		background: url(../img/box-vastuullisuusohjelma-bg.png) left top no-repeat;
	}

	#content.tuotehaku .section-lower .box-reseptit h2 {
		margin-right: -10px;
		background: url(../img/box-reseptit-bg.png) left top no-repeat;
	}
	
	#content.tuotehaku .section-lower .box-reseptit {
		margin-left: 2px;
		background-position: center -430px;
		/*background: url(../img/box-reseptit-bg-big.png) left bottom no-repeat;*/
	}

	.box-maku {
		padding: 0 10px 15px 30px;
		background: url(../img/box-reseptit-bg.png) left bottom no-repeat;
	}
	.box-maku.raidat {
		background: url(../img/box-raidat-bg.png) left bottom no-repeat;
	}


	.box-maku-joulu {
		padding: 0 10px 15px 30px;
		background: url(../img/box-reseptit-bg.png) left bottom no-repeat;
	}

	.box-ravitsemus {
		padding: 0 10px 15px 30px;
		background: url(../img/box-reseptit-bg.png) 5px bottom no-repeat;
	}
	
	.box-ravitsemus h2 {
		padding: 0 10px 0 75px;
		line-height: 62px;
		background: url(../img/box-ravitsemus-bg.png) right top no-repeat;
	}

	.box-ymparisto {
		padding: 0 10px 15px 30px;
		background: url(../img/box-reseptit-bg.png) 5px bottom no-repeat;
	}

	.box-ymparisto h2 {
		padding: 0 10px 0 70px;
		line-height: 62px;
		background: url(../img/box-ymparisto-bg.png) right top no-repeat;
	}
	
	.box-maku h2 {
		padding: 0 10px 0 70px;
		line-height: 62px;
		background: url(../img/box-maku-bg.png) left top no-repeat;	
	}
	.box-maku-joulu h2 {
		padding: 0 10px 0 70px;
		line-height: 62px;
		background: url(../img/maku_header_joulu.jpg) left top no-repeat;	
	}
	
	#sidebar .box-reseptit {
		padding: 0 10px 0 30px;
		background: url(../img/box-reseptit-sidebar-bg.png) left bottom no-repeat;
	}

		#sidebar .box-reseptit h2 {
			background: url(../img/box-reseptit-sidebar-bg.png) left top no-repeat;
		}
		
	.box-kotitila {
		padding: 0 10px 15px 30px;
		background: url(../img/box-reseptit-bg.png) left bottom no-repeat;
	}

		.box-kotitila h2 {
			background: url(../img/box-kotitila-bg.png) -6px top no-repeat;
		}

	#content.tuotehaku .section-lower .box-reseptit {
		float: left;
		width: 540px;
		padding: 0 10px 0 30px;
	}		

		#content.tuotehaku .section-lower .box-reseptit h3 {
			margin: 0;
		}

#sidebar {
	width: 319px;
}

	#sidebar .box {
		float: none;
		overflow: hidden;
	}
	
	#sidebar .box h2 {
		margin-right: -10px;
	}	
	
	#sidebar .box-tuotteet {
		padding: 0 10px 15px 30px;
		background: url(../img/box-reseptit-sidebar-bg.png) 5px bottom no-repeat;
	}
	
	#sidebar .box-tuotteet h2 {
		padding: 0 10px 0 75px;
		line-height: 69px;
		background: url(../img/box-tuotteet-bg.png) right top no-repeat;
	}

.box-kuluttajapalvelu {
	background: url(../img/box-kuluttajapalvelu-bg.jpg) top right no-repeat;
	width: 280px;
	height: 194px;
	padding: 0 10px 15px 30px;
}

	.box-kuluttajapalvelu h2 {
		line-height: 1em;
		height: auto;
		margin: 18px 0 20px 0;
	}

	.box-kuluttajapalvelu h3 {
		margin-top: 0;
	}
	
#content.wide .content {
	width: 930px;
}

#content.with-sidebar #main {
	width: 615px;
	min-height: 300px;
	padding: 25px 18px 25px 27px;
	margin-left: -9px;
	background: url(../img/column-shadow.png) left bottom repeat-y;
}

#document.page-reseptit h1 {
	width: 435px;
	height: 41px;
	text-indent: -10000in;
	overflow: hidden;
	margin: 0 auto;
	background: url(../img/title-emannan-keittiossa.png) top center no-repeat;
}

ul.wide li {
	float: none;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}

	#video-list li .thumb,
	.video-item .thumb {
		z-index: 1;
		position: absolute;
		width: 286px;
		left: 0;
		top: -30px;
	}

	#video-list li .thumb-link,
	.video-item .thumb-link {
		display: inline;
		float: left;
		margin-left: -300px;
		width: 286px;
		height: 11em;
	}

	#video-list li .thumb img,
	.video-item .thumb img {
		width: 286px;
	}

	#video-list li {
		background-position: 0 -40px;
	}
	
	ul.wide li .inner,
	.video-item .inner {
		position: relative;
		z-index: 2;
		width: 305px;
		/*height: 135px;*/
		height: 11.25em;
		overflow: hidden;
		padding: 0 10px 0 300px;
		background: url(../img/resepti-li-bg.png) 0 0 no-repeat;
	}
	
	.video-item {
		overflow: hidden;
		position: relative;
		margin: 1.5em 0;
	}
		
	.video-item a {
		background: url(../img/icon-arrow.png) center right no-repeat;
		padding-right: 8px;
		color: #6a5937;
		font-weight: bold;
		text-transform: uppercase;	
		float: right;
	}
	
	.video-item .icon {
		float: right;
		width: 40px;
		height: 40px;
		background: url(../img/icons-vastuu-reflex.png) top right no-repeat;
		margin-top: 10px;
	}
	
	#recipe-results li .dimmed-rating {
		position: absolute;
		bottom: 10px;
		left: 10px;
	}

	#video-list .kariniemen_maku h3,
	#video-list .kariniemen_kotitila h3,
	#video-list .kariniemen_ymparisto h3,
	#video-list .kariniemen_ravitsemus h3 {
		padding-left: 40px;
		/*height: 25px;*/
		padding-top: 15px;
		background: url(../img/icons-vastuu-reflex.png) 0 0 no-repeat;
	}

	#video-list .kariniemen_maku h3, .vastuu-maku .video-item .icon { background-position: 0 -120px }
	#video-list .kariniemen_ymparisto h3, .vastuu-ymparisto .video-item .icon { background-position: 0 -80px }
	#video-list .kariniemen_ravitsemus h3, .vastuu-ravitsemus .video-item .icon { background-position: 0 -40px }

	ul.wide li h3,
	.video-item h3 {
		margin: 15px 0 0 0;
	}

	ul.wide li p,
	.video-item p {
		margin: .5em 0 0 0;
	}

	#recipe-results li .read-more {
		//background: url(../img/read-more-resepti.png);		
		width: 93px;
		height: 24px;
		text-indent: -10000in;
		overflow: hidden;
		padding: 0;
	}

	ul.wide li .read-more {
		position: absolute;
		bottom: 8px;
		right: 10px;
		display: block;
	}

#document.page-videot h1 {
	margin: 0 auto;
	background: url(../img/title-kotitilan-videot.png);
	text-indent: -10000in;
	overflow: hidden;
	width: 371px;
	height: 36px;
}

.main_background {
background-image: url(../img/reseptihaku-form-bg-new.jpg);
height:303px;
margin: -25px 0 25px -18px;
width:645px;
}

.main_background #reseptihaku-form {
background:transparent;
position:relative;
top:-40px;
left:20px;
z-index:1000;
}

.main_background #reseptihaku-intro {
background:transparent url(../img/reseptihaku-text-bg.png);
height:151px;
margin-left:20px;
}

.main_background #reseptihaku-intro h2 {
font-size:14px;
line-height:35px;
height:35px;
}

.main_background p {
line-height:125%;
}



h1.kyokki {
	width: 435px;
        height:48px;
	margin: 0 auto;
        padding:28px 0;
	background: url(../img/title-kyokki.png) center left no-repeat;
	text-indent: -10000in;
	overflow: hidden;
}


#social {
position:absolute;
height:30px;
top:93px;
right:0px;
}

#social img, #social a {
float:left;
text-decoration:underline;
color:#3F3B2C;
}

#social a {
margin-left:7px;
}

#social img {
margin-top:-4px;
}

#document.page-hae {
background-image:url(../img/header-bg.jpg);
}

#document.page-hae ul.wide li {
background-color:transparent;
}


#document.page-hae ul.wide li .inner, #document.page-hae .video-item .inner {
    background: no-repeat scroll 0 0 transparent;
    padding-left:310px;
}

#document.page-hae #main {
background-image:url(../img/bg-test-body.png);
}

#document.page-hae .main_bottom {
background-image:url(../img/bg-test.png);
height:158px;
width:662px;
float:left;
margin-left:310px;
}

#document.page-hae #recipe-results li .read-more {
background:transparent url(../img/read-more-resepti-transparent.png) no-repeat;
}


#document.page-hae #content.with-sidebar #main {
background-image:url(../img/bg-test-body.png);
}


#reseptihaku-intro {
	width: 615px;
	height: 147px;
	background: url(../img/reseptihaku-form-bg.jpg) 0 0 no-repeat;
	overflow: hidden;
}

	#reseptihaku-intro h2 {
		font-size: 18px;
		line-height: 50px;
		height: 50px;
		text-align: center;
		margin: 0;
		color: #6a5937;
	}

	#reseptihaku-intro p {
		float: left;
		margin: 0;
		width: 263px;
		padding: 0 22px;
		color: #4b412f;
	}
	
#reseptihaku-form {
	width: 615px;
	height: 82px;
	background: url(../img/reseptihaku-form-bg.jpg) 0 -147px;
	margin: 0 0 15px 0;
}

	#reseptihaku-form .upper {
		height: 55px;
	}

	#reseptihaku-form .lower {
		text-align: center;
	}

	#reseptihaku-form .clear {
		background: url(../img/icon-arrow.png) right center no-repeat;
		padding-right: 10px;
		text-transform: uppercase;
		text-shadow: #fff 0 0 2px;
	}
			
.dimmed-rating {
	width: 67px;
	height: 18px;
	background: url(../img/dimmed-stars.png);
	text-indent: -100px;
	overflow: hidden;
}
		
.dimmed-rating-0 { background-position: 0 -90px; }
.dimmed-rating-1 { background-position: 0 -72px; }
.dimmed-rating-2 { background-position: 0 -54px; }
.dimmed-rating-3 { background-position: 0 -36px; }
.dimmed-rating-4 { background-position: 0 -18px; }
.dimmed-rating-5 { background-position: 0 0; }

#reseptihaku-form .dropdown {
	float: left;
	display: inline;
	margin-left: 18px;
	position: relative;
	width: 269px;
	height: 27px;
	z-index: 60;
}

#reseptihaku-form .dropdown .btn {
	position: absolute;
	z-index: 6;
	width: 269px;
	height: 27px;
	background: url(../img/reseptihaku-btn-bg.png) 0 0 no-repeat;
}

#reseptihaku-form #select-ruokatyyppi {
	margin-left: 40px;
}

#reseptihaku-form .dropdown:hover .btn {
	background-position: 0 -27px;
}

#reseptihaku-form .dropdown .btn-changed {
	background-position: 0 -54px !important;
}

#reseptihaku-form .dropdown .btn .inner {
	background-color: #fffdf4;
	background: none;
}

#reseptihaku-form .dropdown .bubble {
	background: url(../img/bubble-tarkenna-hakuasi.png);
	width: 159px;
	height: 50px;
	position: absolute;
	top: -40px;
	left: 55px;
	z-index: 7;
	text-indent: -10000in;
	overflow: hidden;
}

#reseptihaku-form .menu {
	background: #fff;
	border: 1px solid #c8c2b5;
	border-top: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: absolute;
	top: 6px;
	z-index: 5;
	padding-top: 22px;
}

#reseptihaku-form .menu li {
	float: none;
	margin-top: -5px;
	text-transform: uppercase;
	background: url(../img/icon-arrow.png) 0 4px no-repeat;
	padding-left: 8px;
	width: 242px;
	margin: 4px 8px;
	cursor: pointer;
}

#reseptihaku-form .menu li:hover {
	color: #030303;
}

#document.page-tarkennettu h1 {
	background: url(../img/title-tarkennettu-haku.png) 0 0 no-repeat;
	width: 411px;
	height: 36px;
	text-indent: -10000px;
	overflow: hidden;
	margin: 0 auto;
}

#reseptihaku-adv-form {
	width: 615px;
	margin: 0 0 30px 0;
	background: url(../img/tarkennettu-reseptihaku-bg.png) 0 0 no-repeat;
}

#reseptihaku-adv-form .upper {
	padding: 50px 30px 20px 30px;
	overflow: hidden;
}

#reseptihaku-adv-form fieldset {
	float: left;
	width: 180px;
	height: 132px;
}

#reseptihaku-adv-form fieldset.ruokatyyppi {
	height: auto;
}

#reseptihaku-adv-form fieldset.row-1 {
	/*height: 132px;*/
}

#reseptihaku-adv-form fieldset.valmistusaika,
#reseptihaku-adv-form fieldset.raaka-aine {
	/*width: 175px;*/
}

#reseptihaku-adv-form fieldset.valmistustapa,
#reseptihaku-adv-form fieldset.ruokatyyppi {
	/*width: 180px;*/
}

#reseptihaku-adv-form li {
	display: block;
	float: none;
	background: url(../img/checkbox.png) 0 -41px no-repeat;
	padding-left: 24px;
	line-height: 19px;
	margin: 0 0 2px 0;
	cursor: pointer;
}

#reseptihaku-adv-form li.checked {
	background-position: 0 0;
}

#reseptihaku-adv-form h4 {
	color: #918162;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 4px 0;
}

#reseptihaku-adv-form .lower {
	background: url(../img/tarkennettu-reseptihaku-bg.png) left bottom no-repeat;
	padding-top: 10px;
	overflow: hidden;
}

#reseptihaku-adv-form .btn-clear {
	background: url(../img/btn-tyhjenna.png);
	width: 110px;
	height: 25px;
	display: block;
	float: left;
	text-indent: -1000px;
	overflow: hiddden;
}

#reseptihaku-adv-form .btn-submit {
	background: url(../img/btn-hae-resepteja.png);
	width: 144px;
	height: 25px;
	display: block;
	float: right;
	text-indent: -1000px;
	overflow: hidden;
}

#sidebar .nav {
	margin: 20px 0 0 -22px;
	text-transform: uppercase;
	font-weight: bold;
}

	#sidebar .nav li {
		float: none;
		padding-left: 22px;
	}

	#sidebar .nav li a {
		display: block;
		height: 1.85em;
		line-height: 1.85em;
		padding-left: 22px;
		color: #6a5937;
		background: url(../img/reseptihaku-nav-icon-closed.png) 12px 8px no-repeat;
	}
	
	#sidebar .nav li.open > a {
		color: #000;
		background: url(../img/reseptihaku-nav-icon-open.png) 10px 8px no-repeat;
	}	
/*
	#sidebar .nav li.open ul li a {
		color: #6a5937;
		background: url(../img/reseptihaku-nav-icon-closed.png) 12px 8px no-repeat;
	}

	#sidebar .nav ul li.open a {
		color: #000;
	}

	#sidebar .nav li.open ul a:hover {
		color: #000;
		background: url(../img/reseptihaku-nav-icon-sub.png) 12px 8px no-repeat;
	}*/

	#sidebar .nav li.first {
		padding-top: 8px;
		background: url(../img/reseptihaku-nav-li-first-bg.png) left top no-repeat;
	}

	#sidebar .nav li.even {
		background: url(../img/reseptihaku-nav-li-even-bg.png) left top repeat-y;
	}

	#sidebar .nav li.odd {
		background: url(../img/reseptihaku-nav-li-odd-bg.png) left top repeat-y;
	}

	#sidebar .nav li.last {
		padding-bottom: 5px;
		background: url(../img/reseptihaku-nav-li-last-bg.png) left bottom no-repeat;
	}

	#sidebar .nav ul {
		border-top: 1px solid #f4efdf;
		padding-bottom: 2px;
		background: url(../img/reseptihaku-nav-li-sub-bg.png) left bottom no-repeat;
	}

	#sidebar .nav ul ul {
		border-top: none;
		background: none;
	}

	#sidebar .nav ul li {
		padding-left: 12px;
	}

#document.page-resepti .tip {
	float: left;
	width: 404px;
	height: 52px;
	background: url(../img/resepti-vinkki-bg.png) 0 0 no-repeat;
	padding: 11px 15px 0 15px;
}

	#document.page-resepti .tip span {
		padding-left: 55px;
	}
		
#document.page-resepti .rate {
	float: right;
	width: 173px;
	height: 63px;
	background: url(../img/arvostele-resepti-bg.png) 0 0 no-repeat;
	position: relative;
}

	#document.page-resepti .rated {
		background-position: 0 -63px;
	}

	#document.page-resepti .rate .big-stars {
		margin: 32px auto 0 auto;	
	}

	#document.page-resepti .rated .big-stars {
		cursor: auto;
	}

	.big-stars {
		display: block;
		width: 90px;
		height: 16px;
		text-indent: -10000in;
		overflow: hidden;
		background: url(../img/stars-big.png) 0 -80px no-repeat;
		cursor: pointer;
	}

	.big-stars-0 { background-position: 0 -80px }
	.big-stars-1 { background-position: 0 -64px }
	.big-stars-2 { background-position: 0 -48px }
	.big-stars-3 { background-position: 0 -32px }
	.big-stars-4 { background-position: 0 -16px }
	.big-stars-5 { background-position: 0 0 }

	#document.page-resepti .rate .bubble {
		position: absolute;
		top: -30px;
		left: 24px;
		width: 123px;
		height: 65px;
	}

#document.page-resepti .btn-print,
#document.page-resepti .btn-email {
	background-image: url(../img/resepti-btn-sprites.png);
	background-repeat: no-repeat;
}

#document.page-tuote .btn-print {
	background-image: url(../img/btn-tulosta-sivu.png);
	background-repeat: no-repeat;
}

.btn-print,
.btn-email {
	display: block;
	width: 289px;
	height: 25px;
	margin: 10px 0;
	text-indent: -10000in;
	overflow: hidden;
}

	.btn-print { background-position: 0 -25px; float: left }
	.btn-email { background-position: 0 0; float: right }
	.btn-print:hover { background-position: 0 -75px }
	.btn-email:hover { background-position: 0 -50px }
		
#resepti-comment-form {
	background: url(../img/resepti-comment-form-bg.png) 0 0 no-repeat;
	width: 615px;
	height: 198px;
	position: relative;
	clear: both;
}

	#resepti-comment-form input,
	#resepti-comment-form textarea,
	#resepti-comment-form img {
		border: 0;
		background: none;
		position: absolute;
	}
	
	#resepti-comment-form .autoclear-default {
		color: #6a5937;
	}

	#resepti-comment-form input.text {
		height: 16px;
		line-height: 16px;
	}
	
	#resepti-comment-form .subject,
	#resepti-comment-form .nick {
		top: 39px;
		left: 15px;
		width: 168px;
	}

	#resepti-comment-form .nick {
		left: 197px;
	}
	
	#resepti-comment-form .comment {
		left: 15px;
		top: 67px;
		width: 350px;
		height: 67px;
	}
	
	#resepti-comment-form img.captcha {
		left: 420px;
		top: 69px;
	}

	#resepti-comment-form input.captcha {
		left: 380px;
		top: 122px;
		width: 220px;
	}

	#resepti-comment-form .submit {
		left: 378px;
		top: 150px;
		display: block;
		position: absolute;
		width: 229px;
		height: 25px;
		text-indent: -10000in;
		overflow: hidden;
		background: url(../img/resepti-btn-sprites.png) 0 -100px no-repeat;
	}

	#resepti-comment-form .submit:hover { background-position: 0 -125px; }
	
	#resepti-comment-form .disclaimer {
		position: absolute;
		display: block;
		left: 11px;
		bottom: 18px;
		width: 342px;
		height: 35px;
		background: url(../img/resepti-comment-disclaimer.png) 0 0 no-repeat;
		text-indent: -2000px;
		overflow: hidden;
	}
	
#document.page-resepti .comments {
	background: url(../img/shaded-bg-wide.png) 0 0 no-repeat;
	margin: 20px 0;
	overflow: hidden;
}

	#document.page-resepti .comments h4 {
		font-size: 1.33em;
		text-transform: uppercase;
		xbackground: url(../img/underline.png) left bottom repeat-x;
		margin: 10px 10px 0 10px;
		color: #6a5937;
		width: 50%;
	}
	
	#document.page-resepti .comments h4 .count {
		color: #918162;
		font-size: .75em;
		text-transform: none;
	}

	#document.page-resepti .comments ul {
		padding: 0 10px 10px 10px;
		background: url(../img/shaded-bg-wide-bottom.png) left bottom no-repeat;
		min-height: 200px;
	}
	
	#document.page-resepti .comments li {
		float: none;
		width: 50%;
		padding: 10px 0 10px 20px;
		color: #918162;
		background: url(../img/underline.png) left top repeat-x;
	}
	
	#document.page-resepti .comments h5 {
		font-size: 1.08em;
		color: #6a5937;
		text-transform: uppercase;
		margin: .2em 0;
	}
	
	#document.page-resepti .comments .nick {
		color: #6a5937;
		background: url(../img/icon-comment.png) 0 0 no-repeat;
		padding-left: 20px;
		margin-left: -20px;
		line-height: 14px;
	}
	
	#document.page-resepti .comments .date {
		font-size: .83em;
		color: #6a5937;
	}
	
	#document.page-resepti .comments li p {
		margin: 0 0 1em 0;
		width: 550px;
	}
	
	#document.page-resepti .comments .report {
		text-transform: uppercase;
		background: url(../img/icon-arrow.png) center right no-repeat;
		padding-right: 8px;
		font-weight: bold;
	}
			
#document.page-resepti .icons {
	width: 120px;
	float: right;
}

#document.page-resepti h1 {
	color: #6a5937;
	font-size: 1.83em;
	margin-bottom: .25em;
}

#document.page-resepti .instructions {
	margin-bottom: 2em;
}

.icons .icon {
	text-indent: -10000in;
	overflow: hidden;
	margin: 10px auto;
}

	.icons .uutuus {
		margin-top: 15px;
	}

	.icons .portions {
		background-image: url(../img/icons-portions.png);
		background-repeat: no-repeat;
		height: 38px;
		width: 53px;
	}
	
		.icons .portions-1-2 { background-position: 0 0 }
		.icons .portions-3-4 { background-position: -53px 0 }
		.icons .portions-5-8 { background-position: -106px 0 }
		.icons .portions--8 { background-position: -159px 0 }
	
	.icons .time {
		background-image: url(../img/icons-time.png);
		background-repeat: no-repeat;
		width: 98px;
		height: 56px;
	}
		.icons .time-varaa-aikaa { background-position: 0 0 }
		.icons .time-kohtuuajassa { background-position: 0 -56px }
		.icons .time-nopea { background-position: 0 -112px }
		.icons .time-nautitaan-kylmana { background-position: 0 -168px }
	
	.icons .method {
		background-image: url(../img/icons-method.png);
		background-repeat: no-repeat;
		width: 69px;
		height: 75px;
	}
	
		.icons .method-grilli { background-position: 0 0 }
		.icons .method-liesi-paistinpannu { background-position: 0 -80px }
		.icons .method-uuni { background-position: 0 -160px }
		.icons .method-mikro { background-position: 0 -240px }
		.icons .method-pannu { background-position: 0 -90px }
		
		.icons .method-kylmana-syotava {
			width: 98px;
			height: 50px;
			background: url(../img/icons-time.png) 0 -173px no-repeat;
		}
		
	
	.icons .diet {
		background-image: url(../img/icons-diet.png);
		background-repeat: no-repeat;
		width: 119px;
		height: 36px;
		margin-top: 15px;
	}
	
		.icons .diet-gluteeniton { background-position: 0 -108px}
		.icons .diet-kevyt { background-position: 0 -250px }
		.icons .diet-laktoositon { background-position: 0 -73px }
		.icons .diet-vahalaktoosinen { background-position: 0 -37px }
		.icons .diet-vaharasvainen { background-position: 0 -145px }
		
		.icons .diet-kevytsuolainen { 
			background-image: url(../img/icons-diet.png);
			background-position: 0 -180px;
			width: 119px;
			height: 36px;
			}
		.icons .diet-miedosti-suolattu { 
			background-image: url(../img/icons-diet.png);
			background-position: 0 -197px;
			width: 119px;
			height: 36px;
			}
		.icons .diet-runsasproteiininen { 
			background-image: url(../img/icons-diet.png);
			background-position: 0 -0px;
			width: 119px;
			height: 36px;
			}
		.icons .diet-ei-e621 { 
			background-image: url(../img/icons-misc.png);
			background-position: 0 -44px;
			width: 45px;
			height: 53px;
			}
		


#document.page-resepti .ingress,
#document.page-resepti .ingredients {
	font-weight: bold;
}


p.smaller {
	font-size: .9em;
}

#document.page-tuote h2 .small {
	font-size: .75em;
	text-transform: none;
	font-weight: normal;
	color: #918162;
}

ul.gda {
	overflow: hidden;
	padding-left: 2px;
	margin: 10px 0;
}

ul.gda li {
	width: 42px;
	height: 48px;
	color: #000;
	font-size: 12px;
	line-height: 9px;
	background: url(../img/icon-gda.png);
	margin-left: -1px;
	padding: 5px 3px 0 3px;
	text-align: center;
} 

ul.gda li span {
	display: block;
	font-weight: bold;
	line-height: 25px;
	font-size: 13px;
}

#document.page-tuote .icons {
	float: right;
	width: 124px;
	min-height: 437px;
	padding-left: 5px;
	background: url(../img/vertical-divider.png) left top no-repeat;
}

#document.page-tuote p {
	margin: 0 0 1.5em 0;
}

#document.page-tuote h2 {
	text-transform: uppercase;
	margin-bottom: .25em;
	clear: both;
	color: #6a5937;
	font-size: 1.33em;
}

#document.page-tuote .description {
	color: #6a5937;
	font-weight: bold;
}

#document.page-tuote .nutrition {
	width: 585px;
	height: 123px;
	padding: 15px 20px 25px 20px;
	background: url(../img/ravintosisalto-bg.jpg) 0 0 no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	clear: both;
}

	#document.page-tuote .nutrition h2 {
		margin: 0;
	}

	#document.page-tuote .nutrition p {
		margin: .5em 0;
	}

	#document.page-tuote .nutrition dt,
	#document.page-tuote .nutrition dd {
		width: 126px;
		padding: 1px 4px;
		float: left;
		margin: 0;
	}
	
	#document.page-tuote .nutrition dd {
		margin-right: 15px;
		text-align: right;
		text-transform: none;
	}
	
	#document.page-tuote .nutrition .odd {
		background: #fff;
	}

#document.page-tuote .related-recipes {
	background: url(../img/shaded-bg-wide-saturated.png) left top no-repeat;
	overflow: hidden;
	margin-top: 20px;
}

	#document.page-tuote .related-recipes h2 {
		margin: 0;
	}

	#document.page-tuote .related-recipes ul {
		padding: 0;
	}

	#document.page-tuote .related-recipes li p {
		margin-bottom: .25em;
	}

	#document.page-tuote .related-recipes li .read-more {
		float: none;
	}
		
	#document.page-tuote .related-recipes .read-more {
		float: right;
	}

	#document.page-tuote .related-recipes .inner {
		background: url(../img/shaded-bg-wide-saturated-bottom.png) left bottom no-repeat;
		padding: 24px 18px;
	}

#document.page-ajankohtaista h1 {
	width: 329px;
	height: 35px;
	background: url(../img/title-ajankohtaista.png);
	text-indent: -10000in;
	overflow: hidden;
	margin: 0 auto;
}

.gradient-light {
	background: url(../img/shaded-bg-wide-light.png) left top no-repeat;
	margin: 20px 0;
}

	.gradient-light .inner {
		background: url(../img/shaded-bg-wide-light-bottom.png) left bottom no-repeat;
		padding: 12px;
		overflow: hidden;
	}

	.gradient-light h2 {
		text-transform: uppercase;
		margin: 0 0 10px 0;
		font-size: 1.33em;
	}
	

#faq-form {
	position: relative;
	top: -30px;
	background: url(../img/shaded-bg-wide-light2.png) left -50px no-repeat;	
}

	#faq-form input.text,
	#faq-form textarea {
		position: absolute;
		border: 0;
		background: transparent;
	}
	
	#faq-form input.name,
	#faq-form input.email {
		height: 14px;
		top: 2px;
	}

	#faq-form input.name {
		width: 190px;
		left: 2px;
	}

	#faq-form input.email {
		width: 220px;
		left: 206px;
	}

	#faq-form textarea {
		left: 4px;
		top: 35px;
		width: 586px;
		height: 80px;
	}
	
	#faq-form .saved {
		font-weight: bold;
		margin: 3px 0 0 3px;
	}
	
	#faq-form .autoclear-default {
		color: #918162;
	}

	#faq-form .categories {
		overflow: hidden;
		padding-bottom: 10px;
		background: url(../img/underline-272px.png) 0 bottom no-repeat;
	}

	#faq-form .categories li {
		clear: left;
		padding-left: 20px;
		margin: 3px 0;
		background: url(../img/radiobutton.png) 0 1px no-repeat;
		cursor: pointer;
		text-transform: uppercase;
	}

	#faq-form .categories li.selected {
		background-position: 0 -86px;
	}

	#faq-form .middle {
		width: 593px;
		height: 126px;
		background: url(../img/faq-form-bg.png);
		margin: 10px auto;
		position: relative;
	}

	#faq-form h4 {
		margin: 0 0 5px 0;
	}

	#faq-form .upper {
		padding: 15px 15px 5px 15px;
		background: url(../img/underline-272px.png) 15px top no-repeat;
	}
	
	#faq-form .lower {
		background: url(../img/shaded-bg-wide-light-bottom.png) left bottom no-repeat;
		padding: 10px;
	}

	#faq-form .submit {
		float: right;
	}

	.faq-section .header {
		margin-top: 20px;
	}

	#document.page-kysyttya .faq-section .header {
		margin-top: -10px;
	}

	.faq-section .header {
		height: 71px;
		background-image: url(../img/faq-category-bg.png);
		color: #fff;
		padding: 10px 12px;
		cursor: pointer;
		overflow: hidden;
	}
		
		.faq-section .header h3 {
			float: left;
			margin: 0;
			color: #fff;
			padding: 0 14px 6px 0;
			background: url(../img/faq-category-arrow.png) right 6px no-repeat;
		}
		
		.faq-section-open .header h3 {
			background-position: right -35px;
		}
		
		.faq-section .header p {
			margin: 0;
			clear: both;
		}
			
	#document.page-kysyttya .faq-section-kotitila {
		margin-top: -30px;
	}
	
	.faq-section-kotitila .header {
		padding-right: 90px;
		background-position: 0 -91px;
	}
	
	.faq-section-maku .header {
		padding-right: 90px;
		background-position: 0 0px;
	}
	
	.faq-section-ymparisto .header {
		padding-left: 90px;
		background-position: 0 -182px;
	}
	
	.faq-section-ravitsemus .header {
		padding-left: 90px;
		background-position: 0 -273px;
	}
	
	.faq-section ul {
		overflow: hidden;
		margin: 15px;
	}
	
		.faq-section ul li {
			float: none;
			overflow: hidden;
			width: 
			background: url(../img/underline-272px.png) left bottom no-repeat;
			padding-bottom: 7px;
			margin-bottom: 5px;
		}
		
		.faq-section ul li .question {
			font-size: 14px;
			font-weight: bold;
			color: #584d37;
			margin-bottom: 5px;
		}
		
		.faq-section ul li .date {
			font-size: 12px;
		}
		
		.faq-section ul li .answer {
			display: none;
			color: #918162;
			margin-bottom: 5px;
		}

#document.page-kuluttajapalvelu h1 {
	background: url(../img/title-kuluttajapalvelu.png);
	width: 397px;
	height: 36px;
	text-indent: -10000in;
	overflow: hidden;
	margin: 0 auto;
}

#feedback-form {
	padding: 25px 10px 0 10px;
	background-position: left 25px;
}

	#feedback-form .tabs {
		margin-top: -25px;
	}

	#feedback-form .tabs input {
		display: none;
	}

	#feedback-form .tabs label {
		float: left;
		width: auto;
		padding-left: 15px;
		cursor: pointer;
	}

	#feedback-form .tabs label span {
		display: block;
		height: 25px;
		line-height: 25px;
		padding-right: 15px;
	}

	#feedback-form .tabs label.selected {
		background: url(../img/tab-bg.png) top left no-repeat;
	}

	#feedback-form .tabs label.selected span {
		background: url(../img/tab-bg.png) top right no-repeat;
	}

	#feedback-form fieldset {
		clear: both;
	}

	#feedback-form fieldset.narrow {
		overflow: hidden;
		float: left;
		clear: none;
		width: 296px;
		margin: 1px 0;
	}

	#feedback-form h3 {
		margin: 0;
		padding: 15px 0 10px 0;
		text-transform: uppercase;
		clear: both;
		font-size: 1.33em;
	}
	
	#feedback-form input.text {
		background: url(../img/text-input-bg-176.png) top left no-repeat;
		border: 0;
		width: 168px;
		height: 14px;
		padding: 4px 4px;
		float: left;
		margin-right: 15px;
		display: inline;
	}
	
	#feedback-form label {
		display: block;
		width: 105px;
		float: left;
		overflow: hidden;
		line-height: 22px;
		font-weight: bold;*/}

	#feedback-form .msg h3,
	#feedback-form .file h3,
	#feedback-form .contact h3 {
		padding: 20px 0 5px 0;
	}
	
	#feedback-form .msg textarea {
		width: 552px;
		height: 74px;
		background: url(../img/textarea-bg-560.png) top left no-repeat;
		border: 0;
		padding: 4px;
	}

	#feedback-form .file p {
		margin: 4px 0;
		font-weight: normal;
	}

	#feedback-form .contact label {
		float: left;
		clear: left;
		width: auto;
		padding-left: 24px;
		background: url(../img/radiobutton.png) 0 0 no-repeat;
		line-height: 14px;
		margin: 4px 0;
		cursor: pointer;
	}
	
	#feedback-form .contact label.selected {
		background-position: 0 -86px;
	}

	#feedback-form .contact input {
		display: none;
	}

	#feedback-form .last .saved {
		margin: 20px 10px 10px 10px;
		padding: 10px 20px 10px 20px;
		background: #62a639;
		color: #fff;
		font-size: 1.2em;
		font-weight: bold;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#feedback-form .submit {
		margin: 15px 10px;
	}

	#feedback-form fieldset.last {
		margin: 0 -10px 0 -10px;
		background: url(../img/shaded-bg-wide-light-bottom.png) left bottom no-repeat;
	}
	

/* JOULU LOMAKE */
	#joulu-resepti-form h3 {
		margin: 0;
		padding: 5px 0 5px 0;
		text-transform: uppercase;
		clear: both;
		font-size: 1.33em;
	}
	
	#joulu-resepti-form input.text {
		background: url(../img/text-input-bg-176.png) top left no-repeat;
		border: 0;
		width: 200px;
		height: 14px;
		padding: 4px 4px;
		float: left;
		margin-right: 15px;
		display: inline;
	}
	

	#joulu-resepti-form .msg h3,
	#joulu-resepti-form .file h3,
	#joulu-resepti-form .contact h3 {
		padding: 10px 0 5px 0;
	}
	
	#joulu-resepti-form .msg textarea {
		width: 400px;
		height: 74px;
		background: url(../img/textarea-bg-560.png) top left no-repeat;
		border: 0;
		padding: 4px;
	}

	#joulu-resepti-form .file p {
		margin: 4px 0;
		font-weight: normal;
	}
	
	#joulu-resepti-form .submit {
		margin: 10px 5px;
	}


ul.campaigns {
	overflow: hidden;
}

	ul.campaigns h3 {
		margin: .25em 0;
	}
	
	ul.campaigns h3 a {
		font-size: 1.25em;
	}

	ul.campaigns p {
		margin: .25em 0 .5em 0;
	}

	ul.campaigns li {
		margin-bottom: 1em;
	}

	ul.campaigns .small-img li {
		clear: both;
	}

	ul.campaigns .small-img img {
		float: right;
	}
	
h1.vastuu {
	background: url(../img/title-vastuullisuusohjelmat.png) top left no-repeat;
	text-indent: -10000in;
	overflow: hidden;
	width: 615px;
	height: 87px;
	margin: 0 auto 25px auto;
}

	.vastuu-ymparisto h1.vastuu { background-position: 0 -87px; }
	.vastuu-ravitsemus h1.vastuu { background-position: 0 -174px;  }
	.vastuu-maku h1.vastuu { background-position: 0 -261px; }
	
#document.page-kysyttya h1 {
	margin: 0 auto;
	background: url(../img/title-kysymyksia-vastauksia.png);
	text-indent: -10000in;
	overflow: hidden;
	width: 521px;
	height: 47px;
}

#document.page-tarkennettu h1 {
	margin: 0 auto;
	background: url(../img/title-tarkennettu-haku.png);
	text-indent: -10000in;
	overflow: hidden;
	width: 411px;
	height: 36px;
}

hr {
	background: url(../img/hr-main.png) center top no-repeat;
	width: 581px;
	height: 5px;
	border: 0;
	margin: 10px auto;
	padding: 0;
}

.hr {
	background: url(../img/hr-main.png) center top no-repeat;
	width: 581px;
	height: 5px;
	margin: 10px auto;
}

.hr hr {
	display: none;
}

.video-popup {
	position: fixed;
	background: url(../img/video-popup.png) 0 0 no-repeat;
	z-index: 100;
	width: 640px;
	height: 505px;
	padding: 80px;
}

.video-popup .close {
	position: absolute;
	top: 55px;
	right: 55px;
	color: #fff;
	font-size: 12px;
}

.vastuu-front-header {
	background: url(../img/vastuullisuus-front-header-bg.png) top center no-repeat;
	width: 1016px;
	text-align: center;
	color: #918162;
	font-size: 14px;
	height: 188px;
	position: relative;
	z-index: 2;
	margin: 10px auto 0 auto;
}

	.vastuu-front-header .left {
		width: 365px;
		float: left;
		padding: 85px 90px 0 30px;
	}

	.vastuu-front-header .right {
		width: 365px;
		float: left;
		padding: 85px 30px 0 90px;
	}

	.vastuu-front-header p {
		margin: 0;
	}

#vastuullisuus-front-flash {
	clear: both;
	margin-top: -25px;
}
	
.vastuu-front-footer {
	background: url(../img/vastuullisuus-front-footer-bg.png) top center no-repeat;
	width: 928px;
	padding: 23px 20px 0 20px;
	overflow: hidden;
	margin-bottom: 40px;
}

	.vastuu-front-footer .column {	
		float: left;
		width: 210px;
		padding: 0 11px;
	}

	.vastuu-front-footer .column h2 {
		margin: 0 0 10px 0;
	}

	.vastuu-front-footer .column h2 a {
		display: block;
		padding-left: 45px;
		color: #6a5937;
		text-transform: uppercase;
		font-size: 18px;
	}

	.vastuu-front-footer .column p {
		margin: 0 0 1em 0;
	}

	.vastuu-front-footer .column p a {
		margin: .15em 0;
	}

#document.page-hae h1 {
	width: 435px;
	height: 41px;
	margin: 0 auto;
	background: url(../img/title-kyokki.png) top left no-repeat;
	text-indent: -10000in;
	overflow: hidden;
}

#document.page-media h1 {
	width: 257px;
	height: 33px;
	margin: 0 auto;
	background: url(../img/title-tiedotteet.png) top left no-repeat;
	text-indent: -10000in;
	overflow: hidden;
}
	
#document.page-arkisto h1 {
	background: url(../img/title-arkisto.png) 0 0 no-repeat;
	width: 194px;
	height: 32px;
	text-indent: -1000px;
	overflow: hidden;
	margin: 0 auto;
}

#footer {
	background: url(../img/footer-bg.jpg) center bottom no-repeat;
	padding-bottom: 172px;
	clear: both;
}

	#footer .bg {
		background: url(../img/footer-navi-bg.png) center bottom no-repeat;		
		overflow: hidden;
		padding-bottom: 20px;
	}

	#nav-footer {
		margin: 0 0 0 32px;
		font-weight: bold;
	}

		#nav-footer li {
			float: left;
			width: 186px;
		}

		#nav-footer li.strong {
			margin: .45em 0 .1em 0;
		}

		#nav-footer li.strong a {
			color: #918162;
			font-size: 1.17em;
		}
		
		#nav-footer h3 {
			margin: 0 0 .5em 0;
		}
		
		#nav-footer h3 a {
			color: #6a5937;
		}
		
		#nav-footer li li {
			float: none;
			width: auto;
			padding-right: 10px;
		}
	
		#nav-footer li li a {
			background: url(../img/icon-arrow.png) center right no-repeat;
			padding-right: 8px;
			color: #584d37;
		}
		
		#nav-footer a:hover {
			color: #030303;
		}

		#nav-footer .hierarchy a:hover {
			color: #030303;
		}

		#nav-footer .hierarchy li {
			padding-bottom: .5em;
		}
		
		#nav-footer .hierarchy a {
			color: #918162;
			font-size: 1.17em;
			background-image: none;
		}

		#nav-footer .hierarchy ul li {
			padding-bottom: 0;
		}

		#nav-footer .hierarchy ul a {
			color: #584d37;
			font-size: 1em;
			background: url(../img/icon-arrow.png) center right no-repeat;
		}

	#footer-flash {
		margin: -58px auto -172px auto;
		display: block;
	}

form.kilpailu fieldset {
	display: block;
	margin: 10px 0;
}

form.kilpailu fieldset.contact {
	width: 300px;
	float: left;
}

form.kilpailu fieldset.contact input {
	width: 280px;
}

form.kilpailu fieldset.question label {
	display: inline;
	margin-right: 20px;
	line-height: 2em;
	cursor: pointer;
}

form.kilpailu fieldset.question {
	padding-left: 20px;
	padding-right: 20px;
}

form.kilpailu fieldset.question label:hover {
	color: #6A5937;
}

form.kilpailu label {
	display: block;
	font-weight: bold;
}

form.kilpailu .submit {
	display: block;
	margin: 20px auto;
}

form.kilpailu .bar {
	width: 628px;
	height: 66px;
	margin: 20px -20px 10px -20px;
	text-indent: -1000px;
	overflow: hidden;
}

	form.kilpailu .bar-maku { background: url(../img/bar-kysymys-mausta.png) 0 0 no-repeat; }
	form.kilpailu .bar-kotitila { background: url(../img/bar-kysymys-kotitilasta.png) 0 0 no-repeat; }
	form.kilpailu .bar-ymparisto { background: url(../img/bar-kysymys-ymparistosta.png) 0 0 no-repeat; }
	form.kilpailu .bar-ravitsemus { background: url(../img/bar-kysymys-ravitsemuksesta.png) 0 0 no-repeat; }

#front-intro {
	padding: 30px 0 0 0;
}
.kk-otsikko {
	background : url(/files/kariniemen/img/kk-bg-otsikko.gif) no-repeat;
	width : 601px;
	height : 31px;
	color : rgb(0,0,0) !important;
	padding : 8px 20px;
	margin : 20px 0 0 0;
}
.kk-otsikko h1, .kk-otsikko h2 {
	margin : 0;
	padding : 0;
}
.kk-reseptit {
	width : 570px;
	margin : 0 0 0 25px;
}
.kk-reseptit ul {
	list-style : none;
	clear : both;
	padding : 0;
	overflow : hidden;
}
.kk-reseptit ul li {
	float : left;
	width : 190px;
	height : 100px;
	padding : 0 0 0 90px;
}
.kk-reseptit ul li h3 {
	margin : 0 0 5px 0;
}
.kk-reseptit ul li .photo {
	float : left;
	margin-left : -85px;
}
.kk-reseptit .show-reseptit {
	clear : both;
	width :620px;
	text-align : center;
	background : none !important;
	color: rgb(106, 89, 55);
	font-weight: bold;
	padding-right: 8px;
	margin : 20px 0 0 0;
	text-transform: uppercase;
	cursor : pointer;
}
.kk-videot {
	width : 570px;
	overflow : hidden;
	margin : 0 0 0 25px;
}
.kk-videot ul {
	list-style : none;
	padding : 0;
}
.kk-videot ul li {
	float : left;
	width : 180px;
	height : 150px;
	padding : 0 5px 10px 5px;
}
.kk-videot ul li img {
	clear : both;
	width : 180px;
	height : 120px;
}
.kk-videot ul li a {
	background: url(http://www.kariniemen.fi/files/kariniemen/img/icon-arrow.png) no-repeat 100% 50%;
	color: rgb(106, 89, 55);
	font-weight: bold;
	padding-right: 8px;
	text-transform: uppercase;
}
.kesakyokki {
	width : 570px;
	margin : 20px 25px 0 25px;
}
.kesakyokki a {
	background: url(http://www.kariniemen.fi/files/kariniemen/img/icon-arrow.png) no-repeat 100% 50%;
	color: rgb(106, 89, 55);
	font-weight: bold;
	padding-right: 8px;
	text-transform: uppercase;
}
.cufon-loading #nav-main a,
.cufon-loading h1,
.cufon-loading .box h2,
.cufon-loading .box h3,
.cufon-loading li h3,
.cufon-loading .berthold,
.cufon-loading #nav-footer h3,
.cufon-loading .video-item h3,
.cufon-loading .btn span,
.cufon-loading ul.gda li {
	visibility: hidden !important;
}
.butterfly {
	position:absolute;
	top:135px;
	right:-40px;
}

#social iFrame {
margin-bottom:15px;
}
