.green_text {
	color: #3cb44b;
}

#business_list table {
	width: 100%;
	margin: 0px;
	padding-left: 0;
	text-align: left;
	list-style: none;
	border-spacing: 0 10px;
}

#business_list table tr {
	background: #ffffff url( '/assets/shared/images/green_bar_bg.png' ) repeat-x;
}

#business_list table tr:hover {
	background: #e0e0e0 url( '/assets/shared/images/tablerow_purple_bg.png' ) no-repeat;
	background-position: top right;
    cursor: pointer;
}

#business_list table td {
	float: left;
	width: 100%;
	text-align: justify;
}

#business_list table td a {
	font-size: 150%;
	height: 42px;
	margin-bottom: 3px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	position: relative;
}

#business_list h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
}

#business_list span.lower_right {
	overflow: hidden;
	font-size: 14px;
	position: absolute;
	bottom: 1px;
	right: 30px;
	color: #ffffff;
}

