﻿
.search-type span, .search-btn{
	background:url(../images/index-icon-20130527.png) no-repeat;
}


.search-bar {
	height:30px;	
	width:330px;
	
}
.hot-search-words {
	float:left;
	width:418px;
	padding:0 0 0 10px;
	line-height:30px;
	border:1px #ff0000 solid;
}
.hot-search-words a {
	float:left;
	margin-right:10px;
}
.search-box {
	position:relative;
	float:right;
	width:328px;
	height:26px;
	border:1px solid #3399fe;
	background:#fff;
	
}
.search-type {
	float:left;
	width:55px;
	position:relative;
    top: 0px;
    left: 0px;
}
.search-type span {
	display:block;
	padding:4px 0 4px 8px;
	height:18px;
	line-height:18px;
	background-position:37px -14px;
	color:#666;
	cursor:default;
}
.search-type ul {
	display:none;
	position:absolute;
	left:-2px;
	top:26px;
	width:52px;
	padding-top:2px;
	border:2px solid #6593c9;
	border-top:0 none;
	background:#fff;
}
.search-type-on ul {
	display:block;
}
.search-type li {
	padding-left:8px;
	height:21px;
	line-height:21px;
	color:#666;
}
.search-type li:hover, .search-type .hover {
	background:#e7eef6;
	color:#1f4f88;
	cursor:pointer;
}
.search-keyword {
	float:left;
	padding:4px;
	width:237px;
	height:18px;
	line-height:18px;
	font-family:arial;
	color:#999;
	border:0 none;
	outline:0 none;

}
.search-btn {
	position:absolute;
	right:-2px;
	top:-2px;
	width:70px;
	height:30px;
	background-position:-18px 0;
	border:0 none;
	text-indent:-9999em;
	overflow:hidden;
	cursor:pointer;
}
.search-btn:hover {
	background-position:-18px -31px;
}