/* Suburb Profiles
------------------*/
#borderWrap {
border: 1px solid #d5d5d5;
}
#borderWrap h1 {
background: #fff url(/_lib/professional/focusProperty/img/bgDynTextHeading.gif) top left repeat-x;
height: 35px;
padding: 15px 15px 0 15px;
border-bottom: 1px solid #d5d5d5;
}
#mainContent {
float:left;
padding: 0 15px 10px 15px;
width: 480px;
}
#subContent {
float:right;
margin: 0 15px 10px 0;
padding: 5px;
width: 170px;
border: 1px solid #d5d5d5;
background: #fff url(/_lib/professional/focusProperty/img/bgDynTextHeading.gif) top left repeat-x;
}
div#displaySuburbProfiles .suburb {
border-bottom: 1px solid #d5d5d5;
/* Structure */
overflow: hidden;
clear: both;
padding-bottom: 5px;
margin-bottom: 15px;
}
div#displaySuburbProfiles .suburb p a.viewMore {
display: block;
background: #fff url(/_lib/professional/focusProperty/img/btnViewGrey.gif) top left no-repeat;
width: 37px;
height: 16px;
text-indent: -9999em;
float: left;
}
div#displaySuburbProfiles .suburb img {
border: 1px solid #d5d5d5;
/* Structure */
float: left;
margin: 0 10px 10px 0;
}
div#displaySuburbProfiles .profile h3 {
color : #1d9b5f;
}
div#displaySuburbProfiles .profile img {
border: 1px solid #d5d5d5;
/* Structure */
float: right;
margin: 0 0 10px 10px;
}

/* Suburb List */
div#displaySuburbProfileList ul {
/* Structure */
list-style-type: none;
list-style-position: outside !important;
}
div#displaySuburbProfileList ul li a {
/* Structure */
margin: 0 0 3px 0;
padding: 3px 0 2px 0;
display: block;
text-decoration: none;
border-top: 1px solid #d5d5d5;
}