select {
   font-family: Verdana, sans-serif;
   font-size: 0.80em;
}

div#bar {
   margin: 5px 0 0 -10px; padding: 0 0 0 10px; height: 50px; line-height: 50px;
   background-color: #011119; color:white; font-weight:bold;
}
div#bar img { vertical-align: middle; margin: 0 0 0 10px; }
#splash {
   float:left;
   width:463px;
}

#splash ul.column {
   width:224px;
   float:left;
   margin: 0 7px 0 0; padding: 0;
   list-style: none;
}
#splash ul.column li {
   margin: 0 auto 20px auto; padding: 0;
   text-align: center;

}
#splash ul.column li h3 {
   margin: 0; padding: 0;
   font-weight: bold; font-size: 1.05em;
}

ol#makes {
   float:right; list-style: none;
   width: 129px; margin: 0; padding: 3px 3px 3px 10px;
   font-family: Verdana, sans-serif; font-size: 0.95em; line-height: 1.45em;
   background-color: #d7dee8; border: 2px solid #011119; border-top: none;
}
ol#makes a {
   text-decoration: none; color: black; display: block; height: 100%;
}
ol#makes a:hover {
   background: lightgrey; font-weight: bold;
}
ol#makes a:visited {
   color: black;
}
div#bottomarrow {
   float:left; width: 315px; height: 45px; line-height: 45px; text-align: center;
   background: url(img/bottom-arrow.png) no-repeat;
}

div#content {
   clear:both; padding: 5px;
   font-family: Verdana, sans-serif; font-size: 0.80em;
}

div#content table {
   width: 400px;
   border-collapse: collapse;
   border: 2px solid black;
   margin: auto; margin-top: 10px;
}
div#content table th {
   background-color: #064c6f; color: white; font-family: Verdana, sans-serif; font-size: 0.9em;
   text-align: center; padding: 2px 0 4px 0;
}
div#content table td {
   padding: 1px 5px 2px 5px; border-bottom: 1px solid lightgrey;
}
div#content table td a {
   color: black; text-decoration: none;
}
div#content table td a:hover {
   text-decoration: underline;
}

.keywords {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   text-align: center;
   padding-bottom: 10px;
}

.keywords a {
   text-decoration: none;
   color: black;
}

.keywords a:hover {
   color: black;
}

/* product page */
.tab { border-bottom: 3px solid #011119; }

ol#cattabs { overflow: hidden; clear:both;
   margin: 0 0 0 0; padding: 0;
   list-style: none; font-family: Verdana, sans-serif; font-size: 0.75em;
}
ol#cattabs li {
   float:left; position: relative;
   margin: 0 0 0 10px; padding: 5px 10px 7px 10px;
   background: url(img/tab-bg.png) top left repeat-x;
   border: 1px solid lightgrey;
   border-bottom: 1px solid #011119;
   border-top: 1px dotted #e3e5e8;
}
ol#cattabs li:hover {
   background: url(img/tab-bg.gif);
}
ol#cattabs li a {
   display: block;
   text-decoration: none;
   color: black;
}
ol#cattabs li a:hover {
   text-decoration: underline;
}

.sale_banner {  float: right; position: relative; top:4px; width: 105px; height: 50px; vertical-align: top;
    background-image: url(img/sale_banner.gif);
}
.sale_banner_text { position: relative; top: 30px; left: 5px; font-size: 13px; font-weight: bold; color: #ED1C24; font-family: Verdana, sans-serif; font-style: italic; }

#productHeading {
   width: 480px;float: left; margin: 10px 0 15px 0;
   font-family: Arial, sans-serif; font-size: 1.5em; font-weight: bold; text-align: center;
}
.category { overflow: hidden;
   border: 2px solid #011119;
   margin: 0px 0 20px 0;
}
.category h2 {
   margin: 0 0 00; background-color: #064c6f; color: white;
   padding: 1px 0 2px 10px;
   font-size: 1.1em; font-family: Verdana, sans-serif;
   border-bottom: 1px solid grey;
}

.item { clear:both; overflow: auto; width: 100%;
   font-size: 0.75em; font-family: Verdana, sans-serif;
   border-bottom: 1px solid lightgrey;
}
.imgItem{
   float:left; width: 158px; text-align: center; padding: 1px;
}
.imgItem img { margin: 0 0 3px 0; }
.descItem{
   float:left; width: 440px;
   padding: 2px 5px 2px 5px;
}
.descItem .year {
   font-size: 1.5em; background-color: #97b7e8; width: 120px; text-align: center; float: left;
   margin: 0 10px 0 0;
}
.descItem .addtoCart { float: right; padding: 1px 0 0 0; }
.descItem .partnumber { font-weight: bold; }
.descItem .price, .descItem .sale, .descItem .shipping { display: block; float:left; padding: 3px 3px 0 3px; }
.descItem .sale {
   color: darkred; font-weight: bold;
}
.descItem .shipping { font-size: 0.8em; }
.descItem ul {
   clear: both;
   margin: 0 0 0 0; padding: 5px 0 0 10px;
   list-style: none;
}

