﻿/* Atria Kuluttaja 2009 */

/* Basic styles */
html {
	background: #f3f6f8 url(../Images/html_bg.jpg) repeat-x top center;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	color: #4c4c4c;
	background: transparent url(../Images/body_bg.jpg) no-repeat top center;
	min-width: 960px;
}
h1 {
	font-size: 170%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	color: #748c00; /* oliivinvihreä */
	color: #b50508; /* tummanpunainen */
}
h2 {
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
a,
a:link {
	color: #b50508;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	/*color: #607784;*/
}
a:hover {
	color: #607784;
	text-decoration: none;
}
img {
	border: none;
}
	.image-frame {
		padding: 2px;
		border: 1px solid #d0d7dc;
	}
form {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
th, td {
	text-align: left;
	vertical-align: top;
}
ul {
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 5px 1.3em;
}
.clearer {
	clear: both;
}
.hidden {
	visibility: hidden;
}
.displaynone {
	display: none;
}
.no-background {
	background-image: none;
	background-color: transparent;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
}

/* DIVs etc */

#container {
	width: 961px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 90%;
}
#header {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 120px;
	width: 961px;
}
	#logo {
		width: 190px;
		height: 100%;
		text-align: center;
		float: left;
	}
		#logo img {
			margin-top: 43px;
		}
	#navi {
		margin: 50px 0 0 0;
		padding: 0;
		width: 760px;
		position: relative;
		float: left;
		text-align: center;
	}
		#navi ul {
			clear: both;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#navi li {
			margin: 0; 
			padding: 0;
			display: inline;
			list-style-type: none;
		}
		#navi a {
			font-size: 140%;
			padding: 0 10px 0 10px;
		}

#subnavi {
	margin: 0;
	padding: 19px 7px 23px 187px;
}
	#subnavi ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#subnavi li {
		font-weight: bold;
		margin: 0;
		padding: 0;
		display: block;
		float: left;
		line-height: 16px;
	}
	#subnavi a {
		font-weight: bold;
		color: #b50508;
		text-decoration: none;
		font-size: 110%;
		padding: 0 15px 0 25px;
		background: transparent url(../Images/arrow_right_grey.png) no-repeat top left;
		display: block;
	}
	#subnavi .current a {
		background: transparent url(../Images/arrow_down_grey.png) no-repeat top left;
		color: #607784;
	}
	#subnavi a:hover {
		color: #3c9c37;
	}
	.login-links {
		float: right;
	}
		#subnavi .login-links a {
			font-weight: normal;
			color: #607784;
		}
		#subnavi .login-links .login-link {
			background: transparent url(../Images/login_lock.png) no-repeat top right;
			padding: 0 20px 0 15px;
		}


#content {
	clear: both;
	margin: 0;
	padding: 0;
	min-height: 400px;
	_height: 400px;
}

#search-full-width {
	position: relative;
	/*height: 33px;*/
}
	.open-extended-content {
		background: transparent url(../Images/search-full-width_bg.png) no-repeat top left;
		min-height: 18px;
		_height: 18px;
		z-index: 10;
		padding: 0 26px 15px 22px;
	}
	.open-extended-content-button {
		position: absolute;
		top: 4px;
		right: 30px;
		background: transparent url(../Images/arrow_down.png) no-repeat top right;
		padding: 2px 23px 5px 0;
	}
	.close-extended-content-button {
		position: absolute;
		bottom: 8px;
		right: 30px;
		background: transparent url(../Images/arrow_up.png) no-repeat top right;
		padding: 2px 23px 5px 0;
	}
	.extended-content {
		display: none;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 1000;
	}
		.extended-content-header {
			background: transparent url(../Images/extended-content-header_bg.png) no-repeat top left;
			min-height: 26px;
			padding: 0 26px 7px 22px;
		}
		.extended-content-content {
			background: transparent url(../Images/extended-content-content_bg.png) repeat-y top left;
			padding: 0 27px 0 22px;
			
		}
        #ruokaohjepikahaku .extended-content-content {
		    height:270px;
        }
			.extended-content-content-wrap {
				/*background-color: #f2f4f6;*/
				background: transparent url(../Images/semi-transparent_bg.png) repeat;
				/*_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../Images/semi-transparent_bg.png, sizingMethod='scale');*/
				_background-color: #f2f4f6;
				padding: 10px;
			}
		.extended-content-footer {
			background: transparent url(../Images/extended-content-footer_bg.png) no-repeat bottom left;
			padding: 5px 26px 14px 22px;
			height: 30px;
		}
		
.content-columns {
}
	.column-left {
		margin: 0;
		padding: 0;
		width: 720px;
	
		/*float: left;*/
	}
		.two-columns {
		}
		.column-left .two-columns .column {
			width: 346px;
			padding: 7px;
		}
			.column-left .two-columns-left {
				float: left;
			}
			.column-left .two-columns-right {
				float: right;
			}

	.column-right {
		margin: 0;
		padding: 0;
		width: 240px;
		
		/*float: left;*/
	}

.faq {
	float: left;
	width: 226px;
	padding: 0 7px 0 7px;
}
.content-narrow {
	float: left;
	width: 480px;
}
.text-content {
	padding-left: 7px;
	padding-right: 7px;
}
.kauhanvarteen-miksi-rekisteroitya-flash-container {
    margin-bottom:-19px;
    margin-left:-14px;
    margin-top:-4px;
}
	
.banner-wide {
	padding: 7px;
}
.content-banner {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.article-info {
	background-color: #eff4dc;
	padding: 10px;
	font-size: 90%;
	margin-bottom: 4px;
}

.article-info div div 
{
    float: left;
}

.article-info .ratingcount 
{
    float: left;
    margin-top: -2px;
}

.article-title-area 
{
    height: 70px;
}

#atria-footer {
	clear: both;
	padding: 0;
	margin-top: 20px;
	font-size: 90%;
}
	#footer-header {
		padding: 11px 35px 5px 35px;
		min-height: 35px;
		_height: 35px;
		background: transparent url(../Images/footer-header_bg.jpg) no-repeat top left;
		color: #6e838e;
	}
		#footer-header form {
			float: left;
		}
		#footer-header label {
			float: left;
			font-weight: normal;
			padding: 10px 2px 8px 0;
		}
		#footer-header a {
			float: left;
			padding: 10px 2px 8px 2px;
			color: #6e838e;
		}
		.search-textbox {
			float: left;
			background: transparent url(../Images/search_textbox_bg.png) no-repeat top left;
			padding: 9px 5px 9px 18px;
		}
		.search-textbox input {
			border: 0px solid;
			height: 16px;
			width: 172px;
			background-color: transparent;
			font-size: 12px;
			margin: 0;
			padding: 0;
		}
		.searchsubmit {
			float: left;
		}
	#footer-content {
		background: transparent url(../Images/footer-content_bg.jpg) no-repeat top left;
		padding: 7px 7px 0 7px;
	}
	
	#sitemap-atria-sites {
		background: transparent url(../Images/sitemap-atria-sites_bg.jpg) repeat-x bottom left;
		font-size: 110%;
	}
		#sitemap-atria-sites ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#sitemap-atria-sites li {
			margin: 0; 
			padding: 0;
			float: left;
			list-style-type: none;
			display: block;
			height: 29px;
		}
			#sitemap-atria-sites li.current {
				background: transparent url(../Images/sitemap_tab_bg_left.jpg) no-repeat top left;
			}
		#sitemap-atria-sites a {
			color: #607784;
			font-weight: bold;
			display: block;
			padding: 0 25px 0 25px;
			line-height: 29px;
		}
			#sitemap-atria-sites li.current a {
				background: transparent url(../Images/sitemap_tab_bg_right.jpg) no-repeat top right;
			}
			#sitemap-atria-sites a:hover {
				color: #b50508;
			}
	#sitemap-content-wrap {
		/*background: #d6dde5 url(../Images/sitemap-this-site_bg.jpg) repeat-x top left;*/
		background: #f0f2f5 url(../Images/sitemap-this-site_bg.jpg) repeat-x bottom left;
		padding: 20px 0 20px 0;
	}
		#sitemap-this-site {
			float: left;
		}
		#sitemap-this-site ul {
			margin: 0;
			padding: 0;
			list-style: none;
			float: left;
		}
		#sitemap-this-site li {
			margin: 0;
			padding: 0 10px 0 10px;
			list-style-type: none;
			float: left;
			border-right: 1px solid #d0d7dc;
			color: #607784;
			min-height: 150px;
			_height: 150px;
			min-width: 80px;
			_width: 80px;
			max-width: 100px;
		}
		#sitemap-this-site a {
			color: #607784;
			font-weight: bold;
		}
			#sitemap-this-site a:hover {
				color: #b50508;
			}
		#sitemap-this-site li ul {
			margin: 0;
			float: none;
			clear: both;
		}
		#sitemap-this-site li ul li {
			margin: 0;
			padding: 0;
			float: none;
			clear: both;
			border-right: 0px solid #d0d7dc;
			min-height: 0.5em;
			_height: 0.5em;
		}
			#sitemap-this-site li ul li a {
				font-weight: normal;
			}
		#sitemap-content-wrap .balloon {
			float: right;
			background: transparent url(../Images/balloon_bg_top.png) no-repeat top left;
			width: 217px;
			margin-right: 10px;
		}
			#sitemap-content-wrap .balloon-wrap {
				background: transparent url(../Images/balloon_bg_bottom.png) no-repeat bottom left;
				padding: 0 33px 24px 12px;
				min-height: 95px;
				_height: 95px;
				margin-top: 13px;
			}
			


