/*
print.css
*/
body {
background-image: none;
}
/*
.navigation a,  .activeElements {  !!!!!.activeElements - removed to show checkboxes in print!!!!!!!
display: none;
}
*/
.navigation a {display: none;}


.doNotPrint {
display: none;
}

/* PRINT CSS for INDEX page*/
.layoutProduct .item .illustration {margin-bottom: 10px}
.layoutProduct .item .title {clear: left;}

a.home {display: block !important; position: relative;}
.illustrationIndex h1 { font-size: 30px; }
div.BigNumber { font-size: 30px !important; }
.contentRight { width: 500px; }

.WeddingStylesItems .HomeItemsRow .td4 a {
margin-top: 180px;
left: 250px;
position: absolute; 
width: 490px;
}

.footerIndex {
margin-top: 130px ;

}

/* PRINT CSS for PLANNER page*/
.illustration .inputButton {
display: none;
}
a.PlannerFilter {
display: none !important;
}

.illustration .td1 .comment,
.illustration .language a,
.illustration .language div {
display: none;
}

.illustration .td1 {
width: 800px;
}

/* PRINT CSS for CONSULTATION page*/
.StyleOne .td1 p {margin-top: -1px;} /* OR: padding-top: 140px;*/
