@CHARSET "UTF-8";
.sbHolder{
  background-color: #FFF;
  border: solid 1px #AAA;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 25px;
  position: relative;
}
#home_page .sbHolder{
  width: 500px;
}
.sbSelector{
  display: block;
  height: 25px;
  left: 0;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 475px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
  color: #787878;
  outline: none;
  text-decoration: none;
}
.sbToggle{
  background: url(/resources/dyn/files/517428z713b7f22/_fn/bg-select-box-arrows.gif) 3px -25px no-repeat;
  display: block;
  height: 25px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}
.sbToggle:hover{
  background: url(/resources/dyn/files/517428z713b7f22/_fn/bg-select-box-arrows.gif) 3px -25px no-repeat;
}
.sbToggleOpen{
  background: url(/resources/dyn/files/517428z713b7f22/_fn/bg-select-box-arrows.gif) 3px 0 no-repeat;
}
.sbToggleOpen:hover{
  background: url(/resources/dyn/files/517428z713b7f22/_fn/bg-select-box-arrows.gif) 3px 0 no-repeat;
}
.sbHolderDisabled{
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
  
}
.sbHolderDisabled .sbToggle{
  
}
.sbOptions{
  background-color: #FFF;
  border: solid 1px #AAA;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 25px;
  z-index: 99;
  /*max-height: none !important;*/
  height: 345px;
  overflow: auto;
}
#ie7only .sbOptions {
  position: relative;
}
#home_page .sbOptions{
  width: 500px;
}
.sbOptions li{
  padding: 0 7px;
}
.sbOptions a{
  border-bottom: dotted 1px #515151;
  display: block;
  outline: none;
  padding: 4px 0 4px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
  color: #787878;
  text-decoration: none;
}
.sbOptions a:hover{
  color: #1D3C51;
}
.sbOptions li.last a{
  border-bottom: none;
}
