a.combox {
  cursor:default;
  text-decoration:none;
}

a.combox:hover {
  background:transparent
}

a.combox input{
  font-size: 12px;
  cursor: default;
  padding: 2px 0 1px 5px;
  text-align: left;
  border: 1px #389aa8 solid;
  border-right: 0;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  margin-bottom: 5px;
}

a.combox div {
  width: 15px;
  height: 20px;
  background: url(images_select/hlavni_plocha_button_select.png) 0 0;
  float: left;
  margin-bottom: 5px;
}

a.combox:hover input, a.selected input{
  background: #ffffff;
}

a.combox:hover div, a.selected div{
  background-position: 0px -20px
}

div.options{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

div.options .content{
  border: 1px #389aa8 solid;
  background: #ffffff;
  padding-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.options a.item {
  display: block;
  line-height: 15px;
  height: 15px;
  text-decoration: none;
  color: #000000;
  border: 1px solid #ffffff;
  padding: 3px 2px 3px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.options a.item:hover {
  background: #fdca0b;
  color: #404040;
}

.options a.selected {
  background: #ffffff;
  color: #000000;
}

