.easy-archives .fixed {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.easy-archives .closed {
	display: none;
}
.easy-archives .open-button, .easy-archives .closed-button {
	background-color: transparent;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
}
.easy-archives .open-button {
	background: url(img/open.gif) no-repeat left 50%;
	width: 19px;
	margin-right: 5px;
}
.easy-archives .closed-button {
	background: url(img/closed.gif) no-repeat left 50%;
	width: 19px;
	margin-right: 5px;
}
.easy-archives .detail {
	font-family: verdana;
	font-variant: small-caps;
	float: left;
	color:           #626f7f;
	font-size:       11px;
	font-family:     verdana;
	font-stretch:    ultra-expanded;
	text-decoration: none;
	background:      #d2d8d7;
	letter-spacing: 1px;
	border-bottom: 1px dotted #0e1115;
}
.easy-archives .title a {
}
.easy-archives .title a:hover {
	color: #344150;
	background-color: transparent;
	border-bottom-color: #73b5a6;
}
.easy-archives .month {
	padding-bottom: 10px;
}
.easy-archives .month li {
	color: #9EACBA;
	list-style: none;
	padding: 1px 0 1px 16px !important;
	padding: 1px 0;
}
.easy-archives .month li a {
	color:           #626F7F;
	font-size:       11px;
	font-family:     Verdana;
	font-weight:     normal;
	line-height:     190%;
	font-stretch:    ultra-expanded;
	text-decoration: none;
	background:      #D5DBDA;
	margin-left:     5px;
	padding:         2px;
	border-bottom: 1px dotted #8f8e85;
}
.easy-archives .month li a:hover {
	color: #0E1115;
	background-color: transparent;
	border-bottom: 1px dotted #0E1115;
}
.easy-archives em {
	color: #9eacba;
	font-family: Tahoma;
	font-style: normal;
	font-variant: small-caps;
	margin-left: 8px;
}
.easy-archives .filter {
	height: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.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;
}