.sath_a_z_clear{
	clear: both;
	height:0px;
}
#sath_a_z_container{
	margin-bottom:20px;
}
#sath_a_z_header_container, #sath_a_z_legend_container, .sath_a_z_content_container {
	display:none;
}
.sath_a_z_button {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #c0c0c0;
	color: #ccc;
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 3px 3px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	width: 45px;
	cursor: default;
}
.sath_a_z_button:hover{
	color: #ccc;
}
.sath_a_z_button_active{
	background: #67b7e7 none repeat scroll 0 0;
	border: 1px solid silver;
	color: white;
	cursor: pointer;
}
.sath_a_z_button_active:hover {
	background-color: #004d99;
	color:#ffffff;
}
.sath_a_z_item{
	display:block;
	color: #67b7e1;
}
.sath_a_z_results_table {
	width: 100%;
}
.sath_a_z_results_table tr:nth-child(even) {
	background: #F9F9F9;
}
.sath_a_z_results_table tr:nth-child(1) {
	background: white;
	font-weight:bold;
}
.sath_a_z_results_table td{
	padding-left: 20px;
	height: 40px;
}
.sath_a_z_results_table_category_icon_column{
	width: 50px;
}
.sath_a_z_results_table_term_1_column{
	width: 40%;
}
.sath_a_z_legend_icon_container{
	float: left;
	margin-right: 20px;
	margin-top:15px;
}
.sath_a_z_legend_icon{
	width: 23px;
	height:23px;
	margin-right:2px;
	margin-bottom:2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px; 
	box-shadow: #B3B3B3 2px 2px 2px;
}
.sath_a_z_legend_icon, .sath_a_z_legend_icon_text{
	float:left;
}
.sath_a_z_legend_icon_text{
	padding-left: 15px;
}