:link,:visited {
  text-decoration: none;
}
ul,ol {
  list-style: none;
}
h1,h2,h3,h4,h5,h6,pre,code,p {
  font-size: 1em;
}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
  margin: 0;
  padding: 0;
}
a img,:link img,:visited img {
  border: none;
}
address {
  font-style: normal;
}

html {
  height: 100%;
}

body {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  font-size: 11pt;
  font-family: Arial, sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

acronym {
  border-bottom: 1px rgb(255,204,102) dashed;
  font-size: 90%;
}

form {
  color: #333;
  padding: 0px;
}
fieldset {
  display: inline;
  border: none;
  margin-right: 8px;
  margin: 0px;
  vertical-align: top;
}
legend {
  color: #333;
  font-style: italic;
}
input {
  padding: 2px;
  border: none;
  border: 1px #ddd solid;
  text-align: inherit;
}
textarea {
  padding: 0px;
  border: none;
  border: 1px #ddd solid;
}
select {
  padding: 0px;
  border: 1px #ddd solid;
  padding: 0px;
}
input:focus, textarea:focus, select:focus {
  background-color: #ffc;
  border-color: #fa7;
}
input.button {
  padding: 0px 4px;
  height: 22px;
  color: #0097f2;
}

.touch * {
  font-size: 12pt;
}

table.defaultList {
  border-collapse: collapse;
  margin: 8px;
}
table.defaultList td {
  border-bottom: 1px #cacaca solid;
  padding: 4px;
}
table.normalList {
  border-collapse: collapse;
}
table.normalList td {
  border: 1px #cacaca solid;
  font-size: 10pt;
  padding: 0px 2px;
  text-align: right;
}
td {
  vertical-align: top;
}
.bold {
  font-weight: bold;
}

.floatLeft {
  float: left;
  margin-right: 20px;
}
.floatRight {
  float: right;
  margin-left: 20px;
}

.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.clearBoth {
  clear: both;
}
.borderNone {
  border: none;
}

.inlineCenter {
  text-align: center;
  display: inline;
  float: left;
  width: 120px;
  height: 180px;
  vertical-align: middle;
}
.topSpace {
  margin-top: 32px;
}

.primacol {
  width: 160px;
}

hr {
  border: none;
  border-top: 1px #b4a99a solid;
}

.hspace {
  margin: 0px 8px;
}
.vspace {
  margin: 8px 0px;
}

div.ean13 {
  width: 505px;
  height: 70px;
  display: table;
}
div.ean13 div {
  display: table;
  width: 5px;
}
div.ean13 div.a {
  background-color: #fff;
}
div.ean13 div.n {
  background-color: #000;
}
div.ean13 div.l {
  height: 70px;
}
div.ean13 div.s {
  height: 60px;
}

