/*

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 {
  background: url(../../images/sitewide/uniform.png) no-repeat 0 0;
  -webkit-font-smoothing: antialiased;
  font: 12px/42px "Arial", sans-serif;
  height: 41px;
}

.selector, 
.selector * {
  margin: 0;
  padding: 0;
}

div.selector {
    width: 300px;
}
    div.selector:hover {
        background-position: 0 -41px;
    }
    .error div.selector {
    }

div.selector select {

      top: 0px;
      left: 0px;
      
  width: 300px;
  font: 12px/42px "Arial", sans-serif;
}

div.selector span {
    background-position: right 0px;
  padding: 0;
  cursor: pointer;
  width: 283px;
  margin-left: 1px;
  padding-left: 16px;
}
    div.selector:hover span {
        background-position: right -41px;
    }
    .error div.selector span {
    }


/*

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 {
  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: 25px;
  border: none;
  background: none;
}
