/*** Product locator and locations locator Styles ***/

#finderWrap {
  width: 100%;
  padding-top: 26px;
}

#finder {
  width: 100%;
  height: 500px;
  text-align: left;
}


#finder a {
  cursor: pointer;
}

#loading {
  position: absolute;
  width: 100%;
  height: 100px;
  background: url('../images/header_block_bg.gif') 0 0 repeat-y;
  text-align: center;
  z-index: 40;
}
#loading p {
  font-size: 12px;
  color: #006db8;
}

#ctrl_links {
  right: 20px;
  padding-right: 1%;
  text-align: right;
  z-index: 30;
}

#ctrl_links img {
  vertical-align: middle;
}

#ctrl_links a {
  font-size: 10px;
  margin: 0 10px 0 3px;
}

.hide {
  display: none;
}

#view_link {
  position: relative;
  text-align: center;
  z-index: 30;
  display: none;
}

#pickers {
  position: relative;
  height: 24px;
  margin: 0 -21px 10px -1px;
  z-index: 40;
}
#pickers a {
  padding: 4px 5px;
  font-size: 11px;
  color: #006db8;
  display: block;
}
#pickers a:hover {
  cursor: pointer;
}

.pick_link {
  float: left;
  height: 24px;
  width: 164px;
  margin: 1px;
}

.pick_link .label {
  position: absolute;
  top: -15px;
  color: #006db8;
  font-weight: bold;
}

a.chooser {
  display: block;
  width: 152px;
  padding: 4px 0px;
  white-space: nowrap;
  color: #006db8;
  border: solid 1px #006db8;
  background: #ffffff url('../images/arrow_pick_link_bg.gif') 148px 0px no-repeat;
  overflow: hidden;
}
a.chooser img {
  position: absolute;
  top: 1px;
  right: 1px;
}

.pick_menu {
  position: absolute;
  padding: 0;
  margin: 0;
  max-height: 400px;
  _height: 400px;
  width: 200px;
  overflow: auto;
  top: 24px;
  right: 0;
  border: solid 1px #52aad0;
  background: #ffffff;
  text-align: left;
  display: none;
}

.pick_menu a {
  padding: 3px 20px 3px 10px;
  background: url('../images/topnav/link_bg.gif') no-repeat top right;
}
.pick_menu a:hover {
  background-color: #e6f0f9;
}

#results {
  position: relative;
  width: 663px;
  margin-top: 10px;
  height: 410px;
  overflow: auto;
  display: none;
  background: #ffffff;
}

#results a {
  padding-left: 6px;
  background: url('../images/arrow_link.gif') no-repeat center left;
}
#results .unit_name a {
  font-weight: bold;
  color: #006db8;
  padding-left: 0px;
  background: none;
}

.results_table {
  position: relative;
  width: 100%;
  _width: 643px;
  text-align: center;
  border-collapse: collapse;
  z-index: 30;
}

.results_table tr {
  width: 100%;
}

.results_table tr.unit_row {
  background: #e6f0f9;
}

.results_table td {
  text-align: left;
  vertical-align: top;
  font: normal 11px helvetica, arial, sans-serif;
  padding: 3px 10px;
}

.results_table td.contact {
  width: 30%;
}

.results_table img.prod_img {
}

.results_table span.prod_name,
.results_table span.unit_name,
.results_table span.region {
  font-weight: bold;
  color: #006db8;
}

#results.business_only .results_table tr.product_row,
#results.business_only .results_table tr.dotted_row {
  display: none;
}
#results.business_only .results_table tr.spacer_row td {
  margin: 0px;
  padding: 5px;
  line-height: 0px;
}


/*** Product and Business Unit Results Print Styles ***/

.hide_from_screen {
  display: none;
}

#printer .hide_from_screen {
  display: block;
}
#printer .hide_from_print {
  display: none;
}

@media print {
  #printerWrap { position: relative; }
  #printer {
    width: 100%;
    height: 100%;
    border: none;
  }
  #gray_bg { display: none; }
  #all { display: none; }
  .hide_from_screen { display: block; }
  .hide_from_print { display: none; }
  .ctrl_links * { display: none; }
  .ctrl_link { display: none; }
  .dotted_row {
    border-top: dotted 1px #aaaaaa;
  }
}

