.accordion_toggle, .nested_accordion_toggle, .subgenre {
	display: block;
	background: url(../images/accordion_toggle.jpg) no-repeat top right #d6ecf9;
	padding: 0 10px 0 20px;
	line-height: 32px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: .7em;
	color: #000000;
	cursor: pointer;
	margin: -1px 0 0 0;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	text-transform: uppercase;
}
.accordion_toggle:hover, .accordion_toggle a:hover {
	background-color: #333;
	color: #fff;
}
#toggle_tag, #toggle_tag a {
	background: url(../images/toggle_tag.gif) no-repeat top right #d6ecf9;
}
#toggle_tag:hover, #toggle_tag a:hover {
	background: url(../images/toggle_tag-over.gif) no-repeat top right #333;
}
#toggle_genre, #toggle_genre a {
	background: url(../images/toggle_genre.gif) no-repeat top right #d6ecf9;
}
#toggle_genre:hover, #toggle_genre a:hover {
	background: url(../images/toggle_genre-over.gif) no-repeat top right #333;
}
#toggle_date, #toggle_date a {
	background: url(../images/toggle_date.gif) no-repeat top right #d6ecf9;
}
#toggle_date:hover, #toggle_date a:hover {
	background: url(../images/toggle_date-over.gif) no-repeat top right #333;
}
#toggle_search, #toggle_search a {
	background: url(../images/toggle_search.gif) no-repeat top right #d6ecf9;
}
#toggle_search:hover, #toggle_search a:hover {
	background: url(../images/toggle_search-over.gif) no-repeat top right #333;
}
.nested_accordion_toggle, .subgenre {
	font-size: .8em;
	height: 20px;
	margin-left: 20px;
	background-color: #eee;
}
.nested_accordion_toggle a, .subgenre a {
	display: block;
	text-decoration: none;
	outline: none;
	color: #06f;
	font-weight: normal;
}
.nested_accordion_toggle:hover, .nested_accordion_toggle a:hover, .subgenre:hover, .subgenre a:hover {
	background-color: #333;
	color: #fff;
}
.nested_accordion_toggle_active a {
	color: #fff;
}
.accordion_toggle_active, .nested_accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e7e7de;
}
.accordion_content, .nested_accordion_content {
	display: none;
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
.accordion_content {
	height: 180px;
}
.nested_accordion_content, .nested_accordion_toggle {
	margin-left: 10px;
}
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
#vertical_nested_container {
  margin: 20px auto 20px auto;
  width: 620px;
}
.accordion_content .panel_search_date {
	width: 95%; margin: 0 1em;
}
#nested_genre_list {
	height: 150px;
}
#nested_genre_list form {
	padding: 0;
}
#nested_genre_list form {
	text-align: center;
}
#nested_genre_list {
	width: 100%;
	margin: 0;
	#padding: 0 0 1em 0;
	font-size: 1.4em;
}
.genre_col {
	margin: .5em 0 .5em 6px;
	list-style-type: none;
	float: left;
	font-weight: normal;
	font-size: 18px;
}
.subgenre_hdr {
	padding:6px 12px; margin:0; font-size:18px; font-weight:bold;
}
.subgenre_hdr a {
	font-size:12px; color:#999; font-weight:normal;
}
.subgenre_col {
	padding: 0 0 1em 1em;
	#margin: 0 0 1em 1em;
	#padding:0;
	list-style-type: none;
	float: left;
	font-weight: normal;
	width: 45%;
	font-size: 16px;
}
#date_list {
	height: 170px;
}
#date_list form {
	padding: 0;
}
#date_list form {
	text-align: center;
}
#date_list {
	width: 100%;
	margin: 0;
	padding:0;
	font-size: 1.4em;
}
.date_col {
	margin: 0 0 .5em 0;
	list-style-type: none;
	padding: 0 .25em .25em .25em;
	font-weight: normal;
	font-size: 13px;
}
.date_col li {
	width: 80px;
	height: 1.6em;
	float: left;
	padding: 0 .5em 0 .25em;
}
.date_bar {
	padding: .8em 0 .5em 0;
	margin: .5em 0 0 0;
	font-weight: normal;
	font-size: 13px;
	border-top:1px dotted #333;
}
.date_col p img { 
	vertical-align: bottom;
}
#search_list {
	width:90%;
	padding: 14px 0 10px 14px; 
	#margin: 14px 0 2px 14px;
	#padding:0;
}
#search_list #search_name {
	width: 100%;
	margin: 0 0 .5em 0;
	padding:0;
	font-size: 1.4em;
}
#tags_list {
	height: 150px;
	width: 100%;
	margin:0;
	padding:0;
	font-size: 18px;
}

