/*************************************************************/
/* css/style_800.css                                         */
/*                                                           */
/* VERSION: 4.2                                              */
/*                                                           */
/* MODIFIED: 03/29/2017                                      */
/*                                                           */
/* DESCRIPTION: Style Sheet for screens greater than 800px   */
/*                                                           */
/* HISTORY:                                                  */
/*   4.2 - 03/29/2017 Bargain Alerts                         */
/*   4.1 - 12/01/2016 Internet Explorer Problems             */
/*   4.0 - 11/21/2016 Responsive Lastminute                  */
/*                                                           */
/*************************************************************/
#hamburgermenu {
  display: none;
}
ul#buttons.hidden {
  display: block;
  width: 100%;
  background-color: #01305F;
}
ul#buttons li {
  width: 110px;
  float: left;
}
ul#buttons li#search {
  display: block;
}
#title_ebaylogo {
  display: none;
}
#title_flags {
  display: block;
  margin-top: 20px;
}
#title_ebaydev {
  display: block;
  float: right;
  margin: 10px 40px 0px 0px;
}
#title_ebaydev img {
  width: 100px;
}
#categories_container {
  position: static;
  left: auto;
  border: none;
  width: 220px;
  box-shadow: none;
  padding: 0px 0px 10px 5px;
}
#categories_container div {
  padding-left: 0px;
}
#results_container {
  width: 550px;
  margin-left: 10px;
}
#results_table td.cathead {
  padding-left: 2px;
}
#cat_expand {
  display: none;
}
#cat_nav {
  display: block;
}
