
/* This defines the styles for the product finder widget */

.resultFinder { 
  text-align: left;
  color: #000066;
  font-weight: bold;
  font-size:  11pt;
  font-family: verdana, arial, tahoma, sans-serif;
}

.resultSmallPlainText {
 font-size: 85%;
 padding-bottom: 10px;
 color: #000000;
}

.resultSmallLinkUnderline {
 color: #663333;
 font-size: 9pt;
}

#output {
  text-align: left;
}

#styled_popup {
  width: 580px; 
  display:none; 
  position:absolute; 
  z-index: 1000;
  filter:alpha(opacity=90); 
  -moz-opacity:0.9;
}

#styled_shim {
  width: 580px; 
  display:none; 
  position:absolute; 
  z-index: 999;
}


#styled_popup table {
  background: white no-repeat top left; 
  border: thin solid #0099CC;
  cellpadding:3;
  valign:top;
  align:right;
  width: 100%;
}

#resultCounts table {
  border: none;
}

#searchAll {
 background: url(images/leftNavBottomBackground.gif) repeat-x;
 height: 20px;
 color: #FFFFFF;
 text-align: right;
 font-size: 9px;
}

#searchAll:hover {
  cursor: pointer;
}

#searchAll a {
	color: #FFFFFF;
	text-decoration: none;
}

#searchAll a:hover {
	text-decoration: none;
	cursor: pointer;
}
