/*
	ZdM
*/

ul.voy-aotm-list {
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	width: 100%;
	box-sizing: border-box;
}
ul.voy-aotm-list li {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-top: 1px solid LightGrey;
	border-left: 1px solid LightGrey;
	border-right: 1px solid LightGrey;
}
ul.voy-aotm-list li h3 {
	margin-top: 0.3em;
}
ul.voy-aotm-list li div.floatleft {
	margin: 0.4em 0.6em 0.4em 0;
}
ul.voy-aotm-list li:last-child {
	border-bottom: 1px solid LightGrey;
}
ul.voy-aotm-list li:nth-child(odd) {
	background-color: AliceBlue;
}