*{ padding:0px; margin:0px;}
ol, ul {
    list-style: none;
}
body {
	font-size:12px;
}

/* select-main */
div.select-main {
	font-size:12px;
/* 	background-color:#acd359; */
	border:1px solid #b7b7b7;
	height:22px;
	position:relative;
	width:105px;
	
	-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+ */
}

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:#acd359; 
	border-radius:5px;*/
	color:#676767;
	cursor:pointer;
	height:22px;
	line-height:22px;
	overflow:hidden;
	position:relative;
	padding: 0 25px 0 10px;
    width: 70px;
     background:url(./../img/age06Garden/select-block-bg.jpg) no-repeat right center;
	z-index:5;
}

div.select-arrow {
	border-top:5px solid #77c13b;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	cursor:pointer;
	height:0px;
	position:absolute;
	top:11px;
	right:6px;
	width:0px;
	z-index:7;
}

div.select-arrow.reverse {
	border-top:5px solid transparent;
	border-bottom:5px solid #8eb047;
	top:4px;
}

div.select-block {
	background-color:#fff;
    border-left:1px solid #c6cbd0;
    border-right:1px solid #c6cbd0;
    border-bottom:1px solid #c6cbd0;
/*     border-radius:5px; 
    box-shadow:0 0 2px #c6cbd0;*/
    left:-1px;
    line-height:20px;
    position:absolute;
    top:26px;
    width:110px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.select-list {
	cursor:pointer;
/* 	margin:15px 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 11px;
}

li.select-items:hover,
li.select-items.active {
	background-color:#e0edc4;
	color:#676767;
} 

