﻿/* Breadcrumbs */

.breadcrumbs
{
  float: left;
  margin-bottom: 10px;
  max-width: 640px;
  max-height: 17px;
  overflow: hidden;
  text-align: left;
}

.breadcrumbs .in
{
  float: left;
  padding: 2px 2px 0 0;
}

.breadcrumbs a
{
  float: left;
  padding-left: 6px;
}

.breadcrumbs a:hover
{
  text-decoration: none;
}

.breadcrumbs .separator
{
  float: left;
  padding-left: 3px;
}


/* Search Box in Products menu */

.productsNav .searchBox
{
  background: white url(images/searchBox.png) no-repeat;
  font-size: 10pt;
  height: 25px;
  margin-top: 4px; /* used to compensate the look of SearchBox in IE9 and Chrome*/
  padding: 0 0 10px 1px;
  width: 194px;
}

.productsNav .searchBox:focus
{
  outline: none;
}

.productsNav .searchBox .text
{
  float: left;
  font-family: inherit;
  font-size: inherit;
  height: 20px;
  outline: none;
  text-indent: 5px;
  width: 192px;
}

.productsNav .searchBox .image
{
  height: 17px;
  padding: 1px 1px 2px 0;
  position: relative;
  left: 170px;
  top: -21px;
  width: 19px;
}

