@CHARSET "UTF-8";

#list #list-header {
	font-size:11px;
	font-weight:bold;
	color:#f5974d;
}
#list-body {
	border-bottom:1px solid #dfdfdb;
	margin:0 0 10px 0;
}
#list #list-body ul li {
	list-style:none;
}
#list .list-item {
	margin:5px 0 10px 0;
	padding:5px;
	background-color: #fff6ef;
}
#list .list-item .list-item-name {
	font-size:11px;
}
#list .list-item li {
	text-align:justify;
}
#list .list-item li a {
	text-decoration:none;
	color: #2C425A;
	font-weight:bold;
}
#list .list-item li a:hover {
	text-decoration:underline;
}
#list .list-item .list-item-publisher {
	font-weight:bold;	
}
#list .list-item .list-item-location {
	font-weight:bold;	
}
#list .list-item .list-item-date {
	font-style:italic;
}
#list .list-item .list-item-date span {
	font-weight:bold;
}
#list .list-item .list-item-money span {
	font-weight:bold;
}
#list .list-item ul.modification {
	margin: 0 0 0 10px;
}
#list .list-item ul.modification li {
	margin: 0;
	padding: 0;
}
#list .list-item ul.modification li a {
	font-weight: normal;
}
