div.collection {
	width: 574px;
	clear: both;
	margin: 0px;
	padding: 0px 40px 0px 0px;
	float: left;
	position: relative;
}
div.collection.even {
	background: #E3F1FD;
}
div.collection.odd {
	background: #FEF0E4;
}
div.collection div.image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
div.collection div.image img {
	max-width: 70px;
}
div.collection div.container {
	margin-left: 80px;
}
div.collection h5 {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	padding-right: 10px;
}
div.collection h6 {
	float: left;
	font-size: 0.9em;
	padding-right: 10px;
	color: #0F5697;
	font-weight: normal;
}
div.collection div.total {
	height: 40px;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	right: 0px;
	color: #666666;
}
div.collection.even div.total {
	color: #336699;
}
div.collection.odd div.total {
	color: #996633;
}
div.collection ul.info {
	list-style: none;
	margin: 0px 0px 4px 0px;
	float: left;
	clear: both;
}
ul#collection_legend {
	margin: 10px 0px;
	list-style: none;
}

div.collection ul.info li {
	width: 120px;
	height: 20px;
	line-height: 20px;
	float: left;
	padding: 0px 5px 0px 26px;
	overflow: hidden;
}
ul#collection_legend li {
	width: 209px;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px 0px 26px;
}
ul#collection_legend li.status,
div.collection ul.info li.status {
	/*width: 60px;*/
	background: url('./img/bullet_red.png') no-repeat 5px 50%;
	color: #660000;
}
ul#collection_legend li.ita-editor,
div.collection ul.info li.ita-editor {
	/*width: 110px;*/
	background: url('./img/bullet_purple.png') no-repeat 5px 50%;
	color: #660066;
}
ul#collection_legend li.art-author,
div.collection ul.info li.art-author {
	/*width: 110px;*/
	background: url('./img/bullet_blue.png') no-repeat 5px 50%;
	color: #000066;
}
ul#collection_legend li.concept-author,
div.collection ul.info li.concept-author {
	/*width: 35px;*/
	background: url('./img/bullet_green.png') no-repeat 5px 50%;
	color: #006600;
}
ul#collection_legend li.genre,
div.collection ul.info li.genre {
	background: url('./img/bullet_yellow.png') no-repeat 5px 50%;
	color: #666600;
}
ul#collection_legend li.date,
div.collection ul.info li.date {
	background: url('./img/bullet_orange.png') no-repeat 5px 50%;
	color: #663300;
}
div.collection ul.info img {
	padding-right: 4px;
}
div.collection ul.lists {
	clear: both;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1.3em;
}
div.collection ul.lists li {
	margin: 4px 0px;
	padding: 4px;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
}
div.collection ul.lists strong.tag {
	float: left;
	width: 100px;
}
div.collection ul.lists div.note {
	margin-left: 110px;
}

div.collection div.contact {
	font-size: 1.3em;
	font-weight: bold;
}

div.collection div.links {
	text-align: right;
	padding-top: 5px;
	clear: both;
}

div.collection.even ul.lists li {
	background: #DCEFFF;
	border: 1px solid #AACCEE;
}
div.collection.odd ul.lists li {
	background: #FEEBDB;
	border: 1px solid #EECCAA;
}


h3.subtitle {
	padding-top: 6px;
}
h3.subtitle span {
	display: block;
	line-height: 1.2em;
	margin-left: 65px;
}
h3.subtitle span.avatar {
	float: left;
	margin-left: 0px;
}
h3.subtitle span.level {
	display: inline;
	margin: 0px;
}
