/* begin: semblance of sane css */
body {margin: 0px 0px 0px 0px}

h1 {margin-top: 15px; margin-bottom: 15px;}

table.display tbody tr:hover td {
   background-color: #e6e6e6 !important;
}

/* creates a blue header bar rather than using tables */
div.blueheadbar {
  background-color: #202086;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding: 5px;
}

/* makes links in the blue header bars white */
div.blueheadbar a {
	color: #ffffff;
}

/* creates a blue header bar on product pages rather than using tables */
.listingBlueHeader {
  background-color: #202086;
  color: #ffffff;
  text-align: center;
  padding: 3px 0 3px 0;
}

/* creates a blue header bar on parts pages rather than using tables */
.partsBlueHeader {
  background-color: #202086;
  color: #ffffff;
  text-align: center;
}

/* Creates a box for the listings pages rather than using a table */
.listingBox {
  background: #ffffff;
  border-top: 21px solid #202086;
  border-left: 6px double #202086;
  border-bottom: 6px double #202086;
  border-right: 6px double #202086;
  padding: 5px;
  margin-right: 36px;
}

/* Allows header text to be placed inside of the top border */
.listingBox header {
  margin-top: -26px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: large;
}

#comingsoon {
   width: 190px;
   margin-right: 0px;
}

#newarrival {
   width: 190px;
   margin-right: 0px;
}

#infoRow {
   width: 98%;
   display: inline-block;
}

/* Creates a box for the listings pages rather than using a table */
#contactInfoBox {
   background: #ffffff;
   border-top: 21px solid #202086;
   border-left: 6px double #202086;
   border-bottom: 6px double #202086;
   border-right: 6px double #202086;
   padding: 5px;
   max-width: 675px;
   width: 60%;
   float: right;
}
 
 /* Allows header text to be placed inside of the top border */
#contactInfoBox header {
   margin-top: -26px;
   margin-bottom: 0;
   color: #fff;
   text-align: center;
   font-size: large;
}

#leftInfoBox {
   padding: 10px 20px 10px 10px;
   float: left;
   text-align: left;
 }

#rightInfoBox {
   padding: 10px 10px 10px 20px;
   float: right;
}

#inventorySpotlightBox {
   background: #ffffff;
   border-top: 21px solid #202086;
   border-left: 6px double #202086;
   border-bottom: 6px double #202086;
   border-right: 6px double #202086;
   padding: 5px;
   min-height: 150px;
   max-width: 550px;
   width: 32%;
   float: left;
}

 /* Allows header text to be placed inside of the top border */
#inventorySpotlightBox header {
   margin-top: -26px;
   margin-bottom: 0;
   color: #fff;
   text-align: center;
   font-size: large;
}

