﻿/*

*/


div#LatestReviewedBusiness
{
	width:472px;
}

div#LatestReviewedBusiness div.head
{
	background-image:url('i/latest-reviewed-business/background-head.png');
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	height:12px;
}

div#LatestReviewedBusiness div.mid
{
	background-image:url('i/latest-reviewed-business/background-mid.png');
	background-repeat:repeat-y;
}
div#LatestReviewedBusiness div.foot
{
	background-image:url('i/latest-reviewed-business/background-foot.png');
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	height:13px;
}
div#LatestReviewedBusiness div.mid h3
{
	margin: 0px 0px 10px 20px;
	color:#6f7376; /* tbogray */
}
div#LatestReviewedBusiness div.mid h3 em
{
	color:#34a5e2; /* tboaqua */
	font-style:normal;
}
div#LatestReviewedBusiness div.mid ul
{
	margin:0px; 
	display:block;
	min-height:205px;
	padding-left:40px;
}

div#LatestReviewedBusiness li
{
	list-style-image:url('i/latest-reviewed-business/bullet.png');
	 line-height:15px;
	 padding:0px 10px 10px 0px;
}

div#LatestReviewedBusiness a
{
	cursor:pointer;
	font-weight:bold;
}
div#LatestReviewedBusiness a.UserProfileLink
{
	color:#34a5e2; /* tboaqua */
}
div#LatestReviewedBusiness a.UserProfileNoLink
{
	color:#34a5e2; /* tboaqua */
	text-decoration:none;
}
div#LatestReviewedBusiness a.FeatureLink
{
	color:#003e7e; /* tboblue */
}
div#LatestReviewedBusiness li span
{
	color:#6f7376; /* tbogray */
}

