/* Yleiset */
body, table, div
{
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.2;
}

a:link
{
	color: #000000;
}
a:visited
{
	color: #000000;
}
a:active
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #484848;
	text-decoration: none;
}

/* Header */
.header
{
	font-size: 15px;
	font-weight: bold;
}

/* Sub Header */
.subheader
{
	font-size: 12px;
	font-weight: bold;
}

/* Medium Small */
.med_small
{
	font-size: 11px;
}

/* Left Footer */
.left_footer
{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

/* Small */
.small
{
	font-size: 9px;
}

/* Copyright */
a.copyright
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-shadow: 1px 1px 2px #333;
	filter:alpha(opacity=50);
	opacity: 0.5;
	zoom: 1;

}
a.copyright:hover
{
	color: #CCCCCC;
	text-decoration: none;
}

/* Navigaatio */ 
a.nav, a.nav:link, a.nav:visited, a.nav:active
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 2;
}
a.nav:hover
{
	color: #404040;
}

/* SUB-Navigaatio */ 
a.nav_sub, a.nav_sub:link, a.nav_sub:visited, a.nav_sub:active
{
	margin-left: 5px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 1.5;
}
a.nav_sub:hover
{
	color: #404040;
}

/* Text link */
a.link
{
	text-decoration: none;
}
a.link:hover
{
	color: #FF0000;
}


/* Input */
input, textarea
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 2px;
}

td.tuotteet
{
	padding: 2px;
}

table.thinTable
{
	border: 1px solid #000000;
	border-collapse: collapse
}

table.thinTable td
{
	border: 1px solid #000000;
}

/* Debug */
.debugBox
{
	margin: 0px;
	padding: 4px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
