@charset "utf-8";
/* icon */
/* select box */
.z9{ position:relative; z-index:9;}
.z8{ position:relative; z-index:8;}
.z7{ position:relative; z-index:7;}
.z6{ position:relative; z-index:6;}
.z5{ position:relative; z-index:5;}
.z4{ position:relative; z-index:4;}
.z3{ position:relative; z-index:3;}
.z2{ position:relative; z-index:2;}
.z1{ position:relative; z-index:1;}

.selyh{ border:solid 1px #e1e1e1; cursor:pointer; background:#fff; position:relative;/* display:inline-block; +display:inline; +margin-right:5px; _float:left;*/}
.selyh_active{/* border-radius:10px 10px 0 0; -moz-border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0;behavior:url(pie.htc);  _behavior:none;*/}
.selyh *{ color:#666; font:normal 14px "微软雅黑"; cursor:pointer;}
.selyh .opts{ border:1px solid #e1e1e1; cursor:pointer; display:none; height:auto; left:0; max-height:121px; overflow-x:hidden; overflow-y:auto; position:absolute; top:0; width:auto; _width:120px; z-index:99; background:#fff;}
.selyh > .selected{ padding:0 1em; overflow:hidden; position:absolute; cursor:pointer; left:0;}
.selyh .selected{ _padding-left:1em;}
.selyh .opts a{ width:auto; height:30px; line-height:30px; padding:0 1em; cursor:default; outline:none; white-space:nowrap; text-decoration:none; display:block; cursor:pointer;}
.selyh .opts a.selected{ background:#ffffe1;}
.selyh .opts a.none{ background:#fff;}
.selyh .opts a:hover{ background:#ffffe1; cursor:pointer;}
.selyh .selyh_icon{ width:30px; height:30px; position:absolute; cursor:pointer; right:0; background:url(../../images/waijiaogongyu/wjgy_cr_select.png) #f9f9f9 no-repeat center center; border-left:1px solid #e1e1e1;}

.arrow,.cb,.rb{background-image:url(icon.png);}
/* checkbox box */
.cb{width:13px;height:13px;display:inline-block;*display:inline;zoom:1;background-position:0 0;cursor:pointer;}
.cb_active{background-position:0 -13px;}
/* radio box */
.rb{width:13px;height:13px;margin:0 auto;padding:0;display:inline-block;*display:inline;zoom:1;vertical-align:middle;background-position:-13px 0;cursor:pointer;}
.rb_active{background-position:-13px -13px;}

