/************************** generic class *****************************/
.header1 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
}

.header3 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.subheader1 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
}

.subheader2 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/************************** search *****************************/
#search {
  padding-bottom: 120px;
  background: url(/etc/designs/panasonic/search-clientlibs/images/bg-seach-top-1px.png) repeat-x center top #f6f6f6;
  color: #1f1f1f;
}

#search h1 {
  padding: 26px 0 17px;
  text-align: center;
}

/************************** search-header *****************************/
#search .search-header {
  background: url(/etc/designs/panasonic/search-clientlibs/images/bg-search-bar-1px.png) repeat-x;
  height: 70px;
}

#search .search-header .search-area {
  width: 584px;
  padding-top: 13px;
  float: right;
}

#search .search-header #searchform label {
  display: none;
}

#search .search-header #searchform input,
#search .search-header #searchform button {
  border: none;
  border-radius: 0;
  background: none;
}

#search .search-header #searchform .keyword {
  margin: 2px 14px;
  font-size: 0;
  float: left;
  height: 47px;
}

#search .search-header #searchform .keyword:before,
#search .search-header #searchform .keyword:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 43px;
  background-image: url(/etc/designs/panasonic/search-clientlibs/images/spr-utility.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

#search .search-header #searchform .keyword:before {
  margin-left: -14px;
  background-position: -72px top;
}

#search .search-header #searchform .keyword:after {
  margin-right: -14px;
  background-position: -92px top;
}

#search .search-header #searchform .keyword span {
  display: inline-block;
  background: url(/etc/designs/panasonic/search-clientlibs/images/img-txtbox-1px.gif) repeat-x left top;
  width: 436px;
  height: 43px;
  vertical-align: middle;
}

#search .search-header #searchform input[type="text"] {
  width: 100%;
  padding-top: 11px;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #1f1f1f;
  vertical-align: middle;
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  #search .search-header #searchform input[type="text"]::-webkit-input-placeholder {
    color: #1f1f1f !important;
  }
  #search .search-header #searchform input[type="text"]:-ms-input-placeholder {
    color: #1f1f1f !important;
  }
  #search .search-header #searchform input[type="text"]::-moz-placeholder {
    color: #1f1f1f !important;
    opacity: 1 !important;
  }
  #search .search-header #searchform input[type="text"]:-moz-placeholder {
    color: #1f1f1f !important;
    opacity: 1 !important;
  }
  #search .search-header #searchform input[type="text"]:placeholder-shown {
    color: #1f1f1f !important;
  }
}
#search .search-header #searchform .search-btn {
  background: url(/etc/designs/panasonic/search-clientlibs/images/img-search-1px.png) repeat-x center top;
  margin: 0 11px 0 43px;
  float: right;
  width: auto;
  font-size: 0;
}

#search .search-header #searchform .search-btn:before,
#search .search-header #searchform .search-btn:after {
  content: "";
  display: inline-block;
  height: 47px;
  vertical-align: middle;
}

#search .search-header #searchform .search-btn:before {
  width: 43px;
  margin-left: -43px;
  background: url(/etc/designs/panasonic/search-clientlibs/images/img-search-left.png) no-repeat left top;
}

#search .search-header #searchform .search-btn:after {
  width: 11px;
  margin-right: -11px;
  background: url(/etc/designs/panasonic/search-clientlibs/images/img-search-right.png) no-repeat right top;
}

#search .search-header #searchform .search-btn .search-btn-inner {
  display: inline-block;
  vertical-align: middle;
}

#search .search-header #searchform input[type="submit"] {
  text-indent: 0;
  padding: 0;
  height: 47px;
  display: inline-block;
  color: #fff;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

#search .search-header #searchform .search-icn-btn {
  float: right;
  width: 83px;
  height: 43px;
  padding: 2px;
}

#search .search-header #searchform .search-icn-btn button {
  background-color: #363535;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(#464444, #262525);
  background: linear-gradient(#464444, #262525);
}

