/* ----------Yleisiä tyylejä-------------*/

body, td, font, p {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}

/* ----------Formit ja elementit-------------*/

form{
	display:inline;
}

.searchInput {  
	font-size: 10px;
	color: #666666;
	width:145px; 
}

INPUT{
	font-size: 10px;	
}

/* ----------Vakio linkkityyli-------------*/

A:link			{ color: #3366CC;text-decoration: none}
A:hover			{ color: #666666;text-decoration: none}
A:visited			{ color: #3366CC;text-decoration: none}
A:visited:hover		{ color: #666666;text-decoration: none}

/* --------------Menu-----------------*/

A.menu:link				{ color: #FFF;text-decoration: none}
A.menu:hover			{ color: #FFF;text-decoration: underline}
A.menu:visited			{ color: #FFF;text-decoration: none}
A.menu:visited:hover	{ color: #FFF;text-decoration: underline}


/* ----------Otsikkotyylit-------------*/

H1{
	font-size: 18px;
	font-weight: bold;
	color:#000000		
}
H2{
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	margin: 0;
	padding: 0;
}
H3, H4, H5, H6{
	font-size: 12px;
	font-weight: bold;
	color:#666666		
}


/* ----------Polun tyylit-------------*/

.path					{ color: #666666;text-decoration: none;}
A.path:link				{ color: #666666;text-decoration: none;}
A.path:hover			{ color: #000000;text-decoration: none;}
A.path:visited			{ color: #666666;text-decoration: none;}
A.path:visited:hover	{ color: #000000;text-decoration: none;}

/*------------Layout-tyylit-----------*/

#lay1_lftCol{width:248px}
#lay1_cntCol{width:15px}
#lay1_lftCol{}
#orangeBg{color:#FFF}

#lay2_lftCol{text-align:justify}
#lay2_rgtCol{text-align:justify}


/* ---------------Muut-----------------*/

.copyright{color:#FFF}
.ingress{font-size: 12px;font-weight: bold;color:#666666}
.newsText{text-align:justify}

/*------------ Tuotelistaus-----------*/

.productName {color:#FFF;font-weight:bold}

.productLink					{ color: #FFF;text-decoration: none;}
A.productLink:link				{ color: #FFF;text-decoration: underline;}
A.productLink:hover				{ color: #FFF;text-decoration: none;}
A.productLink:visited			{ color: #FFF;text-decoration: underline;}
A.productLink:visited:hover		{ color: #FFF;text-decoration: none;}

