/* Tikkurila.fi Light grey CSS Document 10/2009 */

/* Header */

div.header {
	background-color:#c0c1c3;
}

div.m_logo {
	background:url(../../../images/lightgrey/m_logo.gif) left top no-repeat;
}

div.logo {
	background:url(../../../images/lightgrey/logo.gif) left top no-repeat;
}

div.searchbox {
	background:url(../../../images/lightgrey/magnifier.gif) left top no-repeat;
}

td.newsletter_header {
	background:#c0c1c3;
}


/* Navigation */

ul.tabset, #tabheader ul {
	background-color:#c0c1c3;
}

div.navigation .horbaritem, li.tabitem, #tabheader li {
	background:url(../../../images/lightgrey/horbar_right.gif) top right no-repeat #9e9e9e;
}

div.navigation .horbaritemselected, li.tabitem_current, #tabheader #current {
	background:url(../../../images/lightgrey/horbarselected_right.gif) top right no-repeat #fff;
}

div.navigation .horbaritemselected a, .content ul.tabset li.tabitem_current a, .content #tabheader #current a {
	color:#333333;
}

div.navigation2 .horbaritem2 a {
	color:#333333;
}

div.navigation2 .horbaritemselected2 a {
	color:#555;
}


/* Content */

.content h1 {
	color:#333333;
}

div.frontpage .content .newsdate {
	color:#666;
	font-size:10px;
	font-weight:normal;
}

div.frontpage .content h1, td.mainblock_letter .content h1 {
	background-color:#cbcbcb;
}

div.frontpage_white .content h1, td.mainblock_letter .content h1 {
	background-color:#fff;
}

.content h2, .content h3 {
	color:#333333;
}

.content .newsdigesttitle {
	color:#333333;
}

div.frontpage .content .newsdigesttitle {
	background-color:#cbcbcb;
}

div.frontpage_white .content .newsdigesttitle {
	background-color:#fff;
}

.content a {
	color:#333333;
}