.balloon-wide {
	background: transparent url(../Images/balloon_wide_bg.png) no-repeat left top;
	padding: 10px 5px 20px 15px;
	margin-left: 2px;
}
.balloon-wide textbox {
		border: 0px solid;
		background-color: transparent;
		width: 440px;
		height: 90px;
	}
	.balloon-wide textarea {
		border: 0px solid;
		background-color: transparent;
		width: 400px;
		height: 90px;
		
	}
	.watermark {
		color: #607784;
	}
	.balloon-submit {
		padding-right: 17px;
		text-align: right;
		padding-bottom: 20px;
	}

	#footerlinks-and-copyright {
		background: transparent url(../Images/footerlinks_bg.jpg) no-repeat top left;
		font-weight: bold;
		padding: 5px 10px 7px 10px;
		min-height: 25px;
		_height: 25px;
		color: #b50508;
	}
		#footerlinks-and-copyright .copyright {
			padding: 0 15px 0 15px;
		}
		#footerlinks-and-copyright a {
			color: #b50508;
			padding: 0 15px 0 15px;
			font-weight: bold;
		}
		#footerlinks-and-copyright a:hover {
			color: #ffffff;
		}
	
.share-this-page {
	background: transparent url(../Images/share-this-page_bg.png) no-repeat top left;
	padding: 7px 15px 7px 7px;
	height: 46px;
	font-size: 90%;
	margin-bottom: 20px;
}
	.share-this-page a {
		float: left;
		line-height: 46px;
		margin-left: 11px;
		/*margin-left: 13px;*/
		color: #607784;
		white-space: nowrap;
	}
	.share-this-page a:hover {
		color: #b50508;
	}
	.share-this-page span {
		float: left;
		padding-right: 5px;
	}
	
.comments {
	margin: 7px;
}
	.comments-content {
		margin-left: 17px;
	}
	.comment {
		padding: 10px 10px 6px 27px;
		color: #607784;
	}
	.comment a {
		color: #607784;
	}
	.comment a:hover {
		color: #b50508;
	}
	.comment-text {
		width: 500px;
	}
	.comment-info {
		float: right;
		font-size: 90%;
		font-style: italic;
		color: #4c4c4c;
	}
	.comments .row-odd {
		background: #e6eaed url(../Images/comments_row-odd_bg.gif) no-repeat top left;
	}
	.comments .row-even {
		background: transparent url(../Images/comments_row-even_bg.gif) no-repeat top left;
	}
	.view-all-comments {
		border-top: 1px solid #d0d7dc;
		border-bottom: 1px solid #d0d7dc;
		margin: 19px 0 19px 0;
		padding: 0 15px 0 15px;
		line-height: 28px;
	}
		.view-all-comments a {
			background: transparent url(../Images/arrow_right.png) no-repeat top right;
			padding: 1px 23px 4px 0;
			color: #607784;
			font-weight: bold;
		}
		.view-all-comments a:hover {
			color: #b50508;
		}
	.comment-instructions {
		padding: 5px 0 5px 0;
		font-size: 90%;
	}
	
.row-odd {
	background-color: #e6eaed;
}
.row-even {

}

/* PRODUCT SEARCH */
.product-search {
	position: relative;
	width: 720px;
}	
	.product-search-header {
		background: transparent url(../Images/product-search-header.png) no-repeat left top;
		width: 720px;
		height: 35px;
	}
	.product-search-content {
		background: transparent url(../Images/product-search-content_bg.png) no-repeat left bottom;
		width: 706px;
		padding: 7px 7px 14px 7px;
		height: 99px;
		/*
		min-height: 106px;
		_height: 106px;
		*/
	}
	.product-search-options-table {
		width: 706px;
		height: 100%;
	}
	.product-search-options-table td {
		padding: 0 5px 0 5px;
		text-align: center;
		vertical-align: bottom;
	}
		.product-search-options-table .column-tuotemerkit {
			border-right: 1px solid #d0d7dc;
			width: 161px;
		}
		.product-search-options-table .column-tuoteryhmat {
			border-right: 1px solid #d0d7dc;
			width: 161px;
		}
		.product-search-options-table .column-erityis {
			border-right: 1px solid #d0d7dc;
			width: 210px;
		}
		.product-search-options-table .column-tulokset {
			width: 121px;
		}
		.diet-buttons {
			padding-bottom: 7px;
		}
			.diet-button {
				position: relative;
				width: 49px;
				height: 43px;
				float: left;
				background-position: center top;
				background-repeat: no-repeat;
				background-color: transparent;
				text-decoration: none;
				outline: none;
				display: block;
				border: 0;
				margin: 1px;
				padding: 43px 0 0 0;
				overflow: hidden;
				cursor: pointer; /* hand-shaped cursor */
				cursor: hand; /* for IE 5.x */
			}
			.diet-button input {
				z-index: -1;
				position: absolute;
				top: 0;
				left: -1000px;
			}
			.diet-buttons input.checked {
				background-position: center bottom;
			}
			.diet-buttons #button-gluteeniton {
				background-image: url(../Images/icons/product-search/gluteeniton.png);
			}
			.diet-buttons div 
			{
			    margin-right: 3px;
			}
			#balloonTooltipSingleLine {
				background: transparent url(../Images/balloonTooltipSingleLine.png) no-repeat top left;
				width: 136px;
				height: 15px;
				padding: 3px 7px 6px 7px;
				text-align: center;
				font-size: 90%;
			}
		.dropdown-image {
			cursor: pointer; /* hand-shaped cursor */
			cursor: hand; /* for IE 5.x */
		}
	.five-columns-column {
		width: 130px;
		float: left;
	}

	.product-search-footer {
		background: transparent url(../Images/product-search-footer_bg.png) no-repeat left top;
		padding: 0 20px 7px 25px;
		height: 30px;
		color: #607784;
	}
		.product-search-footer a {
			color: #607784;
			margin-top: 6px;
			float: left;
			font-size: 90%;
		}
		.product-search-footer label {
			float: left;
			padding: 6px 5px 4px 15px;
			font-weight: bold;
		}
		.product-search-textbox {
			float: left;
			background: transparent url(../Images/product-search-textbox_bg.png) no-repeat left top;
			padding: 5px 15px 4px 15px;
			width: 201px;
			height: 21px;
		}
			.product-search-textbox input {
				border: 0px solid;
				background-color: transparent;
				width: 201px;
			}
		.product-search .extended-content {
			width: 720px;
		}			
		.product-search .extended-content-and-footer {
			position: absolute;
			top: 155px;
			left: 0;
			width: 720px;
		}
		.product-search .extended-content {
			position: relative;
			background: transparent url(../Images/product-search-bg-block.png) no-repeat left top;
			padding-top: 23px;
		}
		
		#tuotemerkit .extended-content-content-wrap
		{
		   border:0px red solid; 
		}
		.product-search .extended-content-content {
			background: transparent url(../Images/product-search-shadow.png) repeat-y left top;
			padding: 0 25px 0 25px;
		}

    .product-search-erityis-title 
    {
        font-weight:bold;
    }

.product-search-erityis-space 
{
    margin-top:31px;
}
	.product-search-results {
		padding: 35px 10px 0 10px;
	}
		.product-search-results-row {
			padding: 20px 0 12px 0;
			border-bottom: 1px solid #d0d7dc;
		}
		.product-search-result {
			width: 175px;
			float: left;
			/*background-color: #ffffff;*/
			text-align: center;
			color: #607784;
		}
			.product-search-result a {
				display: block;
				color: #607784;
			}
			.product-search-result a:hover {
				display: block;
				color: #b50508;
			}
			.product-search-result .image-frame {
				width: 162px;
				padding: 2px;
				_padding: 1px;
				border: 1px solid #d0d7dc;
				margin: 0 4px 10px 4px;
			}
			
.productgroup 
{
   font-weight:bold;
   white-space:nowrap;
}
.subproductgroup			 
{
   /*white-space:nowrap;*/
}

	.paging {
		text-align: center;
		position: relative;
		height: 30px;
		padding: 14px 0 10px 0;
	}
		.paging .btn-edellinen {
			position: absolute;
			top: 10px;
			left: 10px;
		}
		.paging .btn-seuraava {
			position: absolute;
			top: 10px;
			right: 10px;
		}
		.paging a,
		.ms-WPBody .paging a 
		{
			padding: 0 4px 0 4px;
			border-right: 1px solid #808080;
			border-left: 1px solid #808080;
			color: #808080;
			font-weight: bold;
			margin: 0 0 0 -1px;
		}
		    .paging a:hover {
			    color: #b50508;
		    }
		.paging .current {
			color: #ffffff;
			background-color: #94a3ac;
			padding: 0 4px 0 4px;
			font-weight: bold;
			margin: 0;
			border-left: 1px solid #ffffff;
			border-right: 2px solid #ffffff;
		}

