/*
Whenever there's an update to this .css file, update the version number
Example: styleMakeLanding_1.0.css -> styleMakeLanding_1.1.css
Updating the file name forces the "internet" to get our new style changes
because CSS files can be cached.
*/

/*  books4cars.com  2015/2016 edition */
/* Daniel Sofer Hermosawave.Design */
/* Color Scheme:
Blue: #1c487e;
BabyBlue: #82a5ff (was #d0d9ed);
Gold:	#ffdb81;
Dark Gold: #ca9206;
Black: #000000;
Gray: #cccccc
*/
body {
	background-color: #a9a9a9;
	/*Todo: This change was changed to indicate the test site*/
	/*background-color: #ffc9c9; */
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding-top: 0;
	margin: 0;
	text-align: center;
}

.font-size-6 {
	font-size: 32px;
}

.font-size-5 {
	font-size: 24px;
}

/* font classes */
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
}

h1 {
	font-size: 24pt;
	font-weight: normal;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Added 2023 by P.L. to get h1 tags on pages while preserving previous (h2) style.*/
#generic_h1_style, #generic_h1_style_mobile {
	font-size: 18pt;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 3px solid #ffdb81;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
}

#generic_h1_style_mobile {
	display: none;
}

.checkoutFlow #usedText {
	margin-top: 24px;
}

h2 {
	font-size: 18pt;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 3px solid #ffdb81;
}
h3 {
	font-size: 14pt;
	margin-bottom: 0;
	padding-bottom: 5px;
	margin-top: 6px;
}
h4 {
	font-size: 12pt;
	margin-bottom: 0;
	padding-bottom: 5px;
	margin-top: 6px;
	font-weight: normal;
}
.paragraph {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-top: 8px;
}
p {
	font-size: 11px;
	margin-top: 2px;
}
.largertype{
	font-size: 12px;
}
.smalltype {
	font-size: 10px;
}
.tinytype {
	font-size:  8pt !important;
	line-height: 8.5pt !important;
	color: #666;
}

.norule {
	border-bottom: none;
}
.yellowbar {
	background-color: #ffdb81;
	padding:  6px 12px;
}
li {
	text-align: left;
}
.centernavi {
	font-size: 12px;
	text-align: center;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 6px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin: 0px;
	clear: both;
}

.top-bottom-navi-makelanding {
	margin-bottom: 2px;
}

.centernavi:after {
	content:  ".";
	display:  block;
	height: 0;
	clear: both;
	visibility:  hidden;
}
hr {
/*	border: 1px solid #1C487E; */
    width:  auto;
    margin-top: 10px;
    margin-bottom:  10px;
}
input[type="radio"], input[type="checkbox"] {
	size:  1em;
}
input[type="text"] {
	size:  1em;
	margin: 1px;
	font-size: 10px;
}
.inserter {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	display: none;
}
a {
	color: #1c487e;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
/* end JK */
/* Dan Cederholm */
.group:after {
	content:  ".";
	display:  block;
	height: 0;
	clear: both;
	visibility:  hidden;
}
/* end DC */
#container {
 width: 100%;
	text-align: center;
	/*border: 1px solid #1f1f1f;*/
	background-color: #fff;
	/*Todo: This change was changed to indicate the test site*/
	border: 0;
	/*background-color: #ffcea3;*/
}
#header {
	width: 100%;
	text-align: left;
	overflow: hidden;
}
#leftnavi {
	width: 168px;
	float: left;
	font-size: 12px;
	padding: 8px;
}
#searchbox {
	width: 154px;
	background-color: #1c487e;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	text-align: center;
	padding: 4px;
	margin-top: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
	height: 100px;
}
#floatingsearchbox {
	width: 154px;
	background-color: #1c487e;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	text-align: center;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
	height: 111px;
}
#scoreboard  {
 position: fixed;
 width:  100%;
 /* height + padding = 40px */
 height:  32px;
 padding:  10px 2% 0 250px;
 background: url('../images/b4c_scoreboardlogo.png') left bottom no-repeat rgba(255, 219, 129, 0.90);
        background-size: 240px;
        margin: -1px 0 0 0;
 z-index: 1000;
 border-bottom: 2px solid #666665;
 box-shadow: 0px 4px 4px rgba(0,0,0,.25);
 font-weight: 600;
}
.scoreboardimageoverlay {
	position: absolute;
	top: 0;
	left: 0;
	display: inline;
	background-size: 250px;
	height: 40px;
	width: 250px;
	z-index: 2;
	margin-top: 0;
}
.scoreboardtext {
	margin-top: 0;
	/*margin-left: 250px;

	 */
	display: inline;
}
.scoreboardmenus {
	display: inline;
	margin-left: 5px;
	margin-top: 0;
}

