.searchContent {
  background-color: #EFEFEF;
}

.searchTitle {
  font-family: "Trebuchet MS", Tahoma;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dotted gray;
  margin-bottom: 10px;
}

.searchLabel {
  font-family: "Trebuchet MS", Tahoma;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  padding-left:5px;
  vertical-align: middle;
}

.searchItem {
  font-family: "Trebuchet MS", Tahoma;
  font-size: 11px;
  color: black;
  background-color: #F0F0F0;
  height: 18px;
}

.searchOrder SELECT {
  background-color: #F0F0F0;
  font-family: "Trebuchet MS", Tahoma;
  font-size: 11px;
}

.searchButton {
  width: 40px;
  height: 18px;
  border: 1px solid #D0D0D0;
  margin: 2px 0px 2px 0px;
  padding: 3px 10px 0px 10px;
  background-color: #F0F0F0;
}

.searchButton A {
  text-decoration: none !important;
}

.searchButton A:hover {
  text-decoration: none !important;
  color: black !important;
}

/**
 * Wyniki
 */ 

.searchResultsHR {
  border: 1px dotted gray;
}

.searchResultsTitle {
  font-family: "Trebuchet MS", Tahoma;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.searchResultsType {
  font-family: "Trebuchet MS", Tahoma;
  font-weight: bold;
  font-size: 12px;
  margin-left: 20px;
}

.searchResults {
  text-align:left;
}

.searchResultsLine A {
  color: black !important;
}
