/* Template Second Branch - print.css */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Sanchez:400|family=Roboto);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
* {
  background: none;
  margin: 0;
  overflow: visible !important;
  padding: 0;
}

body {
  color: #000000;
  background-color: #FFF;
  font-size: 10pt;
}

/* Header 
---------------------------*/
#ultraTopNav, .textSize, #searchForm, #primaryNav, #downstreamObl, #downstreamObl a.iframe, #printThisPage, #printLink {
  display: none;
}

#header {
  height: 8em;
  position: static;
}

/* Footer 
---------------------------*/
#footerNav, #firstROI, #eh, #fdic {
  display: none;
}

#footer {
  background: none;
  bottom: 0;
  color: #000;
  left: 0;
  margin-top: 20px;
}
#footer a {
  color: #000000;
}

/* Main Content 
---------------------------*/
#leftColumn {
  display: none;
}

#wrapper {
  padding: 0;
}

#mainContent {
  color: #000000;
  float: left;
  width: auto;
}

/* Category Page 
---------------------------*/
#map {
  width: 640px;
}

/* Product Page 
---------------------------*/
#productPage #pageSummary #pagePhoto img, #productPage #productButtons, .addthis_toolbox, .addthis_default_style {
  display: none;
}

dl#productTabs {
  height: auto !important;
  padding: 0;
  width: auto;
}
dl#productTabs dt {
  border: none;
  color: #000000 !important;
  float: none !important;
  padding: 20px 0 0 0 !important;
}
dl#productTabs dd {
  border-top: none;
  clear: both;
  display: block !important;
  position: static !important;
}
