/* CSS Document */
/************************** generic class *****************************/
.header1 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
}

.header2 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
}

.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-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.subheader2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.subheader3 {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}

.bodycopy1 {
  font-size: 12px;
  line-height: 17px;
}

.body_copy1 {
  font-size: 12px;
  line-height: 17px;
}

.bodycopy2 {
  font-size: 11px;
  line-height: 16px;
}

.body_copy2 {
  font-size: 11px;
  line-height: 16px;
}

.bodycopyL {
  font-size: 14px;
  line-height: 20px;
}

.body_copyL {
  font-size: 14px;
  line-height: 20px;
}

.red {
  color: #d6151c;
}

.link4 {
  color: #0041c0;
  font-weight: bold;
}

.richtext.section {
  font-size: 12px;
  line-height: 17px;
}

.richtext.section b {
  font-weight: bold;
}

.richtext.section i {
  font-style: italic;
}

.richtext.section a {
  color: #0041c0;
  font-weight: bold;
}

.richtext.section ul,
.richtext.section ol {
  margin-top: 20px;
}

.richtext.section ul {
  list-style: outside disc;
  margin-left: 1.5em;
}

.richtext.section ol {
  list-style: outside decimal;
  margin-left: 1.5em;
}

.richtext.section:last-child > :last-child {
  margin-bottom: 0;
}

.richtext.section .header1 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
}

.richtext.section .header2 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
}

.richtext.section .header3 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.richtext.section .subheader1 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.richtext.section .subheader2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
}

.richtext.section .body_copyL {
  font-size: 14px;
  line-height: 20px;
}

.richtext.section .body_copy1 {
  font-size: 12px;
  line-height: 17px;
}

.richtext.section .body_copy2 {
  font-size: 11px;
  line-height: 16px;
}

.richtext.section .bodycopyL {
  font-size: 14px;
  line-height: 20px;
}

.richtext.section .bodycopy1 {
  font-size: 12px;
  line-height: 17px;
}

.richtext.section .bodycopy2 {
  font-size: 11px;
  line-height: 16px;
}

.richtext.section .red {
  color: #d6151c;
}

.richtext.section .link4 {
  color: #0041c0;
  font-weight: bold;
}

/************************** wheretobuy *****************************/
#wheretobuy {
  padding-bottom: 53px;
  background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/bg-utility-1px.gif) repeat-x center top;
  color: #1f1f1f;
}

#wheretobuy a img.icn-newwin {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

/************************** wtbtitle *****************************/
.wtbtitle {
  padding: 32px 0;
  text-align: center;
}

/************************** wtbcontent *****************************/
/*tabs*/
.tabs-menu {
  text-align: center;
}

.tabs-menu ul {
  display: inline-block;
  font-size: 0;
}

.tabs-menu form {
  display: none;
}

.tabs-menu ul li {
  background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/spr-all-products.png) no-repeat;
  display: inline-block;
  height: 44px;
  float: left;
}

.tabs-menu ul li a,
.tabs-menu ul li h2 {
  display: inline-block;
  min-width: 154px;
  height: 44px;
  border-left: 1px solid #e5ecec;
  background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/img-tab-off-1px.png) repeat-x;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #1f1f1f;
  text-align: center;
}

.tabs-menu ul li a:before,
.tabs-menu ul li h2:before {
  content: "";
  display: inline-block;
  height: 44px;
  vertical-align: middle;
}

.tabs-menu ul li span {
  display: inline-block;
  padding: 2px 0 0 0;
  vertical-align: middle;
}

.tabs-menu ul li:first-child {
  background-position: left top;
  padding-left: 22px;
}

.tabs-menu ul li:first-child a,
.tabs-menu ul li:first-child h2 {
  border-left: none;
}

.tabs-menu ul li:first-child span {
  margin-left: -22px;
}

.tabs-menu ul li:last-child {
  padding-right: 22px;
  background-position: right top;
}

.tabs-menu ul li:last-child span {
  margin-right: -22px;
}

.tabs-menu ul li:hover a,
.tabs-menu ul li.selected a,
.tabs-menu ul li.selected h2 {
  background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/img-tab-on-1px.png) repeat-x;
  color: #ffffff;
}

