#results_outer {
	width: 574px;
	display: none;
	background: #a599c6 url(../../images/misc/search-top.gif) top left no-repeat;
	z-index: 999;
}	
#results_outer .results_header {
	float: left;
	width: 574px;
	height: 26px;
	behavior: url("includes/htc/iepngfix.htc");
}
#results_outer .results_header .results_showall {
	float: left;
	text-align: right;
	width: 547px;
	padding: 10px 17px 6px 10px;
}
#results_outer .results_header .results_showall a {
	display: inline-block;
	padding: 0 0 0 10px;
	color: #fff;
	text-decoration: none;
}
#results_outer .results_header .results_showall a:hover {
	color: #fff;
	text-decoration: underline;
}
#results_outer .results_footer {
	float: left;
	width: 574px;
	height: 10px;
	background: url(../../images/misc/search-bottom.gif) bottom left no-repeat;
	behavior: url("includes/htc/iepngfix.htc");
}	
#results {
	float: left;
	width: 574px;
	padding: 6px 0 15px 0;
}

#results div {
	float: left;
	display: inline;
	width: 249px;
	margin: 0 0 5px 15px;
	padding: 5px 5px 5px 10px;
	cursor: pointer;
	background: #8270af;
}
#results span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 294px;
	clear: both;
}
.ie6 #results span {
	bottom: -1px !important;
}
#results span a {
	display: block;
	float: left;
	padding: 5px 5px 5px 6px;
	color: #fff;
	background: #524273;
	text-decoration: none;
}
#results span a:hover {
	color: #fff;
	background: #40325f;
}
#results .selected {
	color: #fff;
	background: #7562a4;
}	
#results .selected a{
	color: #fff;
	text-decoration: none;
}
#results .selected span {
	color: #d9e0d6;
}
#results .unselected {
	color: #fff;
}
#results .unselected a {
	color: #fff;
	text-decoration: none;
}
#results .unselected span {
	color: #fff;
}
#results .unselected p {
	color: #3a441f;
}
#results strong{
	color: #fff2d2;
}
