/* finder */
div#finder .finder_section {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

div#finder h3 {
	padding-left: 16px;
	background: url(/_include/img/bullet_head.gif) no-repeat 0px 4px;
	color: #003781;
	margin-bottom: 0px;
}

div#finder a {
	color: #333333;
}

div#finder select {
	margin-top: 3px;
}

div#finder ul, div#finder ul.inner {
	list-style: none;
	margin: 0px;
}
div#finder ul.inner {
	margin-left: 40px;
}
div#finder li {
	float: left;
	margin: 0;
	margin-right: 7px;
}
div#finder li.off {
	color: #e6e6e6;
}
div#finder ul.list li {
	float: none;
}
div#finder ul.list li.letter {
	margin-top: 10px;
	font-weight: bold;
	color: #54abf0;
}
div#finder li.letter li {
	font-weight: normal;
}
div#finder .selected {
	font-weight: bold;
}

/* show member */
div#member_preview {
	width: 482px;
}
div#member_preview p {
	margin-bottom: 10px;
}
div#member_preview a {
	color: #767f85;
	text-decoration: underline;
}
div#member_preview ul {
	margin-left: 15px;
	list-style-image: url(/_include/img/bullet_list.gif);
}
div#member_preview ol {
	margin-left: 19px;
}
div#member_preview li {
	margin-bottom: 0;
}

.member_images {
	width: 200px !important;
	float: left;
}
.member_text {
	width: 282px !important;
	float: left;
}
.member_image {
	width: 125px;
	height: 125px;
	background-image: url(/_include/img/back_memberimage.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 5px 8px 8px 5px;
	margin-bottom: 25px;
}
.member_image div {
	width: 125px;
	height: 125px;
	overflow: hidden;
}
.member_image img {
	margin: auto;
}
.member_company {
	font-size: 12px;
	font-weight: bold;
	color: #00236F;
	margin-bottom: 12px;
}
.member_sect {
	margin-bottom: 30px;
}
.member_sect h4 {
	color: #00236F;
	font-size: 10px;
	margin-bottom: 7px;
	padding-left: 12px;
	background: url(/_include/img/bullet_head.gif) no-repeat 0px 4px;
}
.member_subsect {
	margin-bottom: 10px;
}
.member_subsect h5 {
	font-size: 11px;
	margin: 0
}

a.finder_ctrl, div#finder a.finder_ctrl {
	font-size: 9px;
	color: #54abf0;
}
a.finder_ctrl:hover, div#finder a.finder_ctrl:hover {
	color: #ff0000;
}