.page-heading {
	padding: 7px;
	position: relative;
}

.twocol-box {
 /* pip */
/* width: 710px;   */
}
.content-narrow-box {
}
	.twocol-box-heading,
	.content-narrow-box-heading	{
		color: #ffffff;
		padding: 8px 20px 0 20px;
		min-height: 23px;
		_height: 23px;
	}
	.twocol-box-heading {
		background: transparent url(../Images/twocol-box-heading_bg.png) no-repeat left top;
	}
	.content-narrow-box-heading {
		background: transparent url(../Images/content-narrow-box-h_bg.png) no-repeat left top;
	}
	.twocol-box .atria-tab-style .ajax__tab_container {
		padding: 0 7px 7px 7px;
		background: transparent url(../Images/twocol-box-content_bg.png) repeat-y left top;
	}
	.content-narrow-box .atria-tab-style .ajax__tab_container {
		padding: 0 7px 7px 7px;
		width:466px;
		background: transparent url(../Images/content-narrow-box-c_bg.png) repeat-y left top;
	}
	/* tuotteet, tabien tausta */
	.twocol-box .ajax__tab_container {
		padding:0 0px 0px 7px;
		width: 706px;
		background: transparent url(../Images/twocol-box-content_bg.png) repeat-y left top;
	}
	.atria-tab-style .ajax__tab_header {
		background: transparent url(../Images/twocol-box-tabs_bg.png) repeat-x left top;
		height: 27px;
		font-weight: bold;
		color: #607784;
	}
		.atria-tab-style .ajax__tab_header a {
			font-weight: bold;
			color: #607784;
		}
		.atria-tab-style .ajax__tab_header a:hover {
			font-weight: bold;
			color: #b50508;
			cursor: pointer;
		}
		.atria-tab-style .ajax__tab_header span {
			display: block;
			float: left;
			height: 27px;
			line-height: 27px;
			padding-left: 20px;
			padding-right: 10px;
   			cursor: pointer;
		}
		.atria-tab-style .ajax__tab_header span:hover 
		{
			color: #b50508;
		}
		
		.TopArticleList .atria-tab-style .ajax__tab_header span 
			{
			    display: block;
			    float: left;
			    height: 27px;
			    line-height: 27px;
			    padding-left: 4px;
			    padding-right: 0px;
		    }
		
			.atria-tab-style .ajax__tab_header span span {
				padding: 0;
			}
			
			
			
		.atria-tab-style .ajax__tab_header span.ajax__tab_active {
			background: transparent url(../Images/twocol-box-tab-active_left.png) no-repeat left top;
			padding-right: 0;
			font-weight: bold;
			color: #4c4c4c;
		}
			.atria-tab-style .ajax__tab_header span.ajax__tab_active a {
				font-weight: bold;
				color: #4c4c4c;
			}
			.atria-tab-style .ajax__tab_header span.ajax__tab_active a:hover {
				color: #b50508;
			}
			.atria-tab-style .ajax__tab_header span.ajax__tab_active .ajax__tab_outer {
				background: transparent url(../Images/twocol-box-tab-active_right.png) no-repeat right top;
				padding-right: 30px;
			}
		.atria-tab-style .ajax__tab_body {
			padding: 20px;
		}
		.atria-tab-style .ajax__tab_body table {
			float: left;
		}
		.atria-tab-style .ajax__tab_body caption {
			text-align: left;
			font-weight: bold;
			padding-bottom: 20px;
		}
		.atria-tab-style .ajax__tab_body th {
			padding-right: 20px;
		}
		.atria-tab-style .ajax__tab_body th.th-sub {
			padding-left: 20px;
			font-weight: normal;
		}
	.twocol-box-footer {
		height: 17px;
		background: transparent url(../Images/twocol-box-footer_bg.png) no-repeat left top;
	}
	.content-narrow-box-footer {
		height: 17px;
		background: transparent url(../Images/content-narrow-box-f_bg.png) no-repeat left top;
	}
		.content-narrow-box-info {
			font-size: 90%;
			text-align: center;
		}
	.product-instructions {
		padding: 14px;
	}
		.product-instructions p {
			padding-left: 20px;
		}
	.twocol-box-product-pic {
		position: relative;
		float: right;
		width: 338px;
		height: 169px;
		padding: 2px;
		border: 1px solid #d0d7dc;
		background-color: #ffffff;
	}
		.twocol-box-product-pic .zoom {
			position: absolute;
			top: 2px;
			right: 2px;
			z-index: 100;
			width: 46px;
			height: 46px;
			background: transparent url(../Images/zoom-in.png) no-repeat top left;
		}
		.twocol-box-product-pic .shadow {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 110;
			background: transparent url(../Images/twocol-box-product-pic_sh.png) no-repeat top left;
			width: 342px;
			height: 173px;
		}
	.mestarinvinkki {
		width: 342px;
		position: relative;
		float: right;
		margin-top: 15px;
		padding-top: 8px;
		border: 1px solid #d0d7dc;
		background-color: #ffffff;
	}
	/*.mestarinvinkki h3,h4,p {*/
	.mestarinvinkki h3,.mestarinvinkki h4,.mestarinvinkki p {
		margin: 5px 10px;
	}
	.mestarinvinkki h3 {
		color: #b50508;
	}
	.diet-images {
		padding: 7px;
	}
	.search-submit {
		float: left;
		white-space: nowrap;
		padding-right: 12px;
	}
		.search-submit input {
			margin-top: 1px;
		}
	.search-clear {
		border-right: 1px solid #8a9ba5;
		padding-right: 10px;
		margin-right: 10px;
	}

