/*

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 */

.selector, .selector span { background-image: url(../images/type-clear.gif);  background-repeat: no-repeat;  -webkit-font-smoothing: antialiased; }


.selector{margin: 0 5px;  padding: 0;}


/* Select */
.selector {background-position: 0; line-height: 28px; height: 28px;}
.selector span {background-position: 0 0 ; height: 28px; line-height: 28px;}
.selector select {top: 0px;  left: 0px;}

/* Select */
.selector {width: 202px !important;  font-size: 12px;  padding: 0!important; margin: 0 !important;}
.selector select {min-width: 202px !important;  font-family: Arial, sans-serif;  font-size: 12px;  border: solid 1px #000;}
.selector span {padding: 0px 10px;  cursor: pointer;}
.selector span {color: #9abbd1;  width: 202px !important;}
.selector.disabled span {color: #38617B;}
.selector option {background: #fff;}












/*

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;}
div.selector { position: relative;  padding-left: 10px;  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); /* use '=' here, not ':' */  -moz-opacity: 0;  height: 25px;  border: none;  background: none;}










