/**
 *
 *	Print-friendly CSS for CM3
 *
 * 	This is NOT a @media print CSS, this is a CSS that do some simple overrides to standard CSS if renderPrintVersion
 *
 */

/* Remove all constraints for width and max-width, let if spread out! */

.wrapper{
	width: 100% !important;
	padding-left:0 !important;
	padding-right:0 !important;
	margin-left:0 !important;
	margin-right:0 !important;
	max-width: 100% !important;
}
/*
	DESKTOP #content max width: 600px
*/

.wrapper-inner {
	width: 100% !important;
	max-width: 600px !important;
	margin: 30px auto;
}

.ie .wrapper-inner {
	width: 600px;
}


#content,
.main-section,
.main-section-inner {
	width: 100% !important;
	padding-left:0 !important;
	padding-right:0 !important;
	margin-left:0 !important;
	margin-right:0 !important;
	max-width: 100% !important;
}


/* Remove border, shadows, colors and paddings */

body {
	background-color:white !important;
	font-size: 13px;
}

.wrapper-inner {
	padding-bottom: 0;
}

.wrapper {
	background-color:white !important
}

.box-skin-a,.content-extra-row,.widget,.main-section-inner{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#breadcrumbs {
	background-color:red;
	padding: 6px 10px;
	background-color:#dfdfdf;
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
}

h1 {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 20px;
}

/* Remove objects */

#destination-attached-pages-anchormenu {
  display: none !important;
}

.destination-priceinfobox  {
  display: none !important;
}

/* Remove max-width constraints */
/*h1,h2,h3,h4,h5,h6,p {
	max-width: 100% !important;
}
*/


/**/

/* Print */
body.render-print-version,
body.render-print-version .wrapper,
body.render-print-version .wrapper *{
	background:none transparent!important;
	text-shadow:none!important;
	-webkit-text-shadow:none!important;
	-moz-text-shadow:none!important;
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
}

body.render-print-version .wrapper .button{border-color:#000!important;color:#000!important;background-color:#fff!important;}