/*************************************************************/
/* css/style.css                                             */
/*                                                           */
/* VERSION: 4.17                                             */
/*                                                           */
/* MODIFIED: 01/16/2024                                      */
/*                                                           */
/* DESCRIPTION: Style Sheet                                  */
/*                                                           */
/* HISTORY:                                                  */
/*  4.17 - 01/16/2024 More obvious affiliate information     */
/*  4.16 - 10/07/2022 More clearly label ebay links, 2       */
/*  4.15 - 10/05/2022 More clearly label ebay links          */
/*  4.14 - 10/03/2022 Privacy Policy                         */
/*  4.13 - 03/29/2017 Bargain Alerts                         */
/*  4.12 - 12/07/2016 Cat Navigation Hidden for AdBlockers   */
/*  4.11 - 12/01/2016 Better Contact Page                    */
/*  4.10 - 11/21/2016 Responsive Lastminute                  */
/*   4.9 - 12/20/2014 HTML 5 Validation                      */
/*   4.8 - 03/15/2014 New Ebay Logos                         */
/*   4.7 - 03/03/2013 - Larger Layout (Ads)                  */
/*   4.6 - 02/18/2013 - Widen Page for Ads                   */
/*   4.5 - 01/26/2013 - Add link to freebooksifter           */
/*   4.4 - 06/09/2012 - Space out badge                      */
/*   4.3 - 09/14/2010 - Facebook/Twitter/Stumble             */
/*   4.2 - 03/05/2009 - Clicky Links for Bogi-Fotze          */
/*   4.1 - 02/17/2009 - Lastminute Forum                     */
/*   4.0 - 10/09/2008 - Version Upgrade                      */
/*                                                           */
/*************************************************************/

/**************************/
/* COLORS                 */
/*  dark blue:    #01305F */
/*  light blue:   #B3DBFF */
/*  v light blue: #E5F3FF */
/**************************/

html,body {
  padding: 0px;
  margin: 0px;
  font: 10pt Helvetica, Verdana, Arial, sans-serif;
  text-align: center;
  background-color: white;
  width: 100%;
  height: 100%;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td {
  padding: 0;
}
#container {
  background-color: white; 
  text-align: left;
  margin-top: 40px;
}
header {
  background-color: white; 
  text-align: left;
  height: 95px;
}
#title {
  background-image: url(../img/titlebck.jpg);
  background-repeat: repeat-y;
  color: #01305F;
  width: 100%;
  height: 100%;
  float: left;
}
#title_link {
  font-weight: bold;
  font-variant: small-caps;
  font-size: 1.7em;
  text-shadow: 2px 2px 3px #EBF3FF;
  margin: 10px 0px 0px 10px;
}
#title_link a {
  color: #01305F;
}
#title_blurb {
  font-size: 1.2em;
  color: #01305F;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  margin: 0px 10px;
}
#signedin {
  text-align: right;
  margin-top: 10px;
}
#title_ebaydev {
  display: none;
}
#title_rightblock {
  float: right;
  margin: 5px 5px 0px 0px;
}
#title_social {
  display: none;
}
#title_flags {
  display: none;
  margin: 5px 0px;
  text-align: right;
}
#title_flags img {
  width: 24px;
}
#title_ebaylogo {
  margin: 10px 0px 5px 0px;
}
#title_ebaylogo img {
  width: 100px;
  margin-left: 5px;
}
#title_signedin {
  text-align: right;
}
#hamburgermenu {
  background-color: #01305F;
  text-align: left;
  width: 100%;
  display: table; 
}
#hamburgermenu span {
  display: table-cell; 
  padding: 4px 0px 2px 10px
}
#hamburgermenu input {
  float: right;
}
ul#buttons {
  list-style: none;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 100;
}
ul#buttons.hidden {
  display: none;
}
ul#buttons li {
  background-color: #01305F;
  width: 130px;
  font-size: 1.2em;
  line-height: 1.2em;
  width: 100%;
  padding: 5px 0px;
}
ul#buttons li a {
  padding: 0px 10px;
  display: block;
}
ul#buttons li#button_signup {
  width: 150px;
}
ul#buttons a {
  color: white;
}
ul#buttons a:hover {
  color: yellow;
}
#promotion {
  display: none;
}
ul#buttons li#search {
  float: right;
  width: 240px;
  display: none;
}
ul#buttons li#search .searchgo {
  float: right;
  padding: 0px 2px;
  border-style: outset;
}
ul#buttons li#search #searchbox_mobile {
  padding: 0px;
  border-style: inset;
}
#bookmark {
  clear:both;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 3px;
  display:none;
}
.searchbox {
  width: 190px;
  color: #A3A3A3;
  font-style: italic;
}
.searchbox.active {
  color: black;
  font-style: normal;
}
.searchgo {
  margin: 0px 5px;
}
.catlink {
  margin: 6px 0px 0px 0px;
}
.catlink a, .favs_result a {
  color: blue;
}
#catlink_total {
  font-weight: bold;
}
.favs_result {
  margin: 6px 0px 0px 0px;
}

