@charset "utf-8";
/* Toyota Dealer Direct storefront style sheet */
/* Framework defined in dd_framework.css */

/* HTML Elements */

/* Containers */
.hidden {
  display: none;
}

.banner {
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/banner-bg2.png) 0
    0 no-repeat;
}
.banphone {
  clear: none;
  float: right;
  margin: 10px 0 0 0;
  padding: 0 0 0 35px;
  width: 175px; /* Right padding and width should add up to 30% */
  height: 47px; /* Top padding and height should add up to 55px */
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  line-height: 1em;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/icon-phone.png) 0 0
    no-repeat;
}
.banbar {
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/banner-bg2-bar.png)
    right no-repeat;
}
.banprofile {
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/banner-profile.png)
    0 0 repeat-x;
}

/* Home Banner Area */
.homeBanner .rewards {
  clear: none;
  float: left;
  margin: 0 0 0 30px;
  padding: 0;
  width: 230px;
  height: 100px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/bg-loyaltyRewards2.png) 0 0
    no-repeat;
}
#dealer-purchase {
  z-index: 50;
}
.homeBanner .rewards table {
  margin: 24px 0 0 10px;
  width: 210px;
  line-height: 21px;
}
.rewards .dealer-purchase {
  text-decoration: underline;
  color: #336699;
  cursor: pointer;
}

