ul.kplist {
  margin-left: 10px;
  padding: 0;
  list-style: none;
  width:290px;
}

ul.kplist address {
  width: 235px;
  height: 55px;
  background-color: #dddddd;
  padding: 5px 8px 3px 8px;
  font-style: normal;
  border-top: 1px solid #eeeeee;
}

ul.kplist address a {
  color: #1F427A;	
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

ul.kplist address a:hover {
  text-decoration: underline;
}

ul.kplist li.selected {
  background: url("../images/dotted-arrow-grey-background.png") right no-repeat;
}

ul.kplist li.selected address {
  background-color: #febf2e;
}

#kp-locator-search-form, .kplist-tip {
  /*display: inline;*/
  /*float: right;*/
  width: 290px;
}

#kp-locator-search-form fieldset,
#kp-locator-select-form fieldset {
  border: none;
  padding-left: 0;
}

#kp-locator-search-form label,
#kp-locator-search-form input {
  width: 10em;
  margin: 0 0 0.5em 0;
  padding: 0 1em 0 0;
}

#kp-locator-search-form label {
  width: auto;
}

#kp-locator-search-form div.submit input,
#kp-locator-select-form div.submit input {
  width: auto;
  margin-top: 1ex;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#kpdetails {
  float: right;
  width:340px;
  height:580px;
  background-color: #febf2e;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 15px 10px 15px;
  border: none;10px solid #ffffff;
  text-align: center;
}

h3.kpname {
  color: #1F427A;	
  font-weight: bold;
  font-size:12px;
  text-transform: uppercase;
}

#kpdetails h3,
#kpdetails p {
  text-align: left;
}

#kpdetails .kpname {
  padding-top: 0;
  margin-top: 0;
}

#kpdetails .locationhint {
  color: #CC0000;
  font-weight: bold;
}

.openinghours {
  background: url("../images/kiala_bg_timetable_yellow.png") no-repeat;
  background-position:0 0 0 0;
  width:300px;
  height:220px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.openinghours table {
  width: 280px;
  border-collapse: collapse;
  margin-left: 10px;
}

.openinghours table th,
.openinghours table td {
  color: #000000;
  text-align: left;
}

.openinghours table th {
  font-weight: bold;
  text-align: center;
  border: none;
  padding: 5px 2px 15px 2px;
}

.openinghours table td {
  border-bottom: 1px solid #a0a0a0;
  padding: 3px 5px 2px 5px;
}

.openinghours table td.key {
  width: 30%;
  border-right: 1px dotted #a0a0a0;
}

#select-kp-button {
  font-size:13px;
  font-weight: bold;
}

