.box_list_element {
/*	font-family: Verdana, Arial, sans-serif;
	padding: 4px;
	font-size: 12px;
	color: #111;
	font-weight: normal;
	border: 0px;*/
}
.box_list_element a {
/* 	padding: 4px; */
/* 	border: 0px; */
}
.box_list_element a:hover,
.box_list_element a:focus,
.box_list_element_selected,
.box_list_element_selected a {
	color: #F61;
	/*font-weight: bold;*/
}
.box_list_element_selected_top {
	border-bottom: 1px dotted #F61;
}

.box_list_element_small {
/* 	font-family: Verdana, Arial, sans-serif; */
/* 	padding: 4px; */
	font-size: 11px;
	color: #111;
	font-weight: normal;
	border: 0px;
}
.box_list_element_small a {
/* 	padding: 4px; */
	border: 0px;
	color: #F61;
	text-decoration: normal;
}
.box_list_element_small a:hover,
.box_list_element_small a:focus {
/* 	padding: 4px; */
	text-decoration: underline;
}