/* <LIST> */

.review_list_table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

.review_list_table thead th {
	padding: 5px;
	text-align: left;
}

.review_list_table thead th a {
	color: #000000;
}

.review_list_table tbody td a, tbody th a, tbody th, tbody td {
	font-weight: normal;
	text-align: left;
}

.review_list_table tbody td a:hover, tbody th a:hover {
	font-weight: normal;
}

.review_list_table tbody td, tbody th {
	padding: 4px;
	border-bottom: 1px solid #EFEFEF;
	line-height: 18px;
}

.review_list_table thead tr {
	background-color: #EFEFEF;
}



/* </LIST> */

.alphabet_container {
	width: 175px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: none;
}