@charset "utf-8";
/* CSS Document */

h3 {
	font-size:20px;
	margin-left:15px;
	margin-top:15px;
}

#body #leftSide #browseProfiles {
	background-image:url("../images/minisite-browse-bg.jpg");
	width:489px;
	height:192px;
	text-align:left;
	position:relative;
	overflow:hidden;
	margin-top:20px;
}

#body #leftSide #browseProfiles div {
	overflow:hidden;
	width:300px;
	text-align:left;
	margin-left:180px;
	margin-top:37px;
	overflow:hidden;
}

#body #leftSide #browseProfiles img.icon {
	height:14px;
	width:14px;
}

#body #leftSide .profiles {
	width:489px;
	overflow:hidden;
}

#body #leftSide .profiles .top {
	width:489px;
	height:77px;
	background-image:url("../images/profiles-browse-top.jpg");	
}

#body #leftSide .profiles .middle {
	width:452px;
	background-image:url("../images/profiles-browse-middle.gif");	
	padding-left:37px;
	overflow:hidden;
}

#body #leftSide .profiles .bottom {
	width:489px;
	height:11px;
	background-image:url("../images/profiles-browse-bottom.gif");	
}

#body #leftSide .profiles .middle .profile {
	width:100px;
	height:140px;
	float:left;
	margin-right:8px;
	text-align:center;
}

#body #leftSide .profiles .middle .profile img.photo {
	width:100px;
	height:100px;
}

