/* Branding for Farnell */

#header h1 {
  width: 414px;
  height: 63px;
  background: #fff url( css-images/logo1.gif ) no-repeat top left;
}

a:hover {
  color: #ED6D33;
  text-decoration: none
}

#menuContainer td {
  border-right: 1px solid #fff;
  text-transform: uppercase;
}

#menuContainer {
  background: #F28411;
}

ul.menu a {
  color: #333;
  text-decoration: none;
}

ul.menu a:hover {
  color: #ED6D33;
}

ul.menu a {
  color: #333;
}

ul.menu a:hover {
  color: #ED6D33;
}

#menuContainer a {
  font-weight: bold;
  color: white;
  text-decoration: none;
  vertical-align: middle;
}

#loading {
  font-weight: bold;
  color: white;
  background-color: #F28411;
  display: block;
  width: 20%;
  padding: 5px;
}

a {
  color: #ED6D33;
}

/* Styles for inputs */

input.white {
  background-color: #FFFFFF;
}

input.button {
  background-color: #FFFFFF;
}

input.buttongrey {
  background-color: #EBEBEB;
}

input.checkbox {
  background-color: #FFFFFF;
}

input.checkbox_alt {
  background-color: #EBEBEB;
}

select {
  background-color: #FEEEE6
}

.reset {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 7pt;
  background-color: #aaa;
  color: #fff;
}
/* End of input styles*/

