#accordionlist  {
	width: 350px;
	height: auto;
	font-family: arial, helvetica, sans-serif;
	margin:  0px;
	padding: 0px;
	border: 0;
	background-color: #e4e6ec;
}
#accordionlist p {
	margin-bottom : 0px;
	border: none;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	background-color: #e4e6ec;
	overflow: hidden;
}
#accordionlist h3 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	margin-bottom : 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #8c95ab;
	border-bottom: 1px solid white;
}
#accordionlist h3:hover {
	color: #000000;
	background-color: babecb;
}
#accordionlist h3.selected {
	color: white;
	background-color: #8c95ab;
}
