.b-core-ui-select {
	background:url(/common/images/location-pulldown-bg.gif) no-repeat right top #FFF;
	width:100%;
	cursor:pointer;
	height:25px;
	line-height:25px;
	color:#000;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border:1px solid #ba0001;
}
.b-core-ui-select__select {
	position: static;
	width: 80%;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
}
.b-core-ui-select__value {
	padding:0 0 0 7px;
	
}
.b-core-ui-select__select_state_hide {
	height: 1px ;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 1px ;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0;
	z-index: -1;
	/*filter: alpha(opacity = 0);*/
	top:-9999px !important;
	left:-9999px !important;
}
.b-core-ui-select.focus {
	background:url(/common/images/location-pulldown-bg.gif) no-repeat right top #FFF;
	width:100%;
	cursor:pointer;
	height:25px;
	line-height:25px;
	color:#000;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border:1px solid #ba0001;
}
.b-core-ui-select.open {
	background:url(/common/images/location-pulldown-bg.gif) no-repeat right top #FFF;
	width:100%;
	cursor:pointer;
	height:25px;
	line-height:25px;
	color:#000;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border:1px solid #ba0001;
}
.b-core-ui-select.disabled, .b-core-ui-select.disabled:ACTIVE {
	opacity: .5;
	color: #333333;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	transition: background-position 0.1s linear;
}
.b-core-ui-select__dropdown {
	display: none;
	position: absolute;
	top: 0;
	border:solid 1px #bb0404;
	background:#ffffff;
}
.b-core-ui-select__dropdown.hide {
	display: none;
}
.b-core-ui-select__dropdown.show {
	display: block;
	position:relative;
}
.b-core-ui-select__dropdown__wrap {
	max-height:400px;
	overflow:auto;
	outline: none;
	position:relative;
	z-index:50000 !important;
}
.j-scroll-pane .b-core-ui-select__dropdown__item {
	margin-right: 20px;
}
.b-core-ui-select__dropdown__list {
	overflow: hidden;
	margin: 0!important;
}
.b-core-ui-select__dropdown__item {
	padding: 4px 15px;
	list-style-type: none;
	cursor: pointer;
	color:#035d8a;
}
.b-core-ui-select__dropdown__item:hover{
	text-decoration:underline;
}

.b-core-ui-select__dropdown__label {
	padding: 10px;
	min-height: 18px;
	font-style: italic;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}
.b-core-ui-select__dropdown__item.disabled, .b-core-ui-select__dropdown__item.disabled:HOVER {
	color: #ccc;
	background: none;
}
.b-core-ui-select__dropdown__item.selected, .b-core-ui-select__dropdown__item.selected:HOVER {
	color:#035d8a;
}