/* Nav */
#nav {
  clear: both;
  float: left;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  height: 40px;
  z-index: 1250;
  color: #4c4c4c;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/nav-bg.png) 10px 0
    no-repeat;
}
.nav-links {
  margin: 0;
  padding: 0;
  height: 40px;
  list-style: none;
  border-right: 1px solid #ddd;
}
#nav-primary {
  clear: none;
  float: left;
  font-size: 1.1em;
  font-weight: bold;
}
.nav-menu {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 40px;
}
.nav-menu a {
  font-size: 11px;
  font-weight: bold;
  color: #4c4c4c;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-menu a .help {
  color: #d32322;
}
.nav-menu a:hover .help {
  color: #fff;
}
.nav-link,
.nav-menu a:hover .nav-link {
  float: left;
  margin: 0;
  padding: 13px 23px 0;
  height: 27px; /* 40px total height */
  background-image: url(https://media.adesa.com/dealerdirect/tfs/ui/nav-btn-bg.png);
  background-position: right 0;
  background-repeat: no-repeat;
  border-right: 1px solid #f6f6f6;
  border-left: 1px solid #ddd;
}
.nav-link-daddy,
.nav-menu a:hover .nav-link-daddy {
  float: left;
  margin: 0;
  padding: 13px 23px 0;
  height: 27px; /* 40px total height */
  background-image: url(https://media.adesa.com/dealerdirect/tfs/ui/nav-btn-bg.png);
  background-position: right -40px;
  background-repeat: no-repeat;
  border-right: 1px solid #f6f6f6;
  border-left: 1px solid #ddd;
}
.nav-link-first,
.nav-menu a:hover .nav-link-first {
  float: left;
  margin: 0;
  padding: 13px 23px 0;
  height: 27px; /* 40px total height */
  background-image: url(https://media.adesa.com/dealerdirect/tfs/ui/nav-btn-bg.png);
  background-position: left 0;
  background-repeat: no-repeat;
  border-right: 1px solid #f6f6f6;
}
.hover .nav-link,
.hover a:hover .nav-link {
  color: #fff;
  background-image: url(https://media.adesa.com/dealerdirect/tfs/ui/nav-btn-bg.png);
  background-position: right -80px;
  background-repeat: no-repeat;
  border-right: 1px solid #f24642;
  border-left: 1px solid #b42928;
}
.hover .nav-link-daddy,
.hover a:hover .nav-link-daddy {
  color: #fff;
  background-image: url(https://media.adesa.com/dealerdirect/tfs/ui/nav-btn-bg.png);
  background-position: right -120px;
  background-repeat: no-repeat;
  border-right: 1px solid #f24642;
  border-left: 1px solid #b42928;
}
.hover .nav-link-first,
.hover a:hover .nav-link-first {
  color: #fff;
  background-image: url(https://media.adesa.com/dealerdirect/tfs/ui/nav-btn-bg.png);
  background-position: left -80px;
  background-repeat: no-repeat;
  border-right: 1px solid #f24642;
}

/* Drop-Down Content */
.menu-content {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 5px 0;
  width: 175px;
  z-index: 1500;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/nav-dropmenu-top.png)
    0 0 no-repeat;
}
.hover .menu-content {
  display: block;
}
.menu-items {
  margin: 0;
  padding: 0 0 11px 0;
  list-style: none;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/nav-dropmenu-bottom.png)
    left bottom no-repeat;
}
.menu-item {
  margin: 0;
  padding: 0;
  background: #656565;
}
.menu-item a {
  font-size: 11px;
  font-weight: bold;
  text-transform: none;
  border-top: 1px solid #818181;
  border-bottom: 1px solid #565656;
}
.menu-link,
.menu-item a:link {
  display: block;
  padding: 8px;
  color: #fff;
  line-height: 1em;
}
.menu-item a:visited {
  color: #eee;
}
.menu-item a:hover,
.menu-item a:active {
  color: #fff;
  background: #d32322;
  text-decoration: none;
  border-top: 1px solid #e43434;
  border-bottom: 1px solid #a31b1a;
}
.menu-link a:hover {
  color: #fff;
}

/* Search Bar in Navigation */
#nav-secondary {
  clear: none;
  float: right;
  width: 332px;
  height: 40px;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/nav-search-bg.png)
    right 0 no-repeat;
  overflow: hidden;
}
.quickSearchAdv a {
  position: relative;
  top: 21px;
  left: 44px;
  margin: 0;
  padding: 0 0 0 7px;
  /*	display:block;
    */
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  background-image: url(https://media.adesa.com/dealerdirect/tfs/ui/arrow-right-gray.gif);
  background-position: 0 5px;
  background-repeat: no-repeat;
}
.quickSearchAdv a:hover {
  background-image: url(https://media.adesa.com/dealerdirect/tfs/ui/arrow-right-red.gif);
}
.quickSearch {
  position: relative;
  top: 0;
  left: 115px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.quickSearch input {
  width: 175px;
  margin: 0;
  padding: 0;
  color: #333; /* onfocus JavaScript changes color to #000 - see HTML */
  /* font-size:1.1em*/
  background-color: transparent;
  border: 1px solid transparent;
}
input.labelHighlight {
  color: #999;
}
textarea.labelHighlight {
  color: #999;
}

/* IE 6 Star Hack */
* html .quickSearch input {
  margin: 0;
}
.quickSearchBtn {
  position: relative;
  top: -25px;
  left: 295px;
  margin: 0;
  padding: 0;
}
.quicksearchtext {
  color: #666;
  font-size: 0.9em;
  font-weight: normal;
}
.quicksearchtext a:link,
.quicksearchtext a:visited {
  color: #666;
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: underline;
}
.quicksearchtext a:hover,
.quicksearchtext a:active {
  color: #666;
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: none;
}

/* Nav 2 (3 Buttons) */
.nav2 {
  clear: both;
  float: left;
  margin: 10px 0 0;
  padding: 0;
  width: 620px;
}
.nav2-content {
  clear: none;
  float: right;
  margin: 10px 0 0;
  padding: 5px 0 0 0;
  width: 350px;
  text-align: right;
}
.nav2-content a img.opt {
  display: block;
  background-color: #fff;
}
.nav2-content a img.opt:hover {
  display: block;
  background-color: #ff9900;
}
.nav2-content a img.selected {
  display: block;
  background-color: #99cccc;
}

/* Navigation Tabs */
.navTabs {
  clear: both;
  float: left;
  margin: 10px 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/bg-navTabs-fade.png) 0
    bottom repeat-x;
}
.navTabs a.tab {
  position: relative;
  z-index: 998;
  bottom: -2px;
  clear: none;
  float: left;
  margin: 0 5px 0 0;
  padding: 10px 20px;
  font-size: 1.1em;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  background: #dcdcdc
    url(https://media.adesa.com/dealerdirect/tfs/ui/bg-navTabs.png) 0 -14px repeat-x;
  border: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  z-index: 99;
}
.navTabs a.tab:hover {
  color: #fff;
  background: #dcdcdc
    url(https://media.adesa.com/dealerdirect/tfs/ui/bg-navTabs.png) 0 -64px repeat-x;
}
.navTabs a.tabActive {
  position: relative;
  z-index: 998;
  bottom: -1px;
  clear: none;
  float: left;
  margin: 0 5px 0 0;
  padding: 10px 20px;
  font-size: 1.1em;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  background: #fff
    url(https://media.adesa.com/dealerdirect/tfs/ui/bg-navTabs.png) 0 -114px repeat-x;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  z-index: 99;
}
.navTabs a.tabActive:hover {
  text-decoration: underline;
}

.navTabs .watchTool {
  clear: none;
  float: left;
  margin: 5px 0 0 225px;
  padding: 4px 7px;
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
  /*border:1px solid #DDD;*/
  /*background-color:#EEE;*/
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.navTabs2 {
  clear: both;
  float: left;
  margin: 10px 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/bg-navTabs2-fade.png) 0
    bottom repeat-x;
}
.navTabs2 a.tab {
  position: relative;
  z-index: 998;
  bottom: -2px;
  clear: none;
  float: left;
  margin: 0 5px 0 0;
  padding: 10px 20px;
  font-size: 1.1em;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  background: #dcdcdc
    url(https://media.adesa.com/dealerdirect/tfs/ui/bg-navTabs.png) 0 -14px repeat-x;
  border: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
}
.navTabs2 a.tab:hover {
  color: #fff;
  background: #dcdcdc
    url(https://media.adesa.com/dealerdirect/tfs/ui/bg-navTabs.png) 0 -64px repeat-x;
}
.navTabs2 a.tabActive {
  position: relative;
  z-index: 998;
  bottom: -1px;
  clear: none;
  float: left;
  margin: 0 5px 0 0;
  padding: 10px 20px;
  font-size: 1.1em;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  background: #fff
    url(https://media.adesa.com/dealerdirect/tfs/ui/bg-navTabs.png) 0 -114px repeat-x;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
}
.navTabs2 a.tabActive:hover {
  text-decoration: underline;
}

/* Site Area Specific */

.ground {
  clear: both;
  float: left;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

/* System Messages */

.messageError {
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 5px 10px 40px;
  font-size: 16px;
  background: #ff9999
    url(https://media.adesa.com/dealerdirect/tfs/ui/doodad-error22.png) 5px 7px
    no-repeat;
}
.messageError a {
  color: #000;
}
.messageAlert {
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 5px 10px 40px;
  font-size: 16px;
  background: #fde45b
    url(https://media.adesa.com/dealerdirect/tfs/ui/doodad-alert25.png) 8px 10px
    no-repeat;
}
.messageAlert a {
  color: #000;
}
.messageConfirmation {
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 5px 10px 40px;
  font-size: 16px;
  background: #b9d988
    url(https://media.adesa.com/dealerdirect/tfs/ui/doodad-check22.png) 5px 7px
    no-repeat;
}
.messageConfirmation a {
  color: #000;
}
.messageInformation {
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 5px 10px 40px;
  font-size: 16px;
  background: #fce28b
    url(https://media.adesa.com/dealerdirect/tfs/ui/doodad-info22.png) 10px 9px
    no-repeat;
}
.messageInformation a {
  color: #000;
}
.messageHelp {
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 5px 10px 40px;
  font-size: 16px;
  background: #b9d8ea
    url(https://media.adesa.com/dealerdirect/tfs/ui/doodad-help22.png) 5px 7px
    no-repeat;
}
.messageHelp a {
  color: #000;
}

/* Home Page (Logged In) */

.chevrons {
  position: relative;
  clear: both;
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  height: 200px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/bg-chevrons.png) 0 0
    no-repeat;
}

/* Ground Chevron */
.chevrons .btn-ground {
  position: absolute;
  top: 20px;
  left: 38px;
  margin: 0;
  height: 40px;
}
.chevrons div.vinsearch {
  position: absolute;
  top: 135px;
  left: 68px;
  width: 174px;
  height: 32px;
  margin: 0;
  padding: 0;
  color: #000; /* onfocus JavaScript changes color to #000 - see HTML */
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/ground-vinSearch.png) 0 0
    no-repeat;
}
.chevrons input.vinsearch {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 167px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid transparent;
}
/* IE 6 Star Hack */
* html input.vinsearch {
  margin: 0;
}
.chevrons div.vinsearch input.labelHighlight {
  color: #666;
  text-transform: none;
}
.chevrons div.vinsearch textarea.labelHighlight {
  color: #666;
  text-transform: none;
}
.chevrons input.vinSearchBtn {
  position: absolute;
  top: 0;
  left: 174px;
  width: 33px;
  height: 32px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/ground-vinSearchBtn.png) 0 0
    no-repeat;
}

/* Grounded At my Dealership Chevron */
.chevrons .btn-gamd {
  position: absolute;
  top: 20px;
  left: 353px;
  margin: 0;
  height: 40px;
}
.chevrons div.notification-gamd {
  position: absolute;
  top: 117px;
  left: 393px;
  margin: 0;
  padding: 20px 0 0 0;
  width: 205px;
  height: 40px;
  text-align: center;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/grounded-balloon.png) 0 0
    no-repeat;
}

/* Dealer Direct Online Chevron */
.chevrons .btn-ddo {
  position: absolute;
  top: 20px;
  left: 669px;
  margin: 0;
  height: 40px;
}
.chevrons div.notification-ddo {
  position: absolute;
  top: 117px;
  left: 707px;
  margin: 0;
  padding: 20px 0 0 0;
  width: 205px;
  height: 40px;
  text-align: center;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/ddo-balloon.png) 0 0
    no-repeat;
}

/* Advanced Search */
.mod_search {
  float: left;
  width: 235px;
  margin: 0 10px 10px 0;
  padding: 3px 0 7px 0;
  background-color: #ccc;
}
.mod_search h1,
.mod_red h2,
.mod_red h3,
.mod_red h4,
.mod_red h5 {
  color: #fff;
}
.mod_manage-search {
  float: right;
  margin: 0;
  padding: 3px 0 7px 0;
  color: #fff;
  background-color: #d32322;
  background-color: #666;
}

.mod_select {
  width: 100%;
  overflow: auto;
  background-color: #e6e6e6;
  border: none;
}

.mod_manage-search a {
  color: #fff;
}
.mod_manage-search h1,
.mod_red h2,
.mod_red h3,
.mod_red h4,
.mod_red h5 {
  color: #fff;
}
.mod_header {
  margin: 0px;
  padding: 2px 5px 4px 6px;
  font-size: 0.9em;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #aaa;
}
.mod_header2 {
  margin: 0px;
  padding: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #aaa;
}
.mod_manage-search .mod_header,
.mod_header2 {
  color: #fff;
}
.mod_header img {
  padding-left: 1px;
}

.mod_search-body {
  margin: 0;
  padding: 0;
  height: 100px;
  font-size: 1em;
  /*border-right: 1px solid #d32322;
	border-left: 1px solid #d32322;*/
  background-color: #ddd;
  color: #000;
  overflow: auto;
  line-height: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.mod_search-body-small {
  margin: 0;
  padding: 10px 5px;
  font-size: 1em;
  background-color: #ddd;
  color: #000;
  overflow: auto;
  line-height: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.mod_manage-search-body {
  margin: 0;
  padding: 0;
  height: 328px;
  font-size: 1em;
  /*border-right: 1px solid #d32322;
	border-left: 1px solid #d32322;*/
  background-color: #ddd;
  color: #000;
  overflow: auto;
  line-height: 20px;
}
/* Check Box Input Styles */
.mod_search-body br,
.mod_manage-search-body br {
  clear: none;
  margin: 0;
  padding: 0;
  display: none;
}
.mod_search-body label,
.mod_manage-search-body label {
  display: block;
  margin: 0;
  padding: 7px 0 7px 15px;
  text-indent: -10px;
  line-height: 1em;
  background-color: #dedede;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #bbb;
}
/* IE6/7 hack */
html > body .mod_search-body label,
.mod_manage-search-body label {
  padding: 5px 0 5px 15px;
}
.mod_search-body label:hover,
.mod_manage-search-body label:hover {
  background-color: #c4d3df;
  border-top-color: #dbecf9;
  border-bottom-color: #aebcc6;
}
.mod_search-body input,
.mod_manage-search-body input {
  margin: 0;
  padding: 0 0 0 4px;
  height: 13px;
  vertical-align: bottom;
  *overflow: auto;
}

.mod_search-body-large {
  margin: 0;
  padding: 0 5px;
  height: 234px;
  font-size: 0.9em;
  border-right: 1px solid #d32322;
  border-left: 1px solid #d32322;
  background-color: #e6e6e6;
  color: #000;
  overflow: auto;
  line-height: 20px;
}
.mod_search-body-medium {
  margin: 0;
  padding: 0 5px;
  height: 190px;
  font-size: 0.9em;
  border-right: 1px solid #d32322;
  border-left: 1px solid #d32322;
  background-color: #e6e6e6;
  color: #000;
  overflow: auto;
  line-height: 20px;
}
.search-matches {
  float: right;
  margin: 2px 0 0 0;
  padding: 5px;
  width: 247px;
  color: #fff;
  font-weight: bold;
  background-color: #d32322;
}
.search-matches span {
  font-size: 1.1em;
  color: #ffff00;
}

/* Home Modules */
.mod_homeContent1 {
  clear: both;
  float: left;
  margin: 15px 0 0 0;
  padding: 0;
  width: 318px;
  height: 133px;
  overflow: auto;
  background: #fff
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-bg.png) 0 0 repeat-x;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.scrollContent1 {
  position: absolute;
  clear: both;
  margin: 29px 0 0 0;
  padding: 0 10px;
  width: 298px;
  height: 103px;
  overflow: auto;
}
.mod_homeContent2 {
  clear: none;
  float: left;
  margin: 15px 0 0 0;
  padding: 0;
  width: 318px;
  height: 283px;
  overflow: auto;
  background: #fff
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-bg.png) 0 0 repeat-x;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.scrollContent2 {
  position: absolute;
  clear: both;
  margin: 29px 0 0 0;
  padding: 0 10px;
  width: 298px;
  height: 254px;
  overflow: auto;
}
.scrollContent3 {
  position: absolute;
  clear: both;
  margin: 0;
  padding: 0 10px;
  width: 298px;
  height: 103px;
  overflow: auto;
}
.scrollContent2 .message {
  clear: both;
  float: left;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  width: 280px;
  border-bottom: 1px dotted #ccc;
}
.scrollContent2 .messageAlert {
  clear: both;
  float: left;
  margin: 10px 0 0 0;
  padding: 0 0 10px 30px;
  width: 250px;
  font-size: 1em;
  font-weight: bold;
  color: #ff0000;
  border-bottom: 1px dotted #ccc;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/doodad-alert19.png) 0 3px
    no-repeat;
}
.mod_homeContent1 h1 {
  color: #454545;
  font-family: Montserrat;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 6px;
  padding: 0.2em 0 0.4em 0.1em;
}
h1.didYouKnow {
  position: absolute;
  margin: -5px 0 0 5px;
  padding: 0;
  width: 300px;
  height: 45px;
  text-indent: -9999px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-didYouKnow.png) 0 0
    no-repeat;
  z-index: 9990;
}
h1.myWatchlist {
  position: absolute;
  margin: -5px 0 0 5px;
  padding: 0;
  width: 300px;
  height: 45px;
  text-indent: -9999px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-myWatchlist.png) 0 0
    no-repeat;
  z-index: 9990;
}
h1.msgCenter {
  position: absolute;
  margin: -5px 0 0 5px;
  padding: 0;
  width: 300px;
  height: 45px;
  text-indent: -9999px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-msgCenter.png) 0 0
    no-repeat;
  z-index: 9990;
}
h1.auctionSchedule {
  position: absolute;
  margin: -5px 0 0 5px;
  padding: 0;
  width: 300px;
  height: 45px;
  text-indent: -9999px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-auctionSchedule.png)
    0 0 no-repeat;
  z-index: 99;
}
h1.newUsersStartHere {
  position: absolute;
  margin: -5px 0 0 5px;
  padding: 0;
  width: 300px;
  height: 45px;
  text-indent: -9999px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-newUsers.png) 0 0
    no-repeat;
  z-index: 99;
}
h1.getHelp {
  position: absolute;
  margin: -5px 0 0 5px;
  padding: 0;
  width: 300px;
  height: 45px;
  text-indent: -9999px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-getHelp.png) 0 0
    no-repeat;
  z-index: 99;
}
h1.contactList {
  position: absolute;
  margin: -5px 0 0 5px;
  padding: 0;
  width: 300px;
  height: 45px;
  text-indent: -9999px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-contactList.png) 0 0
    no-repeat;
  z-index: 99;
}
h1.FAQ {
  position: absolute;
  margin: -5px 0 0 5px;
  padding: 0;
  width: 300px;
  height: 45px;
  text-indent: -9999px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-FAQ.png) 0 0
    no-repeat;
  z-index: 99;
}
h1.getTheMostFromDD {
  position: absolute;
  margin: -5px 0 0 5px;
  padding: 0;
  width: 300px;
  height: 45px;
  text-indent: -9999px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-getTheMostFromDD.png)
    0 0 no-repeat;
  z-index: 99;
}
h1.theBigPicture {
  position: absolute;
  margin: -5px 0 0 5px;
  padding: 0;
  width: 300px;
  height: 45px;
  text-indent: -9999px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-theBigPicture.png) 0
    0 no-repeat;
  z-index: 99;
}
h1.Links {
  position: absolute;
  margin: -5px 0 0 5px;
  padding: 0;
  width: 300px;
  height: 45px;
  text-indent: -9999px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-Links.png) 0 0
    no-repeat;
  z-index: 99;
}
h1.Promotions {
  position: absolute;
  margin: -5px 0 0 5px;
  padding: 0;
  width: 300px;
  height: 45px;
  text-indent: -9999px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-Promotions.png) 0 0
    no-repeat;
  z-index: 99;
}
h1.DocumentCenter {
  position: absolute;
  margin: -5px 0 0 5px;
  padding: 0;
  width: 300px;
  height: 45px;
  text-indent: -9999px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/modhead-Documents.png) 0 0
    no-repeat;
  z-index: 99;
}
/* auto scroll schedule */
/* root element for scrollable */
.scrollableSchedule {
  /* required settings */
  position: relative;
  overflow: hidden;
  /* vertical scrollables have typically larger height than width but not now */
  height: 103px;
  width: 298px;
}
/* root element for scrollable items */
.scrollableSchedule .items {
  position: absolute;
  /* large space for the height intentional */
  height: 20000em;
}
.item {
  height: 100px;
}
.scrollableSchedule .items img {
}
.scrollableBanner {
  position: relative;
  overflow: hidden;
  width: 660px;
  height: 90px;
}
.scrollableBanner .items {
  width: 660em;
  position: absolute;
}
.scrollablePromo {
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 130px;
}
.scrollablePromo .items {
  height: 130px;
  position: absolute;
}
.scrollablePromo .items .item {
  height: 130px;
}
/* Search Results */

