/*---Business Listing-----*/

.listing {
	padding: .6em;
	margin-top: 1em;
	font-size: 11px;
	cursor: default;
	background: #e8e8f4;
	border: 1px solid #EEF;
	overflow: auto;
}
* html .listing {
	height: 1%;
	overflow: visible;
}
.listing span {
	display: block;
}
.listing .header {
	display: block;
	text-decoration: none;
	color: #000;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #F99;
	cursor: pointer;
}
.listing h2 {
	background: none;
	padding: 0 0 .1em 0;
	font: normal 1.5em "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	margin: 0;
	cursor: pointer;
}
.listing address {
	float: right;
	font-style: normal;
	font-size: 1.1em;
	margin-top: 5px;
}
.listing .description {
	margin-bottom: 3px;
}
.listing .description a {
	color: #00F;
}
.listing .phone, .listing .website {
	margin-right: .6em;
	padding-right: .6em;
	border-right: 1px solid #666;
}
.listing .phone {
	float: left;
	color: #00F;
}
.listing .website {
	float: left;
	color: #F00;
}
.listing .email {
	float: left;
	color: #000;
}
.listing .categories {
	clear: left;
	color: #999;
}
.listing .categories a, .listing .categories span {
	color: #999;
	margin: 3px 3px 0 0;
}
.listing .details {
	width: 64%;
	float: left;
}
.listing .details img {
	float: left;
	margin: .6em .6em 0 0;
	border: 0;
}
.listing .details .moreinfo{
	float: left;
	width: 72px;
	height: 18px;
	margin: .6em .6em 0 0;
	border: 0;
	background: url(button_more.gif);
}
.listing .panel-right {
	float: right;
	margin-left: 1em;
	width: 34%;
}
.listing .panel-right .logo {
	float: left;
	margin: .3em 0 .4em 0;
}
.listing .reviews {
	padding-bottom: .5em;
	float: right;
	text-align: right;
	width: 11em;
}
.listing .reviews-stars {
	float: right;
	margin: .4em 0;
}
.listing .reviews-stars img {
	float: left;
	margin-right: 1px;
}
.listing .reviews-finda {
	clear: right;
}
.listing .reviews a, .listing .reviews span {
	color: #000;
	display: inline;
}
.listing .reviews .count {
	color: #F00;
}
.listing div.clear {
	clear: both;
	display: inline;
}
/*---Enhanced Business Listing-----*/

div.enhanced {
	border: 1px solid #9898a4;
	background: #FFF;
	margin-right: 1.5em;
	margin-left: 1.5em;
}