﻿.cusSelect {
	background: url("/AppInc/imgs/dot_select.jpg") no-repeat 232px rgb(255, 255, 255); padding: 0px 15px; border-radius: 8px; border: 1px solid rgb(153, 152, 152); border-image: none; width: 230px; height: 36px; line-height: 36px; margin-right: 7px; display: inline-block; position: relative; cursor: pointer; _zoom: 1; _display: inline;
}
.end.cusSelect {
	margin-right: 0px;
}
.cusTitle {
	width: 220px; height: 100%; color: rgb(51, 51, 51); line-height: inherit; overflow: hidden; font-size: 16px; position: relative; cursor: pointer; -ms-text-overflow: ellipsis;text-align:center;
}
.cusOpSet {
	list-style: none; margin: 0px; padding: 0px; border: 1px solid rgb(204, 204, 204); border-image: none; left: 0px; font-size: 16px; position: absolute; z-index: 100; -ms-overflow-y: auto; max-height: 322px; min-width: 100%; background-color: rgb(255, 255, 255);
}
.cusOption {
	padding: 0px; padding-left:20px; width: auto; line-height: inherit; font-size: inherit; white-space: nowrap; background-color: inherit; 
}
.cusOption a {
	padding: 0px 10px; color: inherit; text-decoration: none; display: block;
}
.cusOption:hover {
	color: rgb(255, 255, 255); background-color: rgb(52, 121, 198);
}
.hide {
	display: none;
}
.show {
	display: block;
}