div.searchResults {
  clear: both;
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 12px;
  width: 100%;
  border: none;
}
.searchCrumbs {
  clear: both;
  margin: 0;
  padding: 6px 0;
  width: 100%;
  font-size: 11px;
  color: #333;
  line-height: 1.6em;
  background-color: #f6f6f6;
}
a.searchCrumb {
  margin: 3px 7px 3px 0;
  padding: 0 0 0 15px;
  color: #666;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/icon-xcircle-gray.png) 1px
    2px no-repeat;
}
a.searchCrumb:hover {
  color: #cc0000;
  text-decoration: none;
  background-image: url(https://media.adesa.com/dealerdirect/tfs/ui/icon-xcircle-red.png);
}

/* Vehicle Search Result Content */

.icons {
  clear: both;
  float: left;
  padding: 3px 0 1px;
}
.icons img {
  padding: 0 0 5px 0;
}
.vehiclePhoto {
  clear: none;
  float: left;
  width: 130px;
  margin: 1px 0;
  padding: 0;
  color: #333;
  line-height: 1.4em;
}
.vehiclePhoto a.btn_watchlist img {
  padding: 5px 0;
}
.vehicleDetails {
  clear: none;
  float: left;
  width: 490px;
  margin: 1px 0;
  padding: 0;
  color: #333;
  line-height: 1.6em;
}
.onMyLot {
  background-color: #ffffcc;
}
.losing {
  color: #990000;
}
.winning {
  color: #339900;
}
.vehiclePhoto a,
.vehicleDetails a,
.auctionDetails a {
  color: #0066cc;
}
.auctionDetails {
  clear: none;
  float: right;
  width: 340px;
  margin: 1px 0;
  padding: 0;
}
.auctionContent {
  margin: 0;
  padding: 5px 0;
  width: 338px;
  color: #000;
  line-height: 1.2em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.onMyLot .auctionContent {
  border: 1px solid #e1ca94;
  border-bottom: none;
}
.auctionDetails .buttons {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
}
.auctionDetails .buttons .btn_buyNow {
  display: block;
  clear: none;
  float: left;
  margin: 0;
  padding: 12px 0 0 0;
  width: 168px;
  height: 28px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: #004061 0px 1px 0px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #44671f;
  border-right: 1px solid #96bd4a;
  background: #44671f
    url(https://media.adesa.com/dealerdirect/tfs/ui/btn-bg.png) 0 -110px repeat-x;
  -webkit-border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomleft: 5px;
  border-radius: 0;
  border-bottom-left-radius: 5px;
}
.auctionDetails .btn_bid {
  display: block;
  clear: none;
  float: left;
  margin: 0;
  padding: 12px 0 0 0;
  width: 168px;
  height: 28px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: #333 0px 1px 0px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #666;
  border-right: 1px solid #ccc;
  border-left: 1px solid #333;
  background: #777777
    url(https://media.adesa.com/dealerdirect/tfs/ui/btn-bg.png) 0 -60px repeat-x;
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomright: 5px;
  border-radius: 0;
  border-bottom-right-radius: 5px;
}
.auctionDetails .btn_winning {
  display: block;
  clear: none;
  float: left;
  margin: 0;
  padding: 12px 0 0 0;
  width: 168px;
  height: 28px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: #004061 0px 1px 0px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #44671f;
  border-right: 1px solid #96bd4a;
  border-left: 1px solid #2e4615;
  background: #44671f
    url(https://media.adesa.com/dealerdirect/tfs/ui/btn-bg.png) 0 -110px repeat-x;
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomright: 5px;
  border-radius: 0;
  border-bottom-right-radius: 5px;
}
.auctionDetails .btn_losing {
  display: block;
  clear: none;
  float: left;
  margin: 0;
  padding: 12px 0 0 0;
  width: 168px;
  height: 28px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: #660000 0px 1px 0px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #992220;
  border-right: 1px solid #ed403d;
  border-left: 1px solid #660000;
  background: #992220
    url(https://media.adesa.com/dealerdirect/tfs/ui/btn-bg.png) 0 -160px repeat-x;
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomright: 5px;
  border-radius: 0;
  border-bottom-right-radius: 5px;
}
.auctionDetails .btn_buy {
  display: block;
  clear: none;
  float: left;
  margin: 0;
  padding: 12px 0 0 0;
  width: 112px;
  height: 28px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: #004061 0px 1px 0px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #44671f;
  border-right: 1px solid #96bd4a;
  background: #44671f
    url(https://media.adesa.com/dealerdirect/tfs/ui/btn-bg.png) 0 -110px repeat-x;
  -webkit-border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomleft: 5px;
  border-radius: 0;
  border-bottom-left-radius: 5px;
}
.auctionDetails .btn_pass {
  display: block;
  clear: none;
  float: left;
  margin: 0;
  padding: 12px 0 0 0;
  width: 110px;
  height: 28px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: #660000 0px 1px 0px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #992220;
  border-right: 1px solid #ed403d;
  border-left: 1px solid #660000;
  background: #992220
    url(https://media.adesa.com/dealerdirect/tfs/ui/btn-bg.png) 0 -160px repeat-x;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.auctionDetails .btn_guarantee {
  display: block;
  clear: none;
  float: left;
  margin: 0;
  padding: 5px 0 0 0;
  width: 112px;
  height: 35px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: #333 0px 1px 0px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #666;
  border-right: 1px solid #ccc;
  border-left: 1px solid #333;
  background: #777777
    url(https://media.adesa.com/dealerdirect/tfs/ui/btn-bg.png) 0 -60px repeat-x;
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomright: 5px;
  border-radius: 0;
  border-bottom-right-radius: 5px;
}
.auctionDetails .buttons a.btn_bid:hover,
.auctionDetails .buttons a.btn_guarantee:hover {
  background-position: 0 -50px;
}
.auctionDetails .buttons a.btn_buyNow:hover,
.auctionDetails .buttons a.btn_buy:hover,
.auctionDetails .buttons a.btn_winning:hover {
  background-position: 0 -100px;
}
.auctionDetails .buttons a.btn_losing:hover,
.auctionDetails .buttons a.btn_pass:hover {
  background-position: 0 -150px;
}
.auctionDetails .buttons .inactive,
.auctionDetails .buttons a:hover.inactive {
  color: #c6c6c6;
  text-shadow: none;
  background-image: none;
  background-color: #eee;
  border: 1px solid #ccc;
  cursor: default;
}
.searchResultsToolbar {
  clear: both;
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
}
table.tableTop {
  clear: both;
  margin: 10px 0 0 0;
  padding: 0;
}
.tableTop .table_tl {
  width: 10px;
  height: 50px;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/bg-chrome-tlcorner2.png)
    0 0 no-repeat;
}
.tableTop .table_tm {
  height: 50px;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/bg-chrome-top2.png)
    0 0 repeat-x;
}
.tableTop .table_tr {
  width: 10px;
  height: 50px;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/bg-chrome-trcorner2.png)
    0 0 no-repeat;
}
.tableTop table tr td {
  padding: 4px 0;
}
.table_tm table,
.table_bm table {
  margin: 2px 0 0 0;
}
.tableBottom .table_bl {
  width: 10px;
  height: 30px;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/bg-chrome-blcorner.png)
    0 0 no-repeat;
}
.tableBottom .table_br {
  width: 10px;
  height: 30px;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/bg-chrome-brcorner.png)
    0 0 no-repeat;
}
.tableBottom .table_bm {
  height: 30px;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/bg-chrome-bottom.png)
    0 0 repeat-x;
}

/* Expanded Content */

.watchlistCount {
  margin: 0 0 4px 0;
  padding: 0;
  width: 145px;
  height: 32px;
  text-align: right;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  background: #fff
    url(https://media.adesa.com/dealerdirect/tfs/ui/bg-watchlist-btn.png) left
    top no-repeat;
}
.watchlistCount a:link,
.watchlistCount a:visited {
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
}
.watchlistCount a:hover,
.watchlistCount a:active {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
tr[class^="expandTopper"]:hover {
  background-color: #d7eaf7;
}
.expandTopperOpen .toggle {
  display: block;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/icon-arrow-down.gif)
    0 50% no-repeat;
}
.expandTopperClosed .toggle {
  display: block;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/icon-arrow-right.gif)
    0 50% no-repeat;
}
.expandDetailsOpen {
  display: table-row;
}
.expandDetailsClosed {
  display: none;
}

/* Expanding Refine Search Div */

.refineSearch {
  clear: none;
  display: none;
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/bg-refinetop2.png) 0 0
    no-repeat;
}
.CollapsiblePanel,
.NoCollapsePanel,
.CollapsiblePanelOpen {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.CollapsiblePanelTab {
  width: 96%; /* Change to 100% to activate entire bar */
  height: 20px;
  margin: 0;
  padding: 6px 0 0 27px;
  display: block;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/plus-circle1.png)
    2px 2px no-repeat;
}
.CollapsiblePanel .CollapsiblePanel .CollapsiblePanelTab {
  width: 200px; /* Change to 100% to activate entire bar */
  margin: 0;
  padding: 0 0 0 16px;
  -moz-user-select: none;
  -khtml-user-select: none;
  background-image: url(https://media.adesa.com/dealerdirect/tfs/ui/icon-arrow-right.gif);
  /*0 50% no-repeat;*/
  color: #660000;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}
.CollapsiblePanel .CollapsiblePanel .CollapsiblePanel .CollapsiblePanelTab {
  width: 200px; /* Change to 100% to activate entire bar */
  margin: 0;
  padding: 0 0 0 12px;
  -moz-user-select: none;
  -khtml-user-select: none;
  color: #660000;
  font-weight: bold;
  text-decoration: none;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/arrow-right-gray.gif);
  /*background-position:0 50% no-repeat;*/
}
.CollapsiblePanel .CollapsiblePanel {
  margin-left: 15px;
}
/* Classes called by JavaScript */
.CollapsiblePanelOpen .CollapsiblePanelTab {
  color: #eee;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/minus-circle1.png)
    2px 2px no-repeat;
}
.CollapsiblePanelOpen .CollapsiblePanelOpen .CollapsiblePanelTab {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/icon-arrow-down.gif)
    0 50% no-repeat;
}
.CollapsiblePanelOpen
  .CollapsiblePanelOpen
  .CollapsiblePanelOpen
  .CollapsiblePanelTab {
  color: #660000;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/icon-arrow-down.gif)
    0 50% no-repeat;
}
.CollapsiblePanelTabHover {
  text-decoration: underline;
}
/* Style tab while it is focused */
.CollapsiblePanelFocused .CollapsiblePanelTab {
}

/* Expand & Collapse Content */
.CollapsiblePanelContent {
  width: 982px;
  float: left;
  display: none;
  margin: 0;
  padding: 4px;
  font-size: 0.9em;
  font-weight: normal;
  overflow: auto;
  background-color: #eee;
}
.CollapsiblePanelOpen .CollapsiblePanelContent {
  width: 982px;
  float: left;
  display: block;
  margin: 0;
  padding: 4px;
  font-size: 0.9em;
  font-weight: normal;
  overflow: auto;
  background-color: #eee;
}

/* Arrows for Secondary Expandable */
.CollapsibleArrow .CollapsiblePanel,
.CollapsibleArrow .NoCollapsePanel {
  margin: 0;
  padding: 0;
  /* background-color:#FFF; */
  background-image: none;
}

/* Expanding Navigation Tabs */
.CollapsibleArrow .CollapsiblePanelTab {
  margin: 0 0 0 5px;
  padding: 2px 0 0 11px;
  color: #333;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/icon-arrow-right.gif)
    0 50% no-repeat;
}

/* Classes called by JavaScript */
.CollapsibleArrow .CollapsiblePanelOpen .CollapsiblePanelTab {
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/icon-arrow-down.gif)
    0 50% no-repeat;
}
.CollapsibleArrow .CollapsiblePanelTabHover,
.CollapsibleArrow .CollapsiblePanelOpen {
  color: #660000;
}
.CollapsibleArrow .CollapsiblePanelTab a:link {
  text-decoration: none;
}
.CollapsibleArrow .CollapsiblePanelTab a:hover {
  text-decoration: underline;
  color: #cc6600;
}

/* Style tab while it is focused */
.CollapsibleArrow .CollapsiblePanelFocused .CollapsiblePanelTab {
}

/* Expand & Collapse Content */
.CollapsibleArrow .CollapsiblePanelContent {
  width: 90%;
  display: none;
  margin: 0 0 5px 0;
  padding: 0 0 0 12px;
  font-weight: normal;
  /* background-color:#FFF; */
}

.CollapsibleArrow .CollapsiblePanelOpen .CollapsiblePanelContent {
  width: 90%;
  display: block;
  margin: 0 0 5px 0;
  padding: 0 0 0 12px;
  font-weight: normal;
  /* background-color:#FFF; */
}

/* Panel Content Sub Options */

.CollapsibleArrow .CollapsiblePanelContent a {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  color: #5e5145;
}

.CollapsibleArrow .CollapsiblePanelContent .module_scroll {
  margin: 0;
  padding: 3px;
  font-family: verdana;
  font-size: 1em;
  border: 1px solid #dcd5c5;
  overflow: auto;
  height: 65px;
  line-height: 15px;
  background-color: #fff;
}
.CollapsibleArrow .CollapsiblePanelContent a:link,
.CollapsibleArrow .CollapsiblePanelContent a:visited {
  color: #5e5145;
  text-decoration: none;
}
.CollapsibleArrow .CollapsiblePanelContent a:active,
.CollapsibleArrow .CollapsiblePanelContent a:hover {
  color: #5e5145;
  text-decoration: underline;
}

/* Non-Expanding Navigation Tabs */
.NoCollapsePanelTab a {
}
.NoCollapsePanelTab a:link,
a:visited {
}
.NoCollapsePanelTab a:hover,
a:active {
}
.NoCollapsePanelTab a {
}

.tableA {
  margin: 0;
  padding: 0;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-collapse: separate;
}
.rowA {
  background-color: #f6f6f6; /* Alternating Row Color 1 */
}
.rowB {
  background-color: #e9e9e9; /* Alternating Row Color 2 */
}
.rowA:hover,
.rowB:hover {
  background-color: #d7eaf7;
}
.rowH {
  background-color: #d7eaf7; /* Row Highlight Color */
}
.rowH a:link,
.rowH a:visited,
.rowH a:hover,
.rowH a:active {
  color: #0066cc;
}

.tableA thead th {
  color: #fff;
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
  text-align: center;
  line-height: 1.7em;
  /*background:#9f1E1E url(https://media.adesa.com/dealerdirect/tfs/ui/bg-th-red.png) 0 0 repeat-x;*/
  background-color: #777;
}
.tableA .th {
  margin: 0;
  padding: 3px;
  font-weight: normal;
  color: #fff;
  background-color: #bbb;
}
.tableA th a:link,
.tableA th a:visited {
  color: #fff;
  text-decoration: underline;
}
.tableA th a:hover,
.tableA th a:active {
  color: #fff;
  text-decoration: none;
}
.tableA select {
  /* font-size:.9em; */
}
.tableA .crosslineClosed {
  color: #990000;
  font-size: 0.9em;
}
.tableA .crosslineOpen {
  color: #390;
  font-size: 0.9em;
}

/* Grounded At My Dealership (On My Lot) Styles */

.onmylotColumn1 {
  padding: 0 10px 0 0;
  overflow: hidden;
  border: 3px solid transparent;
}
.onmylotColumn2 {
  padding: 0 5px;
  overflow: hidden;
}
.onmylotColumn3 {
  padding: 0 0 0 10px;
  overflow: hidden;
}
.onmylotChevron {
  clear: both;
  float: left;
  margin: 10px 0;
  padding: 10px 0 0;
  width: 320px;
  height: 50px; /* 60px total */
  color: #454545;
  text-align: center;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/bg-chevron-up.png) 0 0
    no-repeat;
}
.onmylotColumn1:hover .onmylotChevron,
.onmylotColumn2:hover .onmylotChevron,
.onmylotColumn3:hover .onmylotChevron {
  color: #fff;
  text-shadow: none;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/bg-chevron-over.png) 0 0
    no-repeat;
}
.onmylotChevron h1 {
  margin: 0;
  padding: 0 0 5px 0;
  color: #454545;
  text-shadow: #fff 0px 1px 0px;
  font-size: 1.8em;
}
.onmylotColumn1:hover .onmylotChevron h1,
.onmylotColumn2:hover .onmylotChevron h1,
.onmylotColumn3:hover .onmylotChevron h1 {
  color: #fff;
  text-shadow: #b96e0b 0px 1px 0px;
}
.onmylotView {
  clear: both;
  float: left;
  width: 298px;
  height: 225px;
  margin: 0 0 10px 0;
  padding: 5px 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.onmylotView:hover {
  border-color: #ffcc00;
  background-color: #ffffcc;
}
.onmylotView:hover h3 {
  color: #000;
}
.onmylotView .financialInfo {
  clear: none;
  float: left;
  margin: 0;
  padding: 5px;
  width: 158px;
  background-color: #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.onmylotView:hover .financialInfo {
  background-color: #f8e799;
}
.onmylotView .omlDetails {
  clear: both;
  float: left;
  width: 100%;
}
.onmylotView .btn {
  font-size: 0.9em;
  font-weight: bold;
}

/* Modals - defined in colorbox.css and modal.css */

/* Tooltips */

.tooltip_large a:link,
.tooltip_medium a:link,
.tooltip_short a:link,
.tooltip_side a:link,
.tooltip-custom a:link {
  color: #c1e4eb;
}
.tooltip_large a:visited,
.tooltip_medium a:visited,
.tooltip_short a:visited,
.tooltip_side a:visited,
.tooltip-custom a:visited {
  color: #c1e4eb;
}
.tooltip_large a:hover,
.tooltip_medium a:hover,
.tooltip_short a:hover,
.tooltip_side a:hover,
.tooltip-custom a:hover {
  color: #c1e4eb;
}
.tooltip_large a:active,
.tooltip_medium a:active,
.tooltip_short a:active,
.tooltip_side a:active,
.tooltip-custom a:active {
  color: #c1e4eb;
}

/* tooltip link color in storefront CSS */
div.tooltip-custom {
  display: none;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/tooltip-top.png) 0
    bottom no-repeat;
  border-top: #444 solid 2px;
  color: #fff;
  font-size: 12px;
  padding: 5px 13px 28px 12px;
  width: 135px;
  overflow: hidden;
  z-index: 9999;
}
span#resultTip {
  color: #336699;
  padding-right: 3px;
  text-decoration: underline;
}
span#resultTip:hover {
  text-decoration: none;
}
table.tableA span#resultTip {
  position: relative;
}
table.tableA span#resultTip:hover div.tooltip-custom {
  display: block;
  position: absolute;
  bottom: 15px;
  left: -67.5px;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/tooltip-top.png) 0
    bottom no-repeat;
  border-top: #444 solid 2px;
  color: #fff;
  font-size: 12px;
  padding: 5px 13px 28px 12px;
  width: 135px;
  overflow: hidden;
  z-index: 9999;
}

