.selectbox {
	vertical-align: middle;
	cursor: pointer;
  margin-right:16px;
  text-transform:uppercase;
}
.popup .selectbox {
	margin-bottom:13px;
	margin-right:0;
	text-align:left;
}
.selectbox .select {
	width: 127px;
	height: 43px;
	padding: 0 47px 0 15px;
	font: 18px/30px FuturaDemi;
	color: #333;
	text-shadow: 1px 1px #FFF;
	background: #ffffff;
    border:1px solid #dedaeb;
}
.popup .selectbox .select {
	width: 265px;
	height: 47px;
	font: 18px/30px FuturaLight;
	color: #000000;
	text-transform:none;
	box-shadow:3px 3px 0 0 rgba(0,0,0,0.03);
}
.selectbox .select2 {
    border-left:2px solid #9184be;
	border-right:2px solid #9184be;
	border-top:2px solid #9184be;
	width: 125px;
	height: 41px;
	box-shadow:4px 4px 0 0 rgba(145,132,190,0.28);
}
.popup .selectbox .select2 {
	border:1px solid #dcdcdc;
}
.small .selectbox .select{
  width:87px;
}

.selectbox .select:active {
	background: #e7e2ef;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}
.selectbox.focused .select {
	border: 1px solid #5794BF;
}
.selectbox .select .text {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
  line-height:43px;
}
.popup .selectbox .select .text {
	line-height:47px;
}
.selectbox .trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 47px;
	height: 100%;
}
.selectbox .trigger .arrow {
	position: absolute;
	top: 19px;
	right: 18px;
	width: 11px;
	height: 6px;
	overflow: hidden;
	background:url(../images/select.png);
}
.selectbox:hover .arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.selectbox .dropdown {
	width: 187px;
	margin: 0;
	padding: 8px 0;
	background: #FFF;
	border-left:2px solid #9184be;
	border-right:2px solid #9184be;
	border-bottom:2px solid #9184be;
	box-shadow:4px 4px 0 0 rgba(145,132,190,0.28);
	font: 15px/18px FuturaDemi;
	z-index:10001 !important;
	top:44px !important;
}
.popup .selectbox .dropdown {
	font-family:FuturaLight;
	top:48px !important;
	width: 327px;
	text-transform:none;
	border:1px solid #dcdcdc;
	box-shadow:none;
}
.small .selectbox .dropdown {
  width:157px;
}
.selectbox li {
	padding: 4px 10px 5px;
	color: #231F20;
}
.selectbox li.selected {
	background: #9184be;
	color: #FFF;
}
.selectbox li:hover {
	background: #9184be;
	color: #FFF;
}
.selectbox li.disabled {
	color: #AAA;
}
.selectbox li.disabled:hover {
	background: none;
}