.list {
	list-style:none;
	list-style-image:none;
	margin:0 0 10px;
	padding:0;
}
.list li {
	display:block;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	background-repeat:no-repeat;
	background-position:0 2px;
	border-bottom:1px solid #eee;
	text-decoration:none;
}
.list li.child_on:hover {
	background-position:0 2px;
	background-repeat:no-repeat;
}
.list h3 a {
	text-decoration:none;
}
.list a:hover {
	color:#f90;
}
.list h3,
.list h4 {
	margin:0;
}

.list li {
	padding-top:5px;
	padding-bottom:5px;
}
.shortlist li a {
	text-decoration:none;
}

/* SLOTS */

.slots .icon {
	border:none;
}

.slots a {
	text-decoration:none;
}
.slots .child {
	margin:3px 0;
}

