
/* Div container holding the dropdown list */
#switch_serviceSelectBoxItContainer {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left:-7px;
  margin-right:5px;
  margin-top:6px;
float:right;
}

/* Dropdown List Box */
#switch_serviceSelectBoxIt {
  height: 22px; /* Height of the select box */
	border-radius:5px;
  cursor:pointer;
  white-space:nowrap;
  /* Provide a background image here if you want to use an image for the down arrow */
}

/* Dropdown List Box and Dropdown Options List  */
#switch_serviceSelectBoxIt, #switch_serviceSelectBoxItOptions {
  width: 180px; /* Width of the dropdown list box and dropdown list options*/
}

/* Dropdown list Default Icon Positioning */
#switch_serviceSelectBoxItDefaultIcon {
  float: left;
}

/* Dropdown List Box Text */
#switch_serviceSelectBoxItText {
  font-size: 0.8em;
  text-indent: 5px;
  line-height: 30px;
  overflow:hidden;
  float:left;
  white-space:nowrap;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Dropdown List Options List*/
#switch_serviceSelectBoxItOptions { 
  max-height: 180px; /* A vertical scrollbar appears if your select box options are taller than this */
  font-size: 0.8em;
  margin:0;
  padding:0;
  list-style:none;
  position:absolute;
  overflow:auto;
  cursor:pointer;
  display:none;
  z-index:99999;
  outline:none;
}

/* Dropdown List Individual Options */
#switch_serviceSelectBoxItOptions li, #switch_serviceSelectBoxItOptions .optgroupHeader {
  line-height: 30px; /* Height of Individual Select Box Options */
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  overflow:hidden;
  white-space:nowrap;
  list-style:none;
}

/* Dropdown List Optgroup Headers */
#switch_serviceSelectBoxItOptions .optgroupHeader {
  font-weight: bold;
}

/* Dropdown List Optgroup Options */
#switch_serviceSelectBoxItOptions .optgroupOption {
  text-indent: 20px;
}

/* Dropdown List Optgroup Header hover psuedo class */
#switch_serviceSelectBoxItOptions .optgroupHeader[data-disabled='true']:hover {
  cursor: default;
} 

/* Dropdown List Down Arrow Container (if an image is not used) */
#switch_serviceSelectBoxItArrowContainer {
  /* Positions the down arrow */
  width: 30px;
  float:right;
  /* Added by CA, otherwise the arrow appears at the bottom */
  margin-top:-2px;
}

/* Dropdown List Down Arrow */
#switch_serviceSelectBoxItArrow {
  /* Horizontally centers the down arrow */
  margin-right:auto;
  margin-left:auto;
}

/* Dropdown List Individual Option Icon Positioning */
#switch_serviceSelectBoxItOptions li span {
  float:left;
}



/*---------------------------------------------------------------------- */


/* Div container holding the dropdown list */
#album_selectorSelectBoxItContainer {
  display: inline-block;
  *display: inline;
  background-color: #e5e5e5;
  color: #454545;
  border-radius: 3px;
  float: right;
}

#album_selectorSelectBoxItContainer label {
    color: #454545;
    font-size: 14px;
    font-weight: normal;
}

/* Dropdown List Box */
#album_selectorSelectBoxIt {
  height: 23px; /* Height of the select box */
	border-radius:3px;
  cursor:pointer;
  white-space:nowrap;
  /* Provide a background image here if you want to use an image for the down arrow */
}

/* Dropdown List Box and Dropdown Options List  */
#album_selectorSelectBoxIt, #album_selectorSelectBoxItOptions {
  width: 300px; /* Width of the dropdown list box and dropdown list options*/
}

/* Dropdown list Default Icon Positioning */
#album_selectorSelectBoxItDefaultIcon {
  float: left;
}

/* Dropdown List Box Text */
#album_selectorSelectBoxItText {
  font-size: 12px;
  font-weight: bold;
  text-indent: 10px;
  line-height: 20px;
  overflow:hidden;
  float:left;
  white-space:nowrap;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Dropdown List Options List*/
#album_selectorSelectBoxItOptions { 
  max-height: 180px; /* A vertical scrollbar appears if your select box options are taller than this */
  font-size: 12px;
  margin:0;
  padding:0;
  list-style:none outside none;
  position:absolute;
  overflow:auto;
  cursor:pointer;
  display:none;
  z-index:99999;
  outline:medium none;
}

/* Dropdown List Individual Options */
#album_selectorSelectBoxItOptions li, #album_selectorSelectBoxItOptions .optgroupHeader {
  line-height: 20px; /* Height of Individual Select Box Options */
  text-indent: 10px; /* Horizontal Positioning of the select box option text */
  overflow:hidden;
  white-space:nowrap;
  list-style:none;
  background-color: #e5e5e5;
  color: #454545;
  border: none;
}

#album_selectorSelectBoxItOptions li.ui-state-hover,
#album_selectorSelectBoxItOptions li.ui-state-focus.ui-state-hover, 
#album_selectorSelectBoxItOptions .optgroupHeader.ui-state-hover {
  line-height: 20px; /* Height of Individual Select Box Options */
  text-indent: 10px; /* Horizontal Positioning of the select box option text */
  overflow:hidden;
  white-space:nowrap;
  list-style:none;
  background-color: #454545;
  border: none;
  color: #ffffff;
}

/* Dropdown List Optgroup Headers */
#album_selectorSelectBoxItOptions .optgroupHeader {
  font-weight: bold;
}

/* Dropdown List Optgroup Options */
#album_selectorSelectBoxItOptions .optgroupOption {
  text-indent: 20px;
}

/* Dropdown List Optgroup Header hover psuedo class */
#album_selectorSelectBoxItOptions .optgroupHeader[data-disabled='true']:hover {
  cursor: default;
} 

/* Dropdown List Down Arrow Container (if an image is not used) */
#album_selectorSelectBoxItArrowContainer {
  /* Positions the down arrow */
  width: 30px;
  float:right;
}

/* Dropdown List Down Arrow */
#album_selectorSelectBoxItArrow {
  /* Horizontally centers the down arrow */
  background: url("./../../images/ui-icons_000000_14x9.png") no-repeat;
  margin-right:auto;
  margin-left:auto;
}

/* Dropdown List Individual Option Icon Positioning */
#album_selectorSelectBoxItOptions li span {
  float:left;
}
