div.lists {
	float : left;
	width : 186px;
}

div.lists#images {
	margin : 0 6px 0 6px;
}

div.lists h3 {
	border-bottom : 2px solid black;
	margin-bottom : 0.5em;
}

div.lists#archives a,
div.lists#images a,
div.lists#releases a {
	display : block;
	width : 186px;
	vertical-align : bottom;
	text-decoration : none;
	color : #000;
}

div.lists ul.presslist {
	list-style : none;
}

div.lists ul.presslist li {
	float : left;
	border-top : 1px solid black;
}

div.lists ul.presslist li:hover {
	background-color : #CDE6FF;
}

div.lists ul.presslist li:first-child {
	border-top : none;
}

ul.presslist li img {
	float : left;
	border : none;
	margin-right : 1em;
}

ul.presslist li span.block {
	display : block;
}

ul.presslist li span.date {
	font-size : 10px;
}

ul.presslist li span.blue {
	color : #6699CC;
}

ul.presslist li span.bold {
	font-weight : bold;
}

ul.presslist li span.uppercase {
	text-transform : uppercase;
}

/*ul.list-group li h3 {
	border-top : 2px solid black;
	line-height : 14px;
	font-size : 12px;
	white-space : nowrap;
	text-transform : uppercase;
	font-weight : bold;
}

ul.list-group li:first-child h3{
	border : none;
}

ul.list-group li p {
	height : 27px;
	line-height : 9px;
	font-size : 8px;
	overflow : hidden;
	font-family : "verdana", sans-serif;
	font-weight : normal;
}

ul.list-group li span.more {
	display : block;
	line-height : 10px;
	font-size : 10px;
	font-family : "verdana", sans-serif;
	font-weight : normal;
	color : #6699CC;
	text-decoration : none;
	background : none;
}

ul.list-group li a.selected {
	background : transparent url("../img/arrow.png") no-repeat center left;
	color : #6699CC;
}

ul.list-group li a:hover {
	color : #6699CC;
}

h2.expandbutton {
	cursor : pointer;
}*/