
/* FORCES DATING MEMBERFEED */

#wld_badge_wrapper {
	margin-top: 14px;
	float: left;
	display: inline;
	}

.wld_badge_item {
	background: transparent url(../images/bg/corners.gif) no-repeat scroll left top;
	padding: 5px;
	text-align: left;
	font-size: 75%;
	float: left;
	width: 92px;
	height: 130px;
	overflow: hidden;
	display: inline;
	}

.wld_badge_item img {
	border: 1px solid #c7c6af;
	width: 74px;
	height: 74px;
	-ms-interpolation-mode:bicubic;
	}

.wld_badge_item_detail {
	padding-top: 2px;
	overflow: hidden;
	text-transform: capitalize;
	color: #601300;
	font-weight: bold;
	margin-top: 6px;
	}
	
	
.wld_badge_item_region {
	color: #333;
	font-weight: normal;
	font-size: 90%;
	}