/* RECIPE SEARCH */
.recipe-search {
	position: relative;
	width: 960px;
}
	.recipe-search-header {
		background: transparent url(../Images/recipe-search-header.png) no-repeat left top;
		width: 960px;
		height: 36px;
	}
	.recipe-search-content {
		background: transparent url(../Images/recipe-search-content_bg.png) no-repeat left bottom;
		width: 946px;
		padding: 7px 7px 14px 7px;
		height: 131px;
	}
	.recipe-search-options-table {
		/*width: 946px;*/
		height: 100%;
	}
	.recipe-search-options-table td {
		/*padding: 0 5px 0 5px;*/
		padding: 0;
		text-align: center;
		vertical-align: middle;
	}
		.recipe-search-options-table .column-ruokalaji {
			border-right: 1px solid #d0d7dc;
			width: 159px;
		}
		    .recipe-search-options-table .column-ruokalaji div {
		         width: 124px;
		         height: 42px;
		         margin: 0 auto;
		         background-repeat: no-repeat;
		    }
		.recipe-search-options-table .column-raaka-aineet {
			border-right: 1px solid #d0d7dc;
			width: 154px;
		}
		.recipe-search-options-table .column-valmistusaika {
			border-right: 1px solid #d0d7dc;
			width: 154px;
		}
		/*
        .recipe-search-options-table .column-teemat {
			border-right: 1px solid #d0d7dc;
			width: 132px;
		}
        */
		.recipe-search-options-table .column-erityisruokavalio {
			border-right: 1px solid #d0d7dc;
			width: 159px;
		}
		    .recipe-search-options-table .column-erityisruokavalio div {
		        width:131px; 
		        height:48px;
		        margin: 0 auto;
		    }
		.recipe-search-options-table .column-kayttotilanne {
			border-right: 1px solid #d0d7dc;
			width: 154px;
		}
		.recipe-search-options-table .column-tulos {
			width: 154px;
		}
	.recipe-search-footer {
		background: transparent url(../Images/recipe-search-footer_bg.png) no-repeat left top;
		padding: 0 25px 7px 25px;
		height: 31px;
		color: #607784;
	}
		.recipe-search-footer a {
			color: #607784;
			margin-top: 6px;
			float: left;
			font-size: 90%;
		}
		.recipe-search-footer label {
			float: left;
			padding: 6px 5px 4px 15px;
			font-weight: bold;
		}
		.recipe-search-textbox {
			float: left;
			background: transparent url(../Images/product-search-textbox_bg.png) no-repeat left top;
			padding: 5px 15px 4px 15px;
			width: 201px;
			height: 21px;
		}
			.recipe-search-textbox input {
				border: 0px solid;
				background-color: transparent;
				width: 201px;
			}
		.recipe-search-select {
			float: left;
			padding: 1px 30px 0 10px;
			_width: 120px;
		}
			.recipe-search-select a {
				color:#4c4c4c;
				padding-top: 3px;
				float: none;
				font-size: 100%;
			}
		.recipe-search .extended-content-and-footer {
			position: absolute;
			top: 188px;
			left: 0;
			width: 960px;
		}
		.recipe-search .extended-content {
			position: relative;
			background: transparent url(../Images/recipe-search-bg-block.png) no-repeat left top;
			padding-top: 23px;
		}
		.recipe-search .extended-content-content {
			background: transparent url(../Images/recipe-search-shadow.png) repeat-y left top;
			padding: 0 23px 0 23px;
		}

	.recipe-search-results {
		padding: 35px 10px 0 10px;
	}
		.recipe-search-results-row {
			padding: 20px 0 12px 30px;
			border-bottom: 1px solid #d0d7dc;
		}
		.recipe-search-result {
			width: 175px;
			float: left;
			/*background-color: #ffffff;*/
			text-align: center;
			color: #607784;
		}
			.recipe-search-result a {
				display: block;
				color: #607784;
			}
			.recipe-search-result a:hover {
				display: block;
				color: #b50508;
			}
			.recipe-search-result .image-frame {
				width: 162px;
				padding: 2px;
				border: 1px solid #d0d7dc;
				margin: 0 4px 10px 4px;
			}

	.recipe-quicksearch h3 {
		color: #b50508;
		margin: -10px 0 1px 5px;
	}
	.recipe-quicksearch-footer a {
		color: #607784;
		margin-top: 6px;
		float: left;
		font-size: 90%;
	}
	.recipe-quicksearch-footer label {
		float: left;
		padding: 6px 5px 4px 15px;
		font-weight: bold;
	}
	.recipe-quicksearch-textbox {
		float: left;
		background: transparent url(../Images/product-search-textbox_bg.png) no-repeat left top;
		padding: 5px 15px 4px 15px;
		width: 201px;
		height: 21px;
	}
		.recipe-quicksearch-textbox input {
			border: 0px solid;
			background-color: transparent;
			width: 201px;
		}
	.recipe-quicksearch-options-table {
		height: 100%;
	}
	.recipe-quicksearch-options-table td {
		padding: 0;
		text-align: center;
		vertical-align: middle;
	}
		.recipe-quicksearch-options-table .column-ruokalaji {
			border-right: 1px solid #d0d7dc;
			width: 137px;
			height:250px;
		}
		    .recipe-quicksearch-options-table .column-ruokalaji div 
		    {
		         width: 124px;
		         height: 42px;
		         margin: 0 auto;
		    }
		.recipe-quicksearch-options-table .column-tyyppi {
			border-right: 1px solid #d0d7dc;
			width: 177px;
			height:250px;
		}
		    .recipe-quicksearch-options-table .column-tyyppi div {
		         width: 163px;
		         height: 29px;
		         margin: 0 auto;
		         background-repeat: no-repeat;
		    }
		.recipe-quicksearch-options-table .column-results {
			width: 562px;
			padding-left: 10px;
			padding-right: 0px;
			text-align: left;
			vertical-align: top;
		}
	.recipe-quicksearch-results-row {
		padding: 0 0 10px 0;
	}
	.recipe-quicksearch-result {
		width: 140px;
		float: left;
		/*background-color: #ffffff;*/
		text-align: left;
		color: #607784;
		font-size: 90%;
	}
		.recipe-quicksearch-result a {
			display: block;
			color: #607784;
		}
		.recipe-quicksearch-result a:hover {
			display: block;
			color: #b50508;
		}
		.recipe-quicksearch-result .image-frame {
			margin: 0 0 2px 0;
			width: 128px;
			background-color: #ffffff;
		}
	
/* Reseptien pikahaku sivutus */
.recipe-quicksearch-pager 
{
    width:370px;
    border:0px red solid;
    float:right;
    margin:12px 0 0 0;
}

.recipe-quicksearch-pager input,
.recipe-quicksearch-pager span
{
    float:none;
    margin: 0 0 0 -3px;
}	
	
.ms-WPBody .recipe-quicksearch-pager a.pager-seuraava {
    border: 0;
    margin: 0 0 0 -3px;
}

.ms-WPBody .recipe-quicksearch-pager a.pager-edellinen {
    border-left: 0;
    margin: 0;
}

.recipe-quicksearch-pager a:link, 
.recipe-quicksearch-pager a:visited,
.ms-WPBody .recipe-quicksearch-pager a {
			padding: 0 4px 0 4px;
			border-left: 1px solid #808080;
			border-right: 1px solid #808080;
			color: #808080;
			font-weight: bold;
			margin: 0 0 0 -7px;
			float:none;
}
	
.recipe-quicksearch-pager-current { 
			color: #ffffff;
			background-color: #94a3ac;
			padding: 0 4px 0 4px;
			font-weight: bold;
			margin: 0;
			border-left: 1px solid #ffffff;
			border-right: 2px solid #ffffff;
}
	
.recipe-quicksearch-pager a:hover {
    color: #b50508;
}

.recipe-quicksearch-pager a.recipe-quicksearch-pager-number {
    margin: 0 0 0 -4px;
}
	
.box-content-with-image {
	padding-bottom: 7px;
}
	.box-content-with-image-left {
		float: left;
		width: 98px;
	}
	.box-content-with-image-right {
		float: right;
		width: 112px;
	}
	.tuotesuositus-wrapper .box-content-with-image-left {
		float: left;
		width: 104px;
	}
	.tuotesuositus-wrapper .box-content-with-image-right {
		float: right;
		width: 104px;
	}

/* recipe page ingredients table */
td.recipe-ingredient-qty 
{
    text-align: right;
}
td.recipe-ingredient-unit 
{
    width: 30px;
    text-align: left;
}
td.recipe-ingredient-name {} 


/* jQuery scrollable */
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
.scroller {
	margin: 10px 0 10px 3px;
}
div.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 896px;
	height: 88px;
	
	/* custom decorations */
	padding: 7px 0 7px 0;
	background: transparent url(../Images/scroll_bg.png) repeat-x left top;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;
	font-size: 90%;

	/* decoration */
	margin-left: 2px;
}
	div.scrollable div.items a {	
		display: block;
		color: #3e7b0e;
	}

/* single scrollable item */
div.scrollable div.items div.item {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width: 148px;
	padding: 0px;
	height: 88px;
	overflow: hidden;
}

div.scrollable div.items div.item div.itemwrap {
	border: 1px solid #e4e6eb;
	padding: 2px;
	width: 132px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	color: #607784;
}

/* active item */
div.scrollable div.items div.active {
	background-color: #ffffff;
	color: #000000;
}
	div.scrollable div.items div.active a {
		color: #222222;
	}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 30px;
	height: 102px;
	background: transparent url(../Images/scroll_left.png) no-repeat;
	float: left;
	margin: 0;
	cursor: pointer;
	font-size: 1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -102px;
}

/* disabled navigational button */
a.disabled {
	/*visibility:hidden !important; */
}

/* next button uses another background image */
a.next, a.nextPage {
	background: transparent url(../Images/scroll_right.png);
	clear:right;	
}

/* SCROLLABLE Sopii sinun profiiliisi webpart */
#suositusScrollable {
    margin: 40px -7px 10px -7px;
}

#suositusScrollable .scroller {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}

#suositusScrollable .scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 160px;
	height: 130px;
	/* custom decorations */
	padding: 0;
	margin: 0;
	background: transparent;
	/* this makes it possible to add next button beside scrollable */
	float: left;
	border: 0;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
#suositusScrollable .scrollable .items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;
	font-size: 11px;
	/* decoration */
	margin-left: 2px;
	border: 0;
}
#suositusScrollable	.scrollable .items a {	
	display: block;
	color: #607784;
}

#suositusScrollable	.scrollable .items a:hover 	{
    text-decoration: none;
	color: #b50500;
}

/* single scrollable item */
#suositusScrollable .scrollable .items .item {
	float:left;
	/* custom decoration */
	text-align:center;
	width: 160px;
	padding: 0px;
	height: 130px;
	overflow: hidden;
	border: 0;
}

#suositusScrollable .scrollable .items .item div {
    background: none;
}

#suositusScrollable .scrollable .items .item .itemwrap {
	padding: 2px;
	width: 155px;
	/*overflow: hidden;*/
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	color: #607784;
	border: 0;
}

#suositusScrollable .scrollable .items .item .itemwrap .productImg {
	margin: 0 0 15px 0;
}

#suositusScrollable .scrollable .items .item .itemwrap .ratingImg {
	margin: 5px 2px -3px 0;
}

/* active item */
#suositusScrollable .scrollable .items .active {
	/*background-color: #69be28;*/
	background-color: #B50508;
	color: #ffffff;
}
#suositusScrollable	.scrollable .items .active a {
	color: #ffffff;
}

/* prev, next, prevPage and nextPage buttons */
#suositusScrollable a.prev, #suositusScrollable a.next {
	display: block;
	width: 27px;
	height: 51px;
	background: transparent url(../Images/ssp_arrow_left.gif) no-repeat;
	float: left;
	margin: 6px 0 0 0;
	padding: 0;
	cursor: pointer;
	font-size: 1px;
}

/* mouseover state */
#suositusScrollable a.prev:hover {
	background: transparent url(../Images/ssp_arrow_left_on.gif) no-repeat;
}

