/*------------------ selectFruits -----------------*/
.selectFruits {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 12px;
	background: url('/shop/images/goods/select_arrow_off.png') no-repeat top right;
	height: 21px;
	min-width: 55px;
	text-align: left;
}

.selectFruits .passiveSelect,.selectFruits .activeSelect {
	line-height: 21px;
	display: block;
	cursor: pointer;
	padding-left: 5px;
	color: #666;
	font-weight: bold;
	text-align: left;
	background: url('/shop/images/goods/select_arrow_off.png') no-repeat top right;
}

.selectFruits .activeSelect {
	color: #333;
	background:#fff url('/shop/images/goods/select_arrow_on.png') no-repeat top right;
}

.selectFruits ul {
	padding: 0;
	margin: 0;
	list-style: none;
	max-height: 220px;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: pointer;
	width: 140px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0 0 2px 2px;
	z-index: 20;
}

.selectFruits li {
	padding: 0;
	margin: 0;
	width: 110px;
	color: #666;
	display: block;
	float: left;
	padding: 3px;
	white-space: nowrap;
	background:#fff;
}

.selectFruits .special {
	font-weight: bold;
}

.selectFruits .selected {
	color: #000000;
	font-weight: bold;
}

.selectFruits li:hover {
	color: #0066e5;
}
/*------------------ AdminSelectBox -----------------*/
.selectAdmin {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 12px;
	background: #ffffff url('/shop/images/goods/select_arrow_off.png') no-repeat top right;
	line-height: 19px;
	min-width: 55px;
	text-align: left;
}

.selectAdmin .passiveSelect, .selectAdmin .activeSelect {
	line-height: 19px;
	display: block;
	cursor: pointer;
	padding-left: 5px;
	color: #666;
	font-weight: bold;
	text-align: left;
	background: #ffffff url('/shop/images/goods/select_arrow_off.png') no-repeat top right;
}

.selectAdmin .activeSelect {
	color: #333;
	background: #ffffff url('/shop/images/goods/select_arrow_on.png') no-repeat top right;
}

.selectAdmin ul {
	padding: 0;
	margin: 0;
	list-style: none;
	max-height: 220px;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: pointer;
	width: 140px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0 0 2px 2px;
	z-index: 20;
}

.selectAdmin li {
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 19px;
	color: #666;
	display: block;
	float: left;
	padding: 3px;
	white-space: nowrap;
	background: #fff
}

.selectAdmin .special {
	font-weight: bold;
}

.selectAdmin .selected, .selectAdmin li:hover {
	color: #0066e5;
}