.page_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 8px;
}
#categories_container {
  float: left;
  position: absolute;
  left: -255px;
  background-color: white;
  border: 1px #01305F solid;
  border-width: 1px 1px 1px 0px;
  width: 250px;
  box-shadow: 2px 2px 3px black;
  padding-bottom: 10px;
  z-index: 101;
}
#categories_container div {
  padding-left: 10px;
}
#results_container {
  float: left;
  width: 100%;
}
a.nav:hover {
  text-decoration: underline;
}
.faq_question {
  font-size: 1.1em;
  margin: 5px 0px 0px 5px;
  font-weight: bold;
}
.faq_answer {
  margin: 5px 10px 20px 5px;
}
#banner_ad {
  margin-bottom: 10px;
}
#favs_action {
  font-style: italic;
  font-weight: bold;
  color: #228A00;
  margin: 10px 0px;
}
.cat_header {
  font-size: 1.4em;
  text-align: left;  
  margin: 10px 0px 0px 5px;
}
.cat_header a {
  color: #E5F3FF;
  color: #01305F;
}
.cat_header a:hover {
  color: yellow;
  color: #C70000;
}
#cat_nav {
  padding-top: 5px;
  margin-left: 5px;
  display: none;
}
#cat_expand, #cat_collapse {
  font-size: 1.2em;
  margin: 5px;
}
#cat_collapse {
  display: none;
}
#cat_expand a, #cat_collapse a {
  font-weight: bold;
  color: #C70000;
}
#cat_expand a:hover, #cat_collapse a:hover {
  text-decoration: underline;
}
#cat_expand span {
  font-size: 1.7em;
}
#search_header {
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px 5px;
}
#search_header span {
  font-weight: normal;
}
#results_table {
  margin: 10px 0px 0px 0px;
  text-align: left;
  width: 100%;
}
#results_table td {
  padding: 5px 2px;
}
#results_table td:last-child {
  text-align: right;
  color: #666666;
}
#results_table td.cathead {
  padding-left: 5px;
}
#results_table td.result_title {
  padding-left: 5px;
}
#results_table td.result_title a {
    color: black;
}
#results_table td.result_title a:hover {
    color: #3665f3;
}
#results_table td.result_title span {
    white-space: nowrap;
}
#results_table td.result_title svg {
    margin-left: 10px;
    margin-bottom: -2px;
}
#results_table td.result_title img {
    width: 36px;
    margin-bottom: -2px;
}

