/*** Product locator and locations locator Styles ***/

#finderWrap {
  width: 100%;
/*  padding-top: 20px;*/  
}

#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;
}


/* new picker stuff */
#custom_select_test fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.picker {
  float: left;
  /*height: 24px;*/
  width: 164px;
  margin: 0 3px 5px 0;
}

.picker select {
  color: #006db8;
  font-size: 12px;
  font: 11px sans-serif;
}

.picker select option {
  border-bottom: 1px dotted #74c3ee;
}

.picker label {
  color: #006db8;
  font: 13px sans-serif;
  font-weight: bold;
}

#picker_submit {
  float: left;
  margin: 19px 5px 0;
}

#ctrl_links div {
  display: inline;
}

#ctrl_links {
  font: normal 11px sans-serif;
  color: #333333;
  margin: 8px 0 0;
}

#ctrl_links a:link, #ctrl_links a {
  color: #2280c1;
  /*margin: 0;*/
  padding: .4em 0 .4em .9em;
  /*display: block;*/
  background-image: url('/images/arrow_lnav_on.gif');
  background-repeat: no-repeat;
  background-position: 0 .8em;
  line-height: 13px;
}

  .svg #ctrl_links a:link, .svg #ctrl_links a {
    background-image: url('/images/arrow_lnav_on.svg');
  }

#ctrl_links a:hover, #ctrl_links a:active {
  color: #636052;
  background: transparent url('/images/arrow_lnav.gif') no-repeat 0 .8em;
}

  .svg #ctrl_links a:hover, .svg #ctrl_links a:active {
    background-image: url('/images/arrow_lnav.svg');
  }


#division-results, #product-results {
  position: relative;
/*  width: 671px;*/
  width: 100%;
  margin-top: 60px;
/*  height: 410px;
  overflow: auto;*/
  /*display: none;*/
  background: #ffffff;
  
}



#division-results h4 {
  font-size: 11px;
  line-height: 15px;
  color: #006db8;
		
}
#division-results h3 {
  background: #EBEBEB;
/*  color:rgba(0, 109, 198,1);*/
  color:rgba(0, 94, 184,1);
  font-size: 1rem;
  margin:0rem 0;
  padding:1.2rem 0.5rem;
	}
#division-results .division-row {
	padding:12px;
}
#division-results img.location_pic {
	margin:5px;
}
#division-results p {
	font-size:0.9rem;
/*	line-height: 15px;*/
	line-height: 130%!important;
	padding:1rem 0.6rem;
}
#division-results .odd {
  background: #f3f2ee;
}



#loadDiv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(240,240,240,.85);
  /*width: 663px;
  height: 410px;*/
  width: 100%;
  height: 100%;
}

#loadDiv p {
  margin: 20% auto;
  color: #000;
  font-size: 1.2em;
  text-align: center;
}

#loadDiv p img {
  
}


#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 {
  margin-bottom: 10px;
  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 tr.unit_row h2 {
  font-weight: 700;
}

.results_table td {
  text-align: left;
  vertical-align: top;
  font: normal 11px sans-serif;
  padding: 3px 10px;
}

.results_table th {
  text-align: left;
  vertical-align: top;
  padding: 3px 10px;
  
}

.results_table td.contact, .results_table th.contact {
  width: 30%;
}

.results_table td h3 {
  margin: 10px 0 -5px;
}

.results_table td h4 {
  margin: 11px 0 -5px;
  line-height: 14.5px;
}

.results_table img.prod_img {
  margin: 12px 0 0;
  max-width: 120px;
}

.results_table img.no-img {
  width: 58px;
}

.results_table .prod_name,
.results_table .unit_name,
.results_table .region {
  font-weight: bold;
  color: #006db8;
}

#results.business_only .results_table tr.product_row,
#results.business_only .results_table tr.dotted_row,
#product-results.business_only .results_table tr.product_row { /*added*/
  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;
  }

  #right_col #locator_block {
    padding: 0;
  }

  #locator_block a:after, #locator_block a:link:after { 
    content: ""; 
  }

  #finder, #division-results, #product-results {
    height: auto;
  }

  #gray_bg, #loc-picks { 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;
  }
}

