/*
stylish-select.css 
*/
/*==================================
remove default focus style
====================================*/
:focus {
	outline: none;
}
.js ul.newList {
	left: -9999px;
}
/*==================================
red curvy example
====================================*/
ul.newList * {
	margin: 0;
	padding: 0;
}
ul.newList {
	width: 173px;
	height: 300px;
	display: none;
	position: absolute;
	left: 0;
	top: 23px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #B9ACA5;
	overflow: auto;
	z-index: 9999;
	background: #fff;
	color: #000;	
	scrollbar-face-color: #ed1a3b;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-shadow-color: #ed1a3b;
	scrollbar-highlight-color: #ed1a3b;
	scrollbar-3dlight-color: #ed1a3b;
	scrollbar-darkshadow-Color: #ed1a3b;
}
.newListSelected {
	width: 174px;
	height: 16px;
	padding: 2px 0;
	background: url(../img/BDO_locations_arrow_box_290709.gif) 100% 0 no-repeat;
	border: 1px solid #b9aca5;
	color: #000;
}
.newListSelected span {
	width: 224px;
	display: block;	
}
ul.newList li {
	padding: 3px 8px;
	font-size: 11px;
}
.selectedTxt {
	width: 202px;
	height: 16px;
	padding: 0 23px 0 0;
	overflow: hidden;
	font-size: 11px;
	color: #b9aca5;
}
.hiLite {
	background: #ed1a3b !important;
	color: #fff !important;
}
.newListHover {
	background: #eee8e5 !important;
	color: #000 !important;
	cursor: default;
}
.newListSelHover, .newListSelFocus {
	cursor: default;
}
.newListOptionTitle {
	font-weight: bold;
}
.newListOptionTitle ul {
	margin: 3px 0 0;
}
.newListOptionTitle li {
	font-weight: normal;
	border-left: 1px solid #ccc;
}