.tabs-menu ul li:first-child:hover,
.tabs-menu ul li:first-child.selected {
  background-position: left -50px;
}

.tabs-menu ul li:last-child:hover,
.tabs-menu ul li:last-child.selected {
  background-position: right -50px;
}

/*leadcopy*/
.leadcopy {
  margin-top: 32px;
  text-align: center;
}

/************************** map_search *****************************/
.map_search {
  padding: 48px 0;
}

.map_search:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.map_search .map {
  width: 624px;
  height: 350px;
  float: right;
  font-size: 0;
}

.map_search .map:after {
  content: "";
  display: block;
  width: 624px;
  height: 9px;
  position: absolute;
  background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/img-map-shadow.png) no-repeat 50% 0;
}

.map_search .map > div {
  width: 100%;
  height: 350px;
}

.map_search .map .gmapMarkerNum {
  width: 34px;
  height: 38px;
  margin-top: -38px;
  margin-left: -17px;
  background-repeat: no-repeat;
}

.map_search .map .gmapMarkerNum > span {
  display: block;
  text-align: center;
  padding-top: 8px;
  color: #fff;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

.map_search .map .gmapMarkerNum.icon01,
.shop .shopNum.icon01 {
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/marker-blue.png);
}

.map_search .map .gmapMarkerNum.icon02,
.shop .shopNum.icon02 {
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/marker-black.png);
}

.map_search .map .gmapMarkerNum.icon03,
.shop .shopNum.icon03 {
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/marker-red.png);
}

.map_search .map .gmapMarkerNum.icon04,
.shop .shopNum.icon04 {
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/marker-green.png);
}

.map_search .map .gmapMarkerNum.icon05,
.shop .shopNum.icon05 {
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/marker-orange.png);
}

.map_search .map .gmapMarkerNum.icon06,
.shop .shopNum.icon06 {
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/marker-yellow.png);
}

.map_search .map .gmapMarkerNum.icon07,
.shop .shopNum.icon07 {
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/marker-purple.png);
}

.map_search .map .gmapMarkerNum.icon08,
.shop .shopNum.icon08 {
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/marker-ygreen.png);
}

.map_search .map .gmapMarkerNum.icon09,
.shop .shopNum.icon09 {
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/marker-magenda.png);
}

.map_search .map .gmapMarkerNum.icon10,
.shop .shopNum.icon10 {
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/marker-dgreen.png);
}

.map_search .map .gmapMarkerNum.icon11,
.shop .shopNum.icon11 {
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/marker-dmagenda.png);
}

.map_search .map .gmapMarkerNum.icon12,
.shop .shopNum.icon12 {
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/marker-bgreen.png);
}

.map_search .map .gmapLabel {
  width: 280px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.map_search .map .gmapLabel.saleflag {
  padding-left: 25px;
  background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/icn-flagL.png) no-repeat top left;
}

.map_search .map .gmapLabel p {
  margin-top: 3px;
}

.map_search .map .gmapLabel p:first-child {
  margin-top: 0;
}

.map_search .map .gmapLabel b {
  font-weight: bold;
}

.map_search .map .gmapLabel a {
  font-weight: bold;
  color: #0041c0;
  display: inline-block;
  margin-left: 0.5em;
}

/************************** error-message *****************************/
#error-message,
#error-message-rwd {
  margin-bottom: 10px;
  font-weight: bold;
  color: #d6151c;
}

/************************** search_results *****************************/
.search_results a {
  font-weight: bold;
  color: #0041c0;
}

.search_results .results-num {
  margin-bottom: 10px;
  color: #1f1f1f;
}

.search_results .results-num span {
  color: #8e8e8e;
}

.search_results .caution {
  margin-bottom: 10px;
}

.shoplist-box-wrapper:after,
.shoplist-box-wrapper:before {
  content: "";
  display: block;
  height: 8px;
  background-repeat: no-repeat;
}

.shoplist-box-wrapper:before {
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/img-shoplist-box-cap-top.png);
}

.shoplist-box-wrapper:after {
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/img-shoplist-box-cap-bot.png);
}

.shoplist-box {
  padding: 2px 10px 2px 20px;
  background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/img-shoplist-box-1px.png) repeat-y;
}

