div#catalogerItems {
	width: 400px;
	box-shadow: 0 6px 6px #333333;
	margin: 12px auto;
	padding: 12px;
}
div#catalogerItems h3 {
	background-color: #52708B;
	margin: -12px;
	margin-bottom: 12px;
	padding: 12px;
	color: #fff;
}
ul#catalogerItemList li {
	margin-bottom: 6px;
	border-bottom: 1px solid #aaa;
	margin: 6px -12px;
	padding: 8px;

}

ul#catalogerItemList li a {
	color: #52708B;
	text-decoration: none;
}
ul#catalogerItemList li.published a {
	color: #CB3D27;
}