#suositusScrollable a.next:hover {
	background: transparent url(../Images/ssp_arrow_right_on.gif) no-repeat;
}

/* next button uses another background image */
#suositusScrollable a.next {
	background: transparent url(../Images/ssp_arrow_right.gif) no-repeat;
	clear:right;
	float: right;	
}

#suositusScrollable a.disabled, #suositusScrollable a.disabled:hover {
    background: none;
    cursor: default;
}

/* FORM STYLES */
.imagebutton {
	margin: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-position: center top;
	background-color: transparent;
	background-repeat: no-repeat;
	height: 24px;
	padding: 24px 0 0;
}
.imagebutton:hover {
	background-position: center bottom;
}
	/* Individual buttons. The single image contains both normal and hover states. */
	#fi .btn-laheta {
		width: 97px;
		background-image: url(../Images/buttons/laheta.png);
	}
	
	#fi .btn-laheta-padding {
		width: 97px;
		background-image: url(../Images/buttons/laheta.png);
		margin-top: 4px;
	}/* Used at Rekisteroityminen.aspx page */
	
	#fi .btn-sisaan {
		width: 97px;
		background-image: url(../Images/buttons/sisaan.png);
	}
	#fi .btn-liity-nyt {
		width: 97px;
		background-image: url(../Images/buttons/liity-nyt.png);
	}
	#fi .btn-tutustu-tsemppikseen {
		width: 157px;
		background-image: url(../Images/buttons/tutustu-tsemppikseen.png);
	}
	#fi .btn-laheta-kommentti {
		width: 174px;
		background-image: url(../Images/buttons/laheta-kommentti.png);
	}
	#fi .btn-edellinen {
		width: 97px;
		background-image: url(../Images/buttons/edellinen.png);
	}
	#fi .btn-seuraava {
		width: 97px;
		background-image: url(../Images/buttons/seuraava.png);
	}
	#fi .btn-hae {
		width: 97px;
		background-image: url(../Images/buttons/hae.png);
	}
	#fi .btn-lataa {
		width: 97px;
		background-image: url(../Images/buttons/lataa.png);
	}
	#fi .btn-tyhjenna {
		width: 97px;
		background-image: url(../Images/buttons/tyhjenna.png);
	}
	#fi .btn-takaisin-hakutuloksiin {
		width: 173px;
		background-image: url(../Images/buttons/takaisin-hakutuloksiin.png);
	}

	#fi .btn-tallenna {
		width: 97px;
		background-image: url(../Images/buttons/tallenna.png);
	}

	#fi .btn-peruuta {
		width: 97px;
		background-image: url(../Images/buttons/peruuta.png);
	}
	
	#fi .linkbtn-peruuta {
		width: 97px;
		background-image: url(../Images/buttons/peruuta_plain_right.png);
	}
	
	#fi .btn-muokkaa {
		width: 97px;
		background-image: url(../Images/buttons/muokkaa.png);
	}	

	#fi .btn-poista {
		width: 97px;
		background-image: url(../Images/buttons/poista.png);
	}	
	
	.btn-katso-video {
		width: 97px;
		background-image: url(/_layouts/Endero.Atria.Web/Images/buttons/katso_video.png);
	}
	#fi .btn-luo-kayttaja {
		width: 97px;
		background-image: url(../Images/buttons/luo_kayttaja.png);
	}	
	
/* CLEARFIX to fix backgrounds etc for elements that have floated child elements */
.clearfix:after,
#container:after,
#header:after,
#content:after,
.content-columns:after,
.two-columns:after,
.share-this-page:after,
.comment:after,
.product-search:after,
.product-search-results-row:after,
.recipe-search:after,
.recipe-search-results-row:after,
.recipe-quicksearch-results-row:after,
.ajax__tab_body:after,
.diet-images:after,
.extended-content-content:after,
.extended-content-content-wrap:after,
#navi:after,
#subnavi:after,
#atria-footer:after,
#sitemap-atria-sites:after,
#sitemap-content-wrap:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
	.clearfix,
	#container,
	#header,
	#content,
	.content-columns,
	.two-columns,
	.share-this-page,
	.comment,
	.product-search,
	.product-search-results-row,
	.recipe-search,
	.recipe-search-results-row,
	.recipe-quicksearch-results-row,
	.ajax__tab_body,
	.diet-images,
	.extended-content-content,
	.extended-content-content-wrap,
	#navi,
	#subnavi,
	#atria-footer,
	#sitemap-atria-sites,
	#sitemap-content-wrap
	{
		display: inline-block;
	}
	html[xmlns] .clearfix,
	html[xmlns] #container,
	html[xmlns] #header,
	html[xmlns] #content,
	html[xmlns] .content-columns,
	html[xmlns] .two-columns,
	html[xmlns] .share-this-page,
	html[xmlns] .comment,
	html[xmlns] .product,
	html[xmlns] .product-search-results-row,
	html[xmlns] .recipe-search,
	html[xmlns] .recipe-search-results-row,
	html[xmlns] .recipe-quicksearch-results-row,
	html[xmlns] .ajax__tab_body,
	html[xmlns] .diet-images,
	html[xmlns] .extended-content-content,
	html[xmlns] .extended-content-content-wrap,
	html[xmlns] #navi,
	html[xmlns] #subnavi,
	html[xmlns] #atria-footer,
	html[xmlns] #sitemap-atria-sites,
	html[xmlns] #sitemap-content-wrap
	{
		display: block;
	}
	* html .clearfix,
	* html #container,
	* html #header,
	* html #content,
	* html .content-columns,
	* html .two-columns,
	* html .share-this-page,
	* html .comment,
	* html .product-search,
	* html .product-search-results-row,
	* html .recipe-search,
	* html .recipe-search-results-row,
	* html .recipe-quicksearch-results-row,
	* html .ajax__tab_body,
	* html .diet-images,
	* html .extended-content-content,
	* html .extended-content-content-wrap,
	* html #navi,
	* html #subnavi,
	* html #atria-footer,
	* html #sitemap-atria-sites,
	* html #sitemap-content-wrap
	{
		height: 1%;
	}
	
	
	
/* MOSS Specific styles begin */
.ms-WPBody 
{
    font-family: Arial, Verdana, sans-serif;
    font-size: inherit;
}
.threeboxes table,
.tallboxes table {
	width: 240px;
}
	.threeboxes table table,
	.tallboxes table table {
		width: 100%;
	}
.column-right .ms-WPHeader,
.threeboxes .ms-WPHeader,
.tallboxes .ms-WPHeader {
	background: transparent url(../Images/box_heading_bg.png) no-repeat top left;
	color: #ffffff;
	width: 240px;
	padding: 0;
}
.tallboxes span.ms-WPHeader {
	background-image: none;
	color: #ffffff;
	width: 240px;
	padding: 0;
}
.tallboxes .ms-WPHeader {
	background: transparent url(../Images/tallbox_heading_bg.png) no-repeat left top;
}
	.column-right .ms-WPHeader td, 
	.threeboxes .ms-WPHeader td {
		padding: 8px 17px 3px 17px;
	}
	.tallboxes .ms-WPHeader td 
	{
	    padding: 15px 17px 7px 17px;
	}
.column-right .ms-WPTitle,
	.column-right .ms-WPTitle a,
.threeboxes  .ms-WPTitle,
	.threeboxes  .ms-WPTitle a,
.tallboxes  .ms-WPTitle ,
	.tallboxes  .ms-WPTitle a 
{
    color: #ffffff;
    font-family: Arial, Verdana, sans-serif;
}
.column-right .ms-WPHeader h3,
.threeboxes .ms-WPHeader h3,
.tallboxes .ms-WPHeader h3 {
	margin: 0;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}

.threeboxes .ms-WPBody,
.tallboxes .ms-WPBody {
	background: transparent url(../Images/box_bg.png) no-repeat bottom left;
	padding: 7px 14px 14px 14px;
	width: 212px;
	font-size: 90%;
}
.column-right .ms-WPBody {
	background: transparent url(../Images/box_bg.png) no-repeat bottom left;
	padding: 7px 14px 14px 14px;
	width: 212px;
	/*min-height: 295px;*/
	font-size: 90%;
}
.tallboxes .ms-WPBody {
	background: transparent url(../Images/tallbox_bg.png) no-repeat bottom left;
	min-height: 409px;
	_height: 409px;
}
.ms-WPBorder 
{
    border-width: 0px;
}
.arrowlink 
{
    background: transparent url(../Images/arrow_right.png) no-repeat top right;
    padding: 2px 23px 4px 0;
    text-align: right;
    display: block;
	line-height: 13px;
}



