﻿
/*--------------------------------------	Search Result	--------------------------------------------------------------------------------------------------------------------------*/
.main_Content .result_panel {
	float: right;
	width: 754px;
	padding: 15px 0 15px 0;
	border: 0px solid red;
	border-top: solid #fec900 1px;
}
.result_panel .img {
	float: left;
	border: 1px solid #ccc;
}
.result_panel .right_pane {
	float: right;
	width: 620px;
	border: 0px solid blue;
}
.result_panel h2.title {
	clear: both;
	float: right;
	width: 100%;
	margin: 0;
	cursor: pointer;

	font-size: 15px;
	font-weight: bold;
	color:#656565;
	line-height: normal;
	
	border: 0px solid red;
}
.result_panel .desc {
	float: right;
	width: 100%;
	min-height: 30px;

	font-size: 12px;
	font-weight: normal;
	color:#656565;
	line-height: normal;
	border: 0px solid red;
}
.result_panel .desc span {
	display: inline-block;
}
.result_panel .icon {
	float: left;
	padding: 14px 15px 0 15px;
	border: 0px solid red;
}
/*.result_panel .pics {
	clear: both;
	float: left;
	width: auto;
	margin: 8px 0 0 20px;
	vertical-align: middle;
	border: 0px solid red;
}
.result_panel .pics td {
	text-align: center;
	vertical-align: bottom;

	font-size: 11px;
	font-weight: normal;
	color:#656565;
}
.result_panel .pics .cap {
	padding-left: 10px;
}*/



.paging {
	border: 0px solid red;
	border-top: 1px solid #fea900;
}
