@charset "UTF-8";
/*--全局开始--*/
.header .search .psearchbar {
	width:700px;
	height:86px;
	background-image:url(../images/searchbar_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float: left;
}
.header .search .psearchbar .type {
	line-height:25px;
	width:265px;
	height:25px;
	float: left;
	padding-left:15px;
	padding-top:15px;
}
.header .search .psearchbar .channel {
	line-height:30px;
	width:200px;
	height:25px;
	float: left;
	padding-left:15px;
	padding-top:13px;
	color:#fff;
}
.header .search .psearchbar .channel a{
	color:#fff;
	text-decoration:none;
}
.header .search .psearchbar .channel a:hover{
	color:yellow;
	text-decoration:underline;
}
.header .search .psearchbar .type .searchspan{
	line-height:25px;
	width:35px;
	height:25px;
	display:inline-block;
	color:#666;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
.header .search .psearchbar .type .searchspan:hover{
	line-height:25px;
	width:35px;
	height:25px;
	display:inline-block;
	color:#FFF;
	font-weight:bold;
	background:url(../images/p_searchbtnbg.gif) bottom no-repeat;
	text-align:center;
}
.header .search .psearchbar .type .searchspanon{
	line-height:25px;
	width:35px;
	height:25px;
	display:inline-block;
	color:#FFF;
	font-weight:bold;
	background:url(../images/p_searchbtnbg.gif) bottom no-repeat;
	text-align:center;
}
.header .search .psearchbar .input{
	width:490px;
	height:29px;
	float: left;
	padding-left:5px;
	padding-top:8px;
	_padding-top:5px;
	line-height:29px;
}
.header .search .psearchbar .input .city{
	_padding-top:2px;
	padding:0;
	margin:0;
	width:76px;
	height:20px;
	line-height:20px;
	float: left;
	border:none;
	margin-right:7px;
	font-size:14px;
	text-align:center;
	font-family:"宋体";
	color:#999;
}
.header .search .psearchbar .input .searchinput{
	width:300px;
	height:20px;
	float: left;
	border:none;
	border-width:0px;
	margin-right:5px;
	color:#000;
	font-size:14px;
	-moz-opacity:0.5; /*MOZ , FF*/
	opacity:0.5; /*CSS3, FF1.5*/
	filter:alpha(opacity=10); /*IE*/
}
.header .search .psearchbar .input .searchbtn{
	width:90px;
	height:24px;
	float: left;
	background:url(../images/p_searchbar_btnbg.png) center no-repeat;
	border:0;
	cursor:pointer;
	margin:0;
}