.shoplist-box-inner {
  max-height: 380px;
  overflow: auto;
  -webkit-overflow-scrolling: touch !important;
}

.shoplist-box-inner .jspVerticalBar {
  width: 10px;
  height: 146px;
  background: none;
}

.shoplist-box-inner .jspTrack {
  background: none;
  background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/img-scroll-bar-1px.png) repeat-y;
  border-radius: 3px;
  behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
  -pie-border-radius: 3px;
}

.shoplist-box-inner .jspDrag {
  background: none;
}

.shoplist-box-inner .jspDrag .jspDragTop {
  height: 100%;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #313131;
  border: 1px solid #313131;
  border-radius: 2px;
  behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
  -pie-border-radius: 2px;
}

.shoplist-box-inner .content {
  padding-bottom: 220px;
}

.shop {
  border-top: 1px solid #e5e5e5;
  padding: 20px 10px 20px 0;
}

.shop:first-child {
  border-top: none;
}

.shop a {
  color: #0041c0;
  font-weight: bold;
}

.shop .link {
  display: block;
  text-align: center;
}

.shop .link a {
  display: inline-block;
  padding: 0 5px;
}

.shop > .cols {
  margin-left: 45px;
}

.shop h3.saleflag {
  padding-left: 18px;
  background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/icn-flagS.png) no-repeat top left;
}

.shop .shopNum {
  width: 34px;
  height: 38px;
  float: left;
  background-repeat: no-repeat;
}

.shop .shopNum > span {
  display: block;
  text-align: center;
  padding-top: 8px;
  color: #fff;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.shop .cols:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.shop .shopdata {
  width: 695px;
  float: left;
  font-size: 0;
}

.shop .shopname {
  display: inline-block;
  vertical-align: middle;
  width: 375px;
}

.shop .phone,
.shop .distance {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  text-align: center;
}

.shop .phone p,
.shop .distance p {
  display: inline-block;
}

.shop .btn {
  width: 166px;
  float: right;
  text-align: right;
}

.shop .moreinfo a {
  display: inline-block;
  height: 36px;
  margin: 0 35px 0 12px;
  background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/btn-comp-prod-1px.png) repeat-x;
  font-size: 0;
}

