.list {
	list-style:none;
	list-style-image:none;
	margin:0 0 10px;
	padding:0;
	border-top:1px solid #ddd;
}
.list li {
	list-style:none;
	display:block;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	background-repeat:no-repeat;
	background-position:0 2px;
	border-bottom:1px solid #ddd;
	text-decoration:none;
}
.list li.child_on:hover {
	background-position:0 2px;
	background-repeat:no-repeat;
	background:#ffd;
}
.list a:hover {
	color:#f90;
}
.list h3,
.list h4 {
	margin:0;
}
.list h3 {
	font-size:13px;
}
.list h4 {
	font-size:12px;
}

.shortlist li a {
	text-decoration:none;
}

/* SLOTS */

.slots .icon {
	border:none;
}

.slots a {
	text-decoration:none;
}
.slots .child {
	margin:3px 0;
}
