/* Print CSS Document */
body {
background-color: #fff;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
}
.nav {
display: none;
}
.login {
display: none;
}/*
#header {
height: 100px;

background-image: url(img/logo_print.png);
background-repeat: no-repeat;
background-position: left;

}*/
#mainWrapper {
width: 100%;
background-color: #fff;
}
#contentWrap {
margin: 0px;
padding: 0px;
}
#columnLeft {
width: 49%;
padding: 0px;
margin: .5%;
}
#columnRight {
width: 46%;
padding: 0px;
margin: .5%;
}
#additional {
margin: 0px;
}
#header {
display: none;
}
#mainContent {
border: none;
background-color: #fff;
}
h3 {
text-decoration: underline;
}
#footer {
display: block;
font-size: 1em;
}
#footer img {
display: none;
}
.hide {
display: block;
font-size: 1.8em;
text-decoration: none;
}
#contentWrap li {
list-style-image: none;
}
#headerPrint {
display: block;
}
.headimg {
display: none;
}
.price {
border: none;
margin: -16px 0px 16px 0px;
width: 220px;
}
.note {
padding: 5px;
border: none;
}
.printLogo {
height: 59px;
width: 245px;
}
/*
a:after {
content: " (" attr(href) ")";
}*/