#content ul.topten {
	list-style:none;
	margin:15px 0;
	padding:0;
}

ul.topten li {
	display:block;
	padding:0 0 20px 0;
}

.topten-count {
	float:left;
	width:46px;
	height:46px;
	background: url(/assets/images/shootube_theme/topten-circle.png) no-repeat;
	overflow:hidden;
	line-height:42px;
	text-align:center;
	font-size:150%;
}

.topten-thumb {
	float:left;
	width:100px;
	margin:0 20px;
	border:1px solid #b92f26;
}

.topten-thumb img {
	display:block;
}

.topten-data {
	float:left;
	width: 270px;
}


