#edit-search-keys::-webkit-input-placeholder {color: transparent}
#edit-search-keys:-moz-placeholder {color: transparent}
#edit-search-keys::-ms-placeholder {color: transparent} /* These three hide the placeholder text which is too long for narrow screens. */

body {-webkit-text-size-adjust:100%;} /*  For iOS makes it possible to return to normal text size after switching to landscape orientation. Requires pinching. */

body .aff_content, body .aff_header {min-width: 0}

body .aff_header_wrap {
  height: 44px;
  overflow: hidden;
}

body .aff_searchWrap {margin-left: -5em}

body .aff_header .aff_search {margin-left: 5em}

body .aff_header .aff_logo  {width: 4em}

body .aff_breadcrumb {margin-bottom: .8em}

body #contentWrapper {
  float: none;
  width: 100%;
}

body #content {
  margin-right: .5em;
  margin-left: .5em;
}

body #nav  {
  float: none;
  width: auto;
  margin-left: .5em;
  margin-right: .5em;
}

/****** Logo ******/

body .aff_search input.form-submit, body #logo, body .aff_top {display: none}
body .aff_search input.form-submit {color: transparent}

body #edit-search-keys {width: 80%}

body .aff_logo {padding-top: 0}

body .aff_logo a
{
  background: transparent url(../images/mobile-logo.png) no-repeat 0 10px;
  display: block;
  width: 60px;
  height: 40px;
}

/*body .aff_logo a:hover {text-decoration: none}*/

/****** Search ******/

body .aff_search
{
    padding-top: 6px;
    margin-top: 0;
    text-align: right;
    background: transparent url(../images/mobile-search_icon.png) no-repeat right 70%;
}

body #google-appliance-block-form {
  position: relative;
  top: 0;
}

body .aff_search input.form-text
{
    width: 38px;
    height: 30px;
    border-width: 0;
    background-color: transparent;
    text-indent: -9999px;
}

body .aff_search input.form-text:focus
{
    width: 80%;
    position: relative;
    right: 36px;
    color: ##65605C;
    background-color: white;
    text-indent: 0;
}