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

  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: 30px;
  text-align:left;
  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: bold;
	font-size: 14px;
	text-transform:capitalize;

}

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

a:visited {
	color: #8db61e;
	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: 3px solid #ffffff;
  background-color: #ffffff;
  width: 200px;
text-align:left;
}











/***************************************
* 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:0px;
}











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

/* Asetetaan valikkosolun fontti. */
tr#topnavi td {
	font-family: arial, helvetica;
	font-size: 12px;
  color: #505050;
  font-weight: normal;
  text-align:left;
    border-bottom: 1px solid #c0c0c0;
}

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

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

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

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

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









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

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

/* 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;
  width:940px;
}

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

}

td.copy {
  padding: 6px 0 0 0;
  font-family: tahoma, arial, helvetica;
  font-size: 11px;
  color: #202020;
}

/* 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       *
***************************************/
table.tblProductSpot span.spotTitle{

}

div.vali{
display:block;
height:9px;
}

/* Asetetaan ilmaa spottien väliin. */ 
div#sLeft table.tblProductSpot span.spotTitle{
 background:#8db61e;
 display:block;
 line-height:20px;
 color:#fff;
padding:0;
margin:0;
text-transform:uppercase;
 text-align:center;
 font-weight:normal;
 width:170px;

}



/* Spottien otsikon väri. */
div#sRight table.tblProductSpot a:link,
div#sRight table.tblProductSpot a:visited,
div#sRight 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:0;
margin:0;
}

/* Ingressin fontti. */
div#sRight table.tblProductSpot a.spotingress:link,
div#sRight table.tblProductSpot a.spotingress:visited {
  font-family: arial, helvetica;
  font-size: 11px;
  font-weight: lighter;
  word-spacing:2px;
  color: #505050;
  text-decoration: none;
  line-height:14px;
}

/* Ingressin hover. */
table.tblProductSpot a.spotingress:hover {
  text-decoration: none;
}








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

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

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

/* Otsikko. */
div.newsTitle {
  font-family: arial, helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #505050;
  display:block;
  background-color:#8db61e;
  padding-left:10px;
  margin-top:10px;
text-transform:uppercase;
line-height:20px;

}

div.newsTitle a:link,
div.newsTitle a:visited{
color:#fff;
text-decoration:none;
}

div.newsTitle a:hover{
}

/* Ingressi. */
div.newsIngress {
  font-family: arial, helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #505050;
  white-space:pre;
padding-left:2px;
padding-top:2px;
line-height:14px;

}



div.newsIngress a:link,
div.newsIngress a:visited{
color:#505050;
text-decoration:none;
}

div.newsIngress a:hover{
text-decoration:none;
}








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

