.customSelect { 
	position: relative;			
	font-size: 12px;
	font-family: 'Roboto', sans-serif; 
	float: left;
	margin-right: 10px;
	
	/*width:100% !important;*/
}		
.customSelect .selectedValue {
  padding:12px 10px;
  margin-bottom: 13px;
  line-height: 1.2;
  color: #aeb2b5;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  background-color: #fff;
  border:1px solid #d2d2d2;
  font-family: 'Roboto', sans-serif;
   position:relative;
   margin-top:-54px;
   font-size:15px;

}
.customSelect .selectList {
	z-index: 100;
	position: absolute;
	left: -999em;
	top: -999em;
  padding: 0px 0;
  margin: -15px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #E4E4E4;
   border-radius: 0px 0px 5px 5px;
  

}

.customSelect.select-open .selectList {
	left: 0 !important;
	top: auto !important;
	width:100% !important;
}
.customSelect .selectList dl {
	background: #fff;	
}
.customSelect .selectList dl.defaultScrollbar {
	overflow-x: hidden;
	overflow-y: scroll;	
}
.customSelect dl, .customSelect dd {
	margin: 0;
	width:100% !important;
}
.customSelect dd {
	zoom: 1;
	cursor: pointer;
}
.customSelect .selected {
	color: #000;
	text-decoration: none;
	
}
.customSelect .selectList dd.hovered {
	background:;
	color: #000;
	width:100%;
}
.customSelect dt {
	font-weight: bold;
	font-style: italic;
	padding: 8px 10px 8px 6px;
}	
.customSelect dd {
	padding: 8px 10px 8px 8px;
	 font-family:Arial, Helvetica, sans-serif; font-size:15px;
} 
.hasJS select.custom {
	position: absolute;
	left: -999em;
}
.customSelect.focused .selectedValue {
	box-shadow: 0 0 2px #00aedb;
}
.customSelect.disabled .selectedValue {
	border: 1px solid #ccc;
	color: #ccc;
	cursor: default;
}
.customSelect .caret {
	background:url(../img/arrowDown.png) no-repeat 0 5px;
	height:17px;
	width:21px;
}
.customSelect .selectValueWrap .caret {
	position: absolute;
	top: 33px;
	right: -17px;
	cursor: pointer;
	border:0;
}
/* Safari 2 - 3.1, Opera 9.25 */
*|html[xmlns*=""] .customSelect .selectValueWrap .caret { top: 33px; }
.customSelect .jspPane {
	overflow-x: hidden;
	left:0 !important;
}
.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);
}

.customSelect{ width:100% !important;}