div.tooltip-custom.bottom,
div.tooltip-bottom {
  display: none;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/tooltip-bottom.png)
    0 3px no-repeat;
  border-top: none;
  border-bottom: #444 solid 2px;
  color: #fff;
  font-size: 12px;
  padding: 28px 13px 5px 12px;
  margin-top: -34px;
  width: 135px;
  overflow: hidden;
  z-index: 9999;
}
div.tooltip-marginfix {
  margin-top: -30px;
}
div.tooltip-custom.right,
div.tooltip-right {
  display: none;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/tooltip-right.png)
    left 0 no-repeat;
  border-right: #444 solid 2px;
  border-top: none;
  margin: 62px 0 0 15px;
  color: #fff;
  font-size: 12px;
  padding: 13px 12px 12px 47px;
  height: 75px;
  overflow: hidden;
}
div.tooltip-right-small {
  display: none;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/tooltip-right-small.png)
    left 0 no-repeat;
  border-right: #444 solid 2px;
  border-top: none;
  margin: 25px 0 10px 135px;
  color: #fff;
  font-size: 12px;
  padding: 7px 12px 6px 47px;
  height: 15px;
  overflow: hidden;
}
div.tooltip-custom.left,
div.tooltip-left {
  display: none;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/tooltip-left.png)
    right 0 no-repeat;
  border-left: #444 solid 2px;
  border-top: none;
  margin: 62px 10px 0 0;
  color: #fff;
  font-size: 12px;
  padding: 13px 28px 12px 5px;
  height: 75px;
  overflow: hidden;
}

