.row {
  clear: both;
}

.searchplus-result-list-unit {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.searchplus-result-list-unit .searchplus-result-list-unit-content-wrapper {
    border-top: 0;
}
.searchplus-result-header {
    clear: both;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.searchplus-result-pagination {
    padding-top: 25px;
    border-top: 1px solid #efefef;
}

.searchplus-form .searchplus-query {
  width: 295px;
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
  margin-right: 5px;
  border-style: none;
  background: #e9f6fe url(https://manuals.playstation.net/document/imgpsvitatv/icon_search.png) 5px center no-repeat;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1) inset, 0px -2px 2px 2px rgba(0,0,0,0.1), 0px 1px 2px 2px rgba(255,255,255,0.3);
  background: #e9f6fe url(https://manuals.playstation.net/document/imgpsvita/icon_search.png) 5px center no-repeat, -webkit-gradient( linear, left top, left bottom, from(#fff), to(#e9f6fe) );
  -moz-border-radius: 15px;
  -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1) inset, 0px -2px 2px 2px rgba(0,0,0,0.1), 0px 1px 2px 2px rgba(255,255,255,0.3);
  background: #e9f6fe url(https://manuals.playstation.net/document/imgpsvita/icon_search.png) 5px center no-repeat, -moz-linear-gradient( top, #fff, #e9f6fe );
}

.searchplus-form .searchplus-submit {
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  background: url(https://manuals.playstation.net/document/imgpsvitatv/btn_search.png) no-repeat;
  text-decoration: none;
  border-style: none;
}

#bottom-search-box {
  margin-top: 30px;
}

.contentNavigation {
  overflow: hidden;
}

.searchplus-no-result {
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  margin-bottom: 30px;
  padding: 30px 0 30px;
  border-bottom: 1px solid #ddd;
}

.searchplus-no-result h3 {
    font-weight: normal;
    margin-bottom: 0.5em;
}
