/* For page layout */
@import url( 'layout.css' );
/* Specifically for pages under the Customer Service-section of the website */
@import url( 'customerservice.css' );
/* For other contents on the website */
@import url( 'global.css' );
/* Specifically for pages under the Order-section of the website */
@import url( 'orderform.css' );

/****************************************************
Print Specific (Overriding previously defined styles)
*****************************************************/

body {
    font-size: 14px;
}

#BreadCrumb {
    display: none;
}

#LeftColumn {
    display: none;
}

#MidColumn, #MidColumnOrder {

    padding-left: 10px;
    width: 600px

}

#TopMenu {
    display: none;
}

#PageTabs {
    display: none;
}

#PageImage {
    display: none;
}

#TopSearch {
    display: none;
}

#Footer {
    display: none;
}

#RightColumn {
    display: none;
}

.noPrint {
    display: none;
}

.onPrint {
    display: inline;
}

.orderblock0, .orderblock1, .orderblock2, .orderwrapper {
    float: none;
    height: auto;
    background: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.orderbox0 .top, .orderbox1 .top, .orderbox2 .top,
    .orderbox0, .orderbox1, .orderbox2 {

    background: none;
    padding: 0px;
    margin: 0px;
    height: auto;
    float: none;
    position: relative;

}

a:link:after, a:visited:after {
    content: "   (" attr( href ) ") ";
    font-size: 60%;
}

div {

    float: none;

}

#MiniTabs, .faqLinks {
    display: none;
}

.webOnly {

    display: none;

}