#resultsbox {
	width: 60%;
	min-height: 95px;
	/*  background-color: #EEEEEE; */
	/* background-color: #FFBA3B; */
	background-color: #ffdb81;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	text-align: center;
	margin-top: 10px;
	color: #000000;
	margin: -125px auto 10px 200px;
	background-position: center;
	border: 2px solid #666;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	float: none;
}
#chequebox {
	background-color: #EEDDDD;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	text-align: center;
	margin-top: 10px;
	color: #000000;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: center;
	border: 2px solid #CC0000;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	float: none;
	width: 550px;
}

#jumpbarmax {
	width: 95%;
	text-align: center;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
background-color: #FFFF00;
	margin-right: auto;
	margin-left: auto;
padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#jumpbar {
	width: 95%;
	text-align: center;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
margin-right: auto;
	margin-left: auto;
padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#fullpagebodytext {
	text-align: left;
	padding: 0 2%;
	margin:  2px 0;
		width: 96%;
	position: relative;
}
#landinghead {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#rightphotos {
	text-align: center;
	margin: 4px;
	float: right;
	width: 250px;
	border: 1px solid #CCCCCC;
}
#bodytext {
	border-left: 1px dotted #dbdbdb;
	text-align: left;
	margin: 2px 2px 2px 180px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	width: 100%;
	clear: both;
	font-size: 12px;
}
.footertext {
	padding-top: 4px;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;
	font: italic 50% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#prioritymail {
	padding: 12px 8px 8px 8px;
	width:  99%;
	max-width: 400px;
	border-radius: 5px;
	margin: 16px 0 8px 0;
	text-align: center;
	background-color: rgba(255, 219, 129, 0.31); 
}

/* needed for iphones */
#ShippingButtons {
	color: black;
}

#EconomyAir, #FastestAir {
	display: inline-block;
}
/* bootable as classes for secure checkout page */
.booktable {
	width: 100%;
	padding: 1px;
	border: 2px solid #DBDBDB;
	overflow: auto;
	}
.booktable th {
	color: #FFFFFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #1c487e;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 11px;
	}
.booktable th a {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C487E;
}
.booktable th a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.booktable th.quantitycolumn {
	width: 80px;
}
.quantitylabel {
	display:  inline;
}
.quanlabel {
	display: none;
}

.booktable tr {
	background-color: #EEEEEE;
	}
.booktable tr:hover  {
	background-color: #feda81;
}
.booktable td {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: auto;
	font-size: 10pt;
	line-height: 12pt;
}

.top-bottom-listing-table {
	font-size: 14px;
}
.top-bottom-listing-table-custom-bold{
	font-size: 20px;
}

.Shop {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #F3F3F3;
	}
.Part {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #F3F3F3;
	}
.Owner {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #F3F3F3;
	}
.Restoration {
	border-right: 1px solid #BBDDBB;
	border-bottom: 1px solid #BBDDBB;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #F3F3F3;
	}
.Brochure {
	border-right: 1px solid #DDBBBB;
	border-bottom: 1px solid #DDBBBB;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #F3F3F3;
	}
.History {
	border-right: 1px solid #BBBBDD;
	border-bottom: 1px solid #BBBBDD;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #F3F3F3;
	}

/* add to cart button */
td.add2cart {
	min-width: 150px;
	padding: 0;
}
button {
	border: none;
	background: none;
	cursor: pointer;
	}
	#prioritymail button {
		border: 1px solid #000;
		border-radius: 4px;
		background-color: white;
		margin: 8px;
	}
