.list {
	list-style:none;
	list-style-image:none;
	margin:0 0 10px;
	padding:0;
	border:0px;
}
.list li {
	display:block;
	margin:0;
	padding:5px 10px 5px 10px;
	background-repeat:no-repeat;
	background-position:0 2px;
	text-decoration:none;
	border:0px;
}
.list li.child_on:hover {
	background-position:0 2px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.col1 h3 a,
.col2 h3 a,
.list h3 a {
	text-decoration:none;
}
.list a:hover {
	color:#b60000;
}
.list h3,
.list h4 {
	margin:0;
}

.longlist {
	clear:left;
	padding-top:10px;
	
}

.shortlist {
margin: 10px 0 5px 0;
border:0px;
}
.shortlist li {
	padding:3px 0 3px 15px;
}
.shortlist li h4 {
	display:inline;
}
.shortlist li a {
	display:block;
	padding-left:8px;
	background-repeat:no-repeat;
	background-position:0 -3px;
	text-decoration:none;
	color:#aaa;
}
.shortlist li a:hover {
	background-repeat:no-repeat;
	background-position:0 -3px;
}
.shortlist li.child_off {
	display:block;
	padding-left:8px;
	background-repeat:no-repeat;
	background-position:0 3px;
}

/* SLOTS */

.slots .icon {
	border:none;
}

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

