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

.search_disp_shell {
	width:752px;
	height:192px;
	margin:0 auto;
	background-image:url(../_graphix/search_disp_bg.jpg);
	background-repeat:no-repeat;
	padding:9px 0 0 12px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	
	
}

.breakhere {
	page-break-before: always;
}

.search_disp_shell img{
	border:1px solid #CCCCCC;
	padding: 2px;
	
}

.search_disp_shell input.short_chkbx {
	vertical-align: middle;
	height:12px;
}

.search_disp_shell a 
{
	color:#FFFF00;
	text-decoration: none;
}

.search_disp_shell a:hover
{
	color: #fff;
}

.search_disp_img {
	float:left;
	width:154px;
	height:156px;
	text-align:center;
	
}

.search_disp_topbar {
	float:left;
	width:578px;
	height:22px;
	padding:4px 0 0 8px;
	
}
.search_disp_name {
	float:left;
	font-size:14px;
	font-weight:bold;
	padding-left:2px;
}
.search_disp_shortlist {
	float:right;
	padding:0 10px;
}
.search_disp_loc {
	float:left;
	width:574px;
	height:17px;
	background-image:url(../_graphix/search_disp_loc.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-left:12px;
}
.search_disp_mid {
	float:left;
	width:578px;
	height:119px;
	padding: 2px 0 0 8px;
}
.search_disp_info_pers {
	float:left;
	width:270px;
	height:102px;
	background-image:url(../_graphix/search_disp_info_bg.jpg);
	background-repeat:no-repeat;
	padding:10px 0 0 15px;
	overflow:hidden;
}
.search_disp_info_agent {
	float:right;
	width:270px;
	height:102px;
	background-image:url(../_graphix/search_disp_info_bg.jpg);
	background-repeat:no-repeat;
	padding:10px 0 0 15px;
	overflow:hidden;
}

.info_title {
	height:24px;
	font-weight:bold;
}

.info_body {
font-size:10px;
}
.info_bold {
	float:left;
	width:25%;
	font-size:10px;
	font-weight:bold;
}
.info_text {
	float:left;
	width:65%;
	font-size:10px;
}

.search_disp_botbar {
	float:left;
	width:740px;
	height:24px;
	display:block;
	background-image:url(../_graphix/search_disp_botbar.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.search_disp_proflink {
	width:154px;
	text-align:center;
}

.search_disp_id{
	float:right;
	font-weight:bold;
	padding-right:150px;

}

