/* #SearchGrid */
#SearchBox p {
  padding: 7px 0;
  text-align: center;
}
#SearchControl table.gsc-search-box {
  background: #FCFFFF url(http://www.diagnostic-expertise.com/images/rightbanner/background-searchBox.gif) no-repeat right;
  padding: 2px 0;
  border: 1px solid #B7BEC0;
}
#SearchBox .DrWInput,
#SearchControl input.gsc-input {
  width: 175px;
  font-size: 14px;
  border: 1px solid #6E7F90; 
  background: white url(http://www.diagnostic-expertise.com/images/rightbanner/loupe.gif) no-repeat 5px center;
  margin-right: 5px; 
  padding: 2px 0 4px 30px;
}
#SearchControl input.gsc-input {
  width: 455px;
}
#SearchBox .DrWIButton,
#SearchControl input.gsc-search-button {
  padding: 0;
  width: 62px;
  height: 24px;
  font-size: 11px;
  font-weight: bold;
  border: none;
  background: transparent url(http://www.diagnostic-expertise.com/images/rightbanner/bouton-search.png) no-repeat;
  cursor: pointer;
}
#SearchControl input.gsc-search-button {
  width: 80px;
  background: transparent url(http://www.diagnostic-expertise.com/images/rightbanner/bouton-search-long.png) no-repeat;
}

/* #SearchResults */
#SearchResults {
  font-family: arial, verdana;
  font-size: 12px;
}
#SearchControl .gsc-branding,
#SearchControl .gsc-title,
#SearchControl .gsc-twiddleRegionCell {
  display: none !important;
}
#SearchControl .gsc-resultsRoot {
  width: 620px;
}
#SearchControl .gsc-webResult {
  width: 602px;
}
#SearchControl .gsc-result {
  position: relative;
  border: 1px solid #eee;
  padding: 5px 8px;
  margin: 0 0 8px 0;
}
#SearchControl .gsc-result:hover {
  border: 1px solid #f2f7f8;
  background: #f2f7f8;
}
#SearchControl .gsc-result .gs-title {
  font-weight: bold;
}
#SearchControl .gsc-cursor-box {
  text-align: center;
}