
/* UI Object */
.selectly{display:inline-block; *display:inline; position:relative; background:#fff; line-height:normal; vertical-align:middle; *zoom:1;}
.selectly *{ margin:0; padding:0; font-size:12px; font-family:Tahoma, Sans-serif; cursor:pointer;}
.selectly .my_value{ overflow:visible; position:relative; top:0; left:0; z-index:2; border:1px solid #bababa; background:transparent; color:#666; text-align:left; line-height:28px; _line-height:normal;}
.selectly .my_value.selected{ font-weight:bold;}
.selectly.open .my_value,
.selectly .my_value.outLine{ border:1px solid #ccc;}
.selectly button.my_value{ width:100%; height:30px; *padding-left:5px; text-indent:5px; *text-indent:0;}
.selectly div.my_value{ height:19px; text-indent:8px;}
.selectly .ctrl{ position:absolute; top:0; right:0; width:18px; height:28px; border:1px solid #bababa; border-left:1px solid #eaeaea; background:#fff;}
.selectly .arrow{ position:absolute; width:0; height:0; top:12px; right:6px; border-top:3px solid #999; border-left:3px solid #fff; border-right:3px solid #fff; font-size:0; line-height:0;}
.selectly ul{ overflow:hidden; position:absolute; top:29px; left:0; width:100%; border:0; border-top:1px solid #bababa; border-bottom:1px solid #bababa; background:#fff; list-style:none;}
.selectly ul.a_list{ display:none;}
.selectly.open ul.a_list{ display:block;}
.selectly ul.i_list{ left:-2000%;}
.selectly.open ul.i_list{ left:0;}
.selectly li{ overflow:hidden; position:relative; height:18px; border-left:1px solid #bababa; border-right:1px solid #bababa; white-space:nowrap;}
.selectly li input.option{ position:absolute; width:100%; height:20px; line-height:20px;}
.selectly li label{ position:absolute; top:0; left:0; width:100%; height:18px; background:#fff; color:#767676; line-height:18px; text-indent:8px; *text-indent:6px;}
.selectly li a{ display:block; height:18px; background:#fff; color:#767676; line-height:18px; text-indent:8px; *text-indent:6px; text-decoration:none;}
.selectly li.hover *{ background:#999; color:#fff;}
.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:19px; _line-height:normal; vertical-align:middle; cursor:pointer;}
/* //UI Object */