/* -------------
 * Buttons
 * ------------- */
button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}
.q-search button{float:right;}
*:first-child+html button[type]{width:1;} /* IE7 */

button span {
  background:url(/img/btn-1-r.png) no-repeat 100% 0;
  display: block;
  float: left;
  padding: 0px 6px 0px 0px; /* sliding doors padding */
}
button span.sharp{
  padding-right:22px;
  background:url(/img/btn-1-r-sharp.gif) no-repeat 100% 0;
  }
button span span {
  background:url(/img/btn-1-l.png) no-repeat 0 0;
  padding:8px 9px 8px 15px;
  margin:0;
  min-height:14px;
  height:auto !important;
  height:14px;
  display: block;
  text-decoration: none;
  color:#464646;
  font-size:1.17em;
  white-space:nowrap;
  font-weight:bold;
}
.win.safari button span span{
  padding-top:11px;
  padding-bottom:10px;
  }
/* -------------
 * Inputs
 * ------------- */

.q-search .jNiceInputWrapper {
  background: transparent url(/img/input_left.gif) no-repeat left top;
  float:left;
  width:93%;
}

.q-search .jNiceInputInner {
  background: transparent url(/img/input_right.gif) no-repeat right top;
  padding: 0px 15px 2px 0;
  margin: 0 0 0 15px;
}
.win.ff2 .q-search .jNiceInputInner input,
.win.ff3 .q-search .jNiceInputInner input{
  padding-top:5px;
  height:24px;
  }
.q-search .jNiceInputInner input {
  font-size:1em;
  line-height: 28px;
  height: 29px;
  *line-height: 27px;
  *height: 27px;
  vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
}

/*
.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }
*/

/* -------------
 * Radios
 * ------------- */

.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
  background: transparent url(/img/radio.gif) no-repeat 50% 0;
  height: 14px;
  width: 14px;
  position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
  }

/* -------------
 * Checkboxes
 * ------------- */
 
.jNiceCheckbox {
  background: transparent url(/img/checkbox.gif) no-repeat 50% 0;
  height: 14px;
  width: 15px;
  position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked {background-position:50% 100%;}
/* -------------
 * Selects
 * ------------- */

.jNiceWrapper select {border:none;margin:0;padding:0;}
.jNiceSelectWrapper {
  height: 29px;
  left:0px;top:0px;z-index:3;position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
  height: 29px;
  line-height: 29px;
  padding: 0px 0 0 18px;
  background:transparent url(/img/select_left.gif) no-repeat 0 0;
  overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
  width: 21px;
  height: 29px;
  background:transparent url(/img/select_right.gif) no-repeat center center;
  z-index:100;display:block;position:absolute;right:0px;
}
.jNiceSelectWrapper ul {
  top: 29px;
  /*
  background:#fff url(../img/select_list.gif) no-repeat 0 0;
  border-width:0 1px 1px 0;
  */
  border:1px solid #5d5d5d;
  background:#fff;
  height: 150px;
  position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 95%;
}

.jNiceSelectWrapper ul a {
  color:#5d5d5d;
  background-color: #FFF;
  display:block;padding:5px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover,
.jNiceSelectWrapper ul a.selected { background:#dbdbdb; }


 /*.jNiceFocus { border: dotted 1px #666666; }*/

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}
.jNiceWrapper input {outline:none;moz-outline:none;}
