.customSelect {
	position: relative;			
	font-size: 12px;
	float: left;
	width:100%;
	height:48px;
	cursor:pointer;
	margin-bottom:14px;
}		
.customSelect .selectedValue {
  padding: 5px 10px;
  margin-bottom: 0;
  line-height: 36px;
  height:48px;
  font-size:15px;
  color: #73838a;
  background-color:#fcf6ee;
  width:100%;
  border:2px solid #73838a;

}

.customSelect .selectList {
	z-index: 10000;
	position: absolute;
	left:0px;
	top: -999em;
	background-color:#fcf6ee;
  	width:100%;
  	border:2px solid #73838a;	
  	padding:0px;
	font-size:15px;
	/*height:250px;*/
	overflow:auto;
	width:100%;
	
}
/*html body #select-country .selectList{ height:inherit; overflow:inherit;}*/
.selectListInnerWrap dl{ background-color:#fcf6ee;}
.selectListInnerWrap dl dd{ padding:10px; background:#fcf6ee; color:#73838a; text-align:center;}
.customSelect.select-open .selectList {
	left: 0 !important;
	top: 45px !important;
}
.customSelect .selectList dl {
	background: #fff;	
}
.customSelect .selectList dl.defaultScrollbar {
	overflow-x: hidden;
	overflow-y: scroll;	
}
.customSelect dl, .customSelect dd {
	margin: 0;
}
.customSelect dd {
	zoom: 1;
	cursor: pointer;
}
.customSelect .disabled {
	color: #999;
	cursor: default;
}
.customSelect .selected {
	color: #ffffff;
	text-decoration: none;
	background-color: #73838a;
}
.customSelect .selectList dd.hovered {
	background: #73838a;
	color: #fff;
}
.customSelect .selectList dd.disabled.hovered {
	background: none;
	color: #999;
}
.customSelect dt {
	font-weight: bold;
	font-style: italic;
	padding: 2px 10px 2px 6px;
}	
.customSelect dd {
	padding: 2px 10px 2px 8px;
} 
.hasJS select.custom {
	position: absolute;
	left: -999em;
}
.hasJS select.custom.use-default {
	position: absolute;
	left: auto;
	height: auto;
	width: 100%;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	opacity: 0;
	/* prevents iOS from zooming in on field */
	font-size: 16px;
}
.customSelect.disabled .selectedValue {
	border: 1px solid #ccc;
	color: #ccc;
	cursor: default;
}
.customSelect .caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 12px solid #73838a;
	border-right: 7px solid transparent;
	border-left:7px solid transparent;
	content: "";
}
.customSelect .selectValueWrap .caret {
	position: absolute;
	top: 18px;
	right: 12px;
	cursor: pointer;
}
.customSelect .jspPane {
	overflow-x: hidden;
}
.customSelect .jspVerticalBar {
	background: none;
	width: 8px;
}
.customSelect .jspHorizontalBar {
	height: 0;
	overflow: hidden;
}
.customSelect .jspTrack {
	background: none;
	/*right: 5px;
	border-radius: 5px;*/
}
/*.customSelect .jspDrag {
	border-radius: 5px;
	color: #ffffff;	
	opacity: .5;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	*background-color: #222222;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}*/

#select-pickuplocation .selectedValue  { font-size:20px !important; text-align:center !important;}
#select-pickuplocation .pickuplocation    { height: 44px !important;}
#select-pickuplocation{ margin-bottom:2px; }