/***************************************

  Ilmari CSS
  Bulk

  $Author: ape $
***************************************/

#foobar{
border:2px solid #b2cc16;
padding:10px;
}




table#tulokset {
	border-collapse: collapse;	
}
table#tulokset td {border: 1px solid #ccc; padding: 3px 5px;}
table#tulokset tr.head td { font-weight: bold; }


tr#topnavi2 a#lang {
	float: right;
}
tr#topnavi2  td {
	background-color: #2f2f2f;
	padding: 8px 8px 8px 8px; margin: 0;
	font-family: arial, helvetica;
	font-size: 12px;
	color: #505050;
	font-weight: normal;
}
tr#topnavi2 a:link,
tr#topnavi2 a:visited {
	border-right: 0px solid #fff;
	background-color: #2f2f2f;
	display: block;
	padding: 4px 9px;
	float: left;
	font-family: arial, helvetica;
	font-size: 12px;
	color: #ccc;
	font-weight: bold;
}
tr#topnavi2 a:hover {
	background-color: #2f2f2f;
	color: #b2cc16;
	text-decoration: none;
}


tr#topnavi2 a:active {
	font-family: arial, helvetica;
	font-size: 12px;
	color: #505050;
	text-decoration: bold;
}

tr#topnavi2 a.current {
font-weight: bold;
color: #b2cc16;
}



/***************************************
* PERUSELEMENTIT                       *
***************************************/

/* Sivun BODY-osa. Tässä asetetaan mm. taustaväri, taustakuva sekä sisennys reunoista. */
body {
  background-color: #ffffff;
  margin: 0;
  padding-top: 0px;
  background-repeat: repeat-x;
  background-position: top left;
}

/* Sivuston perusfontti sekä väri asetetaan tässä. */
body,
td {
  color: #555;
  font-family: verdana, arial, helvetica;
  font-size: 11px;
}

/* Otsikot. */
h1, 
.title {
	color: #2f2f2f;
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 18px;
 
}

/* Normaalit linkit. */
a:link {
	color: #b2cc16;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	color: #b2cc16;
	font-weight:bold;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}









/***************************************
* ASETTELUTAULUKKO                     *
***************************************/

/* Asetetaan asettelun reunukset, taustaväri sekä leveys. */
/* Leveys on syytä asettaa fiiliskuvan leveyttä pienemmäksi. */
table#body {
  border: 0px solid #ffffff;
  background-color: #ffffff;
  width: 200px;
}











/***************************************
* LOGO                                 *
***************************************/

/* Asetetaan viiva logon ja ylänavin välin */
tr#logo td {
  border-bottom: 0px solid #c0c0c0;
}

/* Hieman "ilmaa" logon ylä- ja alapuolelle. */
tr#logo td div.inner {
  padding-top: 0px;
  padding-bottom: 0px;
}











/***************************************
* YLÄNAVIGOINTI                        *
***************************************/

/* Asetetaan valikkosolun fontti. */
tr#topnavi td {

	font-family: arial, helvetica;
	font-size: 12px;
  color: #505050;
  font-weight: normal;
}

/* Voidaan asettaa ilmaa |-merkin molemmin puolin. */
tr#topnavi td span.seperator {
  padding-left: 2px;
  padding-right: 2px;
}

/* Ylävalikon linkki. */
a.topnavi:link,
a.topnavi:visited {
	font-family: arial, helvetica;
	font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

/* Ylävalikon linkkien hover (hiiri päällä). */
a.topnavi:hover {
  color: #cccccc;
  text-decoration: bold;
}

/* Ylävalikon valittu osa. */
span.naviselected {
  font-weight: bold;
  color: #E4E226;
}

/* Ilmaa valikon ylä- ja alapuolelle sekä hieman myös vasemmalle. */
tr#topnavi td div {
  padding-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #2f2f2f;
  padding-top: 3px;
  padding-bottom: 2px;
}









/***************************************
* FIILISKUVA                           *
***************************************/

/* Harmaat viivat fiiliskuvan ylä- ja alapuolelle. */
tr#fiilis td {
  border-top: 0px solid #c0c0c0;
  border-bottom: 0px solid #c0c0c0;
}

/* Valkoinen viiva fiiliskuvan ja harmaan viivan väliin. */
/* Syntyy, kun asetetaan taustaväriksi valkoinen ja lisätään sisennystä ylös ja alas. */
tr#fiilis td div {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}






/***************************************
* ALAFIILISKUVA                           *
***************************************/

div#footer {
	padding-top: 20px;
	text-align: left;
	color: #999;
}


/* Harmaat viivat fiiliskuvan ylä- ja alapuolelle. */
tr#alafiilis td {
  border-top: 1px solid #c0c0c0;
}

/* Valkoinen viiva fiiliskuvan ja harmaan viivan väliin. */
/* Syntyy, kun asetetaan taustaväriksi valkoinen ja lisätään sisennystä ylös ja alas. */
tr#alafiilis td div {
  background-color: #ffffff;
  padding-top: 1px;
}









/***************************************
* SISÄLTÖOSA                           *
***************************************/

/* Asetetaan sisältöalueelle ilmaa ylös ja alas 10px. */
/* Vasempaan reunaan 3px. */
tr#content td div.inner {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Vasemman ja oikean reunan marginaalit. */
td#contentcell {
  padding-left: 5px;
  padding-right: 10px;
}












