﻿/*-- Hae (sähköisistä) teoksista --*/

.e-product-search-wrapper
{
	position: relative;
}

.e-product-search-input
{
	width: 170px;
	padding-left: 5px;
	padding-right: 30px;
	height: 25px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 11px;
}

.e-product-search-button
{
	display: block;
	position: absolute;
	top: 0px;
	left: 180px;
	width: 25px;
	height: 25px;
	border: none;
	background: transparent url(../Images/Site/MainMenu/search-16x16.png) center center no-repeat;
	cursor: pointer;
}

/*-- RSS-nosto --*/
.RSSFeedWrapper ul
{
	list-style-type: none !important;
	padding: 0 !important;
}
.RSSFeedWrapper li
{
	margin-top: 30px;
}
.RSSFeedWrapper li:first-child
{
	margin-top: 0;
}
.RSSFeedWrapper li a
{
	color: #444;
	font-weight: bold;
	display: block;
}
.RSSFeedWrapper li a:hover
{
	/*text-decoration: none;*/
}
.RSSFeedWrapper li a .date
{
	display: block;
	color: #999;
	font-weight: normal;
}

/*-- Sanapilvi --*/
.word-cloud a { color: #666 !important; }

/*-- Kysely --*/
/* Radio- ja checkboxlistojen labelit eivät ole kohdallaan. Tässä korjaus. */
/* Bugikorjaus: Inputin position: absolute aihettaa ongelman Firefoxissa ja Chromessa. Valintaa ei voinut tehdä täppää klikkaamalla (valinta onnistui vain täpän tekstiä klikkaamalla).*/
.poll-wrapper td { padding-bottom: 3px; }
.poll-wrapper td span.poll-choice { position: relative; }
.poll-wrapper td span.poll-choice input { /*Bugikorjaus/kommentoidaan: position: absolute;*/ }
.poll-wrapper td span.poll-choice label
{
	position: relative;
	top: -3px;
	/*Bugikorjaus/kommentoidaan:
	display: block;
	margin-left: 20px;*/
	margin-left: 5px;
}

/*-- Kategorialistaus --*/
.category-list-title
{
	background: #efefef;
	padding-left: 10px;
	padding-top: 10px;
	
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #306bb7;
}

.category-list-title-top-padded
{
	padding-top: 10px;
}

.category-list-item,
.category-list-item-active
{
	display: block;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	width: 212px;
	/*margin-left: -11px;*/
	background: #fff;
	border-bottom: 1px solid #f6f6f6;
}

.category-list-item-active,
.category-list-item-active:hover,
.category-list-item:hover
{
	background: #306bb7;
	color: #fff;
	text-decoration: none;
}


