
/****************************************************
PRINT CSS
*****************************************************/

@media print {
    
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
.leadStory .intro, .bigTxt, p, a,
.feature, .feature ul li, .feature ul.star li, .feature h2, .feature h3, .feature ul .star,
ul.link li, ul.star li, ul.tick li, ul.tickGreen li,
.dark, .darkest, .accent, light, lightest, black
{
        font: 10pt/13pt Arial, sans-serif;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        width: 100%;
        padding: 0;
        margin: 0;
		background-color: #fff;
        color: #000;
        background: none;
        text-align: left !important;
		border:0px solid #fff  !important;
}


    #wrapper {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        float: none !important;
    }

    title {font-size: 28pt;}
    h1{
        font-size: 20pt;
        line-height: 22pt;
        margin: 0;
        font-weight: bold;
    }

    h2, h3, h4, h5, h6 {
        font-size: 20pt;
        line-height: 24pt;
        margin: 0;
        font-weight: bold;
		float:left;
		clear:both;
    }

    .tabs {display: none;}

    .section, .group, .col {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .col {margin: 40px 0 10px 0;}


    .span_1_of_8, .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8 {
        width: 100%;
        padding: 0;
    }

    .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
        width: 100%;
        padding: 0;
    }

    .reduce50, .reduce75 {max-width: 100%;}



    img, a.prodBlock img {
        margin: 0 auto;
        display: block;
        width: 30%;
        height: auto;
    }

img{
    width: 50%;
	display: block;
    height: auto;
    float: left;
	clear:both;
	padding:12px;
	margin-right:20px;
}
a[href^="http"], a[href^="https"], a[href$=".pdf"], a[href$=".zip"], a[href*="@"], a[href*="downloads/manuals"]{background: url(none); padding: 0; margin:0;}

   /* a:after {
        content: " ( www.triomotion.com/" attr(href) ") ";
    }*/

    #printed-article {
        border: 1px solid #666;
        padding: 10px;
    }


#header, #menu-bar, #sidebar, form, #footer, nav, .menu, #mainmenu, #topBar, .slideit, .cd-slider-wrapper, .storyBlock, .shieldBanner, .downloadButton {
        display: none;
    }



}