.no-borderradius #search .search-header #searchform .search-icn-btn button {
  behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
  -pie-border-radius: 2px;
  position: relative;
}

.no-cssgradients s #search .search-header #searchform .search-icn-btn button {
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#464444', endColorstr='#262525', GradientType=0)";
}

#search .search-header #searchform .search-icn-btn button > img {
  width: 17px;
  vertical-align: middle;
}

/*tabs*/
#search .product-tabs .tabs-menu {
  padding-top: 15px;
  text-align: left;
  float: left;
}

#search .product-tabs .tabs-menu ul {
  display: inline-block;
  font-size: 0;
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  #search .product-tabs .tabs-menu form {
    display: none;
  }
}
#search .product-tabs .tabs-menu ul li {
  display: inline-block;
  height: 44px;
  float: left;
}
#search .product-tabs .tabs-menu ul li a {
  display: block;
  width: 177px;
  height: 43px;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #1f1f1f;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background: -webkit-linear-gradient(#fff 0%, #ebebeb 100%);
  background: linear-gradient(#fff 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$c1, endColorstr=$c2,GradientType=0 );
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
#search .product-tabs .tabs-menu ul li a span {
  display: inline-block;
  padding-top: 16px;
}
#search .product-tabs .tabs-menu ul li a:hover, #search .product-tabs .tabs-menu ul li.on a {
  background-color: #3c3c3c;
  background: -webkit-linear-gradient(#3c3c3c 0%, #777777 100%);
  background: linear-gradient(#3c3c3c 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$c1, endColorstr=$c2,GradientType=0 );
  color: #ffffff;
}
#search .product-tabs .tabs-menu ul li:last-child a span {
  text-transform: uppercase;
}
#search .product-tabs .tabs-menu ul li:first-child a {
  border-radius: 4px 0 0 4px;
}
#search .product-tabs .tabs-menu ul li:last-child a {
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #e5ecec;
}

#search .product-tabs ui-tabs-panel {
  z-index: 2;
}

/************************** overview-layout *****************************/
#overview-layout {
  background: url(/etc/designs/panasonic/search-clientlibs/images/bg-search-body-1px.png) repeat-x;
}

#overview-layout .recommended,
#overview-layout .allresults {
  padding-top: 20px;
}

#overview-layout .recommended {
  background: #d2d2d2;
  background: -webkit-linear-gradient(#cdcdcd 0, #d2d2d2 5px);
  background: linear-gradient(#cdcdcd 0, #d2d2d2 5px);
}

#overview-layout .label1 {
  margin-bottom: 20px;
  color: #6b6b6b;
  font-size: 12px;
  line-height: 17px;
}

#overview-layout h2 + .resultCount {
  margin-top: 3px;
}

#overview-layout .resultCount {
  display: none;
}

#overview-layout .link-list {
  padding-bottom: 30px;
}

#overview-layout h2 + .link-list {
  margin-top: 20px;
}

#overview-layout .link-list .subheaderlink {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 23px;
}

#overview-layout .link-list .subheaderlink a {
  color: #0041c0;
  font-weight: bold;
}

#overview-layout .link-list dd.thumbnail-content {
  overflow: hidden;
}

#overview-layout .link-list dd.thumbnail-content .thumbnail {
  float: left;
}

#overview-layout .link-list dd.thumbnail-content p {
  margin-left: 130px;
}

#overview-layout .link-list .link2 {
  font-size: 12px;
  line-height: 17px;
}

#overview-layout .link-list .link3 {
  font-size: 11px;
  line-height: 16px;
  color: #5a5a5a;
}

#overview-layout .search-not-found {
  padding-top: 35px;
  min-height: 470px;
}

#overview-layout .search-not-found .searchTitle {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}

#overview-layout .search-not-found .suggestions,
#overview-layout .search-not-found .suggestions * {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

