/* Fix for IE */
ul{
	margin: 0;
	padding: 0;
}

.kollaps_hidden ul {
	display: none;
}

.kollaps_visible ul {
	display: block;
}

.kollaps_pluss {
	background: url(/templates/sommar/grafikk/ikoner/ubrukte/bullet_toggle_plus.png) no-repeat 0% 50%;
	padding: 0 0 0 13px;	/* width of the img */
	/*display: inline-block;*/	/* IE correction to show the icon */
	cursor: hand;	/* IE correction to show hand instead of arrow */
	vertical-align: bottom;	/* Opera correction to get the last word vertical aligned */
}
.kollaps_pluss:hover {
	background-image: url(/templates/sommar/grafikk/ikoner/ubrukte/bullet_toggle_plus.png);
}

.meny_aktivitetinfo {
	color: #666;
	font-size: xx-small;
}