.shop .moreinfo a:before,
.shop .moreinfo a:after {
  content: "";
  display: inline-block;
  height: 36px;
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/spr-moreinfo.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.shop .moreinfo a:before {
  width: 12px;
  margin-left: -12px;
  background-position: left top;
}

.shop .moreinfo a:after {
  width: 35px;
  margin-right: -35px;
  background-position: -18px top;
}

.shop.opened .moreinfo a:after {
  content: " ";
  background-position: -59px top;
}

.shop .moreinfo a > span {
  font-size: 12px;
  font-weight: bold;
  color: #1f1f1f;
}

.shop .moreinfo span.see,
.shop.opened .moreinfo span.hide {
  display: inline-block;
  vertical-align: middle;
}

.shop.opened .moreinfo span.see,
.shop .moreinfo span.hide {
  display: none;
}

.shop .moreinfo-block {
  margin-top: 20px;
  padding: 15px;
  background-color: #ededed;
  display: none;
}

.shop .moreinfo-block .freeimage {
  float: right;
}

.shop .moreinfo-block .freeimage img {
  max-width: 210px;
  height: auto;
}

.shop .moreinfo-block .freetext {
  font-size: 12px;
  line-height: 17px;
}

.shop .moreinfo-block .freetext.withimage {
  float: left;
  width: 665px;
}

.shop .moreinfo-block .freetext li {
  display: inline-block;
  margin-right: 20px;
}

.shop .moreinfo-block .freetext .comment {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  /************************** generic class *****************************/
  .header1 {
    font-size: 0.938rem;
    line-height: 1.3132rem;
  }

  .subheader1 {
    font-size: 0.938rem;
    line-height: 1.3132rem;
  }

  .subheader2 {
    font-size: 0.938rem;
    line-height: 1.3132rem;
  }

  .subheader3 {
    font-size: 0.75rem;
    line-height: 1.05rem;
  }

  .bodycopy1 {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  .body_copy1 {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  .bodycopy2 {
    font-size: 0.563rem;
    line-height: 0.688rem;
  }

  .body_copy2 {
    font-size: 0.563rem;
    line-height: 0.7882rem;
  }

  .bodycopyL,
  .body_copyL {
    font-size: 0.688rem;
    line-height: 0.9632rem;
  }

  .richtext.section {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  .richtext.section ul,
  .richtext.section ol {
    margin-top: 10px;
  }

  .richtext.section:last-child > :last-child {
    margin-bottom: 0;
  }

  .richtext.section .header1 {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }

  .richtext.section .header2 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .richtext.section .header3 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .richtext.section .subheader1 {
    font-size: 0.938rem;
    line-height: 1.3132rem;
  }

  .richtext.section .subheader2 {
    font-size: 0.75rem;
    line-height: 1.05rem;
  }

  .richtext.section .subheader3 {
    font-size: 0.75rem;
    line-height: 1.05rem;
  }

  .richtext.section .subheader4 {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  .richtext.section .bodycopyL,
  .richtext.section .body_copyL {
    font-size: 0.688rem;
    line-height: 0.9632rem;
  }

  .richtext.section .bodycopy1,
  .richtext.section .body_copy1 {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  .richtext.section .bodycopy2,
  .richtext.section .body_copy2 {
    font-size: 0.563rem;
    line-height: 0.7882rem;
  }

  /************************** wheretobuy *****************************/
  #wheretobuy {
    padding-bottom: 53px;
    background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/bg-utility-6px.gif) repeat-x center top;
    background-size: 3px 100px;
    -webkit-background-size: 3px 100px;
  }

  #wheretobuy .container {
    padding: 0 10px;
  }

  #wheretobuy a img.icn-newwin {
    width: 8px;
    height: 8px;
  }

  /************************** wtbtitle *****************************/
  .wtbtitle {
    padding: 25px 0;
    text-align: left;
  }

  /************************** wtbcontent *****************************/
  /*leadcopy*/
  .leadcopy {
    margin-top: 0;
    text-align: left;
  }

  /************************** map_search *****************************/
  .map_search {
    padding: 20px 0;
  }

  .map_search .map {
    width: auto;
    height: 300px;
    margin: 0 20px;
    float: none;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
  }

  .map_search .map > div {
    height: 300px;
  }

  .map_search .map:after {
    display: none;
  }

  .map_search .map .gmapMarkerNum {
    width: 24px;
    height: 27px;
    margin-top: -27px;
    margin-left: -12px;
    background-size: contain;
  }

  .map_search .map .gmapMarkerNum > span {
    padding-top: 4px;
    font-size: 0.813rem;
  }

  .map_search .allmap-btn {
    margin-top: 15px;
    text-align: center;
  }

  .map_search .allmap-btn a {
    display: inline-block;
    background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/btn-darkgrey-1px-m-1x.png) repeat-x center top;
    height: 31px;
    margin: 0 14px 0 14px;
    font-size: 0;
  }

  .map_search .allmap-btn a:before,
  .map_search .allmap-btn a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 31px;
    background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/spr-wheretobuy-m-1x.png);
    vertical-align: middle;
  }

  .map_search .allmap-btn a:before {
    background-position: -201px -61px;
    margin-left: -14px;
  }

  .map_search .allmap-btn a:after {
    background-position: -48px -61px;
    margin-right: -14px;
  }

  .map_search .allmap-btn a span {
    display: inline-block;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 0.813rem;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
  }

  /************************** error-message *****************************/
  #error-message {
    display: none;
  }

  /************************** search_results *****************************/
  .search_results h2 {
    text-align: center;
  }

  .search_results .results-num {
    margin-bottom: 5px;
  }

  .shoplist-box-wrapper:after,
  .shoplist-box-wrapper:before {
    display: none;
  }

  .shoplist-box {
    padding: 10px 15px;
    background: none;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
  }

  .shoplist-box-inner {
    max-height: 100%;
  }

  .shoplist-box-inner .content {
    padding-bottom: 0;
  }

  .shop {
    padding: 10px 0;
  }

  .shop:first-child {
    border-top: none;
  }

  .shop a {
    color: #0041c0;
    font-weight: bold;
  }

  .shop .link {
    padding-top: 4px;
    text-align: left;
  }

  .shop .link a {
    padding: 0;
    margin-right: 10px;
  }

  .shop > .cols {
    margin-left: 35px;
  }

  .shop .cols:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }

  .shop h3.saleflag {
    padding-left: 14px;
    background-size: auto 11px;
  }

  .shop .shopNum {
    width: 24px;
    background-size: 24px auto;
  }

  .shop .shopNum > span {
    padding-top: 4px;
    font-size: 0.813rem;
  }

  .shop .shopdata {
    width: auto;
    float: none;
  }

  .shop .shopdata > div {
    margin-top: 3px;
  }

  .shop .shopname {
    display: block;
    width: auto;
    margin-right: 0;
  }

  .shop .phone,
  .shop .distance {
    display: block;
    width: auto;
    text-align: left;
  }

  .shop .distance .link {
    display: none;
  }

  .shop .btn {
    margin-top: 10px;
    margin-right: 35px;
    width: auto;
    float: none;
    text-align: center;
  }

  .shop .moreinfo a {
    height: 31px;
    margin: 0 27px 0 14px;
    background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/btn-comp-prod-1px-m.png) repeat-x;
    font-size: 0.688rem;
  }

  .shop .moreinfo a:before,
  .shop .moreinfo a:after {
    content: "";
    display: inline-block;
    height: 31px;
    background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/spr-wheretobuy-m-1x.png);
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .shop .moreinfo a:before {
    width: 14px;
    margin-left: -14px;
    background-position: -68px -61px;
  }

  .shop .moreinfo a:after {
    width: 27px;
    margin-right: -27px;
    background-position: -88px -61px;
  }

  .shop.opened .moreinfo a:after {
    background-position: -121px -61px;
  }

  .shop .moreinfo-block {
    margin-top: 10px;
    padding: 10px;
  }

  .shop .moreinfo-block .freeimage {
    margin-top: 10px;
    float: none;
    text-align: center;
  }

  .shop .moreinfo-block .freetext {
    margin-top: 10px;
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  .shop .moreinfo-block .freetext:empty {
    margin-top: 0;
  }

  .shop .moreinfo-block .freetext.withimage {
    float: none;
    width: auto;
  }

  .shop .moreinfo-block .freetext li {
    display: block;
    margin-right: 0;
  }

  .shop .moreinfo-block .freetext .comment {
    margin-top: 5px;
    padding-top: 5px;
  }

  .shop .moreinfo-block .mobmap {
    text-align: center;
  }

  .shop .moreinfo-block .mobmap img {
    width: 100%;
    max-width: 320px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
  }

  .shop .moreinfo-block .mobmap-btn {
    text-align: center;
  }

  .shop .moreinfo-block .mobmap-btn a {
    display: inline-block;
    background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/btn-darkgrey-1px-m-1x.png) repeat-x center top;
    height: 31px;
    margin: 0 14px 0 14px;
    font-size: 0;
  }

  .shop .moreinfo-block .mobmap-btn a:before,
  .shop .moreinfo-block .mobmap-btn a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 31px;
    background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/spr-wheretobuy-m-1x.png);
    vertical-align: middle;
  }

  .shop .moreinfo-block .mobmap-btn a:before {
    background-position: -201px -61px;
    margin-left: -14px;
  }

  .shop .moreinfo-block .mobmap-btn a:after {
    background-position: -48px -61px;
    margin-right: -14px;
  }

  .shop .moreinfo-block .mobmap-btn a span {
    display: inline-block;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 0.813rem;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
  }
}
/* v33 */
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  /*tabs*/
  .tabs-menu {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    padding: 20px 10px 0 0;
  }
  .tabs-menu ul {
    display: none;
  }
  .tabs-menu form {
    display: inline-block;
    height: 30px;
    margin: 0 5px;
    position: relative;
    background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/btn-pic-quality-1px-m-1x.png) repeat-x;
    text-align: left;
  }
  .tabs-menu form::before, .tabs-menu form::after {
    content: "";
    width: 5px;
    height: 30px;
    background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/spr-global-product-m-1x.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
  }
  .tabs-menu form::before {
    margin-left: -5px;
    background-position: -119px -98px;
  }
  .tabs-menu form::after {
    margin-right: -5px;
    background-position: -130px -98px;
  }
  .tabs-menu form select {
    text-indent: -9999px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: none transparent;
    width: 100%;
    height: 30px !important;
    margin: 0 11px;
    position: absolute;
    top: 0;
    left: -11px;
    font-size: 18px;
  }
  .tabs-menu .tabs-menu-text {
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 0.688rem;
    font-weight: bold;
    color: #1f1f1f;
    display: inline-block;
    vertical-align: middle;
    background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/btn-pic-quality-arrow-m-2x.png) no-repeat;
    background-size: 13px 8px;
    -webkit-background-size: 13px 8px;
    background-position: 100% 50%;
    padding-right: 25px;
  }
}
/************************** search_selectors *****************************/
.search_selectors {
  font-size: 0;
}