button.addtocart {
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12pt;
	line-height: 12pt;
	color: #024981;
	font-weight: 700;
	padding: 5px 4px;
	width:  100%;
	height:  100%;
}
button.addtocart:hover {
	background-color: #1c487e;
color: #f1cf7a;
	/* color:  white; */
}
.addtocart img {
	vertical-align: -6px;
	margin-right: 3px;
}

input:focus {
background: #ffdb81;
}
.wefound {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16pt;
	color: #000;
	line-height: 20pt;
	font-weight: 700;
	margin-bottom: 4px;
	display: block;
}
.weDidntFind {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	color: #CC0000;
}
form {
	margin: 0px;
	padding: 0px;
    position: relative;
}
.bigText {
	font-size: 16px;
}
#topBanner {
    background: #ffffff;
    height: auto; /* Let the content determine the height */
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0px;
}

#topBanner a {
    color: black; /* Set the color of the link text to black */
}

.content-wrapper {
    display: flex;
    align-items: center;
	padding: 0px;
}

#topBanner img {
	height: auto;
	width: 100%;
}

#topBanner .contact_info {
    width: 150px;
    height: 75px;
	color: black;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-right: 10px;
}

#topBanner.scoreboard_offset {
		margin-top: 50px;
}
.pageRow {
	color: #000000;
	letter-spacing: 2px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #ddd;
	padding: 4px 4px !important;
	}
.smallred {
	color: #FF0000;
}
.hiddenform {
	display: none;
}
.whitetype, .white {
	color: #fff;
}
.gray {
    color: #888888;
}
.make {
	font-weight: bold;
	text-decoration: underline;
}
.alert {
	text-align: center;
	height: 40px;
	width: 200px;
background-color: #FFE064;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.adminHead {
	background-color: #FFE064;
	padding: 8px;
	margin-bottom: 8px;
}
.delete {
	text-align: center;
	width: 300px;
    border: 2px solid #ff0000;
	font-size: 24px;
	font-weight: bold;
	margin-top:  50px;
	padding: 10px;
}
.popupcontent {
	display: none;
}
#popupbox {
	padding: 10px;
	float: right;
	width: 300px;
	border: 1px solid #1C487E;
	margin: 5px;
}
#popupbox img {
	margin: 10px;
	border: 1px solid #000;
	clear: both;
}
.thumbnail {
	border: 1px solid #25487E;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
}
#subnavi {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#subnavi li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-weight: bold;
}
.genericbox {
	background-color: #f6f6f6;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	text-align: center;
	color: #000000;
		background-position: center;
	border: 2px solid #DBDBDB;
	float: left;
	padding: 0 10px 10px;
	margin: 10px 20px 10px 0;
	min-width:  200px;
}
    /* used on links.php */
.linklist {
 /* original idea //
            -moz-column-count: 2;
           -moz-column-gap: 20px;
           -webkit-column-count: 2;
           -webkit-column-gap: 20px;
  */
  margin: 20px 0;
}
.linkitem {
    width:  42%;
    float:  left;
    padding:  0 20px;
}
.linkitem3 {
    width:  27%;
    float:  left;
    padding:  0 20px;
}
label {
    display: block;
    width:  150px;
    margin: 10px 0 0 0;
}
input.labeltext {
    display: inline;
    width:  200px;
    margin: 4px 0 10px 20px;
}
.webring {
    clear: both;
    display: block;
    margin: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    text-align: center;
}

