﻿/*城市选择下拉框*/
.tabBox{position:relative;display:inline;}
.pullBox{position:absolute;top:25px;left:0;border:1px #3a4766 solid;padding:5px;FILTER: Alpha(opacity=90);opacity:0.9;overflow: hidden;width:190px;height:200px;background:#dbf4fc;}
.cityList{overflow-y:scroll;width:80px;height:100%;float:left;}
.sp{margin-left:10px}
.cityList li{line-height:22px; cursor:pointer}
.cityList li.chk{background:#79cde8;color:#000; font-weight:700;padding-left:4px;}

/*搜索下拉框*/
.inputmenu {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #8F8F8F;
	border-top: none;
	text-align: left;
	font-size: 12px;
	background:#fff;
}
.inputmenu a {
	font-size: 12px;
	color: #363837;
	text-decoration: none;
}
.menubar1 {
	background: #EDEDED;
	border: 1px solid #fff;
	border-top: none;
	line-height: 22px;
	padding: 0 7px;
	font-size: 12px;
	font-weight: bold;
}
/*.menubar1 span {
	float: right;
	font-weight: normal;
	color: #5C5C5C;
}
.menubar1 span a {
	color: #363837;
}
.menubar1 span a:hover {
	color: #707070;
}
*/
.inputmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d3d3d3;
	scrollbar-face-color: #EBEBEB;
	scrollbar-base-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-arrow-color: #8F8F8F;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #F7F7F7;
}
/*.inputmenu ul li{
	padding-left:10px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
} */
.inputmenu ul li a {
	display: block;
	height: 1%;
	overflow:hidden;
	padding: 0 7px;
	margin: 0 1px;
	line-height:22px
}
.inputmenu ul li a:hover {
	background: #d4f1fa;
}
/*.inputmenu ul li.now{
	background:#79cde8
}
.inputmenu ul li span {
	float: right;
	cursor: pointer;
	color: #5C5C5C;
}*/
.inputmenu ul li strong {
	color: #FF7800;
	font-weight: bold;
}

.menubar2 {
	line-height: 24px;
	border-top: 1px solid #D9DADA;
	margin: 0 3px;
	padding: 0 7px;
	font-weight: 700;
}
.inputmenu .menubar2 a {
	float: right;
	background: url(/images/arr12.gif) no-repeat left 6px;
	padding: 0;
	margin: 0;
	padding-left: 14px;
	color:#333;
	text-decoration:underline;
}
.inputmenu .menubar2 a:hover {
	background: url(/images/arr12.gif) no-repeat left 6px;
}
