.listing_container{
	width: 633px;
	float: left;
	border-bottom: 1px solid #666;
	padding: 10px 0px;
	overflow: hidden;
}
.listing_img{
	width: 125px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	border: 0px;
}
.listing_title_box{
	float: left;
	width: 140px;
	margin-right: 10px;
	overflow: hidden;
	color: #936c91;
}
.listing_short_info_box{
	float: left;
	width: 336px;
	overflow: hidden;
	padding-right: 10px;
}
.listing_short_info_box a{
	color: #e95f40;
}
.listing_new{
	width: 100px;
	color: #FFF;
	background-color: #e95f40;
	font-weight: 600;
	padding: 2px;
	text-align: center;
}
.listing_alphabetical{
	width: 290px;
	margin-right: 8px;
	float: left;
	margin-bottom: 2px;
}
