
div.image {
  float: right;
  display: inline;
  text-align: center;
  border-left: 1px dotted #002767;
  border-bottom: 1px dotted #002767;
  padding: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

div.manufacturer-logo {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.logos img {
  margin-right: 10px;
  margin-bottom: 10px;
}

div.image .chdr { background: transparent; width:138px; margin-top: 5px; }
div.image .chdr h2 { width:120px; color:#002767; font-size:85%; line-height:120%; text-align:center; margin:0; padding:0 0 0 2px; font-weight:normal; }
div.image .chdr h2:hover { cursor:pointer; }

div.image .chdr .mag { background:url("../imgs/page/magnifier.gif") 0 0 no-repeat; padding-left:18px; }
div.image .chdr .basket { background:url("../imgs/page/basket.gif") 0 0 no-repeat; padding-left:18px; }

div.image .ch-t, 
div.image .ch-e { display:block; background:transparent; font-size:1px; }

div.image .ch1, 
div.image .ch2, 
div.image .ch3, 
div.image .ch4 { display:block; overflow:hidden; }

div.image .ch1, 
div.image .ch2, 
div.image .ch3 { height:1px; }
div.image .ch2, 
div.image .ch3, 
div.image .ch4 { border-left:1px solid #ccc; border-right:1px solid #ccc; }

div.image .ch1 { margin:0 4px; background:#ccc; }
div.image .ch2 { margin:0 2px; border-width:0 2px; }
div.image .ch3 { margin:0 1px; }
div.image .ch4 { height:1px; margin:0 1px; }

div.image .ttl { display:block; border:0 solid #ccc; border-width:0 1px; text-align:center; width:138px; height:19px; padding:0; }

div.image .g { background:#ccc; color:#fff; }

div.image a { color:#002767; text-decoration:none; display:block; }

div.description p {
  margin-top: 0px;
  margin-bottom: 10px;
}

div.description ul {
  margin-top: 0px;
  margin-bottom: 10px;
}

table.product {
  width: 340px;
}

table.product th {
  width: 120px;
}

table.product td {
  width: 200px;
}

table.product td.non-stock {
  border: none;
  width: 20px;
  padding-top: 2px;
}

table.product td.regular-buys {
  border: none;
  width: 20px;
}

table.product input[type=text] {
  width: 75px;
}

table.product td.button {
  border: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

table.product td.button div {
  float: right;
}

a.button-add {
  color: #002767;
  display: block;
  background-image: url("../imgs/buttons/addToBasket.gif");
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 0 10px;
  height: 21px;
  width: 100px;
}

table.download {
  margin-top: 30px;
}

table.download td {
  border-top: none;
  border-left: 1px dotted #002767;
}

