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

  Ilmari CSS
  Bulk

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







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

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

  background-repeat: repeat-x;
  background-position: top left;
}

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

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

/* Normaalit linkit. */
a:link {
	color: #a00000;
	text-decoration: none;
}

a:visited {
	color: #990099;
	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: 1px 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: 10px;
  padding-right: 10px;
}

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

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

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

/* Ilmaa valikon ylä- ja alapuolelle sekä hieman myös vasemmalle. */
tr#topnavi td div {
  padding-left: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
}









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

/* Harmaat viivat fiiliskuvan ylä- ja alapuolelle. */
tr#fiilis td {
  border-top: 0px solid #c0c0c0;
  border-bottom: 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#fiilis td div {
  background-color: #ffffff;
  padding-top: 1px;
  padding-bottom: 1px;
}






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

/* 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: 10px;
  margin-bottom: 10px;
}

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












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

/* Asetetaan solun taustaväri, fontti sekä tasaus. */
tr#copy td {
  display: none;
  background-color: #d0d0d0;
}

td.copy {
  padding: 10px;
  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: 0px;
}

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

/* 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: #3b433c;
	text-decoration: none;
}

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

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




/* 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       *
***************************************/

/* Asetetaan ilmaa spottien väliin. */ 
.tblProductSpot {
  padding-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;
}

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

/* Ingressin fontti. */
a.spotingress:link,
a.spotingress:visited {
  font-family: arial, helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #707070;
  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 #c0c0c0;
}

/* 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: #000000;
}

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











/***************************************
* 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%;
}

