

#chars {
	background: #D5E5F2;
	position: absolute;
	top: 200px;
	margin: auto;
	width: 700px;
	border:1px solid #CAD3D0;
	padding-bottom: 30px;
}

#chars_list {
	height: 20px;
}

ul.boldlist {
	list-style-type:none;
	padding-left: 1px;
}

ul.boldlist li ul {
	list-style-type:none;
	padding-left: 1px;
}

ul.boldlist li {
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 15px;
}

ul.boldlist li li {
	float:left;
	font-size:11px;
	font-weight:normal;
	padding-top:1px;
	padding-left: 0;
	width:224px;
}

ul.boldlist a {
	font-weight: normal;
}


#chars table {
	border-collapse: collapse;
}

#chars table td {
	text-align: center;
	padding: 0;
	border: 0;
}

#chars table a {
	display: block;
	padding: 5px;
}

#chars table a:hover {
	background: #ccc;;
}
