/* app css stylesheet */

 /* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -320px;
}

/* Set the fixed height of the footer here */
#push {
  height: 320px;
}
#footer {
  background-color: #000000;
  overflow: hidden;
}

#footer a {
  color: #ffffff;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}


 /* header styles
-------------------------------------------------- */

#topline {
  background-color: #C41200;
  color: #ffffff;
}


li.drop_nav_divider {
  width: 1px; 
  height: 140px; 
  border-right: 1px dotted #333;
}

.zoomWrapperImage img {
  max-width: none;
}


/* modal override*/


/* left nav override */

.nav-list a {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}


.nav-list .price {
  font-size: 14px;
  padding-bottom: 6px;
}

.nav-list .price .msrp {
  color: #C41200;
}



.timeline-year {
  font-family: Brandon Grotesque Black,Arial, Helvetica, sans-serif; 
  font-size: 72px; 
  color: black;
  line-height: 72px;
}


div.online-retailers {
  font-size: 14px; 
}


.top-panel .panel-holder {
  padding: 4px 10px 3px 0;
  color: white;
  font-weight: bold;
}

