#list {
	margin: 5px 0px 0px 0px;
	border-top: 1px solid #E5E5E5;
}
	#list .item {
		padding: 0px 0px 0px 0px;
		margin: 0;
		border-bottom: 1px solid #E5E5E5;
	}
		#list .item.first {
		}
		#list .item.last {
		}
	#list .item h4 {
		padding: 0px 0px 0px 0px;
		margin: 0;
	}
	#list .item h4 a {
		display: block;
		color: #000000;
		padding: 4px 0px 4px 30px;
		background-image:url(/img/bullet_red.gif);
		background-repeat: no-repeat;
		background-position: 8px 8px;
		text-decoration:none;
	}
	#list .item h4 a:hover {
		color: #FFFFFF;
		background-color: #9B2300;
		background-image: url(/img/bullet_white.gif);	

	}
	#list .item h4 a.open {
		color: #FFFFFF;
		background-color: #9B2300;
		background-image:url(/img/bullet_white.gif);
	}
	#list .item .listitem {
		padding: 5px 0px 5px 30px;
	}


/*
#list {
}
	#list .titles {
		margin-top: 10px;
	}

	#list .titles ul {
		margin: 0;		
		padding: 0;		
	}
	#list .titles li {
		width: 478px;
		list-style: none;
		padding: 0;
		margin: 0;
		border-bottom:2px solid #E5E5E5;
		
	}
	
	#list .titles li A {
		background-image:url(/img/bullet_grey.gif);
		background-repeat: no-repeat;
		padding: 4px 0 4px 20px;
		line-height: 1em;		
		display: block;
		width: 458px;
	}
	#list .titles a:link,
	#list .titles a:visited {
		display: block;
		color: #9B2300;
		text-decoration:none;
		font-weight:bold;
		line-height: 1em;		
	}
	#list .titles a:hover {
		background-image:url(/img/bullet.gif);
	}

#list .break {
	display: block;
	height: 0px;
}

#list .details {	

}
	#list .details h4 {
		padding: 4px 0 4px 0px;
		line-height: 1em;		
		display: block;
	}
		#list .details h4 a {
		background-image:url(/img/bullet_grey.gif);
		background-repeat: no-repeat;
		padding: 0px 0 0px 20px;
			color:#000000;
		}
	#list .details h4 a:visited {
		color: #9B2300;
		background-image:url(/img/bullet.gif);
	}

	#list .details .item {
		display: block;
		border-bottom:2px solid #E5E5E5;
		padding: 0;
		margin: 0;
	}

	#xlist .details h4 {
		font-weight:bold;
		color: #424242;
		margin: 0;
		padding: 20px 0px 5px 20px;
		font-size: 1em;
	}
	#list .details .desc {
		padding-left: 20px;	
		padding-bottom: 10px;
	}
		#list .details .back {
			display: block;
			text-align: right;
			padding-bottom: 5px;
		}
		
		#list .details .back a:link,
		#list .details .back a:visited {
			color: #424242;
			text-decoration:none;
			font-weight:bold;
			background-image: url(/img/arrow_up.jpg);
			background-position: center right;
			background-repeat: no-repeat;
			padding: 6px 40px 6px 0;
		}

		#list .details .back a:hover {
			color: #9B2300;
		}
		
		#list .details .link a:link,
		#list .details .link a:visited {
			background-image: url(/img/arrow_right.jpg);
			
		}
*/
