div.light-select
{
  padding: 0;
  margin: 0;
}
div.light-select div.input
{
  margin:0;
  background-image:url("../images/select_bd.gif");
  background-repeat:no-repeat;
  cursor:default;
  border: none;
  padding: 0;
}

div.light-select.disabled div.input span
{
  color: #9AA0AF;
}

div.light-select div.input span
{
  overflow: hidden;
  display: block;
  white-space: nowrap;
  padding: 0 5px 0 5px;
  line-height: 23px;
  color: #53565F;
}

div.light-select div.center-bg
{
  background-image: url("../images/select_center_bg.gif");
  background-repeat: repeat-x;
  background-position: center center;
}

div.light-select div.left-bg
{
  background-image: url("../images/select_left_bg.gif");
  background-position: left center;
  background-repeat: no-repeat;
}

div.light-select div.right-bg
{
  background-image: url("../images/select_right_bg.gif");
  background-position: right center;
  background-repeat: no-repeat;
}

div.light-select ul
{
  height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
  position:absolute;
  padding:0;
  list-style:none;
  background:#edece7;
  border-width:0 1px 1px 0;
  border-style:solid;
  border-color:#ccc;
  z-index:100;
  display:block;
  margin:0;
  clear:both;
  border: 1px solid #B2B2B2;
}
div.light-select ul a
{
  color:#53565F;
  text-decoration:none;
  display:block;
  width:auto;
  padding: 0 5px 0 5px;
}
div.light-select ul a:hover
{
  text-decoration: none;
  background: #0A246A;
  color: #FFFFFF;
}
div.light-select li
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-image: none;
}
div.light-select.hd ul
{
  display: none;
}
