#sideBarModule .sidebar_picker {
  font-size: 12px !important;
  font-weight: normal;
  font-weight: normal !important;
  text-align: right;
  width: auto;
  border: 1px solid #545454;
  border-width: 1px 1px 0 1px;
  position: relative;
  margin-bottom: 10px;
}
#sideBarModule .sidebar_picker span.title {
  padding: 0 6px 3px 5px;
}
#sideBarModule .sidebar_picker ul {
  margin: 0 !important;
  font-size: 12px !important;
}
#sideBarModule .sidebar_picker li {
  list-style: none;
  color: #666666;
  margin: 0;
  text-align: left;
}
#sideBarModule .sidebar_picker li:hover {
  cursor: pointer;
  font-weight: bold;
}
#sideBarModule .sidebar_picker a {
  cursor: pointer;
  user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  color: #666666 !important;
  background: white;
  overflow: hidden;
  border: 0 solid #545454;
  display: block;
  width: inherit;
  line-height: 20px;
}
#sideBarModule .sidebar_picker span.arrow {
  display: block;
  float: right;
  text-align: center;
  width: 18px;
  height: 16px;
  margin-left: 5px;
  color: white;
  background: #545454;
}
#sideBarModule .sidebar_picker .handle {
  background: white;
  border-bottom: 1px solid #545454;
}
#sideBarModule .sidebar_picker .label:hover, #sideBarModule .sidebar_picker a:hover {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
#sideBarModule .sidebar_picker div {
  user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  display: none;
  position: absolute;
  z-index: 42;
  left: 0;
  width: 163px;
  background: white;
  border: 1px solid #545454;
  border-width: 0 1px 1px 1px;
  margin: -1px 17px 0 -1px;
  padding: 0 0 3px 5px;
  white-space: nowrap;
}
#sideBarModule .sidebar_picker div a {
  font-weight: normal;
}
#sideBarModule .sidebar_picker li {
  padding-bottom: 0;
}
