div#results {
	float: left;
	width: 962px;
	background: #fff;
	margin: 10px 0 0 6px;
}

div#results h2 {	
	background: #B7CFDB;
	height: 21px;
	color: #fff;
	font-weight: bold;
	padding: 3px 0 0 4px;
}

div#results h4 a {
	color: #F64D03;
	font-weight: bold;
	text-decoration: none;
}

div#results div.thumb {
	padding: 0;
	float: left;
	border: none;
	}

div#results div.searchresults div.wide {
	padding: 0;
	margin: 12px 12px 0 12px;
	float: left;
	}
	
.ie6 div#results div.searchresults div.wide {
	margin: 12px 12px 0  6px;	
}	

div#results div.thumb img.thumb {
	width: 99px;
	padding: 0 3px;
	}

div#results div.thumb img {
	margin-right: 12px;
	}

div#results div.thumb .description {	
	float: left;
	position: relative;
	width: 790px;
}

div#results p {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

div#results p.summary {
	font-style: italic;
	line-height: 1.3em;
}
	
div#results hr {
	width: 940px;
	border: none;
	border-top: 1px dotted #b9b9b9;
	padding: 0;
	margin: 3px 0 0 0;
	clear: both;
	height: 0px;
	background-color: #fff;
	}
	
.ie6 div#results hr {
	width: 920px;	

}		

div#results .img_holder {
	position: relative;
	top: 3px;
	float: left;
}



