div.expcatresults  {
	background-color: white;
	text-align: left;
}
div.expcatresults ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
div.expcatresults a {
	display: block;
	width: 100%;	
	color: #676767;
	text-decoration: none;
}
div.expcatresults a:link {
	color: #000000;
}
div.expcatresults a:visited {
	color: #3B3B3B;
}
div.expcatresults a:hover {
  background: #eee;
}
div.expcatresults h3 {
  font: bold 12px Arial, sans-serif;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
div.expcatresults li img {
  float: left;  
  margin: 0 10px 0 0;
} 

div.expcatresults li p {
  font: 12px Arial, sans-serif;
  padding: 0;
  margin: 0;
} 
div.expcatresults li {
  padding: 4px;    
  overflow: auto;
} 
div.expcatresults li:hover {
  background: #eee;
}