/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background-image: url(../images/selects-sprite-bg.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}


/* SPRITES */

/* Select */

div.selector {
  background-position: 0 0;
  line-height: 35px;
  height: 35px;
}

div.selector span {
  background-position: right 0px;
  height: 35px;
  line-height: 35px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}


/* Select */
div.selector {
  width: 483px;
  font-size: 12px;
}

div.selector select {
  width: 483px;
  min-width: 483px;
  color: #5ba10c;
  font-size: 13px;
  font-weight: bold;
}

div.selector span {
  cursor: pointer;
}

div.selector span {
  color: #5ba10c;
  font-size: 13px;
  font-weight: bold;
  width: 471px;
  padding: 0 0 0 12px;
}

div.selector.disabled span {
  color: #bbb;
}

/*
CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Select */

div.selector {
  position: relative;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 35px;
  border: none;
  background: none;
} 