﻿/*选择搜索select*/
.select {
	background: #e9e9e9;
	border-bottom: 1px solid #d8d8d8;
	width: 100%;
	margin-bottom: 20px;
	color: #666666;
}

.select .content div {
	display: block;
	height: 50px
}

.select .content .bottom_line {
	border-bottom: 1px solid #d8d8d8;
}

.select span {
	line-height: 48px;
}

.select span.title {
	float: left;
	margin-left: 10px;
	line-height: 48px;
}

.select ul {
	float: left
}

.select ul li {
	float: left;
	text-align: center;
	margin-right: 5px;
	height: 23px;
	margin: 12px 5px;
	padding: 0 10px;
	min-width: 35px;
}

.select ul li a {
	display: block;
	width: 100%;
	height: 29px;
	line-height: 24px;
	cursor: pointer;
}

.select ul li:hover,.select ul li.active {
	background: #ff8432;
}

.select ul li:hover a,.select ul li.active a  {
	color: #fff;
	background: url(../../../images/common/select_hover_bg.png) no-repeat center;
}