/* smart search classes */
.smart {
	background-color: #fffdbd !important;
}
#floatingsearchbox.smart {
	background-color: #dfd000 !important;
	border: 1px solid #336699;
}
.debug {
	color: rgba(128, 128, 128, .5);
}
@-webkit-@keyframes checkoutanum {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.checkoutbuttons {
    display: block;
    position: relative;
   text-align: center;
    margin: 10px;
 }
.checkoutbutton, .gobackbutton,  .submit.button {
    display: inline-block;
    margin: 4px 4%;
    padding: 5px 10px;
    border: 2px solid #1b477c;
	background-color: #ffdb81;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 12pt;
	line-height: 12pt;
	color: #024981;
	font-weight: 700;
	}
.checkoutbutton:hover, .gobackbutton:hover,  .submit.button:hover {
	color: #ffdb81;
	background-color: #024981;
}
	.submit.button {
		margin: 10px 10px 10px 0;
	}
	.gobackbutton {
		font-weight: 500;
	}
a.checkoutbutton:hover, .gobackbutton:hover, .gobackbutton>a:hover {
	text-decoration: none;
	background-color:  #1b477c;
	color: #ffdb81;
}
/* front page formerly table */
.bookscolumn {
	display:  inline-block;
	max-width: 190px;
	min-width:  100px;
	width:  14%;
	padding: 0px;
	margin: 1px;
	border: 6px double #fff;
	background-color: #f0f0f0;
	vertical-align: top;
}
.bookscolumn h2 {
	margin: 0;
	padding: 5px;
	color: white;
	text-transform: uppercase;
	font-size:  8pt;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: #0B5388;
	border-radius: 0;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
.bookscolumn li {
	list-style: none;
	margin: 5px 0;
	padding: 0 4px 4px 4px;
	border-bottom: 1px solid #fff;
	font-size: 12px;
}
.showonmobile {
	display: none;
}
.hideonmobile {
	display: inline;
}
/* checkout pages, formerly tables */
#order .input {
	position: relative;
	margin:  5px 0;
	text-align: left;
}
#order .input label {
 	position: absolute;
  	text-align: right;
  	left: 0;
  	top:  -7px;
  	width: 120px;
}
.max-char-limit {
	font-size: 10px;
}
#order .input .checkout-secondary-label {
    position: relative;
	left: 128px;
	text-align: left;
}
label[for="BookDescription"] {
	margin: 0;
	position: relative;
	top: -7px;
}
#order .input select, #order .input input, #order .input textarea {
	position: relative;
	left:  128px;
	width:  calc(100% - 138px) !important;
}
#order .input select, #order .input input {
	max-width: 180px;
}
#order .input textarea {
	max-width: 183px;
}
#order .input select {
	width:  calc(100% - 128px) !important;
	max-width: 188px;
}
#order .input select {
	margin: 1px 0;
}
#order .input .required.error, #order .input select.error, #shippingAddressArea input.error {
	border: 2px solid #ff0000;
}
#order .input label.error {
 	position: absolute;
  	text-align: left;
  	left: 330px;
  	top:  -7px;
}
#cardtypeSecondaryLabel {
	display: none;
}
label.error {
	color: red;
}
label.error, select.error {
	width:  132px !important;	
	background-color:  rgba(255, 255, 255, .85);
	z-index: 100;
}
fieldset.moreinfolabel {
	margin: 10px 0 ;
	padding: 0;
	border:  none;
	display: block !important;
}
fieldset .input label {
	position: relative !important;
}
fieldset .input input[type="radio"], fieldset .input input[type="checkbox"] {
	position: relative !important;
	width:  48px !important;
}
.radiolabel {
	display: inline;
	position: relative;
	left:  110px;
}
textarea#comments {
	margin-top: -15px;
}

