﻿/*

*/


div#RecentBusinessFeatures
{
	width:472px;
}

div#RecentBusinessFeatures div.head
{
	background-image:url('i/recent-business-features/background-head.png');
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	height:12px;
}

div#RecentBusinessFeatures div.mid
{
	background-image:url('i/recent-business-features/background-mid.png');
	background-repeat:repeat-y;
}
div#RecentBusinessFeatures div.foot
{
	background-image:url('i/recent-business-features/background-foot.png');
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	height:13px;
}
div#RecentBusinessFeatures div.mid h3
{
	margin: 0px 0px 10px 20px;
	color:#6f7376; 
}
div#RecentBusinessFeatures div.mid h3 em
{
	color:#9DA65F;
	font-style:normal;
}
div#RecentBusinessFeatures div.mid ul
{
	margin:0px; 
	display:block;
	min-height:205px;
	padding-left:40px;
}

div#RecentBusinessFeatures li
{
	 list-style-image:url('i/recent-business-features/bullet.png');
	 line-height:15px;
	 padding:0px 10px 10px 0px;
}

div#RecentBusinessFeatures a
{
	cursor:pointer;
}
div#RecentBusinessFeatures a.FeatureLink
{
	color:#777D2D; 
}
div#RecentBusinessFeatures a.CategoryLink
{
	color:#828650; 
}
div#RecentBusinessFeatures li span
{
	color:#4c4c4c; /* tbodarkgray */
}

