/* UI Object */
.select_box1{ border:1px solid #d4d4d4  !important; top: -3px; font-size:12px; padding-left: 5px; display:inline-block; *display:inline; position:relative; background:#fff; line-height:normal; vertical-align:middle; *zoom:1; }
.select_box1 *{ margin:0; padding:0 !important; font-family:Tahoma, Sans-serif; cursor:pointer; color:#292929 !important;}
.select_box1 .my_value{ overflow:visible; position:relative; top:0; left:0; z-index:2; background:transparent; color:#666; text-align:left; line-height:19px; _line-height:normal}
.select_box1 .my_value.selected{ font-weight:bold}
.select_box1.open .my_value,
.select_box1 .my_value.outLine{ outline: none;}
.select_box1 button.my_value{width:100%; height:27px; *padding-left:5px;}
.select_box1 div.my_value{height:19px; text-indent:8px}
.select_box1 .ctrl{position:absolute; top:0; right:0; width:25px; height:25px; background:#fff; right: 20px;}
.select_box1 .arrow{position:absolute; width:0; height:0; top:10px; right:8px; border-top:8px solid #4a96ae; border-left:5px solid #fff; border-right:5px solid #fff; font-size:0; line-height:0}
.select_box1 ul{z-index: 9999; overflow:hidden; position:absolute; top:27px; left:-1px; width:100%;  background:#fff; list-style:none}
.select_box1 ul.a_list{display:none; font-size: 11px; vertical-align: baseline !important;}
.select_box1.open ul.a_list{display:block; border: 1px solid #d4d4d4; border-top: 0px;}
.select_box1 ul.i_list{left:-2000%}
.select_box1.open ul.i_list{left:0}
.select_box1 li{width: 100%;overflow:hidden; position:relative; height:19px; white-space:nowrap}
.select_box1 li input.option{position:absolute; width:100%; height:19px; line-height:19px}
.select_box1 li label{position:absolute; top:0; left:0; width:100%; height:18px; background:#fff; color:#767676; line-height:18px; text-indent:5px; *text-indent:5px}
.select_box1 li a{font-weight: 500; display:block; height:18px; background:#fff !important; color:#767676; line-height:18px; text-indent:5px; *text-indent:5px; text-decoration:none; padding-left: 0px !important;}
.select_box1 li.hover *{/*background:black;color:#fff; */ }
.select_box1 li.hover a{color:#fff !important; width: 115px;height: 19px;  background: #e3e3e3  none repeat scroll 0% 0% !important; }
.select_box1 li.hover a span{ color: white !important; }
.select_go{overflow:visible; height:21px; width:28px; *margin:-1px 0 -1px 4px; padding:0; border:1px solid #bababa; background:#eee; font:bold 11px Tahoma; color:#767676; line-height:18px; _line-height:normal; vertical-align:middle; cursor:pointer}
/* //UI Object */