/* @override 
	http://localhost/~edelman/ed11/assets/projects.css
	http://localhost/~edelman/ed11/assets/search.css
	http://eddesignstudio.com/ed11/assets/search.css
	http://localhost/~edelman/edelman10/assets/search.css
*/

div#content {
	width: 800px;
}

div#results_box {
	width: 800px;
	float: left;
}

/* @group results list */

ul#results {
	width: 800px;
}

ul#results li {
	float: left;
	display: block;
}

* {
	
}

ul#results {
	width: 800px;
	float: left;
}

ul#results li {
	width: 185px;
	float: left;
}

ul#results li a {
	width: 185px;
	height: 140px;
	text-decoration: none;
	float: left;
}

ul#results li a img {
}

ul#results li a:hover span {
	text-decoration: underline;
}

li.endrow {
	
}

li.notendrow {
	padding-right: 20px;
}



/* @end */