.list {
	float: right;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 0px solid red;
}
.dynamic_text {
	clear: both;
	width: 496px;
	margin-bottom: 30px;
}
.result_Box {
	clear: both;
	float: right;
	background-image: url(../../images/result_hr.jpg);
	background-position: bottom center;
	width: 500px;
	margin-right: 15px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border: 0px solid red;
}
.result_Box .right-side {
	float: right;
	width: 146px;
	border: 0px solid red;
}
.result_Box .right-side .img_placeholder {
	float: right;
	width: 140px;
	height: 95px;
	margin: 0px 0 10px 0;
	padding: 2px;
	border: 1px solid #c3cdd3;
}


.result_Box .details {
	float: right;
	width: 68%;
	height: auto;
	display: block;
	margin-right: 8px;
	padding: 0;
	border: 0px solid red;
}
.pointer, .pointer span, .pointer img {
	cursor: pointer;
}
.result_Box .details .main {
	float: right;
	width: 100%;
	color: #373737;
	font-size: 10.5pt;
	font-weight: bold;
	margin: 0px;
	border: 0px solid blue;
}
.result_Box .details p {
	float: right;
	width: 100%;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	color: #373737;
	margin: 0px;
}
.result_Box .details .lnkMore {
	float: left;
	text-align: left;
	margin-top: 20px;
	font-size: 9pt;
	font-weight: normal;
	color: #5090e7;
	border: 0px solid blue;
}
.result_Box .details table {
	float: right;
	width: 100%;
}
