/*
Jouni Kähkönen, 2013
*/

.productCategoryThumbnail {
	background:#eee;
	-webkit-box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  5px 5px 10px 0px rgba(0, 0, 0, 0.3);
	border:0px solid white;        
}

.productCategoryThumbnail a.thumbnailLink {
	color:inherit;
}
.productCategoryThumbnail a.thumbnailLink:hover {
	color:inherit;
	text-decoration:none;
}
.productCategoryThumbnail:hover {
	background:#f9f9f9;
}
.productCategoryThumbnail img.thumbnailImage {
	opacity:0.95;
}
/*.productCategoryThumbnail img.thumbnailImage:hover {
	opacity:0.95;
}*/

#ikkunatJaOvetDiv {
	margin-left:auto !important;
	margin-right:auto !important;
}
#ikkunatJaOvetDiv h3 {
	font-size:120%;
	margin-top:-5px;
	margin-bottom:-5px;
	padding-top:0px;
	padding-bottom:0px;
}
