/* --------------------------------------------------------------

   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.

   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }

-------------------------------------------------------------- */

body {
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color:#000;
    background: white!important;
    background: none!important;
    font-size: 10pt;

}

/* Layout
-------------------------------------------------------------- */

.container {
    background: none;
}

hr {
    background:#ccc;
    color:#ccc;
    width:100%;
    height:2px;
    margin:2em 0;
    padding:0;
    border:none;
}
hr.space {

background: #fff;
color: #fff;
visibility: hidden;
}


/* Text
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
code { font:.9em "Courier New", Monaco, Courier, monospace; }

a img { border:none; }
p img.top { margin-top: 0; }

blockquote {
    margin:1.5em;
    padding:1em;
    font-style:italic;
    font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }


/* Links
-------------------------------------------------------------- */

a:link, a:visited {
    background: transparent;
    font-weight:700;
    text-decoration: underline;
}

/* Product print*/
@page {
    margin-top: 20mm!important;
    margin-bottom: 20mm!important;
    margin-right: 0!important;
    margin-left: 0!important;
}

@page :first {
    margin-left: 0;
}

@page :left {
    margin-left: 0;
    margin-right: 0;
}

@page :right {
    margin-left: 0;
    margin-right: 0;
}
.top .logo-topnav-search img {
    float: none;
}
.inner-container,
.top,
.top .logo-topnav-search,
.topnav-search,
.maincontent {
    margin: 0!important;
    padding: 0!important;
    height: 1%;
}
.product .content {
    margin-top: 0!important;
}
.featurepictures, .productpictures {
    /*margin: 0!important;*/
    padding: 0!important;
    text-align: center;
    margin: 0 auto ;
}

.prodcarimage
{
    border-radius: 0px !important;
}

.productimage,
.featureimage {
    border: none;
    width: 458px;
    height: 307px;
    page-break-inside: avoid;
}

.prodcarimage p {
    margin: 0!important;
    padding: 0!important;
    border-radius: 0px !important;
    display: none;
}


.productpictures .prodcarimage > img, 
.featurepictures .prodcarimage > img {
    margin: 0;
    top: 0;
    left: 0;
    position: initial;
    max-width: auto;
    height: 100%;
    width: auto;
}

.footer,
.top-container,
.youtubeimage,
.footerright,
.ezlogin,
.legal,
.top .topnav-search,
.top .navigation {
    display: none!important;
}
.mainheader {
    font-size: 200%;
    color: black;
    font-weight: bold;
    vertical-align: bottom;
}
.printspacer,
.mainprintlogo {
    display: block;
    text-align: right;
    vertical-align: bottom;
}
.printheader {
    border-bottom: 1px solid black;
}
.pagebreak {
    page-break-before:always;
}

.features div.row {
    page-break-inside: avoid;
}

.comparison {
    border-collapse: collapse;
    margin: 10px 0px;

}
.comparison td p,.comparison th p {
    margin: 0;
}
.comparison td,.comparison th {
    padding: 2px 10px;
    text-align: center;
    border: 1px solid gray;
}
.comparison td.left,.comparison th.left {
    text-align: left;
}
.comparison td.right,.comparison th.right {
    text-align: right;
}
.comparison tr th {
    font-weight: bold;
}
.comparison tr td {
    font-weight: bold;
}
.comparison .bglight td,
.comparison .bgdark td {
    font-weight: normal;
}


@media print {
    .noprint {display:none !important;}
    a:link:after, a:visited:after {
        display: none;
        content: "";
    }


}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */
