* {
	  background: transparent !important;
	  color: #000 !important;
	  font-size:12pt !important;
	  box-shadow:none !important;
	  text-shadow: none !important;
	  filter: none !important;
	  -ms-filter: none !important;
}

html {
    width: 100%;
}

#header,
#nav,
.no-print {
    display: none;
	height: 0 !important;
}

@page {
    margin: 1.0cm;
}

thead {
	display: table-header-group;
}

tr,
img {
	page-break-inside: avoid;
}

/* Call this code for each container element */
#container {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    /*font-size: 12pt;
    line-height: 1.4em;*/
}

a {
    text-decoration: underline !important;
    word-wrap: break-word;
    color: #000 !important;	
}

img {
    border: 0;
    max-width: 100% !important;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000 !important;
    font-weight: bold !important;
}

#content-right{
    width: auto;
}

#top-links,
#content-left-area,
.pr-nav,
.header-btm-left,
.header-btm-left2,
#header-search,
.social-media-recommends,
#footer,
#pr-left-nav-pr,
.addProductToBasketForm,
.tabs
{
    display: none;
}

/* Uncomment class below to make use of forced pagebreaks */
/*
.page-break {
	page-break-before: always;	
}
*/

/* Uncomment class below to print out the destination of the link */
/*
a:after {
    content: " (" attr(href) ") ";
}
*/