/* Frontpage box styles */
.four-boxes {
	
}
	.four-boxes .box {
		/*float: left;
		width: 172px;*/
		min-width: 172px;
		_width: 172px;
		background: transparent url(../Images/four-boxes-box_bg.png) no-repeat left top;
		padding: 5px 4px 5px 4px;
	}
		.four-boxes .box-wrap {
			padding: 2px 3px 2px 3px;
		}
		.four-boxes .box-wrap2 {
			
			min-height: 190px;
			_height: 190px;
		}
		.four-boxes .box-wrap:hover {
			background: #b50508 url(../Images/four-boxes-box-hover_bg.jpg) repeat-x left top;
			color: #ffffff;
		}
			.four-boxes .box-wrap:hover a {
				color: #ffffff;
			}
		.four-boxes .ms-WPHeader {
			height: 28px;
			line-height: 28px;
			text-align: center;
			background: transparent url(../Images/four-boxes-box-heading_bg.jpg) no-repeat left top;
			color: #b50508;
		}
			.four-boxes .ms-WPHeader h3 {
				margin: 0;
				text-align: center;
			}
		.four-boxes .box-image {
			border: 2px solid #ffffff;
			margin-bottom: 14px;
			width: 162px;
			height: 81px;
			overflow: hidden;
		}
		.four-boxes .ms-WPBody {
			font-size: 90%;
			line-height: 1em;
		}
		.four-boxes .ms-WPBody a {
			color: #4c4c4c;
		}
		.four-boxes .ms-WPBody a:hover {
			color: #ffffff;
			_color: #607784;
		}
		.four-boxes .content-date {
			padding: 3px;
			text-align: right;
			font-style: italic;
			font-size: 90%;
		}
		
		/* uutuustuote */
		.four-boxes .image-frame {
		    border: 2px solid #ffffff;
			margin-bottom: 14px;
			width: 158px;
			height: 77px;
			overflow: hidden;
		}
		.four-boxes .image-frame a {
		    border: 0px none;
			margin: 0;
			margin-left: -2px;
			padding: 0;
			display: inline;
		}
		.four-boxes .image-frame a img {
		    border: 0px none;
			margin: 0;
			margin-top: -2px;
			padding: 0;
			display: inline;
		}
		/* /uutuustuote */

.box-alternate {
	min-width: 232px;
	_width: 232px;
	background: transparent url(../Images/box-alternate_bg.png) no-repeat left top;
	padding: 5px 4px 5px 4px;
}
		.box-alternate .box-wrap {
			padding: 2px 3px 2px 3px;
		}
		.box-alternate .box-wrap2 {
			
			min-height: 190px;
			_height: 190px;
		}
		.box-alternate .box-wrap:hover {
			background: #b50508 url(../Images/four-boxes-box-hover_bg.jpg) repeat-x left top;
			color: #ffffff;
		}
			.box-alternate .box-wrap:hover a {
				color: #ffffff;
			}
		.box-alternate .ms-WPHeader {
			height: 28px;
			line-height: 28px;
			text-align: center;
			background: transparent url(../Images/box-alternate-heading_bg.jpg) no-repeat left top;
			color: #b50508;
		}
			.box-alternate .ms-WPHeader h3 {
				margin: 0;
				text-align: center;
			}
		.box-alternate .box-image {
			border: 2px solid #ffffff;
			margin-bottom: 14px;
			width: 222px;
			height: 111px;
			overflow: hidden;
		}
		.box-alternate .ms-WPBody {
			font-size: 90%;
			line-height: 1em;
		}
		.box-alternate .ms-WPBody a {
			color: #4c4c4c;
		}
		.box-alternate .ms-WPBody a:hover {
			color: #ffffff;
		}
		.box-alternate .content-date {
			padding-top: 3px;
			padding-bottom: 3px;
			text-align: right;
			font-style: italic;
			font-size: 90%;
		}

/* Endero.Atria.Web.Kuluttaja.ArticleFilterForm.ascx */

#ArticleFilterFormDiv 
{
    color: #607884;   
    overflow: visible;
    border-top: solid 1px #cfd6dc;
    width: 707px;
    padding-top: 4px;
    padding-bottom: 0px;
}

#ArticleFilterFormDiv label 
{
    padding-left: 5px; 
    padding-right: 5px; 
}

/* Endero.Atria.Web.Kuluttaja.TopArticleList.ascx */

a.redLink, a.redLink:link, a.redLink:active, a.redLink:visited 
{
    color: #b40608;
}

/* todo  pip*/
TD.TopArticleImgDiv 
{
    color: #4c4c4c;
    font-size: 85%;
}

TD.TopArticleImgDiv img 
{
    width: 106px;
    height: 53px;   
}

A.ReadMoreLink, A.ReadMoreLink:link, A.ReadMoreLink:active, A.ReadMoreLink:visited 
{
    color: #4b4c4e;
}

.TopArticleList 
	{
        padding: 0px;
        min-height: 295px;
        /*margin-left: -10px;   */
        /*margin-top: -20px;*/
	}
	
	/*
	.TopArticleList .BannerTitleColumn 
    {
	    color: #ffffff;
	    width: 240px;
	    padding: 10px 0px 0px 0px;
	    height: 24px;
	    margin-left: -14px;
	    font-size: 100%;
    }
*/
	
	.TopArticleList .atria-tab-style .ajax__tab_header {
		background: transparent url(../Images/toparticles-box-tabs_bg.gif) repeat-x left top;
		height: 20px;
		font-weight: bold;
		color: #607784;
		width: 228px;
		margin-left: -8px;
	}


.TopArticleList .atria-tab-style .ajax__tab_header span 
			{
			    display: block;
			    float: left;
			    height: 27px;
			    line-height: 27px;
			    padding-left: 4px;
			    padding-right: 0px;
		    }

		.TopArticleList .atria-tab-style .ajax__tab_header span.ajax__tab_active {
			background: transparent url(../Images/toparticles-box-tab-active_left.gif) no-repeat left top;
			padding-right: 0;
			font-weight: bold;
			color: #4c4c4c;
		}

.TopArticleList .atria-tab-style .ajax__tab_header span.ajax__tab_active .ajax__tab_outer {
				background: transparent url(../Images/toparticles-box-tab-active_right.gif) no-repeat right top;
				padding-right: 15px;
			}

/************************************
  Accordion Jquery UI style overrides 
 ***********************************/
.atria-accordion 
{
   
}
    .atria-accordion .ui-widget {
       font-size: 100%;
    }
    .atria-accordion .ui-helper-reset {
        border:0 none;
        font-size:100%;
        line-height: normal;
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        margin:0;
        outline-color:-moz-use-text-color;
        outline-style:none;
        outline-width:0;
        padding:0;
        text-decoration:none;
    }
    .atria-accordion .ui-state-default, 
    .atria-accordion .ui-widget-content .ui-state-default 
    {
        background: transparent none;
        border: 0 none;
    }
    .atria-accordion .ui-icon 
    {
        display: none;
    }
    .atria-accordion .ui-accordion-header 
    {
        cursor: pointer;
        cursor: hand;
    }
    .atria-accordion .ui-corner-all, 
    .atria-accordion .ui-corner-top,
    .atria-accordion .ui-corner-left,
    .atria-accordion .ui-corner-right
    {
        -moz-border-radius-bottomleft:0px;
        -moz-border-radius-bottomright:0px;
        -moz-border-radius-topleft:0px;
        -moz-border-radius-topright:0px;
    }
    



/*********************************
  Favorites Accordion
*********************************/      
#atria_favorites,
#atria-tsemppis-accordion
{
    position: relative;
    margin: -5px -7px 0 -7px;
}
#atria_favorites .accordion-header,
#atria-tsemppis-accordion .accordion-header 
{
    background: #ad0709 url(../Images/favorite_off.gif) right top repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 0;
}
#atria_favorites .accordion-header-wrap,
#atria-tsemppis-accordion .accordion-header-wrap
{
    background: transparent url(../Images/favorite_arrow_down.gif) top right no-repeat;    
    margin: 0;
    padding: 5px 0 5px 0;
    width: 100%;
    text-align: center;
}
#atria_favorites .accordion-header-wrap a,
#atria-tsemppis-accordion .accordion-header-wrap a
{
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin: 0;
    text-decoration: none;
    display: block;
    width: 100%;
}
#atria_favorites .ui-state-active,
#atria-tsemppis-accordion .ui-state-active
{ 
    background: #53768a url(../Images/favorite_on.gif) right top repeat-x;
}
#atria_favorites .ui-state-active .accordion-header-wrap,
#atria-tsemppis-accordion .ui-state-active .accordion-header-wrap
{
    background: transparent url(../Images/favorite_arrow_up.gif) top right no-repeat;
}

#atria_favorites .contentwrapper,
#atria-tsemppis-accordion .contentwrapper
{
    padding: 0px 5px 0px 8px;
    font-size: 11px;
}

#atria_favorites .contentwrapper a,
#atria-tsemppis-accordion .contentwrapper a
{
    font-size: 11px;
    color: #b50500;
}

#atria_favorites .contentwrapper a:hover,
#atria-tsemppis-accordion .contentwrapper a:hover
{
    text-decoration: none;
    color: #607784;
}

#atria_favorites .emptyspaceTop,
#atria-tsemppis-accordion .emptyspaceTop
{
    line-height: 12px;
}

#atria_favorites .emptyspaceBottom,
#atria-tsemppis-accordion .emptyspaceBottom
{
    line-height: 12px;
}

