.skinBgColor{
	background: #2799da;
}

.topItem{
	font-size: 0;
	height: 100%;
}
.topItem li{
	display: inline-block;
	*display: inline;
	*zoom:1;
	font-size: 14px;
	color: #fff;
	height: 100%;
	line-height: 40px;
	margin-right: 10px;
}
.links{
	float: right;
	margin-right: 15px;
}
.links li a{
	color: #fff;
}
.links.topItem li{
	position: relative;
	height: 20px;
	line-height: 20px;
	top: 10px;
	border-left: #fff solid 1px;
	padding-left: 5px;
}
.links.topItem li:first-child{
	border-left: 0;
}


.searchBox{
	position: relative;
	margin-top: 20px;
	font-size: 0;
	z-index: 999;
}
.searchBox input{
	float: left;
	border:none;
}
.searchInput{
	width: 520px;
	height: 18px;
	padding: 10px;
	background:#fff;
}
.searchSub{
	width: 100px;
	height: 38px;
	background:#4e82f0;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

a.advanceSearch{
	float: right;
	font-size: 16px;
	padding:0 10px;
	height: 36px;
	margin-left: 15px;
	border:#0691ee solid 1px;
	color: #fff;
	line-height: 36px;
	padding-left: 25px;
	background: url(../images/index/search_icon.png) 5px center no-repeat;
}

.hintList{
	position: absolute;
	left: 0;
	top: 38px;
	font-size: 16px;
	width: 538px;
	background: #fff;
	border:1px solid #ccc;
}
.hintList li{
	padding: 2px 10px;
	height: 22px;
	line-height: 22px;
	cursor: default;
}
.hintList li:hover{
	background: #eee;
}

/*分页组件样式*/
.pagination {
	padding: 20px 0;
}
.pagination a {
    text-decoration: none;
	border: 1px solid #e1e2e3;
	color: #6600cc;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 0 14px;
    margin-right: 5px;
	height: 34px;
	line-height: 34px;
}

.pagination .current {
    color: #000;
    border: 1px solid #e1e2e3;
}

.pagination .current.prev, .pagination .current.next{
	display: none;
}
/*分页组件end*/

.searchFooter{
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
}

.loadingBox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
}
.loadingCnt{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 110px;
	margin-top: -55px;
	margin-left: -150px;
}
.loadingIcon{
	width: 100%;
	height: 64px;
	background: url(../images/result/loading.gif) no-repeat center;
}
.loadingBoxBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: .5;
	filter: alpha(opacity=50);
}
.loading{
	position: relative;
	margin-top: 20px;
    font-size: 18px;
    z-index: 1;
}
