@charset "utf-8";
/*
	Patria typography CSS
	created on 14.10.2008
	by AL, Descom Oy
*/

body {
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

/* =nav_main */
ul#nav-main {
	font-weight: bold;
	font-size: 11px;
}

ul#nav-main a {
	text-decoration: none;
}

/* =nav_sub */
ul#nav-sub {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}

ul#nav-sub a {
	text-decoration: none;
}

ul#nav-sub a.sec-level {
	font-weight: normal;
}

/* =content */
div#content h1 {
	font-size: 17px;
	font-weight: bold;
}

div#content h2 {
	font-size: 15px;
	font-weight: bold;
}

div#content h3 {
	font-weight: bold;
}

div#content blockquote em {
	font-weight: bold;
	font-style: italic;
}

div#content b,
div#content strong {
	font-weight: bold;
}

div#content em,
div#content i {
	font-style: italic;
}

div#content ul#news li em, 
div#content ul#news li {
	font-weight: bold;
	font-style: normal;
}

div#content ul#news li a {
	text-decoration: none;
}

div#content h3.search {
	font-weight: bold;
	font-size: 0.9em;
}

div#content p.hits em {
	font-weight: bold;
}

div#content ul.search-results {
	font-size: 0.9em;
}

div#content ul.search-results li em {
	font-style: italic;
}

div#content h3.announcements {
	font-weight: bold;
}

div#content p.title, 
div#content p.title em {
	font-weight: bold;
}

.announcements,
.news,
p.title {
	font-size: 11px;
}

.announcements.pages {
	font-size: 13px;
}

/* =sidebar-tools */
ul#sidebar-tools {
	text-align: left;
	font-size: 11px;	
}

ul#sidebar-tools a {
	text-decoration: none;
}

ul#sidebar-tools a:hover {
	text-decoration: underline;
}

/* =breadcrumb */
ul#breadcrumb,
ul#breadcrumb-tuotteet {
	font-size: 11px;
}

ul#breadcrumb a.active,
ul#breadcrumb-tuotteet a.active {
	text-decoration: none;
}

/* =footer */
div#footer {
	font-size: 11px;
	text-align: right;
}

div#footer a {
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}