div.select-main {
	 background:#5d81b2;
	border: 1px solid #415b7d;
	box-shadow: 0 0 2px #2DB2FF;
	font-size: 1.7em;
	height: 40px;
	position: relative;
	width:180px;
	
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */ z-index:99999; float:left; margin-right:20px;
}
div.select-main:last-child {
	 margin-right:0px;
}

div.select-main.z-index {
	z-index: 10;
}

div.select-main.disabled {
	cursor: default;
	filter: alpha(opacity=50);
	opacity: 0.5;
	zoom: 1;
}

div.select-main.disabled div.select-set {
	cursor: default;
}

div.select-main.disabled div.select-arrow {
	cursor: default;
}

div.select-set {
	background-color:#5d81b2;
	color: #fff;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	padding: 0 35px 0 15px;
	width: 130px;
	z-index: 5;
}

div.select-arrow {
	border-top: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	cursor: pointer;
	height: 0px;
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0px;
	z-index: 7;
}

div.select-arrow.reverse {
	border-top: 7px solid transparent;
	border-bottom: 7px solid #2DB2FF;
	top: 10px;
}

div.select-block {
	background-color: #FFFFFF;
    border-left: 1px solid #2DB2FF;
    border-right: 1px solid #2DB2FF;
    border-bottom: 1px solid #2DB2FF;
    border-radius: 5px;
    box-shadow: 0 0 2px #2DB2FF;
    left: -1px;
    line-height: 20px;
    position: absolute;
    top: -270px;
    width:180px;
	/*! padding-top: 20px; */
}

ul.select-list {
	cursor: pointer;
	margin: 0 0 7px;
}

/* Scroll view */

ul.select-list::-webkit-scrollbar {
    width: 12px;
}

ul.select-list::-webkit-scrollbar-track {
    border-radius: 10px;
}

ul.select-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
}

ul.select-list {
	scrollbar-face-color: #AEB1B1;
    scrollbar-shadow-color: #C7CACA;
    scrollbar-highlight-color: #CED1D1;
    scrollbar-3dlight-color: #CED1D1;
    scrollbar-darkshadow-color: #C7CACA;
    scrollbar-track-color: #CED1D1;
    scrollbar-arrow-color: #333;
}

/* End scroll view */

li.select-items {
	color: #333333;
	padding: 7px 15px;
}

li.select-items:hover,
li.select-items.active {
	background-color: #2DB2FF;
	color: #FFFFFF;
}

/*www.198zone.com*/