﻿body {
    font-family: Verdana, Arial;
    font-size: 10pt;
    BACKGROUND-COLOR: #6E7C89;
    margin: 0px;
}

a {
    color: #474D66;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:link {
    text-decoration: none;
}

/* ======= Print Stuff =========*/
.CompanyInfo {
    border: 1px solid #AAAAAA;
    background-color: #EEEEEE;
    padding: 2px;
}

.HideNormal {
    display: none;
}

/* ========= SLOGAN =========== */
.Slogan {
    width: 500px; 
    margin: 0px auto; 
    font-weight: bold; 
    color: #3C5C75; 
    height: 100px;
}
/* ======= Warehouse Statistics ====== */
.StatisticsHeader {
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}
/* ======= Search =========*/
.SearchBar {
    width: 450px; 
    padding: 2px; 
    border: 1px solid #AAAAAA; 
    background-color: #EEEEEE;
    margin: 0px auto;
    text-align: center;
}

.Search {
    border-top: 2px solid #E8E8E8;
    border-right: 2px solid #E8E8E8;
    border-bottom: 2px solid #94BCE8;
    border-left: 2px solid #94BCE8;
    padding: 10px;
}

/* ======= Part Details =========*/
.DetailsActionBar {
    padding: 2px; 
    border-top: 1px solid #AAAAAA; 
    border-bottom: 1px solid #AAAAAA; 
    background-color: #EEEEEE;
}

/* ======= Sponsored Links =========*/
.SponsoredHeader {
    font-size: 8pt;
    color: Gray;
}

.SponsoredLink {
    padding: 2px; 
    border-bottom: 1px solid #6985AF; 
    border-top: 1px solid #6985AF; 
    background-color: #EAEBED;
    width: 99%;
    margin: 0px auto;
}

.SponsoredLink a, a:active, a:link {
    color: #445DFF;
    text-decoration: none;
}

.SponsoredLink a:hover {
    text-decoration: underline;
}

/* ======= Data Views ========= */
.DataView a, a:active, a:link {
    color: blue;
    text-decoration: none;
}

.DataView a:hover {
    text-decoration: underline;
}

/* ======= Site Map ====== */
.SiteMap {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #FFFFFF;
    height: 20px;
}

/* ===== Featured ====== */
.Featured {
    background-color: #FFD500;
    color: #990000;
    padding: 5px;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    border: 1px solid #888888;
}

.FeaturedDealer {
    border-left: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-right: 1px solid #888888;
}

/* ======= Content ======= */
.Content {
    text-align: left;
    background-color: #FFFFFF;
    padding: 2px;
}

.SmallContent {
    font-size: 8pt; 
}

/* ======= Free Trial ======== */
.FreeTrial {
    padding: 2px;
}

/* ======= Testimonials ====== */
.Testitmonial {
    border: 1px solid #CCCCCC;
    padding: 2px;
}

/* ======= Header ======== */
.Header {
    background-image:url(images\tps\HeaderSpacer-Repeat.gif);
    background-repeat: repeat-x;
}

/* ======= Footer ========= */
.Footer {
    border-bottom: 2px solid #ffffff;
    height: 20px;
    font-size: 8pt;
    color: #C9D6E2;
    font-weight: bold;
}

.Footer a {
    color: #C9D6E2;
    text-decoration: none;
}

.Footer a:active {
    text-decoration: none;
}

.Footer a:hover {
    text-decoration: none;
}

.Footer a:link {
    text-decoration: none;
}