.thumblist {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

.thumblist.thumbs li {
	height: 35px;
	padding-top: 5px;
}

.thumblist.posts li {
	background: url(http://moviezine.se.s3.amazonaws.com/ui/images/whitebubble.gif) no-repeat 7px 13px;
	padding: 10px 0;
}

.thumblist.sideposts li {
	background: url(http://moviezine.se.s3.amazonaws.com/ui/images3/greybubble.gif) no-repeat 7px 13px;
	padding: 10px 0;
}

.thumblist li {
	border-bottom: 1px solid #ccc;
	line-height: 1.2em;
	position: relative;
}

.thumblist .thumb, .thumblist .title, .thumblist .name, .thumblist .info {
	display: block;
}

.thumblist .thumb {
	left: 0;
	position: absolute;
	top: 0;
}

.thumblist .name, .thumblist .title, .thumblist .info {
	margin-left: 50px;
}

#sidebar .thumblist .name, #sidebar .thumblist .title, #sidebar .thumblist .info {
	margin-right: 10px;
}

.thumblist .name {
	color: #000;
	font-weight: bold;
}

.thumblist .title {
	color: #0071a1;
	font-weight: bold;
}

.thumblist .info em {
	color: #9C9C9C;
}