#closed_list {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eae5e3;
}
#closed_list h4 {
	margin: 0;
	cursor: pointer;
	border-top: 1px solid #eae5e3;
	border-left: 1px solid #eae5e3;
	border-right: 1px solid #eae5e3;
	background-color: #CCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#closed_list ul {
	margin: 0;
	padding:0;
	list-style:none;
}
#closed_list ul li {
	padding: 0px;
	margin: 0px;
	height: auto;
}
#closed_list ul li a{
	display: block;
	list-style: none;
	border-top: 1px solid #eae5e3;
	border-left: 1px solid #eae5e3;
	border-right: 1px solid #eae5e3;
	background-color: #eae5e3;
	height: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#closed_list ul li a:hover {
	background: #fff;
}
