div.sub-content{
	width:800px;
	height:410px;
}
div.publishers-header{
	height:26px;
	padding:6px 20px;
	margin:0px auto;
	border-bottom:1px solid #bd6830;
	text-align:center;
}
div.publishers-list{
	height:352px;
	padding:10px 40px;
	overflow:auto;
}
div.publishers-line{
	margin:0px;
	padding:2px 4px;
	cursor:pointer;
}
div.publishers-line:hover{
	background-color:#fdeeb0;
}
div.publishers-line:hover div.publishers-title{
	background:url("/images/bullet04.gif") no-repeat center left;
}
div.publishers-picture{
	text-align:center;
	width:94px;
	height:42px;
}
img.publishers-picture{
	width:84px;
	height:40px;
	margin-right:10px;
	padding:0px;
	border:1px solid #999999;
}
div.publishers-title{
	font-variant:small-caps;
	font-weight:bold;
	margin-bottom:2px;
	padding-left:24px;
	background:url("/images/bullet02.gif") no-repeat center left;
}
div.publishers-title a, div.publishers-title a:hover, div.publishers-title a:active, div.publishers-title a:visited{
	color:#bd6830;
}
div.publishers-infos{
	font-size:10px;
}

