


.category_listing{
	/*border:1px red solid;*/
	float:left;
	margin-left:10px;
}

.letter_node{
	
	/*border: 1px green dashed;*/
	width:30%;
	float:left;
	min-height:150px;

}

div.letter{
	text-indent:4px;
	width:	21px;
	border-bottom:solid #ccc 1px;
	text-align:center;
}

div.letter_listing {
	padding-left:10px;
}

div.letter_listing  ul li {
	list-style-type:none;
}

