div.business-categories,
div.business-areas {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.current-taxonomy {
	font-size: 32px;
	float: left;
	clear: both;
	margin-top: 20px;
}

.business-wrap {
	float: left;
	clear: both;
	margin-bottom: 15px;
	padding: 20px 0 5px 20px;
	width: 100%;
}

.business-wrap.even {
	background: #DDD;
	border: 0;
}

.business-wrap img {
	float: left;
	margin-right: 25px;
	-moz-box-shadow: 3px 3px 4px #888;
	-webkit-box-shadow: 3px 3px 4px #888;
	-khtml-box-shadow: 3px 3px 4px #888;
	box-shadow: 3px 3px 4px #888;
	border: 4px solid #fff;
}

.business-details {
	float: left;
	padding: 0;
	position: relative;
	height: 158px;
}

.business-details p {
	line-height: 190%;
	font-size: 15px;
}

.btn-view-business {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 100%;
	background: #315381;
	font-size: 12px;
	color: #fff !important;
	text-align: center;
	text-shadow: -1px -1px #000;
	padding: 10px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: -2px -2px 4px #333 inset;
	-webkit-box-shadow: -2px -2px 4px #333 inset;
	-khtml-box-shadow: -2px -2px 4px #333 inset;
	box-shadow: -2px -2px 4px #333 inset;
	border: 1px solid #333;
}

a.btn-view-business:hover {
	text-decoration: none;
	box-shadow: 1px 1px 4px #333 inset;
}

.associated-terms {
	float: left;
	clear: both;
	margin-top: 20px;
}

.associated-terms .associated-areas,
.associated-terms .associated-categories {
	float: left;
	font-size: 12px;
}

.associated-areas,
.entry-content .associated-areas {
	padding-right: 20px;
}

.single-bizdir .business-wrap {
	padding: 0;
	margin: 20px 0 35px 0;
}

.single-bizdir .business-details p {
	line-height: 100%;
}