#finder {
	width: 220px;
	font-size: 10px;
	font-family: verdana, helvetica, arial, sans-serif;
}
#finder h2 {
	width: 220px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: url(quick-finder.gif) 0 0 no-repeat;
}
#finder span {
	display: none;
}

#finder .spotlight,
#finder .has_spotlight .index {
	display: none;
}
#finder .has_spotlight .spotlight {
	display: block;
}

/* No spotlight */

#finder .finder_section {
	margin-bottom: 2px;
	padding: 0 0 10px;
	background-color: #222;
}
#finder h3 {
	margin: 0;
	padding: 10px 0 5px 10px;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#finder .whatsnew {
	margin: 0;
	padding: 10px 0 5px 10px;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#finder ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	color: #eeeeee;
	font-size: 11px;
	line-height: 16px;
}
#finder li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#finder a {
	color: #f6e8b8;
	text-decoration: none;
}
#finder a:hover {
	text-decoration: underline;
}

/* Spotlight */

#finder .has_spotlight {
	background-color: #f6e8b8;
	color: black;
}
#finder .has_spotlight h3 {
	padding-bottom: 10px;
	color: #222222;
}
#finder .spotlight img {
	margin: 0;
	padding: 0;
	border: 0;
}
#finder .spotlight h4 {
	margin: 0;
	padding: 10px;
	color: #d53529;
	font-size: 12px;
	text-transform: uppercase;
}
#finder .spotlight p {
	margin: 0;
	padding: 0 5px 15px 10px;
	font-size: 11px;
	line-height: 16px;
}

/* Spotlight buttons */

.spotlight_controls {
	position: relative;
	width: 220px;
	height: 18px;
}
.spotlight_controls a {
	display: block;
	position: absolute;
	width: 84px;
	height: 18px;
	left: 10px;
	top: 0;
	background: url(learn-more.gif) 0 0 no-repeat;
}
.spotlight_controls button {
	display: block;
	position: absolute;
	width: 104px;
	height: 18px;
	left: 106px;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(back-to-search.gif) 0 0 no-repeat;;
	cursor: pointer;
}
.spotlight_controls .hover {
	background-position: 0 -18px;
}
