/*
#################################################################
File:				Lists.css
Description:		Rules for lists
#################################################################
*/

ul.entityList {
	padding: 0;
	margin: 0;
}

ul.entityList li {
	border-bottom: 1px dashed #CED9EC;
	padding: 2px 0 15px 0;
	margin: 0 2px 5px 2px;
}

ul.entityList li h5 {
	display: inline;
	color: #000;
}
ul.entityList li h5 a{
	color: #000;
}
/* div.readMore (**bad class name, this also contains add to favourites link) */
ul.entityList li div.readMore {
	text-transform: lowercase; 
	position: relative;
	text-align: right; 
	margin-right: 2px;	
}

ul.entityList li div.readMore a {
	margin-left: 8px;
	float: right; /* this is to make IE stretch this list to the width of its container */
	position: relative;
}

ul.entityList li div.readMore a:hover {
}

.summary{
	margin-left: 1em;
}