﻿

<!--
 ._ArrayUnit_select{ margin-top:6px; float:left; margin-left:12px; width:118px; background:url(bg.jpg) no-repeat; border:solid 1px #bbcad3; }
 .select_box ul, .select_box ul li{ margin:0px; padding:0px; list-style-type:none; }
 .select_box{ position:relative; text-indent:1em; width:108px; font-size:14px; color:#5e5e5e; height:28px; line-height:28px; }
        
 .select_show { height:28px; text-align:left; cursor:pointer; }
 .select_showon{  background:url(down.png) no-repeat 98px center; }
 .select_showun{ background:url(up.png) no-repeat 98px center;  }

 .select_ul{ position:absolute; display:none; left:-1px; top:28px; width:118px; overflow:hidden; overflow-y:auto; border:1px solid #b7c7d0; border-top:none; z-index:9999;  }
 .select_option{  background:#fff; }
 .select_option li{ text-indent:1em; cursor:pointer; text-align:left; height:26px; line-height:26px; }
 .select_option li.selected{ color:#3b657c; background-color:#f0f3f8; font-size:14px; }
 .select_option li.hover{ color:#fff; }
 .select_option li:hover{ background-color:#f0f3f8; color:#2676c3; }
-->