/* Global Declaration */

div.selector, div.selector span {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}
/* Select */

div.selector {
	line-height: 26px;
	height: 26px;
}
div.selector span {
	height: 26px;
	line-height: 26px;
}
div.selector select {
	/* change these to adjust positioning of select element */
  top: 0px;
	left: 0px;
}
/* Select 
div.selector {
	width: 190px;
	font-size: 12px;
}*/
div.selector select {
	min-width: 190px;
	font-family:FuturaStdBookRegular;
	font-size: 13px;
	border: solid 1px #444;
	color:#000;
}
div.selector select option {
	background:#fff;
	color:#000;
	padding:0px;
	margin:0px;
	text-indent:10px;
}
div.selector span {
	padding: 0px 25px 0px 2px;
	cursor: pointer;
}
div.selector span {
	color: #BDBDBD;
	width: 158px;
}
div.selector.disabled span {
	color: #bbb;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, .checker, .button, .radio, .uploader {
	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;
	padding:0px;
	overflow: hidden;
	text-indent:10px;
	width:185px;
}
div.selector span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family:FuturaStdBookRegular;
	font-size:14px;
	color:#000;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0;
}
div.selector select {
	position: absolute;
	opacity: 0;
 filter: alpha(opacity:0);
	height: 25px;
	border: none;
	background: none;
}