/***************************************
* COPYRIGHT-BOKSI                      *
***************************************/

/* Asetetaan solun taustaväri, fontti sekä tasaus. */
tr#copy td {
  background-color: #017922;
  visibility: hidden;
}

td.copy {
  padding: 5px;
  font-family: tahoma, arial, helvetica;
  font-size: 10px;
  color: #a0a0a0;
}

/* Damex-linkin määritykset. */
a.copy:link,
a.copy:visited {
  color: #a0a0a0;
  text-decoration: none;
}

a.copy:hover {
  text-decoration: underline;
}









/***************************************
* VASEN NAVIGOINTI                     *
***************************************/

/* Vasemman laidan sisennys. */
td#leftmenucell {
  padding-left: 7px;
  padding-right: 4px;

}

td.menuitem{
width:140px;
display:block;
  border-bottom:1px solid #b2cc16;
}

/* Ilmaa vasemman navigoinnin rivitykseen. */
table.menutable {
  padding-bottom: 3px;
  	display:block;
}

/* Alemman tason marginaali vasemmasta reunasta. */
td.menuspacer {
  width: 15px;
}

/* Menuelementin fontti ja värimääritykset. */
a.menu:link,
a.menu:visited {
	font-family: arial, helvetica;
	font-size: 11px;
	color: #2f2f2f;
	text-decoration: none;
}

/* Hover (hiiri päällä). */
a.menu:hover {
	color: #2f2f2f;
	text-decoration: none;
}

/* Valittu menuitem. */
span.menuselected {
  font-weight: bold;
  color: #b2cc16;
}




/* Voidaan asettaa määreitä menun eri "tasoille". */
/* Näitä ei yleensä tarvitse käyttää. */
div.menulevel1 {
}
div.menulevel2 {
}
div.menulevel3 {
}







/***************************************
* KALENTERI                            *
***************************************/

a.calendar,
a.calendar:link {
	color: #ff0000;
	text-decoration: none;
}

a.calendar:visited {
	color:#ff0000;
	text-decoration: none;
}

a.calendar:hover {
	color:#ff0000;
	text-decoration: none;
}

.calendartitle {
	background: #eecc66;
	color: #233c65;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 10pt;
}

.calendardaystitle {
	background: #eecc66;
	color: #233c65;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 8pt;
}

.calendardays {
	background: #f0f0f0;
	color: #000000;
	font-family: arial, helvetica;
	font-size: 8pt;
}

.calendartoday {
	background: #e7e3d5;
	color: #000000;
	font-family: arial, helvetica;
	font-size: 8pt;
}

.calendarevent {
	background: #cccccc;
	font-size: 8pt;
}








/***************************************
* FORUM                                *
***************************************/

.forumtitle {
	background: #eecc66;
	color: #233c65;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 10pt;
}

.forumbg1 {
	background: #e7e3d5;
	color: #000000;
}

.forumbg2 {
	background: #f0f0f0;
	color: #000000;
}

.forumbg {
	background: #ffffff;
}









/***************************************
* ETUSIVU / OIKEAN LAIDAN SPOTIT       *
***************************************/

td#leftSpots a:hover {text-decoration: none !important; color: #2f2f2f; }

div.spotTitleLine {border-bottom: 1px solid #eee; text-transform:uppercase; padding-bottom: 8px; margin-bottom: 8px;}

/* Asetetaan ilmaa spottien väliin. */ 
.tblProductSpot {
  padding-bottom: 8px;
  margin-bottom: 10px;
}

/* Spottien otsikon väri. */
/*table.tblProductSpot a:link,
table.tblProductSpot a:visited,
table.tblProductSpot a:hover {
  font-family: arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
} */

.spotTitle {
  font-family: arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;

}

/* Ilmaa kuvan oikealle puolelle. */
td.special_image {
  padding-right: 0px;
}

/* Ingressin fontti. */
a.spotingress:link,
a.spotingress:visited {
  font-family: arial, helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #070707;
  text-decoration: none;
}

/* Ingressin hover. */
a.spotingress:hover {
  text-decoration: underline;
}









/***************************************
* ETUSIVU / TIEDOTELISTAUS             *
***************************************/

/* Lue lisää linkin yläpuolelle harmaa viiva. */
table.tblLueLisaa {
  border-top: 1px solid #5b5b5b;
  margin-top:10px;
  margin-bottom:-10px;
}

/* Ilmaa uutiskuvan ja otsikon väliin. */
td.newsImage {
  padding-right: 10px;
}

/* Otsikko. */
div.newsTitle {
  font-family: arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #b2cc16;
  text-transform:uppercase;
  margin-right: 65px;
}
div.newsTitle a {
  color: #b2cc16;
  
}

/* Ingressi. */
div.newsIngress {
  font-family: arial, helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #555;
}











/***************************************
* TUOTEKORTIT JA TUOTELISTAUS          *
***************************************/


a.card:link,
a.card:visited,
a.product:link,
a.product:visited {
  color: #000000;
  font-weight: bold;
}

.card_image {
  padding-right: 10px;
}

img.product {
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
  padding: 1px;
}

div.card_desc {
  color: #707070;
}










/***************************************
* ÄLÄ KOSKE NÄIHIN                     *
***************************************/

a.nounderline:link,
a.nounderline:visited,
a.nounderline:hover {
	text-decoration: none;
}

.littletitle {
	font-weight: bold;
}

.fullwidth {
	width: 100%;
}
