.text .tooltip,
.text abbr {
  cursor: help;
}
.text abbr {
  border-bottom: black 1px dotted;
}
.text h1 {
  margin: 16px 5px 8px 0px;
  color: #339966;
  background: white;
  font-size: 16px;
  font-weight: bold;
}
.text h2 {
  margin: 16px 5px 8px 0px;
  color: black;
  background: white;
  border-bottom: silver 1px solid;
  font-size: 13px;
  font-weight: bold;
}
.text h3 {
  margin: 0px 5px 8px 0px;
  font-size: 13px;
  font-weight: bold;
}

.text p {
  margin: 0px 5px 8px 0px;
  font-size: 13px;
}
.text address {
  font-size: 13px;
  margin: 0px 20px 8px;
}
.text ul {
  list-style: square;
  margin: 0px 0px 8px 35px;
}
.text ul.none {
  list-style: none;
  margin: 0px 0px 8px 15px;
}
.text li {
  font-size: 13px;
  margin: 0px 0px 4px 0px;
}
.text table {
  margin: 0pt 0px 8px 0px;
  font-size: 13px;
}
.text img {
  font-size: 10px;
  color: #666;
}

.text a {
  color: blue;
  text-decoration: none;
}
.text a:hover {
  color: blue;
  text-decoration: underline;
}

.text .noskip {
  margin-bottom: 0px;
}
.text .smallskip {
  margin-bottom: 4px;
}
.text .bigskip {
  margin-bottom: 16px;
}
.text .required {
  color: red;
  background: inherit;
}
.text .box {
  border: #339966 1px solid;
  background: #ccffcc;
  color: black;
  padding: 5px;
  margin: 0px 10px 8px;
}
.text .more {
  text-align: right;
  padding: 0px;
}
.text .more *,
.text a.external {
  padding: 0px 0px 0px 16px;
  background: transparent url(arrow.gif) 0% 50% no-repeat;
}

.text .marginAll {
  margin: 10px;
}
.text .image,
.text .image p {
  font-size: 11px;
  text-align: center;
}
.text .imageLeft {
  float: left;
  margin: 3px;
  font-size: 13px;
  text-align: center;
}
.text .imageRight {
  float: right;
  margin: 3px;
  font-size: 13px;
  text-align: center;
}
.text .topImage {
  float: right;
  margin: -24px 4px 2px 6px;
}
.text .border {
  border: gray 2px solid;
}
.text .announcement {
  border: #339966 2px solid;
  background: #ccffcc;
  padding: 15px 15px 15px 15px;
  margin: 30px 10px 10px;
}
.text .announcement .logo {
  /*background: url(announcement.gif) 0px 0px no-repeat;  */
  position: relative;  
  top: -35px;
  left: 0px;
  /*width: 29px;
  height: 79px*/
  margin-bottom: -100px;
  float: left;
}
.text .announcement p {
  margin: 0px 0px 0px 30px;  
}
.text .announcement h3 {
  margin-left: 30px;
  font-style: italic;
  font-weight: normal;
}
.text .refList li {
  margin: 10px 20px 10px 0px;
}
.text .refList li a {
  font-size: 10px;
}

.text .references table {
  width: 100%;
}
.text .references td {
  width: 50%;
  text-align: center;
  font-size: 8pt;
  padding: 10px 5px;
  vertical-align: top;
}
.text .references a img {
  border: solid 1px white;
}
.text .references a:hover img {
  border: solid 1px blue;
}

.text .address p {
  margin: 0px 4px 8px 4px;
  padding: 0px;
}
.text .address table {
  margin: 0px 4px 0px 4px;
  padding: 0px;
  border-collapse: collapse;
}
.text .address table td {
  padding: 0px 1ex 0px 0px;
  margin: 0px;
}
.text .phone {
  cursor: help;
}
.text .phone a {
  font-size: 10px;
  vertical-align: top;
}

.text .feedback p {
  margin: 0px 8px 8px 8px;
}
.text .feedback h3 {
  margin: 0px;
}
.text .feedback table {
  border-collapse: collapse;
  margin: 0px 8px 8px 8px;
}
.text .feedback table td {
  padding: 0px 1ex 0px 0px;
  margin: 0px;
}

.text .pricelist {
  width: 95%;
}
.text .pricelist th {
  border-bottom: black 1px solid;
  font-size: 11px;
  font-style: italic;
  vertical-align: bottom;
}
.text .pricelist td {
  vertical-align: top;
}
.text .pricelist .price {
  text-align: right;
}
.text .pricelist .desc {
  font-size: 11px;
  font-style: italic;
}

.text .downloadButton {
  float: left;
  margin: 1px 5px 0px 0px;
}

.text .shopSelection a img {
  border: #999 1px solid;
}
.text .shopSelection a:hover img {
  border: blue 1px solid;
}
.text .shopSelection td {
  padding-right: 6px;
}

/* -- Errors -- */
.error {
  background: #fba url(error.gif) 2% 50% no-repeat;
  color: black;
  border: #c00 1px solid;
  text-align: center;
  padding: 5px 60px;
  margin: 0px 0px 8px !important;
  list-style: none outside !important;
}
.error * {
  font-weight: bold;
}
p.error {
  background-image: none;
  font: 90% Monospace;
}

