.ro_selectbox{font-size:11px;#font-size:10px;font-size:10px\9; color:#666666; font-weight:bold;}

.ro_selectbox div.tag_select{
  display:block;
  color:#666666;
  width:250px;
  height:22px;
  background:transparent url("../images/bg_select_260.jpg") no-repeat 0 0;
  padding:0 0 0 10px;
  line-height:22px;
}
.ro_selectbox div.tag_select_hover{
  display:block;
  color:#666666;
  width:250px;
  padding:0 0 0 10px;
  height:22px;
  background:transparent url("../images/bg_select_260.jpg") no-repeat 0 0;
  line-height:22px;
}
.ro_selectbox div.tag_select_open{
  display:block;
  color:#666666;
  width:250px;
  padding:0 0 0 10px;
  height:22px;
  background:transparent url("../images/bg_select_260.jpg") no-repeat 0 0;
  line-height:22px;
}

.ro_selectbox ul.tag_options{
  position:absolute;
  margin:0;
  list-style:none;
  background:#FFFFFF; none no-repeat 0 0;
  width:100px;
  padding:0 0 1px;
  margin:0;
  width:258px;
  border:1px solid #BBBEC1;
}
.ro_selectbox ul.tag_options li{
  /*background:transparent url("../images/bg_select_310.jpg") repeat-y 0 0;*/
  display:block;
  width:238px;
  padding:0 10px;
  height:22px;
  text-decoration:none;
  line-height:22px;
  color:#666666;
}

.ro_selectbox ul.tag_options li.open_hover{
  background:#1B60AD none no-repeat 0 0;
  color:#FFFFFF;
  font-weight:bold;
}
.ro_selectbox ul.tag_options li.open_selected{
  /*background:transparent url("../images/bg_select_310.jpg") no-repeat 0 0;*/
  color:#1B60AD;
  font-weight:bold;

}