/*********************************
  FAQ Accordion
*********************************/
#categorySelectorArea {
    border-top: 1px solid #d0d8db;
    border-bottom: 1px solid #d0d8db;
    padding: 20px 0 20px 0;
    margin: 15px 0 15px 0;
}

#atria_faq {
    position: relative;
}

#atria_faq .emptyspace {
    line-height: 6px;
    margin: 0;
    padding: 0;
}

#atria_faq .accordion-header-wrap {
    background: transparent url(../Images/arrow_right.png) left top no-repeat;    
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 0 25px;
}

#atria_faq .accordion-header-wrap a {
    font-size: 12px;
    color: #607784;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#atria_faq .ui-state-active .accordion-header-wrap {
    background: transparent url(../Images/arrow_down.png) left top no-repeat;
}

#atria_faq .ui-state-active .accordion-header-wrap a {
    color: #b50500;
}

#atria_faq .accordion-header-wrap a:hover {
    text-decoration: none;
    color: #b50500;
}

#atria_faq .faq_answer {
    font-size: 11px;
    margin: 0 0 0 25px;
}

.bottom_shadow_border {
    background: transparent url(../Images/shadow_border.gif) left top repeat-x;
    width: 100%;
    height: 11px;
    margin: 15px 0 30px 0;
}

/*********************************
  Latest events
*********************************/
#atria_latest a {
    font-size: 12px;
    color: #607784;
}

#atria_latest a:hover {
    text-decoration: none;
    color: #b50500;
}

#atria_latest .box-content-with-image-left {
    width: 61px;
    margin-right: 7px;
    float: left;
}

#atria_latest .box-content-with-image-right {
    width: 143px;
    float: left;
}

#atria_latest .image-crop {
    position: relative;
    display: block;
    width: 55px;
    height: 38px;
    overflow: hidden;
}

#atria_latest .image-crop img {
    position: absolute;
    left: -25px;
    top: -10px;
}

#atria_latest .event {
    font-size: 10px;
    color: #4c4c4c;
    font-weight: bold;
}

#atria_latest .box-border-right {
    clear: both;
    float: right;
    width: 143px;
    margin: 0 0 5px 0;
    line-height: 5px;
    border-bottom: 1px solid #d0d8db;
}

#recipeOfTheDay .rating {
    margin: 3px 0 0 0;
    float: left;
    height: 13px;
}

/*********************************
  Uusimmat keittokirjat WebPart
*********************************/
.CookbookSearchTable .LastModified {
    color:#4C4C4C;
    font-size:10px;
    font-weight:bold;
}
.CookbookSearchTable .textTd .ItemSmall p {
    margin: 0;
    padding: 0 0 2px 0;
}

.CookbookSearchTable p.LastModified span { 
    display: block;
}

.CookbookSearchTable .CookbookSearchHeader td {
    text-align: right;
    font-size: 10px;
}
.CookbookSearchTable .CookbookSearchHeader td a,
.keittokirjalistausWrap,
.ms-WPBody .keittokirjalistausWrap a:link,
.ms-WPBody .keittokirjalistausWrap a:visited,
.ms-WPBody .keittokirjalistausWrap a:active {
    color: #607784;
    font-weight: bold;
    text-decoration: none;
}


.CookbookSearchTable .ItemSmall h4.Title {
    text-align: left;
    display: block;
    margin: 0;
    padding: 2px 0 0 0;
}
.CookbookSearchTable h4.Title a {
    font-size: 12px;
    color: #607784;
    margin: 0;
    padding: 0;
}

.CookbookSearchTable h4.Title a:hover,
.CookbookSearchTable .CookbookSearchHeader td a:hover,
.ms-WPBody .keittokirjalistausWrap a:hover {
    text-decoration: none;
    color: #b50500;
}
.CookbookSearchTable .imagesTd {
    margin: 0;
    /*margin-right:7px;*/
    padding: 0;
    width: 61px;
}
.CookbookSearchTable .imagesTd img {
    border:1px solid #D0D7DC;
    padding:2px;
}
.CookbookSearchTable .textTd {
    width: 143px;
    margin-left:7px;
    border-bottom: 1px solid #d0d8db;
}
.CookbookSearchTable .ratingcount {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
    
.CookbookSearchTable .textTd .ItemSmall .Comments {
    color: #4C4C4C;
    font-size: 10px;
    font-weight: normal; 
    margin-bottom: 5px;  
}

.keittokirjalistausWrap {
    margin-top: 20px;
}

/*************************/


/* Endero.Atria.Web.Kuluttaja.ArticleListWithBanner.ascx */

.ArticleListWithBanner 
{
    padding-left: 12px;    
    padding-top: 4px;
}

.ArticleListWithBanner .date 
{
    color: #4c4c4c;
    font-size: 80%;
}

.ArticleListWithBanner .link 
{
    padding-bottom: 8px;
}

.ArticleListWithBanner .link a, .ArticleListWithBanner .link a:link, .ArticleListWithBanner .link a:visited 
{
    color: #5f7684;
    font-weight: bold;
    font-size: 100%;
}

a.readmoreLink, a.readmoreLink:link, a.readmoreLink:visited 
{
       color: #5f7684;
    font-weight: normal;
    font-size: 100%;
}

.ArticleListWithBannerLinkDiv 
{
    float: right;
    margin-top: 10px;
}
.ArticleListWithBannerLinkDiv .text 
{
    float: left;
    padding-right: 5px;
    padding-top: 2px;
}
.ArticleListWithBannerLinkDiv .arrow 
{
    float: left;
    padding-right: 20px;
}

.ArticleListWithBannerImage 
{
    margin-left: 2px;
}

.bannercolumn
{
	/*background: transparent url(../Images/box_bg.png) no-repeat bottom left;*/
	background: transparent url(../Images/tallbox_bg.png) no-repeat bottom left;
	padding: 0px 0px 0px 7px;
	width: 233px;
	height: 430px;
	margin-top: 2px;
}

.BannerTitleColumn 
{
    background: transparent url(../Images/box_heading_bg.png) no-repeat top left;
	color: #ffffff;
	width: 240px;
	padding: 10px 0px 0px 0px;
	height: 25px;
	margin-left: 0px;
	font-size: 150%;
}

.BannerTitleRightColumn
{
    background: #ffffff url(../Images/box_heading_bg.png) no-repeat top left;
	color: #ffffff;
	width: 240px;
	padding: 5px 0px 0px 0px;
	height: 25px;
	margin-top: -7px;
	margin-left: -14px;
	font-size: 150%;
}
body.atriafi-section-frontpage .BannerTitleRightColumn 
{
    margin-top: -11px;
}

/*
.TopArticleList .BannerTitleColumn 
{
    background: transparent url(../Images/box_heading_bg.png) no-repeat top left;
    background-image: none;
    color: #ffffff;
	width: 220px;
	padding: 20px 0px 0px 0px;
	height: 25px;
	margin-left: 0px;
	font-size: 150%;
}*/

.ratingstar  
{
    /*width:20px;
    height:16px;
    background:url('../Images/star.gif') no-repeat center top;*/
    width:15px;
    height:12px;
    background: url('../Images/ratingstar_small.gif') no-repeat center top;
}

.ratingstar_waiting 
{   
    /*width:20px;
    height:16px;
    background:url('../Images/star.gif') no-repeat center middle;*/
    width:15px;
    height:12px;
    background: url('../Images/ratingstar_empty_small.gif') no-repeat center top;
}

.ratingstar_filled  
{
    /*width:20px;
    height:16px;
    background:url('../Images/star.gif') no-repeat center bottom;*/
    overflow: hidden;
    width:15px;
    height:12px;
    background: url('../Images/ratingstar_small.gif') no-repeat center top;
}
.ratingstar_empty 
{
    /*width: 20px;
    height: 16px;*/
    width: 15px;
    height: 12px;
    background: url('../Images/ratingstar_empty_small.gif') no-repeat center top;
}

/* Ruokaohjetieto.ascx */

.recipe-rating-box 
{
    clear: both;
    height: 36px;
    margin-left: 6px;
    /*margin-top: -10px;*/
    padding: 0px;
    background-image: url('../Images/ruokaohje_rating_bg.gif'); 
}

.recipe-rating-box .wrapper,
.recipe-rating-box .videolink 
{
    padding-top: 10px;
    float: right;
}
.recipe-rating-box .videolink .imagebutton
{
    margin-top: -4px;
}
.recipe-rating-box .videolink
{
    float: left;
    background-color: Transparent;
    padding-left: 8px;
}

.recipe-rating-box .wrapper .text,
.recipe-rating-box .wrapper .stars
{
    float: left;
    background-color: Transparent;
    padding-right: 8px;
}

.recipe-rating-box .wrapper .stars div div 
{
    float: left;
}

.recipe-rating-box .ratingcount 
{
    float: right;
    margin-top: -2px;
}

/* Endero.Atria.Web.Ruokaohje.RuokaohjeSuositus.ascx */

.box-content-with-image-left .ratingstar, 
.article-info .ratingstar
{
    width: 15px;
    height: 12px;
    background: url('../Images/ratingstar_small.gif') no-repeat center top;
}

.box-content-with-image-left .ratingstar_empty, 
.article-info .ratingstar_empty
{
    width: 15px;
    height: 12px;
    background: url('../Images/ratingstar_empty_small.gif') no-repeat center top;
}

.box-content-with-image-left .ratingcount 
{
    visibility: hidden;
}

.ruokaohjehaku-item 
{
    padding-left: 50px;
}


#tooltip 
{
 
    padding: 10px;
}
#SearchResultTooltip 
{
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #999999;
    text-align: center;
}
    #SearchResultTooltip .image-frame 
    {
        padding: 0 0 2px 0;
		border: none 0;
    }

#AtriaYrityksenaSubnavi 
{
    width: 226px;
    border-top: solid 1px #d0d7dd;
    padding-top: 12px;
    padding-bottom: 24px;
    background: transparent url("../Images/viiva_paksu_8bit.png") no-repeat left bottom;
}

#AtriaYrityksenaSubnavi ul 
{
    padding: 0px;
    margin: 0px;   
    list-style-type: none;
}
#AtriaYrityksenaSubnavi ul li 
{
    padding: 0px;
    margin: 0px;   
}

#AtriaYrityksenaSubnavi ul li a 
{
    font-weight: normal;
	color: #607882;
	text-decoration: none;
	font-size: 110%;
	padding: 0 0 4px 25px;
	background: transparent url(../Images/arrow_right.png) no-repeat top left;
	display: block;   
}

#AtriaYrityksenaSubnavi ul li.current a 
{
    font-weight: bold;
	color: #b50508;
	text-decoration: none;
	font-size: 110%;
	padding: 0 0 4px 25px;
	background: transparent url(../Images/arrow_right.png) no-repeat top left;
	display: block;   
}

#AtriaYrityksenaSubnavi ul li.current ul li a 
{
    font-weight: normal;
	color: #607882;
	text-decoration: none;
	font-size: 110%;
	padding: 0 0 0 40px;
	background-image: none;
	display: block;   
}

#AtriaYrityksenaSubnavi ul li.current ul li.current a 
{
    font-weight: normal;
	color: #b50508;
	text-decoration: none;
	font-size: 110%;
	padding: 0 0 0 40px;
	background-image: none;
	display: block;   
}

#AtriaYrityksenaSubnavi a:hover, 
#AtriaYrityksenaSubnavi ul li ul li a:hover {
    color: #b50508;
}

