.element_list{
	padding: 5px;
	display: inline-block;
	margin-bottom: 10px;
}
.element_list .header{
	clear: both;
	border-bottom: solid 1px #c0c0c0;
	height: 20px;
}
.element_list .header div{
	overflow: hidden;
	font: 700 8pt/20px Tahoma;
	color: #404040;
}
.element_list .header .name{
	float: left;
	width: 370px;
}
.element_list .header .score{
	float: left;
	width: 80px;
	text-align: right;
}
.element_list .header .vote{
	float: left;
	width: 100px;
}
.element_list .element{
	background: url(../img/index_item_bck.png) no-repeat 0px 5px;
	height: 20px;
	border-bottom: dotted 1px #c0c0c0;
	overflow: hidden;
	clear: both;
}
.element_list .element .name{
	float: left;
	width: 370px;
	font: 100 8pt/20px Tahoma;
}
.element_list .element .name a{
	color: #000060;
	padding-left: 15px;
}
.element_list .element .score{
	float: left;
	width: 80px;
	font: 100 8pt/20px Tahoma;
	color: #600000;
	text-align: right;
}
.element_list .element .vote{
	float: left;
	width: 100px;
	font: 100 8pt/20px Tahoma;
	color: #006000;
	text-align: right;
}
/**/
.category_list{
	border: solid 1px #c0c0c0;
	padding: 0px 5px;
	display: inline-block;
}
.category_list .item{
	background: url(../img/icon_bullet_arrow.gif) no-repeat center left;
	overflow: hidden;
	font: 100 8pt/24px Tahoma;
}
.category_list .item a{
	color: #402000;
	padding-left: 20px;
}