
.search {
	margin-left: 70px;
	width: 560px;
}
.search .s-ico {
	border: 1px solid #eee;
	height: 30px;
	margin-top: 12px;
	cursor: pointer
}

.search .s-ico span {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../img/bg.png) no-repeat -42px -18px;
	margin: 5px
}

.search .hotwords a {
	margin-right: 12px
}

.search .hotwords a:hover {
	text-decoration: underline
}

.search .search-box {
	border: 2px solid #393;
	width:540px;
}
.search-box .type {
	width: 138px;
	background: #fafafa;
	border-right: 1px solid #eee;
	padding: 0 5px 0 8px;
	font-size: 14px;
	position: relative
}

.search-box .type h3 {
	line-height: 40px;
	height: 40px;
	font-weight: normal;
	cursor: pointer
}

.search-box .type ul {
	position: absolute;
	background: #fafafa;
	top: 40px;
	left: 0;
	width: 138px;
	border: 1px solid #eee;
	border-top: 0;
	display: none;
	z-index: 999
}

.search-box .type ul li {
	border-bottom: 1px solid #eee
}

.search-box .type ul li a {
	display: block;
	padding: 5px;
	text-decoration: none
}

.search-box .type ul li a:hover {
	background: #eee
}

.search-box .arrow {
	background: url(../img/bg.png) -37px 0 no-repeat;
	display: inline-block;
	width: 8px;
	height: 4px;
	float: right;
	margin-top: 18px;
	cursor: pointer
}

.search-box .form-control {
	border: 0;
	height: 20px;
	line-height: 16px;
	width: 331px;
	outline: 0;
	font-size: 14px;
	padding: 10px 5px;
	vertical-align: middle
}

.search-box .btn-search {
	line-height: 40px;
	border: 0;
	background: #393 url(../img/search-ico.png) no-repeat center;
	width: 47px;
	height: 40px;
	text-indent: -999em;
	cursor: pointer
}
