/* ---------------------------------------------------------------------- */

/*                              TOOLBAR                                   */

/* ---------------------------------------------------------------------- */

/* Toolbar containing page options and quick search control */

div#headerMenu {
  float: left;
  padding: 6px 0px 7px 0px;
  width: 100%;
  background-color: #3b486f;
  white-space: nowrap;
  margin-bottom: -1px;
  position: relative;
  padding: 0;
}

/* Borders around the controls in the toolbar */

/*.FontSizeSwitcherContainer input,
.StyleSwitcherContainer input,
input.SearchButton
{
	background-color: transparent;
	border: 1px solid #AAABB8;
	color: #FFFFFF;
	cursor: pointer;
}*/

input.SearchButton {
  background: url('./mag.svg') no-repeat center center;
  border: none;
  text-indent: -9999px;
  width: 40px;
  background-size: 18px;
  float: left;
  padding: 6px;
  height: 40px;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  transition: all 0.3s ease-out;
}

input.SearchButton:hover {
  border-color: #8a2a2b;
}

ul#pageControls {
  float: left;
  display: none;
}

div.FontSizeSwitcherContainer {
  border-right: solid 3px #ffffff;
  padding-right: 3px;
}

/* ----------------------------- Quick Search --------------------------- */

div#search {
  display: inline;
  float: right;
  padding: 11px;
  text-align: right;
  position: absolute;
  right: 0px;
  top: -90px;
}

.SearchThrobber {
  float: left;
}

input.SearchTextBox {
  float: left;
  border: none;
  padding: 10px;
  margin-right: 0px;
  width: 240px;
  font-size: 16px;
  line-height: 18px;
  font-family: 'gillsansMT';
  border-left: 1px solid #d0d0d0;
  color: #737373;
}

/* ---------------------- Shopping basket --------------------------- */

.basketsummary {
  float: none;
  overflow: hidden;
  white-space: normal;
  color: #ffffff;
}
