﻿*{
	color:black;
}

@page {
    size: auto; /* auto is the initial value */
    /* this affects the margin in the printer settings */
    margin: 10mm 5mm 5mm 10mm;
} 

body  
{ 
    /* this affects the margin on the content before sending to printer */ 
    margin: 0px;  

} 


#menu, #footer, .ribbon, #top, #header, .top-bar, footer{
	display:none;
}

.sticky-sectionHeader{
    padding-top:10px;
}

#item .itemCode {
    display: none;
}
.subPics {
    display: none;
}


#container {
    border: thin white solid;
    font-size: .9em;
}
#content{
margin-top:0px;
}

.seepiclink{
display:none;
}

.underline{
border-bottom:thin black solid
}

#CatalogInfo{
	display:none;
}

#ordering{
	display:none;
}

#ordering li{
	font-size:.9em;


}#ordering li{
	font-size:.9em;


}
.hidePrint{
	display:none;
}
.onlyPrintInline{
display: inline;
}
.onlyPrintBlock{
display: block;
}

 .highLightID{
  color:#000000;
  border-collapse: collapse;
  border: 1px solid red;

 }


h1{
padding:0px;
margin:-10px 0px -20px 0px;
}

#followBox{
padding-top:0px;
padding-bottom:0px;
margin-top:0px;
padding-bottom:0px;
}

#content{
padding:0px;
margin:0px;
top:0px;
}