/* Keep the upgraded Discuz search bar visually aligned with bbs.51anping.com. */
#scbar {
	height: 44px;
	border: solid #E5EDF2;
	border-width: 0 1px 1px;
	background: url(../images/search.png) repeat-x 0 0;
	line-height: 44px;
	overflow: hidden;
}

.scbar_icon_td {
	width: 50px;
	background: url(../images/search.png) no-repeat 0 -74px;
}

.scbar_txt_td,
.scbar_type_td {
	background: url(../images/search.png) repeat-x 0 -222px;
}

#scbar_txt {
	width: 400px;
	height: auto;
	padding: 1px 2px;
	border: 1px solid #FFF;
	outline: none;
	font-size: 14px;
}

.scbar_btn_td {
	width: 67px;
	background: url(../images/search.png) no-repeat 0 -296px;
	text-align: center;
}

#scbar_btn {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 23px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: transparent none;
	font-size: 12px;
	line-height: 18px;
}

#scbar_btn::before {
	display: none;
	content: none;
}

#scbar_btn strong {
	font-size: 14px;
}

.scbar_type_td {
	width: auto;
	background: url(../images/search.png) no-repeat 0 -370px;
}

#scbar_type {
	display: block;
	margin-left: 0;
	padding-left: 5px;
	padding-right: 16px;
	height: auto;
	border: 0;
	background: transparent url(../images/arrwd.gif) no-repeat 100% 50%;
	font-size: 14px;
	line-height: 44px;
	text-align: left;
	text-decoration: none;
}

#scbar_type.showmenu::after {
	display: none;
	content: none;
}

#scbar_type_menu {
	margin-top: -8px;
}

#scbar_hot {
	padding-left: 8px;
	height: 45px;
	overflow: hidden;
}

#scbar_hot strong,
#scbar_hot a {
	float: left;
	margin-right: 8px;
	white-space: nowrap;
}

/* Keep primary action dropdown buttons blue when the pointer is not hovering. */
.pgsbtn.showmenu {
	background-color: #2B7ACD;
	background-image: none;
}

.pgsbtn.showmenu:hover {
	background-color: #005AB4;
}
