﻿/* -- THForm ---------------------------- */
/* Lomakkeen asettelu on tehty taulukolla. */
.THForm table td
{
	padding: 0 0 5px 0 !important;
}
/* Syöttökentät */
.THForm table input:not([type=submit]):not([type=radio]):not([type=checkbox]), 
.THForm table textarea,
.THForm table select
{
	height: 23px;
	padding-left: 5px;
	border: 1px solid #e0e0e0;
}
/* Multiline */
.THForm table textarea 
{
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	padding-top: 4px;
	height: 100px;
}
/* Dropdownit */
.THForm table select
{
	width: 100%;
}
/* Checkboxien ja radiobuttonien sijoittelu niiden teksteihin nähden. */
.THForm table input[type=radio],
.THForm table input[type=checkbox]
{
	margin-right: 5px;
	position: relative;
	top: 3px;
}
/* Submit buttonit */
.THForm table input[type=submit]
{
   width: 100%;
}

/* -- Pagerit ---------------------------- */
.THSiteMapContentAreaPager
{
	height: 25px;
	text-align: right;
}

.THSiteMapContentAreaPager a,
.product-listing-pager a
{
	height: 40px;
	min-width: 40px;
	line-height:40px;
	text-align:center;
	border: 1px solid #d8d8d8;
	background: #fff;
	color: #999;
	margin-left: 10px;
	cursor: pointer;
	display:inline-block;
}

.THSiteMapContentAreaPager a:hover,
.product-listing-pager a:hover
{
	text-decoration: none;
	background: #32bae4;
	border: 1px solid #32bae4;
	color: #fff;
}
																
.THSiteMapContentAreaPager a.selected,
.product-listing-pager a.selected
{
	border: 1px solid #32bae4;
	background: #32bae4;
	color: #fff;
	cursor: default; 
}

.THSiteMapContentAreaPager a.selected:hover,
.product-listing-pager a.selected:hover
{
	text-decoration: none;
}

/* Collapse ---------------------------- */
/* Sisältöalueen data on cropattu, ja käyttäjällä mahd. katsoa koko sisältö. */
.THSiteMapContentAreaCollapsed
{
	/* rivikorkeus on kaikkialla 17px - Typography.css */
	/* cropataan html */
	height: 88px; /* 5 riviä */
	overflow: hidden;
}
.THSiteMapContentAreaExpanded
{
	height: auto;
}

/*-- RSS-nosto  ---------------------------- */
.RSSFeedWrapper ul { list-style-type: none; }
.RSSFeedWrapper li { margin-bottom: 10px; }

/*-- Kysely  ---------------------------- */
/* Radio- ja checkboxlistojen labelit eivät ole kohdallaan. Tässä korjaus. Myös Firefox ja Chrome huomioitu. */
.poll-wrapper td { padding-bottom: 3px; }
.poll-wrapper td span.poll-choice { position: relative; }
.poll-wrapper td span.poll-choice label
{
	position: relative;
	top: -3px;
	margin-left: 5px;
}