.search_selectors {
  width: 312px;
  float: left;
}

.search_selectors input[type="text"],
.search_selectors input[type="submit"],
.search_selectors input[type="button"],
.search_selectors button {
  border: none;
  border-radius: 0;
  background: none;
}

.search_selectors input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}
	
.search_selectors .selectors-list > li {
  margin-top: 20px;
}

.search_selectors .selectors-list > li:first-child {
  margin-top: 0;
}

.search_selectors .category {
  font-size: 0;
}

.search_selectors .category > span.label,
.search_selectors .distance > span.label {
  width: 90px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

/* selector */
.search_selectors .selector {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #efefef;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}
.search_selectors .selector.active {
  z-index: 77;
}
.search_selectors .selector select {
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none transparent;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search_selectors .selector select::-ms-expand {
  display: none;
}
.search_selectors .selector select option {
  color: #1f1f1f;
  background-color: #ececec;
}
.search_selectors .selector.disabled select {
  color: #aaa;
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  .search_selectors .selector {
    width: 219px;
    height: 32px;
  }
  .search_selectors .selector:not(.disabled)::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 7px;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    background-image: url(/etc/designs/panasonic/common-clientlibs/images/img-arrow-down.png);
    background-repeat: no-repeat;
  }
  .search_selectors .selector select {
    font-size: 12px;
    font-weight: bold;
    color: #1f1f1f;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .search_selectors .selector {
    width: 72%;
    height: auto;
    text-align: center;
  }
  .search_selectors .selector.disabled {
    opacity: 0.5;
  }
  .search_selectors .selector select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-indent: -9999px;
  }
  .search_selectors .selector .selector-text-mob {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 8px 10px;
    vertical-align: middle;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 0.688rem;
    font-weight: bold;
    color: #1f1f1f;
    text-align: left;
  }
  .search_selectors .selector .selector-text-mob:not(.disabled)::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 7px;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    background-image: url(/etc/designs/panasonic/common-clientlibs/images/img-arrow-down.png);
    background-repeat: no-repeat;
  }
}
.search_selectors .distance label {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.search_selectors .distance label > span {
  display: inline-block;
}

.search_selectors .distance > div {
  display: inline-block;
  vertical-align: middle;
}

.search_selectors .areasearch label {
  display: block;
  margin-bottom: 10px;
}

.search_selectors .areasearch .textbox {
  height: 43px;
  margin: 0 14px;
}

.search_selectors .areasearch .textbox:before,
.search_selectors .areasearch .textbox:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 43px;
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/spr-utility.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.search_selectors .areasearch .textbox:before {
  margin-left: -14px;
  background-position: -96px top;
}

.search_selectors .areasearch .textbox:after {
  margin-right: -14px;
  background-position: -116px top;
}

.search_selectors .areasearch .textbox span {
  display: inline-block;
  background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/img-txtbox-1px.gif) repeat-x left top;
  height: 43px;
  width: 100%;
  vertical-align: middle;
}

