﻿#accordion {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 470px;
}
#accordion h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-size: 12px;
	background-image: url('accordion_a.gif');
	background-repeat: no-repeat;
	background-position: left -25px;
	color: #528CE0;
	margin: 0;
	padding: 5px 5px 3px 30px;
}
#accordion h3.toggler:hover {
	background-position: left;
}
#accordian_content {
	width: 235px;
	float: left;
	font-size: 12px
}
#accordian_content_2 {
	width: 226px;
	float: left;
	font-size: 12px;
}
#browseCenterAcc {
	background-color: #f4f4f4;
	width: 470px;
}
#browseCenterAcc2 {
	background-color: #f4f4f4;
	height: 200px;
	overflow: hidden;
	width: 440px;
	float: left;
}
#browseCenterAcc .a_z_text ul li span {
	font-weight: bold
}
.a_z_text {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
}
.a_z_text a, .a_z_text a:visited {
	color: #003399;
	text-decoration: none
}
.a_z_text a:hover {
	color: #003399;
	text-decoration: underline
}
.a_z_text ul {
	margin-bottom: 0;
	margin-left: 30px;
	margin-top: 0;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-top: 15px;
	padding-right: 10px;
}
.a_z_text li {
	list-style: url(bullet_orange_circ09.gif);
	padding: 0 0 3px 0;
}
