#products {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#products li {
  width: 201px;
  padding: 17px 10px 17px 17px;
  float: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 95px;
  he\ight: 60px;
  w\idth: 173px;
  background: #d8e8d8;
}

#products li .thumb {
  float: left;
  width: 56px;
  border: 1px #bbb solid;
  w\idth: 54px;
}

#products li .info {
  width: 117px;
  float: left;
  padding-left: 6px;
  w\idth: 111px;
}
#products li a.name {
  display: block;
  color: #060;
  font-size: 1.1em;
  font-weight: bold;
  height: 44px;
}
#products li a.more {
  font-weight: bold;
  font-size: 0.9em;
  color: #c00;
}
#bcrumbs {
  margin-bottom: 5px;
}

#product-paging {
  margin-bottom: 20px;
}
#product-paging div {
  float: left;
  width: 201px;
  text-align: center;
}


.show-product {
  background: #d8e8d8;
}

.show-product h2 {
  color: #458249;
  height: 1%;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

.show-product .product-images {
  float: left;
  width: 230px;
  w\idth: 220px;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  overflow: hidden;
  text-align: center;
}
.show-product .product-images img,
.show-product #product-thumbnails ul li img {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-bottom: 10px;
  display: block;
  float: right;
}

.show-product #product-thumbnails ul {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  list-style-type: none;
}
.show-product #product-thumbnails ul li {
  float: left;
  padding-right: 8px;
  width: 68px;
  w\idth: 60px;
}
.show-product #product-thumbnails ul li.last {
  padding-right: 0px;
}

.show-product .product-information {
  float: left;
  width: 367px;
  w\idth: 347px;
  padding: 10px;
}
.show-product .model-information {
  padding: 0px;
}
.show-product .model-information .parameter {
  background: #ecf4ec;
  padding: 5px;
  height: 1%;
  margin-bottom: 3px;
}
.show-product .model-information .parameter label {
  width: 90px;
  w\idth: 85px;
  text-align: right;
  line-height: 1.8em;
  float: left;
  padding-right: 5px;
}
.show-product .model-information .parameter select {
  font-size: 1em;
}
.show-product .model-information .price-information {
  background: #ecf4ec;
  height: 1%;
  line-height: 1.8em;
  padding: 5px;
  text-align: center;
}
.show-product .model-information .price-information div {
  display: inline;
}
.show-product .model-information .price-information div.rrp {
  text-decoration: line-through;
  padding-right: 8px;
  color: #999;
}
.show-product .model-information .price-information div.our-price {
  color: #c00;
  font-weight: bold;
}
.show-product .model-information div.buttons {
  margin-top: 5px;
  text-align: right;
}


#associated-products {
  margin: 0;
  padding: 1em;
  list-style: none;
}
#associated-products li {
  margin: 0 0 3px 5px;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
#associated-products li {
  display: block;
  padding-bottom: 0.5em;
}

#associated-products li a {
  text-decoration: none;
  font-weight: bold;
}
#associated-products li div.product-thumb {
  float: left;
  margin-right: 5px;
}
#associated-products li div.product-thumb {
  border: 1px solid #ccc;
}
#associated-products li div.product-title {
  font-size: 1.1em;
  font-weight: bold;
}
#associated-products li div.product-price {
  text-align: right;
}


#main-body h2 {
  background-color: #060;
  line-height: 25px;
  font-size: 1.2em;
  padding-left: 8px;
  color: #fff;
  font-weight: bold;
  margin: 0px;
  border-bottom: 1px solid #fff;
}