/* Image Gallery Tooltip */
div.tooltip-photos {
  display: none;
  padding: 0;
  width: 800px;
  height: 200px;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  z-index: 9999;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/tooltip-bg-photos-arrow.gif)
    0 85px no-repeat;
}

/* Tooltip Thumbnail Scroller */
.gallery-thumbnails {
  clear: none;
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
  height: 200px;
  background-color: #333;
}
/* Up and Down Scrolling Arrows */
div.tooltip-photos div.actions {
  clear: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 61px;
  height: 200px;
  background-color: #333;
}
div.tooltip-photos .prevPage {
  clear: none;
  float: left;
  margin: 10px 0 0 14px;
  padding: 7px 0 0 0;
}
div.tooltip-photos .nextPage {
  clear: none;
  float: left;
  margin: 104px 0 0 14px;
  padding: 8px 0 0 0;
}
div.tooltip-photos a.browse {
  width: 34px;
  height: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-shadow: #fff 0px 1px 0px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/btn-tooltip-thumbscroll2.gif)
    0 0 no-repeat;
  cursor: pointer;
}
div.tooltip-photos a:hover.browse {
  text-decoration: none;
}
div.tooltip-photos a.disabled {
  color: #424242;
  text-decoration: none;
  text-shadow: none;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/btn-tooltip-thumbscroll1.gif)
    0 0 no-repeat;
  cursor: default;
  /* visibility:hidden !important;*/ /* disabled navigational button */
}
div.tooltip-photos div.scrollable {
  /* required settings */
  clear: none;
  float: left;
  position: relative;
  overflow: hidden;
  /* vertical scrollers have typically larger height than width */
  margin: 9px 0 9px 9px;
  padding: 0;
  width: 450px;
  height: 180px;
  border: none;
}
/* Photo Preview */
div.photo-preview {
  /* required settings */
  clear: none;
  float: left;
  margin: 0;
  padding: 10px;
  width: 240px;
  height: 180px;
  background-color: #111;
  border: none;
}

