body {
  font: 12px/14px arial, helvetica, sans-serif;
}
a { color: rgb(33, 80, 101); text-decoration: none; font-weight: bold; }

#header, #menu, #navigation, #footer-links, #footer ul { display: none; }

img { border: none; }
ul { list-style: none; margin: 10px 0px; padding: 0px; }

#product-info ul { list-style: disc; padding: 0px 0px 0px 20px; }

.product-icons { overflow: hidden; }
.product-icons li {
  float: left;
  margin: 0px 0px 13px 13px;
  border: 1px solid #ccc;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: relative;
}
.product-icons img { position: absolute; left: 0px; top: 0px; }
.product-icons li.first { margin-left: 0px; }

.product-icons li a {
  display: block;
  width: 151px;
  height: 92px;
  padding: 142px 10px 0px 10px;
  font-size: 14px;
}
.product-icons li a:hover { text-decoration: none; }
.product-price { display: block; color: rgb(44, 175, 225); margin:  8px 0px; font-size: 14pt; }
.product-price.reduced { color: #f00; font-size: 11pt; }
.was { color: #aaa; text-decoration: line-through; }

.product-details { display: block; font-size: 11px; text-transform: uppercase; background: url(/images/linkarrow.gif) no-repeat 0px 2px; padding-left: 10px; }

.product-thumbs { overflow: hidden; }

.product-thumbs li {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0px 10px 10px 0px;
  border: 2px solid #eee;
}

#product-options { margin: 20px 0px; padding: 0px; }
#product-options dt {
  width: 60px;
  float: left;
  text-align: right;
  line-height: 28px;
}

#product-options dd {
  margin-left: 70px;
  line-height: 28px;
  height: 28px;
}
