#listing .name {
	color: #000;
	font-weight: bold;
}

#listing .name a {
	color: #000;
}

#listing .phone {
	color: #c30;
	font-weight: normal;
}

#listing .website {
	font-weight: normal;
}

#listing .featured_businesses {
	background-color: #36a;
	float: right;
	margin-left: 5px;
	margin-right: 50px;
	padding: 10px;
	width: 375px;
}

#listing .featured_businesses h2 {
	color: #fff;
	margin: 0;
}

#listing .featured_businesses ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#listing .featured_businesses li {
	background-color: #f4f4f4;
	margin-top: 10px;
	padding: 10px;
}

#listing .featured_businesses li p {
	margin: 0;
}

#listing .featured_businesses .name {
	font-size: 130%;
}

#listing .featured_businesses .description {
	margin-top: 1.5em;
}

#listing .featured_businesses .business_actions li {
	background-color: #c3d0e3;
	border: 1px solid #c3d0e3;
	color: #f7f7f7;
	font-weight: bold;
	padding: 3px;
	float: left;
	text-align: center;
	width: 164px;
}

#listing .featured_businesses .business_actions li + li {
	margin-left: 10px;
}

#listing .featured_businesses .business_actions li a {
	background-color: #36a;
	border: 1px solid #36a;
	color: #fff;
	display: block;
	margin: -4px;
	padding: 3px;
	text-decoration: none;
}

#listing .featured_businesses .business_actions li a:hover {
	background-color: #fff;
	color: #36a;
}

#listing .businesses {
	margin-left: 50px;
	margin-right: 405px;
	width: 395px;
}

#listing .businesses h2 {
	margin-top: 0;
}

#listing .businesses ul {
	list-style: none;
}

#listing .businesses li {
	color: #444;
}

#listing .businesses li strong {
	color: #000;
}

#listing .businesses li + li {
	margin-top: 1em;
}

#listing .businesses li.featured {
	background-color: #f4f4f4;
	border-bottom: 1px solid #36a;
	border-top: 3px solid #36a;
	list-style: none;
	margin-left: -10px;
	padding: 10px;
}

#listing .businesses li.featured .phone {
	color: #c30;
}

#listing #listing-footer {
	background-color: #eef;
	border: 1px solid #ccd;
	font-size: 85%;
	margin: 10px 50px 0 50px;
	padding: 0 1em;
	-moz-border-radius: 5px;
}