/* root element for scrollable items */
div.tooltip-photos div.scrollable .items {
  position: absolute;
  /* this time we have very large space for the height */
  height: 20000em;
  margin: 0;
  padding: 0;
}
div.tooltip-photos div.scrollable .items div {
  clear: none;
  float: left;
  margin: 0 8px 8px 0;
}
div.tooltip-photos div.scrollable a img {
  margin: 0;
  padding: 1px;
  background-color: #111;
  border: none;
}
div.tooltip-photos div.scrollable a:hover img {
  margin: 0;
  padding: 1px;
  background-color: #ff9900;
  border: none;
}
div.tooltip-photos div.scrollable img .activeClass {
  margin: 0;
  padding: 1px;
  background-color: #008b95;
  border: none;
}

/* Image Gallery OnMyLot Tooltip */
div.tooltip-oml-photos {
  display: none;
  padding: 0;
  width: 380px;
  height: 340px;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  z-index: 9999;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/tooltip-bg-oml-photos-arrow-left.gif)
    0 117px no-repeat;
}
div.tooltip-oml-photos-right {
  display: none;
  padding: 0;
  width: 388px;
  height: 340px;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  z-index: 9999;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/tooltip-bg-oml-photos-arrow-right.gif)
    373px 117px no-repeat;
}
/* Tooltip Thumbnail Scroller */
div.tooltip-oml-photos .gallery-thumbnails {
  position: absolute;
  top: 260px;
  left: 0px;
  margin: 0 0 0 15px;
  padding: 0;
  height: 80px;
  width: 373px;
  background-color: #333;
}
div.tooltip-oml-photos-right .gallery-thumbnails {
  margin: 0;
}
/* Up and Down Scrolling Arrows */
div.tooltip-oml-photos div.actions {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
  width: 260px;
  height: 61px;
  background-color: #333;
}
div.tooltip-oml-photos .prevPage {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 20px 0 0 10px;
  padding: 2px 0 0 0;
}
div.tooltip-oml-photos .nextPage {
  display: block;
  position: absolute;
  left: 320px;
  top: 0px;
  margin: 20px 0 0 0;
  padding: 2px 0 0 2px;
}
div.tooltip-oml-photos a.browse {
  clear: none;
  width: 34px;
  height: 35px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-shadow: #fff 0px 1px 0px;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/btn-tooltip-thumbscroll2.gif)
    0 0 no-repeat;
  cursor: pointer;
}
div.tooltip-oml-photos a:hover.browse {
  text-decoration: none;
}
div.tooltip-oml-photos a.disabled {
  color: #424242;
  text-decoration: none;
  text-shadow: none;
  background: transparent
    url(https://media.adesa.com/dealerdirect/tfs/ui/btn-tooltip-thumbscroll1.gif)
    0 0 no-repeat;
  cursor: default;
  /* visibility:hidden !important;*/ /* disabled navigational button */
}
div.tooltip-oml-photos div.scrollable {
  /* required settings */
  clear: none;
  float: left;
  position: relative;
  overflow: hidden;
  /* vertical scrollers have typically larger height than width */
  margin: 9px 0 9px 0;
  padding: 0;
  left: 51px;
  width: 262px;
  height: 70px;
  border: none;
}
/* Photo Preview */
div.tooltip-oml-photos div.photo-preview {
  /* required settings */
  clear: none;
  float: left;
  margin: 0 0 0 15px;
  padding: 10px 30px 10px 23px;
  width: 320px;
  height: 240px;
  background-color: #111;
  border: none;
}
div.tooltip-oml-photos-right div.photo-preview {
  margin: 0;
}
div.tooltip-oml-photos div.photo-preview img {
  width: 320px;
  height: 240px;
}

/* root element for scrollable items */
div.tooltip-oml-photos div.scrollable .items {
  position: absolute;
  /* this time we have very large space for the width */
  width: 20000em;
  margin: 0;
  padding: 0;
}
div.tooltip-oml-photos div.scrollable .items div {
  clear: none;
  float: left;
  margin: 0 8px 8px 0;
}
div.tooltip-oml-photos div.scrollable a img {
  margin: 0;
  padding: 1px;
  background-color: #111;
  border: none;
}
div.tooltip-oml-photos div.scrollable a:hover img {
  margin: 0;
  padding: 1px;
  background-color: #ff9900;
  border: none;
}
div.tooltip-oml-photos div.scrollable img .activeClass {
  margin: 0;
  padding: 1px;
  background-color: #008b95;
  border: none;
}

/* END */

div.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity = 60);
  zoom: 1;
}
.commentScroll {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  margin: 0;
  overflow: auto;
  padding: 3px;
  width: 96%;
  height: 80px;
}
.red {
  color: #cc0000;
}
.tinyText {
  font-size: 0.9em;
}
.smallText {
  font-size: 1em;
}