/* Same as the listing tables but the picture area is 4 wide rather than 1 */
table.hoodPhotos {width: 100%;} 
.hoodPhotos tr {background: #FFFFFF;}
.hoodPhotos tr:hover {background: #F6F5F5;}
.hoodPhotos tr td:first-child {height: 72px; width: 400px;}
.hoodPhotos tr td:nth-child(2) {vertical-align: text-top;}

/* Same as the listing tables but the picture area is 6 wide rather than 1 */
table.treasure {width: 100%;} 
.treasure tr {background: #FFFFFF;}
.treasure tr:hover {background: #F6F5F5;}
.treasure tr td:nth-child(2) {vertical-align: text-top;}
.treasure tr td:first-child {height: 72px;}

/* auto hiddentreasure rows */
  .treasure-row {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2px 0;
  }
  .treasure-row:hover {
    background-color: #F6F5F5;
  }
  .treasure-row > *:not(:last-child) {
    margin-right: 5px;
  }
  .treasure-row > .description {
    display: inline-block;
  }
  .treasure-row > .description p {
    margin: 0 0 1px 0;
  }
  
/* for new arrival pagination */
div.pager {
   text-align: center;
   padding-top: 8px;
}

div.pager span {
   display: inline-block;
   width: 1.6em;
   height: 1.6em;
   line-height: 1.6;
   text-align: center;
   cursor: pointer;
   background: #191919;
   color: #ccc;
   margin-right: 4px;
}

div.pager span.active {
   background: #fb7676;
   color: #525252;
   font-weight: bold;
   text-align: center;
}

span.hilite {color: red; font-weight: bold;}
span.greenhilite {color: green; font-weight: bold;}

td.salepending {background-repeat: no-repeat; background-position: center center}

table.layoutcontainer {margin-left:auto; margin-right:auto; width: 100%; height: 100%; border-spacing: 0px; border-collapse: collapse; background-color: #FFFFFF;}
table.layoutcontainer td {padding: 0px;}
table.subheader {border-spacing: 0px; border-collapse: collapse; width: 100%;}
table.subheader td {padding: 0px;}
table.subheader td:first-child {vertical-align: top;}

span.mackattack {font-size: 32px; font-weight: bold; color:#ff0000;} 
span.scrap {text-decoration: underline; font-weight: bold; color: #cc0000;}
span.holder {font-size: 16px;}
span.updated{color: #ffff00;}

#spotlight img {padding: 5px 5px 0 0;}

table#comingsoon a {font-size: 10pt;}

table#newarrivals a {font-size: 10pt;}
/* td.wtb {background: yellow; background-image: url(wtb.jpg); background-repeat: no-repeat; background-position: center center;} */
td.wtb a {color: #008000; font-size: 12px; font-weight: bold;}
td.wtb p {margin-top: 2px;}
td.wtb p {
   margin-top: 2px; 
   background-color: yellow;
}

#comingsoon tr:nth-of-type(even) td img {float: left; padding-right: 2px;}
#comingsoon tr:nth-of-type(odd) td img {float: right; padding-left: 2px;}

#newarrivals tr:nth-of-type(even) td img {float: left; padding-right: 2px;}
#newarrivals tr:nth-of-type(odd) td img {float: right; padding-left: 2px;}

table#listing {width: 100%;} 
#listing tr {background: #FFFFFF;}
#listing tr:hover {background: #F6F5F5;}
#listing tr td:first-child {height: 72px; width: 96px;}
#listing tr td:nth-child(2) {vertical-align: text-top;}

div#locations {width: 100%;}
#locations span {font-weight: bold; font-size: 1.5em;}
#locations p {padding-bottom: 5px;}
#locations p:hover {background: #F8F8F8;}
#locations img {padding: 2px;}

#google_translate_element {float: left; padding-right: 10px;}

tr.listing {background: #FFFFFF;}
tr.listing:hover {background: #F6F5F5;}
tr.listing td:first-child {width: 96px;}

div.calculator{
margin: auto;
position: relative;
float: left;
width: 375px; 
height: 350px; 
font-family: Tahoma, Geneva, sans-serif;
font-size: 18px;
line-height: 24px;
font-weight: bold;
color: #000;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 10px;
border: 1px solid #999;
border: inset 1px solid #333;
display: block;
}

div.calculator input {
width: 175px;
border: 1px solid #999;
height: 25px;
}

.sanSerif {
 text-align: center;
 color: #221F88;
 font-family: Arial, Helvetica, sans-serif;
 font-variant: small-caps; 
}

/* end: semblance of sane css, begin: trovei css */

TR.top {background-image: url(top.jpg)}
TD.main {background-image: url(main.jpg)}
TR.bar-top {background-image: url(bar-top.jpg)}
TR.bar-bottom {background-image: url(bar-bottom.jpg)}

TD.box-top-left {background-image: url(box-top-left.jpg)}
TD.box-top-mid {background-image: url(box-top-mid.jpg)}
TD.box-top-right {background-image: url(box-top-right.jpg)}

TD.box-mid-left {background-image: url(box-mid-left.jpg)}
TD.box-mid-mid {background-color: #FFFFFF}
TD.box-mid-right {background-image: url(box-mid-right.jpg)}

TD.box-bottom-left {background-image: url(box-bottom-left.jpg)}
TD.box-bottom-mid {background-image: url(box-bottom-mid.jpg)}
TD.box-bottom-right {background-image: url(box-bottom-right.jpg)}

TR.bottom {background-image: url(bottom.jpg)}
TD.truck {background-image: url(truck.gif); background-repeat: no-repeat; width: 110px;}
TD.logo {background-image: url(logo.gif); background-repeat: no-repeat; width: 170px;}
FONT.holder {font-size: 16px}
FONT.bottom {font-size: 8px}

H2.spotlight {color: #FE0405; margin-bottom: 0px; text-align: center}
FONT.desc {color: #FE0404; text-decoration: underline; font-weight: bold}
H1.file {color: #FFFFFF; margin-bottom: 0px; text-align: center}
H1.file-yellow {color: #F7F41E; margin-bottom: 0px; text-align: center}
H1.file-red {color: #FE0814; margin-bottom: 0px; text-align: center}
H1.file-green {color: #008000; margin-bottom: 0px; text-align: center}

A {color: #6B68CF; text-decoration: none}
A:hover   {color: #202086; text-decoration: none;}

A.menu {color: #FFFFFF; text-decoration: none;}
A.menu:hover {color: #C4BFBF; text-decoration: none;}

A.card {color: #000000; text-decoration: none; cursor:text;}
A.card:hover {color: #000000; text-decoration: none; cursor:text;}

#chromemenu{
width: 100%;
margin-left: auto;
margin-right: auto;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 11px arial;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #000000;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}

/* NEW MENU LOL NO JS */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   /* border-bottom:1px solid #000;  */
   width:100%;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:90%; /* Menu text size */
   z-index:900; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:left;
   position:relative;
   /* right:50%; - remove centering */
}
#centeredmenu ul li {
   margin:0 0 0 0px;
   padding:0;
   float:left;
   position:relative;
   /* left:50%; - remove centering */
   top:1px;
   background: #ddd;
   background: -webkit-linear-gradient(#fff, #ccc);
   background: -o-linear-gradient(#fff, #ccc);
   background: -moz-linear-gradient(#fff, #ccc);
   background: linear-gradient(#fff, #ccc);
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .25em;
   font-size:1em;
   line-height:1em;
   text-decoration:none;
   color:#444;
   font-weight:bold;
}
#centeredmenu ul li.active a {
   color:#fff;
   background:#000;
}
#centeredmenu ul li a:hover {
   background:#36f; /* Top menu items background colour */
   color:#fff;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#36f; /* Top menu items background colour */
   color:#fff;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hidden by default */
   position:absolute;
   top:1.85em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
   z-index: 901 !important;
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   color:#444;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#36f; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

#centeredmenu ul li a.wanttobuy {color: green;}
#centeredmenu ul li a.wanttobuy:hover {color: yellow;}
/* END ZERO JS MENU */

table.inventory {border-style: double; border-color: #0000ff; border-width: 8px; border-collapse: collapse; font-family: arial;}
table.inventory td, th{border: 1px solid #999; padding: 0.5em; text-align: center; word-wrap: normal;}