/* INDIVIDUAL LISTING PAGE */
#indiv_listing {
	position: relative;
}
#indiv_listing p {
font-size: 12pt;
line-height: 16pt;
	
}
.indiv_image {
	float: left;	
	max-width: 300px;
	margin-right: 30px;
}
.indiv_desc {
}
.indiv_price {
	margin: 10px 0;
	font-size: 12pt;
	line-height: 16pt;
}
.indiv_add2cart {
	float:  left;	
}
.indiv_addtocart {
	font-size: 16pt !important;
	margin: 10px 0;
	padding: 10px !important;
	border: 1px solid #336699;
	border-radius: 6px;
	background-color: #e4edf6;
}
/* ********   Media Queries    ******** */
/* Desktop > Mobile */
/* horizontal tablet is okay as is */
/* vertical tablet needs banner and "we offer box fix */
/* This view shows address next to top banner */
@media only screen and (max-width: 880px) {

	#topBanner {
		text-align: center;
		width: 100%;
		background: #ffffff;
		height:  auto;
	}
	
	#topBanner .contact_info {
        display: none; /* Hide the info box */
    }

	#scoreboard {
		height:  40px;
		padding-top:  5px;
		background: url('../images/b4c_scoreboardlogo.png') left bottom no-repeat rgba(255, 219, 129, 0.90);
		background-size: 240px;
	}
	.scoreboardtext {
		display: block;
	}
	.scoreboardmenus {
		display: block;
		margin: 0;
	}

	#resultsbox {
		width: 65%;
		margin: -125px auto 10px 180px;
		padding-bottom: 10px;
		}
	.wefound {	
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 4px;
	}
	.weDidntFind {
		font-size: 16px;
	}
	.pageRow {
		letter-spacing: 1px;
		}
		td.add2cart {
			min-width: 110px;
			padding: 0;
		}
		button.addtocart {
				font-size: 10pt;
			line-height: 10pt;
		}

}

/* This view does not show address next to top header */
@media only screen and (max-width: 845px) {
	.font-size-6 {
		font-size: 16px;
	}
	
	.font-size-5 {
		font-size: 14px;
	}

	#topBanner .contact_info {
		display: none; /* Hide the info box */
	}

	#topBanner.scoreboard_offset {
		margin-top: 45px;
		opacity: 0;
	}
	#scoreboard {
		padding: 40px 15px 5px 15px;
		width:  94%;
		background: url('../images/b4c_scoreboardlogo.png') center top no-repeat rgba(255, 219, 129, 0.90);
		background-size: 220px;
		height: 55px;
	}
	.scoreboardtext {
		display: block;
		text-align: center;
		padding-bottom: 10px;
		font-size: 11pt;
		line-height:  14pt;
		font-weight: 700;
	}

	.scoreboardmenus {
		display: block;
		text-align: center;
	}

	.scoreboardimageoverlay {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0%);
		z-index: 2;
		margin-top: 0;
		width: 300px;
	}

	#resultsbox { /* hide duplicate filter menu */
		display: none !important;
	}

	#leftnavi {
		display:  block;
		width:  100%;
		margin: 10px 0;
		padding: 0;
		margin-bottom: 4px;
	}

	#leftnavib4cinfo > p {
		margin: 12px;
	}

	#container:not(.includeUsedText) #leftnavib4cinfo > p {
		display: none;
	}

	#generic_h1_style {
		display: none;
	}

	#generic_h1_style_mobile {
		display: block;
	}

	#floatingsearchbox, #searchbox {
		display:  block;
		height: 40px;
		width: auto;
		margin: 0 11px;
		padding: 0;
		position: relative;
	}

	#floatingsearchbox > div, #searchbox > div {
		text-align: center;
		width: 100%;
		display: inline-flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	#search {
		position: static;
		z-index: 9999;
	}

	#floatingsearchbox {
		margin: 12px 0;
	}

	.norule {
		margin-top: 0;
	}

	.makelist {
		display: inline-block;
		top:  -2px;
	}
	h2 {
		font-size: 14pt;
		margin-top: 8px;
		margin-bottom: 0px;
	}
	#floatingsearchbox h2, #searchbox h2 {
		display:  inline-block;
	}
	#floatingsearchbox form, #searchbox form {
		margin:  0 0 0 10px;
	}
	#resultsbox {
		width: 98%;
		margin: 10px auto;
		padding: 10px 0 0 0;
		border: 2px solid #DBDBDB;

	}
	.wefound {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 4px;

	}
	.weDidntFind {
		font-size: 16px;
	}

	.leftaddress, .smalltype {
		display: none;
	}
	#bodytext {
		margin: 0;
	}

	#homepagetable {
		display: none;
	}
	.pageRow {
		letter-spacing: 0px;
		font-size: 11pt;
		line-height: 18pt;
	}
	.showonmobile {
		display: inline;
	}
	.hideonmobile {
		display: none !important;
	}
	.checkoutbutton, .gobackbutton {
		margin: 0px 2%;
	}

	.booktable td {
		padding:  4px 6px;
		font-size: 9pt;
		line-height: 11pt;
	}

	td.add2cart {
		min-width: 60px;
		padding: 0;
	}
	button.addtocart {
		font-size: 10pt;
		line-height: 12pt;
	}
	#prioritymail {
		padding: 12px 8px 8px 8px;
		width:  95%;
		max-width: 100%;
		border-radius: 5px;
		margin: 16px 0 8px 0;
		text-align: center;
		background-color: rgba(255, 219, 129, 0.31);
	}
}