/* Fat Buttons */
.btnFat {
  display: block;
  clear: none;
  float: left;
  margin: 0 20px 0 0;
  padding: 7px 0;
  width: 158px;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  text-shadow: #fff 0px 1px 0px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #cecece
    url(https://media.adesa.com/dealerdirect/tfs/ui/btnFat-bg.png) 0 0 repeat-x;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.btnFat:hover {
  color: #111;
  border-color: #999;
}
.btnFat-disabled {
  display: block;
  clear: none;
  float: left;
  margin: 0 20px 0 0;
  padding: 7px 0;
  width: 158px;
  color: #999;
  font-size: 13px;
  font-weight: bold;
  text-shadow: #fff 0px 1px 0px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #cecece
    url(https://media.adesa.com/dealerdirect/tfs/ui/btnFat-bg.png) 0 0 repeat-x;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btnFat2 {
  clear: none;
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  width: 160px;
}

/* Image Doodads */

.doodad-alert {
  position: absolute;
  clear: none;
  float: right;
  top: 1px;
  right: -2px;
  display: block;
  width: 25px;
  height: 22px;
  z-index: 9999;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/doodad-alert25.png)
    right top no-repeat;
}
.doodad-check {
  position: absolute;
  clear: none;
  float: right;
  top: 1px;
  right: -2px;
  display: block;
  width: 22px;
  height: 22px;
  z-index: 9999;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/doodad-check22.png)
    right top no-repeat;
}
.doodad-error {
  position: absolute;
  clear: none;
  float: right;
  top: 1px;
  right: -2px;
  display: block;
  width: 22px;
  height: 22px;
  z-index: 9999;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/doodad-error22.png)
    right top no-repeat;
}
.doodad-help {
  position: absolute;
  clear: none;
  float: right;
  top: 1px;
  right: -2px;
  display: block;
  width: 22px;
  height: 22px;
  z-index: 9999;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/doodad-help22.png)
    right top no-repeat;
}
.doodad-info {
  position: absolute;
  clear: none;
  float: right;
  top: 1px;
  right: -2px;
  display: block;
  width: 22px;
  height: 22px;
  z-index: 9999;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/doodad-info22.png)
    right top no-repeat;
}

