/*
	=== Newslisting Page ===
*/
#newslisting-page #content div.xbox {
	background: url(../gfx/1x1-gray.gif) repeat-y 389px top;
	_position: relative;
}

#newslisting-page div.col-a {
	width: 389px;
}

#newslisting-page div.col-b {
	width: 389px;
}

#newslisting-page div.col-a table {
	width: 360px;
	border-spacing: 0;
}

	#newslisting-page div.col-a table td {
		padding: 10px;
		vertical-align: top;
		text-align: left;
	}

	#newslisting-page div.col-a table td ul.plain {
		border-bottom: 1px dashed #ccc;
		margin: 10px 0;
	}

		#newslisting-page div.col-a table td ul.plain li {
			border-top: 1px dashed #ccc;
			padding: 5px 0 0 0;
		}

#newslisting-page p.result-nav {
	clear: both;
}