/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector  {
   float: left;
   width: 195px;
   font-size: 13px;
   height: 30px;
   border-radius: 4px !important;
   border: 1px solid #cbcbcb !important;
   background: url(../img/dropdownarrow.png) no-repeat right #fff !important;
}
div.selector {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector {
  margin: 0;
  padding: 0; }




/* Select */
div.selector {
  background-position: 0 -130px;
  line-height: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 30px;
    line-height: 30px;
    padding-right: 25px;
    padding-left: 5px;
    cursor: pointer;
    width: 100%;
    display: block; }
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 155px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 22px;
    top: 2px;
    left: 0px;
    width: 100%; }
  div.selector.active {
    background-position: 0 -156px; }
    div.selector.active span {
      background-position: right -26px; }
  div.selector.hover, div.selector.focus {
   background: url(../img/dropdownarrow.png) no-repeat right #fff;

     }


/* PRESENTATION */
/* Buttons */

/* Select */
div.selector {
  font-size: 12px; }
  div.selector span {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
}
  div.selector select {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
  }
  div.selector.disabled span, div.selector.disabled.active span {
    color: #bbb; }

