@charset "utf-8";
/* CSS Document */
.selectstyle{ width:90px;  height:34px; float:left; margin-top:16px; border:1px solid #ccc;}
#selectstyle div.tag_select{display:block; width:80px; padding-left:10px; height:30px; line-height:30px; font-size:16px; color:#666; background:url(../images/selectstyle_select.jpg); float:left; margin-top:2px;}
#selectstyle div.tag_select_hover { display:block; width:80px; padding-left:10px;  height:30px; line-height:30px; font-size:16px; color:#666; background:url(../images/selectstyle_select_hover.jpg); float:left; margin-top:2px; }
#selectstyle div.tag_select_open{  display:block; width:80px; padding-left:10px;  height:30px; line-height:30px; font-size:16px; color:#666; background:url(../images/selectstyle_select.jpg); margin-top:2px; }
#selectstyle ul.tag_options{  display:block; width:80px; padding-left:10px;  height:30px; line-height:30px; font-size:16px; color:#666; background:#fff; }
#selectstyle ul.tag_options li{ width:80px; padding-left:10px;  border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; margin-left:-11px; background:#FFF;  }
#selectstyle ul.tag_options li.open_hover{ background:#87ba3a; color:#fff;}

