.titles {
	margin: 6px 0 4px 0;
}

.bodyCopy {
	overflow: auto;
	height: 738px;
	padding-right: 17px;
	padding-left: 11px;
	color: #868887;
}

.tileTitle {
	margin: 0 0 8px 0;
}

.tileButton {
	margin: 0 0 0 205px;
}

#featuredListings
{
	width:100%;
	position: relative;
}

.featuredListingItem
{
	padding:10px 5px 5px 10px;
	height:68px;
	background-image:url('../images/whitebox_bottom.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:#ffffff;
	overflow:hidden;
}

.featuredListingItem li {
	height:68px;
	overflow:hidden;
	zoom: 1;
	padding: 0;
	margin: 0;
}

.featuredListingItem .featuredListingItemDesc
{
	float:left;
	width:155px;
}

.featuredListingItem .featuredListingThumb {
	float:left;
	width:67px;
	text-align: right;
}

.featuredListingItem a.iconbtn
{
	height:21px;
	width:21px;
	padding-left:0px;
}

.featuredListingItem a.iconbtn img
{
	background-color:#ffffff;
}

.featuredListingItem a.iconbtn:hover img
{
	background-color:#a5cb38;
}

.featuredListingItem a.iconbtn span
{
	background-color:#ffffff;
}

.featuredListingItem a.iconbtn:hover span
{
	background-color:#a5cb38;
}

.featuredListingItem a.iconbtn img
{
	margin:0;
	float:none;
}