/*Help- DD overview styles*/
div#feature_list {
  width: 988px;
  height: 492px;
  overflow: hidden;
  position: relative;
  border: 1px solid #999999;
}
div#feature_list ul {
  position: absolute;
  top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul#tabs {
  left: 0;
  z-index: 2;
  width: 220px;
}
ul#tabs li {
  font-size: 12px;
  font-family: "Montserrat";
}
ul#tabs li a {
  color: #222;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 12px 0 0 20px;
  height: 29px;
  outline: none;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/feature-tab.png)
    no-repeat;
}
ul#tabs li a:hover {
  text-decoration: underline;
}
ul#tabs li a.current {
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/feature-tab-current.png)
    no-repeat;
  color: #fff;
}
ul#tabs li a.current:hover {
  text-decoration: none;
  cursor: default;
}
ul#output {
  right: 0;
  width: 788px;
  height: 492px;
  position: relative;
  border-left: 1px solid #999999;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/screenshot-home.gif)
    no-repeat scroll center top transparent;
}
ul#output li {
  position: absolute;
  width: 788px;
  height: 492px;
  line-height: 14px;
}
.helpTip-left {
  position: relative;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/bg-helptip-left.png)
    no-repeat;
  height: 150px;
  width: 295px;
  padding: 25px 15px 10px 10px;
}
.helpTip-center {
  position: relative;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/bg-helptip-center.png)
    no-repeat;
  height: 150px;
  width: 295px;
  padding: 25px 15px 10px 10px;
}
.helpTip-right {
  position: relative;
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/bg-helptip-right.png)
    no-repeat;
  height: 150px;
  width: 295px;
  padding: 25px 15px 10px 10px;
}
.reports-content {
  top: 129px;
  left: 185px;
}
.resources-content {
  top: 129px;
  left: 305px;
}
.admin-content {
  top: 129px;
  left: 160px;
}
.watchlist-content {
  top: 129px;
  left: 100px;
}
.dealerdirect-content {
  top: 100px;
  left: 95px;
}
.help-content {
  top: 129px;
  left: 180px;
}
.search-content {
  top: 129px;
  left: 360px;
}
.ddonline-content {
  top: 175px;
  left: 350px;
}
.autosearch-content {
  top: 250px;
  left: 350px;
}
.vehalert-content {
  top: 250px;
  left: 235px;
}
.grounded-content {
  top: 175px;
  left: 235px;
}
.ground-content {
  top: 250px;
  left: 100px;
}
.showhide {
  color: #333 !important;
  text-decoration: none !important;
  padding: 5px 0 5px 15px;
}
.faqMinus {
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/minus.gif) left
    no-repeat;
}
.faqPlus {
  background: url(https://media.adesa.com/dealerdirect/tfs/ui/plus.gif) left
    no-repeat;
}
.appResources {
  position: relative;
  left: 711px;
  top: -241px;
  height: 12px;
}
.resources_link-pdf {
  list-style-image: url(https://media.adesa.com/dealerdirect/tfs/ui/doodad-link-pdf.gif);
  list-style-position: outside !important;
}
.resources_link-external {
  list-style-image: url(https://media.adesa.com/dealerdirect/tfs/ui/doodad-link-external.gif);
  list-style-position: outside !important;
}
