@charset "utf-8";

@import url("../base.css");

/* Selectbox Styles
=================================*/

a.sctble_display {
  border: none;
}

  a.sctble_display span {
    display: block;
    padding: 0 7px;
    width: 100px;
    height: 20px;
    line-height: 14px;
    cursor: pointer;
  }
  a.sctble_display:hover span { background-position: right -21px }
  a.sctble_focus span { background-position: right -42px !important }
  
/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {}

  div.sctble_mat dl {}
  
  div.sctble_mat a {
    padding-right: .7em;
    color: #1972ea;
    font-weight: normal;
  }
  
  div.sctble_mat a.selected {
    color: #333;
    text-decoration: none;
    cursor: pointer;
  }