#overview-layout .search-not-found .suggestions ul {
  list-style: disc outside;
  margin-left: 1.5em;
}

#overview-layout .search-not-found .suggestions ol {
  list-style: decimal outside;
  margin-left: 1.5em;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #search-autocomplete,
  #search-normal {
    display: none !important;
  }

  /************************** generic class *****************************/
  .header1 {
    font-size: 0.938rem;
    line-height: 1.3132rem;
  }

  .header3 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .subheader1 {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  .subheader2 {
    font-size: 0.938rem;
    line-height: 1.3132rem;
  }

  /************************** search *****************************/
  #search {
    padding-bottom: 80px;
    background: url(/etc/designs/panasonic/search-clientlibs/images/bg-search-m.gif) repeat-x center top;
    background-size: 3px 107px;
    -webkit-background-size: 3px 107px;
  }

  #search h1 {
    padding: 22px 0 0 34px;
    text-align: left;
    float: left;
  }

  /************************** search-header *****************************/
  #search .search-header {
    background: none;
    height: auto;
    min-height: 105px;
    margin-bottom: 0;
    padding: 0 25px;
  }

  #search .search-header .search-area {
    width: auto;
    padding-top: 15px;
    float: none;
    clear: both;
  }

  #search .search-header .search {
    overflow: hidden;
    background-color: #2e2e2e;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
    clear: both;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 29px;
  }

  #search .search-header #searchform {
    margin: 0;
    padding: 0;
    background: none;
    width: auto;
    height: auto;
  }

  #search .search-header #searchform .keyword {
    margin: 0;
    padding: 0;
    float: none;
    background: none;
    height: auto;
  }

  #search .search-header #searchform .keyword:before,
  #search .search-header #searchform .keyword:after {
    display: none;
  }

  #search .search-header #searchform .keyword span {
    width: auto;
    height: auto;
    background: none;
    float: none;
    width: 100%;
  }

  #search .search-header #searchform input[type="text"] {
    background: none;
    height: 29px;
    width: 100%;
    padding: 6px 0 5px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    float: none;
    font-size: 1rem;
    color: #fff;
  }
  #search .search-header #searchform input[type="text"]::-webkit-input-placeholder {
    color: #fff !important;
  }
  #search .search-header #searchform input[type="text"]:-ms-input-placeholder {
    color: #fff !important;
  }
  #search .search-header #searchform input[type="text"]::-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
  }
  #search .search-header #searchform input[type="text"]:-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
  }
  #search .search-header #searchform input[type="text"]:placeholder-shown {
    color: #fff !important;
  }

  #search .search-header #searchform .search-btn {
    margin: 0;
    padding-left: 0;
    background: none;
    height: auto;
    float: none;
    width: auto;
  }

  #search .search-header #searchform .search-btn:before,
  #search .search-header #searchform .search-btn:after {
    display: none;
  }

  #search .search-header #searchform .search-btn .search-btn-inner {
    background: none;
    height: auto;
    padding-left: 0;
  }

  #search .search-header #searchform input[type="submit"] {
    background: url(/etc/designs/panasonic/search-clientlibs/images/icn-search-arrow-m.png) no-repeat 50% 50%;
    background-size: 5px auto;
    text-indent: -9999px;
    float: right;
    height: 29px;
    width: 20px;
  }

  #search .search-header #searchform .search-icn-btn {
    width: 29px;
    height: 29px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  #search .search-header #searchform .search-icn-btn button {
    background: none;
    box-shadow: none;
    text-align: center;
  }

  #search .search-header #searchform .search-icn-btn button > img {
    width: 17px;
    vertical-align: middle;
  }

  /*tabs*/
  #search .product-tabs .tabs-menu {
    padding-top: 15px;
    text-align: left;
    float: right;
  }

  #search .product-tabs .tabs-menu ul {
    display: none;
  }

  #search .tabs-menu-place-mob {
    position: relative;
  }
  #search .tabs-menu-place-mob::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOmE9Imh0dHA6Ly9ucy5hZG9iZS5jb20vQWRvYmVTVkdWaWV3ZXJFeHRlbnNpb25zLzMuMC8iDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTMuNHB4IiBoZWlnaHQ9IjguMXB4IiB2aWV3Qm94PSIwIDAgMTMuNCA4LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzLjQgOC4xOyINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQoJPHBvbHlsaW5lIHBvaW50cz0iMC43LDAuNyA2LjcsNi43IDEyLjcsMC43IiBmaWxsPSJub25lIiBzdHJva2U9IiMxZjFmMWYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiAvPg0KPC9zdmc+");
    display: block;
    position: absolute;
    margin: auto;
    height: 6px;
    top: 0;
    bottom: 0;
    -ms-pointer-events: none;
    pointer-events: none;
    font-size: 0;
  }
  #search .tabs-menu-place-mob::after {
    right: 8px;
  }

  #search .tabs-menu-text {
    border: none;
    border-radius: 3px;
    background-color: #fefefe;
    background: -webkit-linear-gradient(#fefefe 0%, #ececec 100%);
    background: linear-gradient(#fefefe 0%, #ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$c1, endColorstr=$c2,GradientType=0 );
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: .6875rem;
    font-weight: bold;
    color: #1f1f1f;
    padding: 10px 28px 10px 8px;
  }

  #search .tabs-menu-select-mob {
    text-indent: -9999px;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    border: none;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 16px;
    background: transparent;
  }
  #search .tabs-menu-select-mob::-ms-expand {
    display: none;
  }
  #search .tabs-menu-select-mob option {
    color: #1f1f1f;
    background-color: #ececec;
  }

  /************************** overview-layout *****************************/
  #overview-layout {
    background: none;
  }

  #overview-layout .recommended,
  #overview-layout .allresults {
    padding-top: 15px;
  }

  #overview-layout .recommended h2,
  #overview-layout .allresults h2 {
    padding: 0 25px;
  }

  #overview-layout .label1 {
    margin-bottom: 0;
    padding: 0 25px 13px;
    font-size: 0.563rem;
    line-height: 0.7882rem;
  }

  #overview-layout .link-list {
    padding: 10px 25px;
    border-top: 1px solid #c7c6c6;
  }
  #overview-layout .link-list:first-of-type {
    border-top: none;
    padding-top: 0;
  }

  #overview-layout .link-list .subheaderlink {
    margin-bottom: 10px;
    font-size: 0.938rem;
    line-height: 1.3132rem;
  }

  #overview-layout .recommended .link-list dd.thumbnail-content .thumbnail {
    width: 90px;
  }

  #overview-layout .recommended .link-list dd.thumbnail-content .thumbnail img {
    width: 100%;
  }

  #overview-layout .recommended .link-list dd.thumbnail-content p {
    margin-left: 100px;
  }

  #overview-layout .allresults .link-list dd.thumbnail-content .thumbnail {
    display: none;
  }

  #overview-layout .allresults .link-list dd.thumbnail-content p {
    margin-left: 0;
  }

  #overview-layout .link-list .link2 {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  #overview-layout .link-list .link3 {
    font-size: 0.563rem;
    line-height: 0.7882rem;
  }

  #overview-layout .search-not-found {
    margin-bottom: 0;
    padding: 0 25px;
    min-height: 100px;
  }

  #overview-layout .search-not-found .searchTitle {
    font-size: 0.938rem;
    line-height: 1.3132rem;
    margin: 22px 0;
  }

  #overview-layout .search-not-found .suggestions,
  #overview-layout .search-not-found .suggestions * {
    font-size: 0.938rem;
    line-height: 1.3132rem;
  }

  .pagenation {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#searchPaging {
  font-size: 12px;
  line-height: 1.5;
  background: none;
  margin-inline: auto;
}
