@charset "UTF-8";


p#contentsListHeading {
	padding: 5px 10px;
	background: url(../../images/contentsListHeading.gif) no-repeat 0 0;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1;
}

ul.contentsList {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 2px;
	background: url(../../images/contentsListBg.gif) no-repeat center bottom;
}

	/*ul.contentsList li {
	margin: 2px;
	padding: 0 0 3px 10px;
	border-bottom: 1px solid #FFFFFF;
	background: url(../../images/marker.gif) no-repeat 2px 5px;
	}*/
	ul.contentsList li {
		margin: 0;
		padding: 0;
	}
	
	ul.contentsList li#selectedEntry {
		width: 161px;
		_width: 176px;
		margin: 0;
		padding: 3px 0 3px 15px;
		border-bottom: 1px solid #FFFFFF;
		background: #F7F8FA url(../../images/marker.gif) no-repeat 5px 8px;
	}

	ul.contentsList li a {
		display: block;
		width: 161px;
		_width: 176px;
		margin: 0;
		padding: 3px 0 3px 15px;
		border-bottom: 1px solid #FFFFFF;
		background: url(../../images/marker.gif) no-repeat 5px 8px;
	}
	ul.contentsList li a:visited {
		_border-bottom: 1px solid #FFFFFF;
		background: url(../../images/marker.gif) no-repeat 5px 8px;
	}
	ul.contentsList li a:hover {
		_border-bottom: 1px solid #FFFFFF;
		background: #F7F8FA url(../../images/marker.gif) no-repeat 5px 8px;
	}