/* 
---------------------------------------------------------------
--------------------------------------------------------------- 
*/
#content-list {
	padding: 0;
}
#content-list .title {
	background: url(design/content-coverage.title.gif) no-repeat left center;
	border-bottom: 3px solid #82abab;
	height: 27px;
}
#content-list .title h1{
	background: url(design/node.title.h1.gif) no-repeat right top;
	font-size: 15px;
	color: #364d4c;
	padding: 6px 0 0 27px;
	height: 21px;
}
#content-list .container {
	padding:30px 0 10px;
	min-height:500px;
}
#content-list .record {
	color: #000;
	display: block;
	height:25px;
}
#content-list .record span{
	color: #000;
}
#content-list .search {
	float: right;
	margin-bottom:5px;
	height:25px;
}
#content-list .text {
	margin: 0 5px;
}
#content-list .button {
	background:#666;
	padding: 5px 10px 0;
	margin: 10px 0;
	border: 1px solid #000000;
	height: 25px;
}
#content-list .button span {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#content-list .topic{
	padding:0;
}
#content-list h3 {
	font-size:13px;
	color:#10100f;
	text-align:left;
	background:#ddd4cf;
	padding:5px;
}
#content-list h3 a {
	color:#372a25;
}
#content-list h3 a:hover {
	text-decoration: underline;
}
#content-list .image {
	float: left;
	padding: 5px;
	margin-bottom: 5px;
	height: 100px;
	width: 100px;
}
#content-list .description {
	text-align: left;
	padding:5px;
}
#content-list .bottom {
	font-size: 11px;
	color: #aaa;
	text-align: right;
	padding:5px 0;
	margin-bottom:5px;
	border-bottom: 1px solid #cbb3a7;
}
#content-list .publisher, #content-list .hits {
	display:none;
}
