#easy-archives {
	padding-bottom:10px;
}
.easy-archives .fixed {
	clear:both;
	height:1px;
	overflow:hidden;
}
.easy-archives .closed {
	display:none;
}
.easy-archives .open-button, 
.easy-archives .closed-button {
	width:16px;
	height:16px;
	display:block;
	float:left;
}
.easy-archives .open-button {
	background:url(img/open.gif) left no-repeat;
}
.easy-archives .closed-button {
	background:url(img/closed.gif) left no-repeat;
}
.easy-archives .detail {
	font-weight:bolder;
	float:left;
}
.easy-archives .month {
	margin-top:10px;
	padding-right:10px;
}
.easy-archives .month li {
	list-style:none;
	padding:1px 0 1px 16px !important;
	padding:1px 0;
}
.easy-archives .count {
	margin-left:5px;
}
.easy-archives .filter {
	height:24px;
}
.easy-archives .filter .ea_year, 
.easy-archives .filter .ea_author {
	font-weight:bolder;
}
.easy-archives #ea_ajax_loader {
	background:url(img/ajax-loader.gif) left no-repeat;
	padding-left:24px;
	height:16px;
	line-height:16px;
	margin-left:10px;
}
.easy-archives .filter .ea_select, 
.easy-archives .filter .ea_button {
	margin-right:10px;
}
