.ebul_cbguichet, .ebul_cbguichet ul {
  background-color: #F46214;
  border: 1px solid #F46214;
  display: block;
  font-size: 1px;
  margin: 0px;
  overflow: auto;
  padding: 2px;
  position: absolute;
  visibility: hidden;
}

.ebul_cbguichet_shadow {
  background-color: #777777;
  display: block;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.ebul_cbguichet table {
  border-collapse: separate;
}

.ebul_cbguichet tr {
  background-color: #F46214;
  cursor: pointer;
  font-size: 1px;
}

.ebul_cbguichet td {
  border: 1px solid #F46214;
  padding: 3px;
  text-align: left;
}

.ebul_cbguichet td a {
  color: #000000;
  font-family: "Tahoma", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.ebul_cbguichet tr.hot, .ebul_cbguichet tr.expanded {
  background-color: #FCA204;
}

.ebul_cbguichet tr.hot td, .ebul_cbguichet tr.expanded td {
  border-color: #FBCC6A;
}
.ebul_cbguichet tr.hot a, .ebul_cbguichet tr.expanded a {
  color: #000000;
  font-family: "Tahoma", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

ul.ebul_cbguichet {
  position: absolute;
  visibility: hidden;
}

