@charset "UTF-8";
/* CSS Document */
#left {
	width:445px;/*-26px wegen padding*/
	margin-left:10px;
}
#cite-box {
	padding:5px;
	background-color:#FDE1BA;
}
#middle {
	width:120px;/*-26px wegen padding*/
	border-left:1px dotted black;
}
/*####################*/
.cat-box table {
	margin:0px;
	padding:0px;
}
.cat-box table td {
	margin:0px;
	padding-right:12px;
}
.cat-box {
	margin:0px;
	margin-bottom: 20px;
	padding:0px;
	display:none;
}
.cat-box a{
	color:black;
	text-decoration:none;
}
.cat-box-header {
	border-top:1px dotted black;
	border-bottom:1px dotted black;
	font-size:16px;
	font-weight:bold;
	color:#e2017b;
	height:30px;
	line-height:30px;
}
.cat-box-header img {
vertical-align:baseline
}
.cat-box-content {
	margin:0px;
	margin-bottom: 10px;
	margin-top: 6px;
	cursor:pointer;
}
#artist-list-box {
	font-size:10px;
}
#artist-list-box a {
	color:black;
	text-decoration:none;
}
#artist-list-box a:hover {
	color:black;
	text-decoration:underline;
}

