body#shopinfo {
width: 100%;
margin: 0;
float: none;
color: #000
}


/* unwanted
---------------------------------------------- */
#header-menu, #idx-lace, #footer, #header-border, #header-banner {
  display: none;
}

img.noprint {
  display: none;
}



/* links
---------------------------------------------- */
a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}



/* misc
---------------------------------------------- */
#shopinfo-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

#header, #nav, .noprint
{
display: none;
}


/*---------------------
ADDITIONAL CLASSES AND IDS
-----------------------*/


.left{
float:left
}

.right{
float:right
}

.clearer {
clear:both
}

img {
  border-style: none;
}






