@charset "UTF-8";
#voices {
	width: 540px;
	height: 400px;
	margin-left: 20px;
}

.accordion ul {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%; 
}

.accordion li {
	cursor: pointer;
	list-style-type: none;
	float: left;
	display: block;
	width: 150px;
	background-color: #FFFFFF;
	margin-right: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.accordion li.active>a {
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-style: none;
	background-image: none;
	padding-top: 5px;
}
	
.accordion li div {
	display: block;
	clear: both;
	float: left;
	width: 500px;
	background-color: #eeeeee;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.accordion a {
	text-decoration: none;
	font: bold;
	color: #222;
	display: block;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	background-image: url(../common/image/red-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.listText td.text{
	width: 450px;
}

.listText td.number {
	vertical-align: top;
	padding-top: 4px;
}

.listText {
	font-size: 14px;
	font-weight: lighter;
}
