* {
  padding: 0;
  margin: 0;
}
body{
  font-family: arial;
  font-size: 12px;
  line-height: 200%;
  color: #0f0f0f;
}
a {
  text-decoration: none;
}
#wrapper {
  width: 800px;
  min-height: 100px;
  margin: 0 auto;
  margin-top: 24px;
}
.red {
  color: #EA1B21;
}

/*-- list --*/
#listBank {
  display: none;
}
#listBank ul li {
  display: block;
  line-height: 150%;
  border-bottom: solid 1px #cfcfcf;
  padding-bottom: 2px;
}
#listBank ul li.listNone {
  color: #cfcfcf;
  border-bottom: none;
}
#listBank ul li small{
  /*display: block;*/
  float: right;
  color: #ccc;
}
#listBank ul li ul{
  display: block;
  padding-left: 12px;
  color: #0f0f0f;
}

#listProduk {
  display: none;
}
#listProduk ul li {
  display: block;
  line-height: 150%;
  border-bottom: solid 1px #cfcfcf;
  padding-bottom: 2px;
}
#listProduk ul li.listNone {
  color: #cfcfcf;
  border-bottom: none;
}
#listProduk ul li small{
  /*display: block;*/
  float: right;
  color: #ccc;
}
#listProduk ul li ul{
  display: block;
  padding-left: 12px;
  color: #0f0f0f;
}