/*结构*/
#searchResultTab {
	width: 950px;
	height:125px;
	margin:0px auto;
}
#searchResultTags {
	padding:0px;
	margin:0px;
	width:370px;
	height:30px;
	position:absolute;
	z-index:9999;
}
#searchResultTags li {
	background: url(/images/v3_tab.gif) no-repeat -180px 0px;
	float: left; 
	list-style: none;
	height: 30px;
	width:180px;
}
#searchResultTags li a:link,
#searchResultTags li a:visited {
	float:left; 
	color:#666;
	line-height:30px;
	height:30px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration: none;
	width:180px;
	text-align:center;
	 
}
#searchResultTags li.emptyTag {
	background: none transparent scroll repeat 0% 0%; 
	width:4px;
}
#searchResultTags li.selectTag {
	background-position:left top; 
	position:relative;
	z-index:999;
	height:30px;
	width:180px;
	background: url(/images/v3_tab.gif) no-repeat 0px 0px;
}
#searchResultTags li.selectTag a:link,
#searchResultTags li.selectTag a:visited {
	background-position: right top; 
	color:#333;
	line-height:30px; 
	height: 30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:180px;
	text-align:center;
	 
}
#searchResultContent {
	clear:both;
	position:relative;
	top:29px;
	border:1px solid #b1c5dd;
	background-color:#fff;
}
.searchResultContent td{
	height:20px;
	font-size:10px;
}
.searchResultContent td a{
	font-size:10px;
}
.searchResultContent td span{
	color:#cc0000;
	font-weight:bold;
}
#searchResultContent div.selectTag {
	display: block;
	height:55px;
	padding:12px 20px 22px 20px;
	_padding:12px 20px 12px 20px;
}
#searchResultTable td{
	height:30px;
	padding:5px;
}
/*样式*/
/*searchResult*/
#searchResultTable{
	border:1px solid #b1c5dd;
}
#searchResultTable th{
	background:url(/images/v3_fpBg.gif) 0px bottom;
	border-right:1px solid #b1c5dd;
	font-size:11px;
	color:#333333;
	height:34px;
	padding:0px 5px;
	font-family:Verdana, Geneva, sans-serif;
}
#searchResultTable th span{
	font-weight:normal;
	color:#F00;
}
#searchResultTable tr{
	border-bottom:1px solid #b1c5dd;
}
#searchResultTable td{
	text-align:center;
	border-right:1px solid #b1c5dd;
	font-size:10px;
}
#searchResultTable td a{
	font-size:10px;
}
#searchAgain{
	background:url(/images/v3_searchAgainBg.gif) repeat-x;
	width:92px;
	height:18px;
	text-align:center;
	line-height:18px;
	display:inline-block;
	font-weight:normal;
	color:#000;
	border:1px solid #d58d03;
	margin-left:15px;
}
.btnA{
	background:url(/images/v3_fpBg.gif) repeat-x;
	height:14px;
	width:50px;
	display:inline-block;
	border:1px solid #d98e1f;
	text-align:center;
}
.btnA a:link, .btnA a:visited{
	color:#81410d;
}
.btnC{
	background:url(/images/v3_fpBg.gif) 0px -24px repeat-x;
	height:14px;
	width:50px;
	display:inline-block;
	border:1px solid #85bfe3;
	text-align:center;
}
.btnC a:link, .btnC a:visited{
	color:#1264b6;
}
#spanRight{
	float:right;
	height:20px;
	line-height:20px;
	padding-right:5px;
}
#spanLeft{
	float:left;
	height:20px;
	line-height:20px;
	padding-left:5px;
}
.colorRed{
	color:#cc0000;
}