/* horizontal phone same as vertical tablet */
/* Removes sidebar */
@media only screen and (max-width: 667px) {

	#topBanner .contact_info {
        display: none; /* Hide the info box */
    }

	#topBanner.scoreboard_offset {
			margin-top: 45px;
			opacity: 0;
	}
	#scoreboard {
		padding: 40px 15px 5px 15px;
		width:  94%;
		background: url('../images/b4c_scoreboardlogo.png') center top no-repeat rgba(255, 219, 129, 0.90);
		background-size: 220px;
		height: 55px;
	}
	.scoreboardtext {
		display: block;
		text-align: center;
		padding-bottom: 10px;
		font-size: 11pt;
		line-height:  14pt;
		font-weight: 700;
	}

	.scoreboardmenus {
		display: block;
		text-align: center;
	}
	
	#resultsbox { /* hide duplicate filter menu */
		display: none !important;
	}
	
	.makelist {
		display: inline-block;
		top:  -2px;
	}
	h2 {
		font-size: 14pt;
		margin-top: 8px;
		margin-bottom: 0px;
	}
	#floatingsearchbox h2, #searchbox h2 {
		display:  inline-block;	
		}
	#resultsbox {
		width: 98%;
		margin: 10px auto;
			padding: 10px 0 0 0;
		border: 2px solid #DBDBDB;
		
		}
	.wefound {	
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 4px;
		
	}
	.weDidntFind {
		font-size: 16px;
	}
	
	.leftaddress, .smalltype {
		display: none;
	}

	#bodytext {
		margin: 0;
	}

	#generic_h1_style_mobile {
		font-size: 12pt;
	}
	
	#homepagetable {
		display: none;
	}

	.pageRow {
		letter-spacing: 0px;
		font-size: 11pt;
		line-height: 18pt;
	}

	.showonmobile {
		display: inline;
	}
	.hideonmobile {
		display: none !important;
	}
	.checkoutbutton, .gobackbutton {
	    margin: 0px 2%;
	}
	
	.booktable td {
		padding:  4px 6px;
		font-size: 9pt;
		line-height: 11pt;
	}
	
	td.add2cart {
		min-width: 60px;
		padding: 0;
	}
	button.addtocart {
			font-size: 10pt;
		line-height: 12pt;
	}
	#prioritymail {
		padding: 12px 8px 8px 8px;
		width:  95%;
		max-width: 100%;
		border-radius: 5px;
		margin: 16px 0 8px 0;
		text-align: center;
		background-color: rgba(255, 219, 129, 0.31);
	}

	#chequebox {
		width: auto;
	}
}

/* vertical phones (a little smaller) */
/* Puts picture in same column as rest of text */
@media only screen and (max-width: 470px) {

	body, p {
		font-size: 12px;
	}

	#topBanner .contact_info {
        display: none; /* Hide the info box */
    }

	#topBanner.scoreboard_offset {
		margin-top: 70px;
		opacity: 0;
	}
	#topBanner img {
		width:  100%;
		height:  auto;
		max-width: 470px ;
			/* height: 75px;*/ 
	}
	#scoreboard {
		padding: 40px 15px 5px 15px;
		width:  94%;
		background: url('../images/b4c_scoreboardlogo.png') center top no-repeat rgba(255, 219, 129, 0.90);
		background-size: 220px;
		height: 80px;
	}
	.scoreboardtext {
		display: block;
		text-align: center;
		padding-bottom: 5px;
		}
		
	.scoreboardmenus {
		display: block;
		text-align: center;
	}
	.booktable th.quantitycolumn {
		width: 50px;
	}
	.quantitylabel {
		display:  none;
	}
	.quanlabel {
		display: block;
	}
	.checkoutbutton, .gobackbutton {
	    display: inline-block;
	    margin: 5px 1%;
	}
	#order .input label.error {
		position: relative;
	  	left: 129px;
	}

	#MakeModelYearMain {
		display: block;
	}

}

