/* $Id: groups.css 38 2008-09-05 12:18:22Z edin.coralic $ */

.occurrence_groups .box h1 {
	border-bottom: 1px solid #e4e5e9;
	margin-bottom: 0 !important;
}
.occurrence_groups ul {
	list-style-type: none;
}
.occurrence_groups ul li {
	border-bottom: 1px solid #e2e6e9;
}
.occurrence_groups ul li li {
	padding-left: 20px;
}
.occurrence_groups ul li li.last {
	border-bottom: none;
}
.occurrence_groups ul li a {
	padding-top:0.4em;
	padding-bottom:0.4em;
	text-decoration:none;
	font-size:1.2em;
	line-height:1.3em;
	padding-left:11px;
	display: block;
}
.occurrence_groups ul li a.active {
	font-weight:bold;
	color: #f6a810;
	padding-left:23px;
	background:url('/media/dsg/menu_dot.gif') no-repeat 12px 9px;
}

