hr{
height: 0px;
border: none;
border-bottom:solid thin black;
}

a:link, a:visited{
color: black;
text-decoration: underline;
}
h1,h2,h3,h4,h5,h6{margin-top:0.4em;}

input[type=checkbox]{
border: 1pt solid black !important;
background-color:#FFF !important;
color: black !important;
width: 1em;
height: 1em;
/*some browsers insist on making checkboxes OS native even on print outs. webkit doesn't seem to allow over-ride*/
-moz-appearance: none;
}

.wa,.nop,object{
display: none;
}

.cols2 {/*2 columns with css3*/
display:block;
-moz-column-count: 2;
-moz-column-gap: 5mm;
-webkit-column-count: 2;
-webkit-column-gap: 5mm;
column-count: 2;
column-gap: 5mm;
}

/***************/

li, ul li{margin:0;padding: 0;}

#topnav,#nav,.vcard .email,#sizing,#ldex,.buy hr,.buy form,.buy p,.buy div,.buy small{
display: none;
}

.vcard .family-name, .vcard .tel .type{
display: inline;
}
.vcard a:link, .vcard a:visited{text-decoration: none;}