/* Login */

.LogInForm 
{}

.LogInForm input 
{
    width: 105px;
}

.LogInForm input[type='checkbox'],
.LogInForm input.checkbox  
{
    width: 20px;
}

.LogInForm input[type='submit'],
.LogInForm input.submit  
{
    background-image: url(../Images/buttons/laheta.png);
    background-position: center top;
    background-color: transparent;
	background-repeat: no-repeat;
    width: 97px;
    height: 24px;
    overflow: hidden;
    padding: 24px 0 0 0;
    margin: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.LogInForm input[type='submit']:hover,
.LogInForm input.submit:hover  
{
    background-position: center bottom;
}

.LogInForm label 
{
    margin-right: 5px;   
}
    
    .laheta
    {float:left
        }
        
        
        
/* Tsemppis styles */
.tsemppis-question 
{
    width: 710px;
    height: 142px;
    clear: both;
    padding: 0;
    margin: 0;
    background-image: url(/_layouts/Endero.Atria.Web.Tsemppis/Images/Test/kysymys_bg.jpg);
}
.tsemppis-question-text
{
    width: 205px;
    height: 112px;
    float: left;
    padding: 0;
    margin: 30px 10px 0 20px;
}
.tsemppis-question-choice
{
    width: 475px;
    height: 82px;
    float: left;
    padding: 0;
    margin: 0 0 0 0;
}
.tsemppis-question-choice .tsemppis-question-choice-begin,
.tsemppis-question-choice .tsemppis-question-choice-end,
.tsemppis-question-choice .tsemppis-question-choice-value
{
    padding: 0;
    margin: 0;
    float: left;
}
.tsemppis-question-choice-begin, .tsemppis-question-choice-end
{
    width: 115px;
    height: 140px;
    text-align: center;
    margin: 0;
}
.tsemppis-question-choice-value
{
    position: relative;
    top: 60px;
    width: 235px;
    text-align: center;
    height: 82px;
    margin: 60px 0 0 0;
}

/* override slider label word wrapping */
.tsemppis-question-choice-value .ui-slider li,
.tsemppis-question-choice-value .ui-slider dd {
    white-space: normal;
}

.tsemppis-test-result-panel
{
    width: 710px;
}
.tsemppis-test-result-description
{
    width: 45%;
    float: left;
    margin-left : 0;
}
.tsemppis-test-result-description + .tsemppis-test-result-description
{
    margin-left: 20px;
}
.tsemppis-test-result-buttons
{
    height: 70px;
    text-align: center;
    margin: 20px 150px 20px;
}
.tsemppis-test-result-buttons div
{
    float: left;
    width: 170px;
    height: 70px;
}
.tsemppis-test-result-clear-both
{
    clear: both;
    margin: 10px 0;
}
#fi .btn-tsemppis-tallenna 
{
	height: 26px;
	padding: 26px 0 0;
	width: 157px;
	background-image: url(../../endero.atria.web.tsemppis/Images/buttons/tsemppis-results-save.png);
}
#fi .btn-tsemppis-haasta 
{
	height: 26px;
	padding: 26px 0 0;
	width: 157px;
	background-image: url(../../endero.atria.web.tsemppis/Images/buttons/tsemppis-results-challenge.png);
}
#fi .btn-tsemppis-sivulle
{
	height: 26px;
	padding: 26px 0 0;
	width: 157px;
	background-image: url(../../endero.atria.web.tsemppis/Images/buttons/tsemppis-goto-page.png);
}


/* SCROLLABLE MyTsemppis webpart */
#tipScrollable {
    margin: 15px -5px 10px -8px;
}

#tipScrollable .scroller {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}

#tipScrollable .scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 160px;
	height: 170px;
	/* custom decorations */
	padding: 0;
	margin: 0;
	background: transparent;
	/* this makes it possible to add next button beside scrollable */
	float: left;
	border: 0;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
#tipScrollable .scrollable .items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;
	font-size: 11px;
	/* decoration */
	margin-left: 2px;
	border: 0;
	height: 170px;
}
#tipScrollable	.scrollable .items a {	
	display: block;
	color: #607784;
}

#tipScrollable	.scrollable .items a:hover 	{
    text-decoration: none;
	color: #b50500;
}

/* single scrollable item */
#tipScrollable .scrollable .items .item {
	float:left;
	/* custom decoration */
	text-align:center;
	width: 160px;
	padding: 0px;
	height: 170px;
	overflow: hidden;
	border: 0;
}

#tipScrollable .scrollable .items .item div {
    background: none;
}
#tipScrollable .scrollable .items .item .tsemppis-cardlink-divcard
{
    height: 170px;
}
/* active item */
#tipScrollable .scrollable .items .active {
	/*background-color: #69be28;*/
	color: #ffffff;
}
#tipScrollable	.scrollable .items .active a {
	color: #ffffff;
}

/* prev, next, prevPage and nextPage buttons */
#tipScrollable a.prev, #tipScrollable a.next {
	display: block;
	width: 27px;
	height: 51px;
	background: transparent url(../Images/ssp_arrow_left.gif) no-repeat;
	float: left;
	margin: 52px 0 0 0;
	padding: 0;
	cursor: pointer;
	font-size: 1px;
}

/* mouseover state */
#tipScrollable a.prev:hover {
	background: transparent url(../Images/ssp_arrow_left_on.gif) no-repeat;
}

#tipScrollable a.next:hover {
	background: transparent url(../Images/ssp_arrow_right_on.gif) no-repeat;
}

/* next button uses another background image */
#tipScrollable a.next {
	background: transparent url(../Images/ssp_arrow_right.gif) no-repeat;
	clear:right;
	float: right;	
}

#tipScrollable a.disabled, #tipScrollable a.disabled:hover {
    background: none;
    cursor: default;
}

/*** KUVIIN KEHYKSET. Koskee niitä kuvia Webparteissa joihin aikaisemmat määritteet eivät vaikuta. On sama kuin .image-frame *****/
    /* IDEASTAINSPIRAATIOON/ARKEEN/Sivut/default.aspx */
.ms-WPBody .artikkeli .contentWrapper .imgDiv img {
		padding: 2px;
		border: 1px solid #d0d7dc;
}
	/* IDEASTAINSPIRAATIOON/Sivut/default.aspx */
.TopArticleImgDiv .image-frame {
		width:106px; /* tarkasta toimivuus IE (110px)ja Fox */
}
	
/*** A100NK subpages Right plain Webpart **/
.a100nk-wp-plain 
{
    width: 215px;
    padding: 0 0 0 10px;
}
	

