div.profile_list_item {
	margin-bottom: 10px;
	width: 640px;
	height: 110px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(css/PIE.htc);
	box-shadow: 2px 2px 3px 1px #2E2E2E; 
	-moz-box-shadow: 2px 2px 3px 1px #2E2E2E; 
	-webkit-box-shadow: 2px 2px 3px 1px #2E2E2E;
}

div.profile_list_item div.spacer {
	margin: 0 10px;
	padding-top: 10px;
}

div.profile_list_item div.profile_info {
	padding-right: 150px;		
	position: relative;
}

div.profile_list_item div.profile_info h3 {
	color: #3773AE;
	font-size: 12.6px;
	margin: 0;
}

div.profile_list_item div.profile_info p {
	font-size: 11.9px;
	margin-top: 5px;
}

div.profile_list_item div.profile_logo {
	float: left;
	height: 100px;
}

div.profile_list_item div.profile_logo img {
	margin-right: 10px;
}

div.profile_list_item div.btn_more {
	background: url(/img/format/bg-btn-more.jpg) repeat-x 0 -1px;
	
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(css/PIE.htc);
		
	height: 36px;
	line-height: 36px;
	margin-top: -20px;
	position: absolute;
	right: 0;
	top: 50%;	
}

div.profile_list_item div.btn_more:hover {
	
	background: #eee;
	
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE.htc);
	
	height: 36px;
	line-height: 36px;

}

div.profile_list_item div.btn_more a {
	color: #3773AE;
	display: block;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	text-decoration: none;
}

div.profile_list_item div.btn_more a:hover {
	cursor: pointer;
}

#profiles_map {
	background: url("/img/format/ajax-loader.gif") no-repeat scroll center center #FFFFFF;
	height: 250px;
}