/* Dropdown control */
.selectBox-dropdown {
 	min-width: 150px;
 	position: relative;

 	text-decoration: none;
 	text-align: left;
 	outline: none;
 	vertical-align: middle;
 	display: block;
 	cursor: default;
  font-family: nt-l;
  font-weight: 700;
  font-size: 18px;
  color: #fff !important;
  border: none;
  box-shadow: 2px 2px 2px #300; -moz-box-shadow: 2px 2px 2px #300; -webkit-box-shadow: 2px 2px 2px #300;
  background: #a11e32;
  behavior: url('/shared/pie/pie.htc');

}

.selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow {	border-color: #530707; }
.selectBox-dropdown .selectBox-menuShowing { }
.selectBox-dropdown .selectBox-label { padding: 2px 8px; display: inline-block; white-space: nowrap; overflow: hidden; margin-top: 3px; }
.selectBox-dropdown .selectBox-arrow { position: absolute; top: 0; right: 0; width: 23px; height: 100%; background: url('/images/jquery/jquery.selectBox-arrow.gif') 50% center no-repeat; border-left: solid 1px #530707; }

A.selectBox {text-decoration: none; font-weight: bold; }
A.selectBox:hover { color: #fff !important;}

/* Dropdown menu */
.selectBox-dropdown-menu { font-family: opensans-cb,sans-serif; color: #FFF; position: absolute; z-index: 99999; max-height: 200px; min-height: 1em; border: solid 1px #530707; overflow: auto; }

/* Inline control */
.selectBox-inline { min-width: 150px; outline: none; border: solid 1px #530707; background: #530707; display: inline-block; overflow: auto; }
.selectBox-inline:focus { border-color: #530707; }

/* Options */
.selectBox-options, .selectBox-options LI, .selectBox-options LI A { font-family: opensans-cb,sans-serif; list-style: none; display: block; cursor: default; padding: 0; margin: 0; }
.selectBox-options LI A { line-height: 1.5; padding: 0 .5em; white-space: nowrap; overflow: hidden; background: #a11e32; text-decoration: none; font-weight: bold; }
.selectBox-options LI.selectBox-hover A { color: #ffb7b7; background-color: #530707; text-decoration: none; font-weight: bold; }
.selectBox-options LI.selectBox-disabled A { color: #bababa; background-color: transparent; }
.selectBox-options LI.selectBox-selected A { color: #ffb7b7; background-color: #530707; }
.selectBox-options .selectBox-optgroup { color: #ffb7b7; background: #530707; font-weight: bold; line-height: 1.5; padding: 0 .3em; white-space: nowrap; }

/* Disabled state */
.selectBox .selectBox-disabled { color: #888 !important; }
.selectBox-dropdown .selectBox-disabled .selectBox-arrow { opacity: .5; filter: alpha(opacity=50); border-color: #530707; }
.selectBox-inline .selectBox-disabled { color: #888 !important; }
.selectBox-inline .selectBox-disabled .selectBox-options A { background-color: transparent !important; }