#fullpagebodytext2 {
	text-align: left;
	padding: 0 2%;
	margin:  2px 0;
		width: 96%;
	position: relative;

}

.number_highlight {
	display: inline-block; 
	background-color:#f1cf7a; 
	padding: 5px; 
	vertical-align: baseline !important;
}

.clear-button {
	width: 90px;
	height: 16px;
	color: #3b5998;
	background-color: #ffdb81;
	/*color: white;*/
	border-radius: 8px; /* half of height to make semi-circles */
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	/*font-weight: bold;*/
	display:inline-block;
}

.clear-button:hover {
	/*color: #3b5998; /* dark blue on hover */
	color: #1c487e;
	/*color: black;*/
	background-color: #e3c66e;
	/*background-color: #ffdb81;*/
	text-decoration: none; /* remove underline on hover */
}

#fullpagebodytextlayout {
	display: flex;
	flex-direction: row;
}

#makeLanding_h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	display: flex;
	flex-direction: column;
	align-content: center;
	text-align: center;
	font-size: large;
	font-weight: bold;
	padding: 5px;
	display: table;
}

/* The below vertically centers the larger font span in the make landing header */
#makeLanding_h1 span {
	font-size: 24px;
    line-height: 20px;
    display: inline-flex;
    vertical-align: text-top;
}

#MakeModelYearMain{
	/*display:flex;
	flex-direction:row;*/
	font-size: 14px;
	width: 100%;
}

#floatingsearchbox2 {
	width: 154px;
	text-align: center;
	display: row;
}

#startHereMakeLanding{
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	padding: 4px;

	color: #FFFFFF;
	height: 111px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #1c487e;
	flex-direction: column;
}

#infoForMakeLanding{
	flex-direction: column;
}

#makeModelYear{
	/*Doug Todo*/
	display:flex;
	flex-direction:column;
	padding: 10px 0 10px 10px;
	width: 100%;
}

.makeSelect em {
	color: red;
}

#hrStyle{
	width: auto;
	height:2px;
	border-width:0;
	color:gray;
	background-color:gray;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:5px;
	margin-right:5px;
}

#makeModelYearTitle{
	display:flex;
	flex-direction:column;
	align-content: center;
	text-align: center;
	font-size:large;
	font-weight: bold;
	padding:5px;
}

#makeModelYearIntro{
	display:flex;
	flex-direction:column;
	padding:5px;
}

#makeModelYearModels{
	display:inline;
	padding:5px;
}

#makeModelYearYears, #makeModelYearModels {
	display:inline;
	flex-direction:column;
	padding:5px;
	word-wrap: break-word;
}

#makeModelYearYears a, #makeModelYearModels a {
	display: inline-block;
	margin-right: 8px;
}

#makeModelYearTypes{
	display:inline;
	flex-direction:column;
	padding:5px;
}

#rightphotos2 {
	text-align: center;
	margin: 4px;
	float: right;
	width: 250px;
	border: 1px solid #CCCCCC;
	padding:10px;
}


.noBookResults {
	color: black;
	font-size: 16px;
	padding: 5px;
	background-color: #feda81;
	/*border-color: #1C487E;*/
	border-color: RED;
	border-radius: 10px;
	border-width: 2px;
	border-style: solid;
	margin: 10px;
}

.hide-section {
	display: none;
  } 

@media only screen and (max-width: 800px){
	#fullpagebodytextlayout {
		display: flex;
		flex-direction: column;
	}
}

@media only screen and (max-width: 470px) {

	#floatingsearchbox2 {
		width: auto;
	}
}

.noMakesSelected{
	flex-direction:column;
	padding: 10px;
	width: 95%;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right:20px;
  }

.noMakesSelected .noMakesSelectedHeader{
    font-size: 30px;
    margin-top: 20px
}