#sidebar .gutter {
}

#sidebar #pubList {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

#sidebar #pubList li {
	padding: 0;
	margin: 0;	
	border-bottom: 1px dotted #ccc;
}

#sidebar #pubList li.header {
	display: block;
	padding: 5px;
	color: #000;
	background: #2BF;
	font-weight: bold;
}

#sidebar #pubList a {
	display: block;
	padding: 3px 3px 3px 20px;
	color: #00f;
	text-decoration: none;
	background: #fff;
}

#sidebar #pubList a:hover {
	background: #cff;
	color: #f00;
}