.favs_header {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 15px; 
}
.favs_manage {
  font-size: .9em;
}
#si_signinform {
  margin: 0px;
}
#si_submitbutton {
  padding: 0px 15px;
}
#si_container {
  border: 1px #01305F solid;
  box-shadow: 5px 5px 5px black;
  background-color: #E5F3FF;
  padding: 10px;
  margin: 70px auto 40px auto;
  width: 300px;
  text-align: left;
}
#si_container h1 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#si_container div {
  margin: 5px 0px;
}
#si_container .si_label {
  width: 80px;
  float: left;
  clear: both;
}
#si_container #si_submit {
  text-align: center;
  margin: 10px 0px 20px 0px;
}
#si_container div#si_prinstructions {
  margin: 5px 0px 10px 0px;
}
#si_centeror {
  font-size: 1.1em;
  font-style: italic;
  text-align: center;
}
#si_container div#si_prthanks {
  font-size: 1.2em;
  margin: 10px 0px;
}
#sg_container {
  text-align: left;
  padding: 70px 5px 20px 5px;
}
#sg_container div {
  margin: 5px 0px;
}
#sg_container div#sg_rightcontainer {
  width: 300px;
  margin: 10px auto;
  border: 1px #01305F solid;
  box-shadow: 5px 5px 5px black;
  background-color: #E5F3FF;
  padding: 10px;
}
#sg_container .si_label {
  width: 80px;
  float: left;
  clear: both;
}
#sg_submit {
  margin-top: 10px;
  text-align: center; 
}
#sg_signupheader {
  font-size: 2em;
  font-weight: bold;
}
#si_error {
  font-weight: bold;
  color: #C70000;
  margin-bottom: 10px;
}
#try_ebay {
  font-size: 1.5em;
  margin: 50px 0px;
}
#nav_pages {
  margin: 25px 0 0 5px;
  font-size: 1.2em;
}
#nav_showing {
  margin: 5px;
  font-size: 1.2em;
}
#navpages a {
  color: blue;
  font-weight: bold;
}
#navpages a:hover {
  color: #C70000;
}
#footer {
  padding: 40px 5px 20px 5px;
  clear:both;
  text-align: left;
}
.clear {
  clear: both;
}
#footer {
  padding: 40px 5px 20px 5px;
  clear:both;
  text-align: left;
}
.clear {
  clear: both;
}
.addfav {
  font-size: .9em;
  font-weight: normal;
}
.addfav:hover {
  color: red;
}
#link_ad {
  margin-top: 15px;
  text-align: center;
}

.shaded {
  background-color: #E5F3FF;
}
.results_header {
  line-height: 150%;
  background-color: #01305F;
  color: #FFFFFF;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
  border-bottom: 1px #99CCCC solid;
  display: none;
}
.cathead {
  font-weight: bold;
  font-size: 1.1em;
  margin: 0px;
}
#results_table td.ship_head {
  font-weight: bold;
  color: black;
}
td.price {
  font-weight: bold;
  color: #550000;
}
.price, .mins, .bids, .ship {
  width: 1px;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
#pr_container {
  text-align: left;
  background-color: white;
  padding: 0px 5px;
}
/***************************************/
#pr_header {
  color: #01305F;
  font-size: 20pt;
  font-weight: bold;
  margin: 10px 0px;
}
.pr_subheader {
  color: #01305F;
  font-size: 14pt;
  font-style: italic;
  border-top: 3px #01305F solid;
  padding: 2px 0px;
  margin: 5px 0px;
}
.pr_info {
  font-size: 1.1em;
  border: 1px #C8DFFF solid;
  border-width: 2px 1px 1px 2px;
  width: 100%;
  margin-bottom: 15px;
}
.pr_infohead {
  font-weight: bold;
}
.pr_infohead, .pr_infocontents, .pr_infoupdate {
  padding: 5px;
  border: 1px #C8DFFF solid;
  border-width: 0px 1px 1px 0px;
}
.pr_textinput {
  width: 200px;
}
#pr_infoupdate_submit {
  text-align: center;
}
#pr_error_td {
  font-weight: bold;
  color: red;
}
.pr_saved_head {
  font-size: larger;
}
.pr_saved_cat {
  padding: 5px 0px;
  border-bottom: 1px #D7D7D7 solid;
}
div.contact_mail {
  margin: 20px 0px 5px 0px;
  font-weight: bold;
}
div.contact_text {
  margin: 5px 0px;
}
.catlist {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.catlist li {
  margin: 0px;
  padding: 3px 0px;
}
.catlist .active {
  font-weight: bold;
}
.catlist .favmanage, .catlist .nocats {
  font-style: italic;
}
.catlist a {
  color: blue;
}
.catlist a:hover {
  text-decoration: underline;
}

#search_results {
  font-size: 2em;
  margin-top: 15px;
}
#alert_prompt {
  font-size: 1.5em;
  margin-top: 10px;
}
#pr_favsearch {
  width: 100%;
  border: 1px #A3A3A3 solid;
  border-width: 0px 0px 1px 1px;
  margin-top: 10px;
}
#pr_favsearch td {
  padding: 2px 3px;
  border: 1px #A3A3A3 solid;
  border-width: 1px 1px 0px 0px;
}
#pr_favsearch .alertbox_td {
  width: 1px;
  border-right: none;
}
#pr_favsearch .alert_td {
  width: 100px;
}

#privacy {
  margin: 120px auto;
  max-width: 600px;
}

.ebay_notice img {
   height: 12px;
}
.ebay_notice {
  margin-left: 20px;
  font-weight: normal;
}