.search_selectors .areasearch 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;
}

html.no-geolocation .search_selectors .submitbtn.geolocated {
  display: none;
}

.search_selectors .submitbtn {
  text-align: right;
}

.search_selectors .submitbtn > div {
  background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/img-search-1px.png) repeat-x center top;
  margin: 0 17px 0 53px;
  font-size: 0;
  display: inline-block;
}

.search_selectors .submitbtn > div:before,
.search_selectors .submitbtn > div:after {
  content: "";
  display: inline-block;
  height: 47px;
  background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/spr-utility.png);
  vertical-align: top;
}

.search_selectors .submitbtn > div:before {
  width: 53px;
  margin-left: -53px;
}

.search_selectors .submitbtn > div:after {
  width: 17px;
  margin-right: -17px;
  background-position: -195px top;
}

.search_selectors .submitbtn .search-btn:before {
  background-position: -136px top;
}

.search_selectors .submitbtn .geolocated-btn:before {
  background-position: -217px top;
}

.search_selectors .submitbtn span {
  display: inline-block;
  height: 46px;
  padding-top: 1px;
}

.search_selectors .submitbtn input[type="submit"],
.search_selectors .submitbtn input[type="button"] {
  text-indent: 0;
  padding: 0;
  height: 46px;
  display: inline-block;
  color: #fff;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

.touch-device .search_selectors .submitbtn span {
  height: 47px;
  padding-top: 0;
}

.touch-device .search_selectors .submitbtn input[type="submit"],
.touch-device .search_selectors .submitbtn input[type="button"] {
  height: 47px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .search_selectors {
    width: auto !important;
    float: none !important;
    margin-bottom: 20px !important;
  }

  .search_selectors .selectors-list > li {
    margin-top: 0 !important;
    display: block !important;
    margin-left: 0 !important;
    padding-bottom: 10px !important;
    font-size: 0;
  }

  .search_selectors .category > span.label,
  .search_selectors .distance > span.label {
    width: 25%;
    margin-right: 2%;
  }

  .search_selectors .distance label {
    margin-right: 15px;
  }

  .search_selectors .areasearch {
    margin-top: 10px;
  }

  .search_selectors .areasearch label {
    margin-bottom: 5px;
  }

  .search_selectors .areasearch .textbox {
    height: auto;
    margin: 0;
  }

  .search_selectors .areasearch .textbox:before,
  .search_selectors .areasearch .textbox:after {
    display: none;
  }

  .search_selectors .areasearch .textbox span {
    background: none;
    height: auto;
  }

  .search_selectors .areasearch input[type="text"] {
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #dadada;
    font-size: 0.688rem;
  }

  .search_selectors .submitbtn {
    margin-top: 15px;
    text-align: center !important;
  }

  .search_selectors .submitbtn > div {
    background: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/btn-darkgrey-1px-m-1x.png) repeat-x center top;
    height: 31px;
    margin: 0 14px 0 42px;
    font-size: 0;
  }

  .search_selectors .submitbtn > div:before,
  .search_selectors .submitbtn > div:after {
    content: "";
    display: inline-block;
    height: 31px;
    background-image: url(/etc/designs/panasonic/wheretobuy-clientlibs/images/spr-wheretobuy-m-1x.png);
    vertical-align: top;
  }

  .search_selectors .submitbtn > div:before {
    width: 42px;
    margin-left: -42px;
  }

  .search_selectors .submitbtn > div:after {
    width: 14px;
    margin-right: -14px;
    background-position: -48px -61px;
  }

  .search_selectors .submitbtn > .geolocated-btn:before {
    background-position: -153px -61px;
  }

  .search_selectors .submitbtn > .search-btn:before {
    background-position: left -61px;
  }

  .search_selectors .submitbtn span {
    height: 28px;
    padding-top: 1px !important;
  }

  .search_selectors .submitbtn input[type="submit"],
  .search_selectors .submitbtn input[type="button"] {
    height: 28px !important;
    font-size: 0.813rem;
  }
}
/************************** online *****************************/
.onlineshop {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}
.onlineshop:not(:first-child) {
  margin-top: 15px;
}
.onlineshop::after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}
.onlineshop .shoplogo {
  text-align: center;
}

@media (min-width: 641px), (min-device-width: 1281px), print {
  .onlineshop .search_results {
    padding-top: 30px;
  }
  .onlineshop .shoplogo {
    float: right;
    width: 210px;
  }
  .onlineshop .shopdata {
    width: 746px;
    float: left;
  }
  .onlineshop .shopdata p {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .onlineshop .shoplogo {
    margin-top: 10px;
  }
  .onlineshop .shoplogo img {
    width: 150px;
  }
  .onlineshop .shopdata p {
    margin-top: 3px;
  }
}
