div.litType {
	float: left; 
	width: 228px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	/*border-left: 1px solid #eee;*/
	background-color: #eee;
	overflow: hidden;
}

div.twoRows {
	width: 358px;
}

div.threeRows {
	width: 228px;
}

div.alpha {
	clear: both;
}

div.litType ul li {
	list-style-type: disc; 
	padding-left: 0px; 
	margin-left: 20px; 
	font-size: 11px;
	padding-bottom: 5px; 
}

div.litType ul li.litName {
	list-style-type: none; 
	font-weight: bold;
	margin-left: 0px; 
}

div.litType ul li.bait {
	list-style-type: none; 
	text-align: right; 
	padding-top: 5px; 
	padding-right: 10px;
	border-bottom: 1px solid #eee;
}

