/* tyylit pagegroupin nostoille */

#pagegroup_nostot {
	width: 190px;
	font-size: 8pt;
}

#pagegroup_nostot .nosto {
	width: 190px;
	margin-bottom: 10px;
	font-size: 8pt;
}

#pagegroup_nostot .date {
	color: #888888;
	font-size: 7pt;
}

#pagegroup_nostot .title {
	color: #000000;
	font-weight: bold;
}

#pagegroup_nostot a {
	text-decoration: none;
	color: #3E3619;
}

#pagegroup_nostot a:hover {
	text-decoration: underline;
}


#pagegroup_nostot ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#pagegroup_nostot li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: .7em .5em;
	padding-left: 2em;
	padding-right: 1em;
}


/* tyylit pagegroup view:lle */

#pagegroup_view {
	font-size: 9pt;
	padding: 20px;
	padding-top: 16px;
}

#pagegroup_view .nosto {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	zoom: 1;
}

#pagegroup_view .date {
	color: #666666;
}

#pagegroup_view .title {
	color: #000000;
	font-weight: bold;
}

#pagegroup_view ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#pagegroup_view li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: .7em .5em;
	padding-left: 2em;
	padding-right: 1em;
}

