/*
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 a {color: #000; text-decoration:none; display:block;}
ul.newList {


    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;

margin:0; padding:0; list-style:none; color:#000; width:171px; background:#fff; position:absolute;  text-align:left;  border:1px solid #B9ACA5; top:22px; left:0; overflow:auto; z-index:9999;}
.newListSelected {width:166px; color:#000; height:19px; padding:3px 0 0 6px; float:left;  text-align:left;  border:1px solid #B9ACA5; background:url('dropDownArrow.gif') repeat-y right;}
.newListSelected span {width:177px; display:block;}
ul.newList li a {font-size:11px;padding:3px 8px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {font-size:11px;color:#b9aca5;width:147px; overflow:hidden; height:16px; padding:0 16px 0 0;}
.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;
}

#BDOsearchInput{
		padding-top:3px;
		padding-left:2px;
		height:16px;
		width:148px;
		border:1px solid #b9aca5;
		color:#b9aca5;
		float:left;
}
#BDOsearchButton{
		border:0px;
		height:22px;
		width:22px;
		background:transparent url(/BDOGCO/website/BDOGCO/website.nsf/LUImages/CVI2009/$file/searchGlass.gif);
		background-position:0px 1px; 
}
.newListSelected {
  width:172px !important;
  padding:0 !important;
  height:20px !important;
}
.selectedTxt {
  width:172px !important;
  padding:0 !important;
  height:20px !important;
  margin: 2px 0 0 2px !important;
}
#sectionHead {
  overflow:visible;
}



